Mister Exam

Derivative of ax*sinx

Function f() - derivative -N order at the point
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
a*x*sin(x)
$$a x \sin{\left(x \right)}$$
d             
--(a*x*sin(x))
dx            
$$\frac{\partial}{\partial x} a x \sin{\left(x \right)}$$
Detail solution
  1. The derivative of a constant times a function is the constant times the derivative of the function.

    1. Apply the product rule:

      ; to find :

      1. Apply the power rule: goes to

      ; to find :

      1. The derivative of sine is cosine:

      The result is:

    So, the result is:


The answer is:

The first derivative [src]
a*sin(x) + a*x*cos(x)
$$a x \cos{\left(x \right)} + a \sin{\left(x \right)}$$
The second derivative [src]
a*(2*cos(x) - x*sin(x))
$$a \left(- x \sin{\left(x \right)} + 2 \cos{\left(x \right)}\right)$$
The third derivative [src]
-a*(3*sin(x) + x*cos(x))
$$- a \left(x \cos{\left(x \right)} + 3 \sin{\left(x \right)}\right)$$