Find the derivative of f(x)=x^3 sin(x)

Find the derivative of f(x)=xsin(x).

To do this calculation we need to use the product rule of differentiation: if f(x)=u(x)v(x), then the derivative is f'(x)=u'(x)v(x)+u(x)v'(x). In our case, u(x)=xand v(x)=sin(x).

First we calculate the derivatives of u and v in the usual way:

u'(x)=3x2
v'(x)=cos(x)

Then we put together our answer using the product rule:

f'(x)= u'(x)v(x)+u(x)v'(x)
     = 3xsin(x) + xcos(x)
     = x2(3 sin(x) + x cos(x))

In the final step we simplified our answer by identifying the common factor x2. This step is not essential, but it is generally a good idea to simplify your answer as far as possible.

MM

Related Maths A Level answers

All answers ▸

Solve the simultaneous equations y + 4x + 1 = 0 and y^2 + 5x^2 + 2x = 0


(C3 question). Find an expression for all stationary points on the curve y=sin(x)cos(x). How many such points are there and why?


Find the nature of the turning points of the graph given by the equation x^4 +(8/3)*x^3 -2x^2 -8x +177 (6 marks)


How and when should I integrate by parts?