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