InterviewSolution
Saved Bookmarks
| 1. |
Verify that the given function (explicit or implicit) isa solution of the correseponding differential equation :y = x^2 + 2x +c:y' - 2x - 2 = 0 |
|
Answer» Solution :`y= x^2 + 2x + C` `rArr y. = 2x + 2` `rArr y. - 2x - 2 = 0` `THEREFORE y = x^2 + 2x + c` is a solution of y. - 2x -2= 0 |
|