InterviewSolution
Saved Bookmarks
| 1. |
Find the derivation of functionx2 ex sin x |
|
Answer» y = x2 ex sin x Let u = x2, v = ex and w = sin x u’ = 2x, v’ = ex and w’ = cos x y’ = uvw’ + vwu’ + uwv’ = (x2ex) cos x + (ex sin x)(2x) + (x2 sin x)ex = x2 ex cos x + 2xex sin x + x2 ex sin x = xex {x cos x + 2 sin x + x sin x} |
|