 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the general solution of each of the following differential equations: `(dy)/(dx)=e^(x-y)+x^(2)e^(-y)` | 
| Answer» Correct Answer - `e^(y)=e^(x)+(x^(3))/(3)+C` `(dy)/(dx)=e^(x)*e^(-y)+x^(2)e^(-y)=(e^(x)+x^(2))e^(-y) rArr int e^(y) dy = int (e^(x)+x^(2))dx + C. ` | |