InterviewSolution
Saved Bookmarks
| 1. |
Write order and degree (if defined)of differential equations: \(\cfrac{d^2y}{dx^2}+\left(\cfrac{dy}{dx}\right)^2+2y=0\)d2y/dx2+(dy/dx)2+2y=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 2 as we have \(\cfrac{d^2y}{dx^2}\) 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 2, 1. |
|