InterviewSolution
Saved Bookmarks
| 1. |
Find the differential equation representing the curve y = e-x + ax + b, where a and b are arbitrary constants. |
|
Answer» Given curve is y = e-x +ax + b Differentiating with respect to x, we get \(\frac{dy}{dx}=e^{-x}+a\) Differentiating again with respect to x, we get \(\frac{d^y}{dx^2}=e^{-x}\) |
|