Mister Exam

Derivative of v*cos(ax)+u*sin(ax)

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

The graph:

from to

Piecewise:

The solution

You have entered [src]
v*cos(a*x) + u*sin(a*x)
$$u \sin{\left(a x \right)} + v \cos{\left(a x \right)}$$
v*cos(a*x) + u*sin(a*x)
Detail solution
  1. Differentiate term by term:

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

      1. Let .

      2. The derivative of cosine is negative sine:

      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:

    2. 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:

  2. Now simplify:


The answer is:

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