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