

InterviewSolution
Saved Bookmarks
1. |
Differentiate (x2 + 3x + 1) sin x |
Answer» By Product Rule: (uv)′ = u′v + uv′ Here u = (x2 + 3x + 1) and v = sin x [(x2 + 3x + 1) sin x]’ = (2x + 3) × sinx + (x2 + 3x + 1) × cosx = (2x + 3)sin x + (x2 + 3x + 1)cos x |
|