Mister Exam

Derivative of sqrt(a*cost)

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

The graph:

from to

Piecewise:

The solution

You have entered [src]
  __________
\/ a*cos(t) 
$$\sqrt{a \cos{\left(t \right)}}$$
sqrt(a*cos(t))
Detail solution
  1. Let .

  2. Apply the power rule: goes to

  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. The derivative of cosine is negative sine:

      So, the result is:

    The result of the chain rule is:


The answer is:

The first derivative [src]
   __________        
-\/ a*cos(t) *sin(t) 
---------------------
       2*cos(t)      
$$- \frac{\sqrt{a \cos{\left(t \right)}} \sin{\left(t \right)}}{2 \cos{\left(t \right)}}$$
The second derivative [src]
              /       2   \ 
   __________ |    sin (t)| 
-\/ a*cos(t) *|2 + -------| 
              |       2   | 
              \    cos (t)/ 
----------------------------
             4              
$$- \frac{\sqrt{a \cos{\left(t \right)}} \left(\frac{\sin^{2}{\left(t \right)}}{\cos^{2}{\left(t \right)}} + 2\right)}{4}$$
The third derivative [src]
              /         2   \        
   __________ |    3*sin (t)|        
-\/ a*cos(t) *|2 + ---------|*sin(t) 
              |        2    |        
              \     cos (t) /        
-------------------------------------
               8*cos(t)              
$$- \frac{\sqrt{a \cos{\left(t \right)}} \left(\frac{3 \sin^{2}{\left(t \right)}}{\cos^{2}{\left(t \right)}} + 2\right) \sin{\left(t \right)}}{8 \cos{\left(t \right)}}$$