Notes, Lesson 3.4
Derivatives of Trigonometric Functions
To the Notes Menu Course Home Page Sample Problems for this Lesson   Assignment  

 
Here we see a graph of the function y = sin(x), with several tangnet lines to the curve sketched in.
Using a technique like that above, numerous slopes of tangent lines were then plotted as the red dot values on the graph at the left, along with the sine function plotted in dark blue.

It appears as though:
1) the red dots form a curve congruent to the original sine function, and
2) The red dots appear to be the cosine function.

This is confirmed by doing a straight plot of the sine function (red) and cosine function (green) on the same set of axes.

In an informal way, we have just discovered that the derivative of the sine function is the cosine function. The textbook shows formallly that this is true on pages 219-221.

If you have the Journey Through Calculus CD, load and run MResources/Module 4/Trigonometric Models/Slope-A-Scope for Sine.



Important Derivative:
 


If you have the Journey Through Calculus CD, load and run MResources/Module 4/Trigonometric Models/Slope-A-Scope for Sine. This module will allow you to see another animation. 

In a similar way to the example above, we investigate the cosine function:
 

Here we see a graph of the function y = cos(x), with several tangnet lines to the curve sketched in.
Using a technique like that above, numerous slopes of tangent lines were then plotted as the red dot values on the graph at the left, along with the sine function plotted in dark blue.

It appears as though:
1) the red dots form a curve congruent to the original sine function, and
2) The red dots appear to be the either a cosine function shifted back  radians. It also appears to be an up-side-down sine function.

This is verfied by plotting both the cosine curve and a cosine curve shifted back radians. In Maple, this would be the command:
> plot([cos(x),cos(x+Pi/2)],x=-Pi..2*Pi);

We get the exact same results when we plot a cosine curve with an up-side-down sine curve:
> plot([cos(x),-sin(x)],x=-Pi..2*Pi);
 


In an informal way, we have just discovered that the derivative of the cosine function is the additive inverse of the sine  function.
 

Important Derivative:
 


To develop a derivative of the tangent, we will use our quotient rule, and then check our answer with graphical evidence:
 
 

First, we call on one our trigonometric identities. In one of the ratio identities from trigonometry, we know that: , so we make this substitution.
Here we make use of our quotient rule to take the next step.
Now in this step we make use of our new derivatives from this lesson.
Simplify algebraically
Here we use one of the Pythagorean Identities from trigonometry, namely, .
And finally, we use another trig identity, one of the Reciprocal Identities: .
Here we have plotted the tangent function in green and the secant squared plotted in yellow.

Does it appear to you that the yellow curve is a correct representation of the derivative of the green curve?

First note that the yellow curve is never negative. Is this correct? It makes sense that a squared quantity will always be positive.

When is it that the yellow derivative reaches its minimum? This should be an inflection point on the green curve. We see that this is true.


Important Derivative:
 


We have now found derivatives for the sine, cosine, and tangent functions. What about their reciprocals? Well, we need to use the reciprocal identities first, and then we will need to use the quotient rule when we differentiate. We will do only one of these, and leave the rest to you. We will find the derivative of the cosecant function:
 

We first make use of one the trigonometric reciprocal identities.
Here we use the quotient theorem.
Note that in the numerator, the derivative of 1 is zero. This form of the answer is just fine, however usually the form below is used.
We factor the fraction,
And using trig identities, we formulate our final answer.

Important Derivative:
 


We have now found four of the six trigonometric derivatives. You should be able to find any of those in this lesson and the remaining two now. A chart of all six derivatives follows:
 




Derivatives of Trigonometric Functions

These derivatives need to be memorized. They will be coming up often.
 

Check Concepts
Check Concepts
Check Concepts

#1: True or False: Sine and cosine are derivatives of each other.
   
#2: True or False: The "co-functions" (that is the trig function that begin with the letters "co" are the only functions whose derivative have a negative sign in them.
   
#3: True or False. Once you know the derivatives of the sine, cosine, and tangent, the other three trig functions' derivatives can be obtained using the quotient rule.
   
#4: True or False. All six trig function derivatives in this lesson are in terms of one or more trig function(s).
   
#5 =______.   a) 1; b) -1; c) ; d) 

To the Top of the PageTo the Course Home Page