InterviewSolution
Saved Bookmarks
| 1. |
Find the derivatives of the function with respect to corresponding independent variables.y = ex sin x |
|
Answer» y = ex sin x ⇒ y = uv’ + vu’ Now u = ex ⇒ u’ = (du/dx) ex v = sin x ⇒ v’ = (dv/dx) = cos x i.e. y’ = ex (cos x) + sin x (ex) = ex [sin x + cos x] |
|