InterviewSolution
Saved Bookmarks
| 1. |
Write order and degree (if defined)of differential equations: \((3x+5y)dy-4x^2dx=0\)(3x+5y)dy-4x2dx=0 |
|
Answer» The order of a differential equation is the order of the highest derivative involved in the equation. So, the order comes out to be 1 as we have \((3x+5y)dy-4x^2dx=0\) and the degree is the highest power to which a derivative is raised. So the power at this order is 1. So the answer is 1, 1. |
|