]> Haese & Harris - Chapter 24 Notes

24: Derivatives of Circular Functions and Related Rates

Before we begin, remember that we will (almost) always work in radians.

Radians don't divide the circle into parts; they measure the size of the central angle in a sector of a unit circle with a certain arc length (whew!). Thus, radians really measure the length of an arc.

An Image

Figure 1 - Radian Measure

In mathematics, the radian is the preferred (and in many cases, only) option. In applied situations, degrees are preferred—although certain applications require that radians be used; which forces conversions at the beginning and end of the problem!

You should be able to convert between degrees and radians. Since radians deal with arc length, then a full circle angle (360°) is equal to a number of radians that is the same as the circumference (2πr). The angle part of that is just 2π…just remember that 180° = π (radians), and you'll always be able to set up a proportion to convert between degrees and radians.

A: Derivatives of Circular Functions

Let's jump in from first principles! Start with  y=sin(x)

y= lim h0 sin(x+h) sin(x) h = lim h0 sin(x)cos(h) + cos(x)sin(h) sin(x) h=

(use the sum/difference identities you've learned…) lim h0 [ sin(x)cos(h) sin(x) h + cos(x)sin(h) h ]

lim h0 sin(x)cos(h) sin(x) h + lim h0 cos(x)sin(h) h

(factor out the "constants")  [sin(x)] lim h0 cos(h) 1 h + [cos(x)] lim h0 sin(h) h . Once again, we've reduced the problem to the point where we have some limits that need investigating. So—look at the graphs!

The graph of  cos(x) 1 x  around  x=0 : An Image

The graph of  sin(x) x  around  x=0 : An Image

It appears that lim h0 cos(h) 1 h=0  and lim h0 sin(h) h=1 ; thus,  [sin(x)] lim h0 cos(h) 1 h + [cos(x)] lim h0 sin(h) h= cos(x) d dx [ sin(x) ]= cos(x) .

I'll leave it to you to try this with the cosine function! The result will be  d dx [ cos(x) ]= -sin(x) .

For tangent, use the previous two results, the identity  tan(x) = sin(x) cos(x)  and the quotient rule!  d dx [ tan(x) ]= sec2(x) .

B: Derivatives of Reciprocal Circular Functions

You can use either the quotient rule, or the general power rule to find the derivatives of  sec(x)= 1 cos(x) csc(x)= 1 sin(x) , and  cot(x)= 1 tan(x) !

d dx [ sec(x) ]= sec(x) tan(x)

d dx [ csc(x) ]=- csc(x) cot(x)

d dx [ cot(x) ]=- sec2(x)

C: Derivatives of Inverse Circular Functions

The Inverse Circular Functions

In order for a function to have an inverse, the function must be one to one. Unfortunately, the circular functions don't have that property! This is a problem…but it can be fixed by restricting the domain of the function. Once we do that, then we can talk about the arc functions—the inverse functions of the circular functions.

If  f(x) = sin(x)  on the interval  [ -π2, π2 ], then  f-1 (x)= sin-1 (x)= arcsin(x)  on the interval [-1, 1]. Note that there are still a few people out there who might talk about Arcsin (x) along with arcsin (x)—the capitalized version isn't a real inverse function; it completely cancels the sine function when composed. This is a handy feature, but a hard one to legitimize.

Here are the other inverse functions:

Table 1 - Inverse Circular Functions

Inverse Function

Domain

Range

arcsine

[-1, 1]

[ -π2, π2 ]

arccosine

[-1, 1]

[0, π]

arctangent

[ -π2, π2 ]

No one argues about these—everyone recognizes them. Sometimes you may encounter inverse functions for the other three functions…you will not ever find them on a calculator, however.

Derivatives of Inverse Circular Functions

Rewrite the functions, differentiate implicitly, then solve!

y=arcsin(x) sin(y) =x. Differentiate:  cos(y) · dy dx =1 . This will require an identity to get rid of the y: 1 sin2 (y) · dy dx =1 1 x2 · dy dx =1 dy dx = 1 1 x2 .

Use a similar process/identity to do cosine and tangent!

In summary:

d dx [ arcsin(x) ]= 1 1 x2

d dx [ arccos(x) ]=- 1 1 x2

d dx [ arctan(x) ]= 1 1+x2

D: Maxima/Minima with Trigonometry

Er…word problems. 'Nuff said.

E: Related Rates

We know all about relating two variables in equations—what we haven't done is investigate how the rate of change of one variable is related to the rate of change of another variable (or several other variables), with respect to a another variable (time).

Did I mention that we're talking about word problems—applications of calculus?

The Technique

You're going to need to write an equation that relates the two variables. Then, take the implicit derivative with respect to t (time). Now you should be able to plug in the given values and solve for the requested item.

Perhaps this should be illustrated with some examples…

Examples

[1.] A rock is dropped into a pond, which causes a circular ripple. The ripple moves away from the center (where the rock was dropped) at 1m/s. How fast is the area of the circle changing when the radius is 3m?

Let's inventory what was given in the problem.

The ripple moves away from the center at 1m/s: this is the rate of change of the radius;  dr dt .

How fast is the area of the circle changing…: this is asking for the rate of change in the area;  dA dt .

… when the radius is 3m: r = 3.

So, the variables are radius, area, and time. We need to write an equation that relates the area and the radius. Any ideas?

Of course!  A = π r 2 . Now that we've got an equation, we need to differentiate with respect to t.

dA dt = 2 π r dr dt .

Now, we're trying to solve for  dA dt : that means we need to plug in value for everything else—r and  dr dt .

Joy! They were given as  dr dt = 1  and r = 3!

dA dt = 2 π ( 3 ) ( 1 ) = 6 π .

When the radius is 3m, the area is changing at 6πm²/s.

 

[2.] Gravel is being poured out of a container onto the ground at a rate of 2yd³/min. The gravel forms a cone as it lands, where the height of the cone is about half of the diameter. How fast is the height of the cone rising when the diameter of the pile is 3yd?

dV dt = 2 , r = 1.5, h = ½d = r, and we're asked about   dh dt . We need an equation that relates V, r and h

V = 1 3 π r 2 h , so  dV dt = π 3 [ 2 r dr dt h + r 2 dh dt ] . Plug in!  2 = π 3 [ 2 ( 1.5 ) dr dt h + ( 1.5 ) 2 dh dt ] .

Oops—what are we going to do about  dr dt  and h? Well, h = r, so h = 1.5. What about  dr dt ? Well, if h = r, then  dh dt = dr dt ! So we get  2 = π 3 [ 2 ( 1.5 ) dh dt ( 1.5 ) + ( 1.5 ) 2 dh dt ] . Now we just need to solve for  dh dt

Factor!   2 = π 3 [ 2 ( 1.5 ) ( 1.5 ) + ( 1.5 ) 2 ] dh dt  means  6 π [ 2 ( 1.5 ) ( 1.5 ) + ( 1.5 ) 2 ] = dh dt 6 π [ 2 ( 1.5 ) 2 + ( 1.5 ) 2 ] = dh dt 6 3 π ( 1.5 ) 2 = dh dt 2 π ( 1.5 ) 2 = dh dt . That gives an approximate rate of change of 0.2829yd/min.

 

[3.] Stranded on Tatooine, R2-D2 and C-3PO have decided to split up in the desert. R2-D2 moves due north at 7km/hr, and C-3PO moves due east at 5km/hr. How fast is the distance between them increasing after 2 hours?

Let's let n = distance north (of R2-D2), e = distance east (of C-3PO), and D = distance between the two. So we're given  dn dt = 7 de dt = 5 , and t = 2.

The only equation we can write that relates these is  n 2 + e 2 = D 2 . Of course, that means  2 n dn dt + 2 e de dt = 2 D dD dt . What are we going to plug in for n, e and D? How will we use the value t = 2?

Of course! At t = 2, n = 14, e = 10, and  D = 14 2 + 10 2 = 196 + 100 = 296 .

2 ( 14 ) ( 7 ) + 2 ( 10 ) ( 5 ) = 2 296 dD dt , so  dD dt = 296 2 296 = 148 296 , or approximately 8.602km/hr.


Valid MathML 2.0! Valid CSS Level 2!

Page last validated 2010-08-15