InterviewSolution
Saved Bookmarks
| 1. |
Find the order and degree (if defined) of the following differential equations. ((d^2y)/(dx^2))^2 + cos ((dy)/(dx)) = 0 |
| Answer» Solution :The HIGHEST ORDER derivative in the DIFFERENTIAL EQUATION is `(d^2y)/(dx^2)` . `therefore` The order of the differential equation = 2. The DEGREE of the differential equation is not defined. | |