InterviewSolution
Saved Bookmarks
| 1. |
Find the general solution of the linear differential equation `(x+y) dy/dx=1.` |
|
Answer» Correct Answer - ` (x+ y + 1 )e ^(-y) =C ` ` ( x+ y ) (dy)/(dx) = 1 rArr (dx)/(dy) = x + y ` `therefore (dx)/(dy) - x = y ` ` IF = e ^(-int dy ) = e ^(-y)`. ` therefore x xx e ^(-y) = int underset ("I")y underset ("II") e ^(-y) dy+C`. |
|