InterviewSolution
Saved Bookmarks
| 1. |
Find the derivatives of the function with respect to corresponding independent variables.(i) y = cos x – 2 tan x(ii) g(t) = t3 cos t |
|
Answer» (i) dy/dx = -sin x = 2 (sec2 x) = – sin x – 2 sec2 x (ii) g(t) = t3 cos t (i.e.) u = t3 and v = cos t Let u’ = du/dx and v’ = dv/dx = (-sin t) g'(t) = uv’ + vu’ g'(t) = t3 (-sin t) + cos t (3t2) = -t3 sin t + 3t2 cos t |
|