InterviewSolution
Saved Bookmarks
| 1. |
Write order and degree (if defined)of differential equations: \(\left(\cfrac{d^2s}{dt^2}\right)^2+\left(\cfrac{ds}{dt}\right)^3+4=0\)(d2s/dt2)2+(ds/dt)3+4=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^2s}{dt^2}\) and the degree is the highest power to which a derivative is raised. So the power at this order is 2. So the answer is 2, 2. |
|