Mister Exam

Derivative of sin(ax)-sin(bx)

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

The graph:

from to

Piecewise:

The solution

You have entered [src]
sin(a*x) - sin(b*x)
$$\sin{\left(a x \right)} - \sin{\left(b x \right)}$$
d                      
--(sin(a*x) - sin(b*x))
dx                     
$$\frac{\partial}{\partial x} \left(\sin{\left(a x \right)} - \sin{\left(b x \right)}\right)$$
Detail solution
  1. Differentiate term by term:

    1. Let .

    2. The derivative of sine is cosine:

    3. Then, apply the chain rule. Multiply by :

      1. The derivative of a constant times a function is the constant times the derivative of the function.

        1. Apply the power rule: goes to

        So, the result is:

      The result of the chain rule is:

    4. The derivative of a constant times a function is the constant times the derivative of the function.

      1. Let .

      2. The derivative of sine is cosine:

      3. Then, apply the chain rule. Multiply by :

        1. The derivative of a constant times a function is the constant times the derivative of the function.

          1. Apply the power rule: goes to

          So, the result is:

        The result of the chain rule is:

      So, the result is:

    The result is:


The answer is:

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