Differentiate the function f(x) = x*sin(x)

This function is the product of the two functions 'x' and 'sin(x)'. Therefore we use the product rule, which says that the differential of a product of two functions is the differential of the first multiplied by the second, plus the differential of the second multiplied by the first:

d/dx(x*sin(x)) = (d/dx(x))sin(x) + x(d/dx(sin(x)))

                     = 1sin(x) + xcos(x)

                     = sin(x) + x*cos(x)

DB

Related Maths A Level answers

All answers ▸

How do you determine the nature of a graphs stationary point? e.g y = 1+2x-x^2


Solve the differential equation: e^(2y) * (dy/dx) + tan(x) = 0, given that y = 0 when x = 0. Give your answer in the form y = f(x).


How do you solve the equation e^2x - 2e^x - 3 = 0 ?


Find the minimum and maximum points of the graph y = x^3 - 4x^2 + 4x +3 in the range 0<=x <= 5.