7 Chapter 7
3 | DERIVATIVES
Figure 3.1 The Hennessey Venom GT can go from 0 to 200 mph in 14.51 seconds. (credit: modification of work by Codex41, Flickr)
IntroductionThe Hennessey Venom GT is one of the fastest cars in the world. In 2014, it reached a record-setting speed of 270.49 mph. It can go from 0 to 200 mph in 14.51 seconds. The techniques in this chapter can be used to calculate the acceleration the Venom achieves in this feat (see Example 3.8.)
Calculating velocity and changes in velocity are important uses of calculus, but it is far more widespread than that. Calculus is important in all branches of mathematics, science, and engineering, and it is critical to analysis in business and health as
well. In this chapter, we explore one of the main tools of calculus, the derivative, and show convenient ways to calculate derivatives. We apply these rules to a variety of functions in this chapter so that we can then explore applications of these techniques.
3.1 | Defining the Derivative
Now that we have both a conceptual understanding of a limit and the practical ability to compute limits, we have established the foundation for our study of calculus, the branch of mathematics in which we compute derivatives and integrals. Most mathematicians and historians agree that calculus was developed independently by the Englishman Isaac Newton (1643–1727) and the German Gottfried Leibniz (1646–1716), whose images appear in Figure 3.2. When we credit
Newton and Leibniz with developing calculus, we are really referring to the fact that Newton and Leibniz were the first to understand the relationship between the derivative and the integral. Both mathematicians benefited from the work of predecessors, such as Barrow, Fermat, and Cavalieri. The initial relationship between the two mathematicians appears to have been amicable; however, in later years a bitter controversy erupted over whose work took precedence. Although it seems likely that Newton did, indeed, arrive at the ideas behind calculus first, we are indebted to Leibniz for the notation that we commonly use today.
Figure 3.2 Newton and Leibniz are credited with developing calculus independently.
Tangent Lines
We begin our study of calculus by revisiting the notion of secant lines and tangent lines. Recall that we used the slope of a secant line to a function at a point (a, f (a)) to estimate the rate of change, or the rate at which one variable changes in
relation to another variable. We can obtain the slope of the secant by choosing a value of x near a and drawing a line through the points (a, f (a)) and ⎛x, f (x)⎞, as shown in Figure 3.3. The slope of this line is given by an equation in the
⎝ ⎠
form of a difference quotient:
|
msec = f (x) − f (a).
We can also calculate the slope of a secant line to a function at a value a by using this equation and replacing x with a + h, where h is a value close to 0. We can then calculate the slope of the line through the points (a, f (a)) and (a + h, f (a + h)). In this case, we find the secant line has a slope given by the following difference quotient with
increment h:
msec = f (a + h) − f (a) = f (a + h) − f (a).
a + h − a h
View the development of the derivative (http://www.openstax.org/l/20_calcapplets) with this applet.
These two expressions for calculating the slope of a secant line are illustrated in Figure 3.3. We will see that each of these two methods for finding the slope of a secant line is of value. Depending on the setting, we can choose one or the other. The primary consideration in our choice usually depends on ease of calculation.
Figure 3.3 We can calculate the slope of a secant line in either of two ways.
In Figure 3.4(a) we see that, as the values of x approach a, the slopes of the secant lines provide better estimates of the rate of change of the function at a. Furthermore, the secant lines themselves approach the tangent line to the function at a, which represents the limit of the secant lines. Similarly, Figure 3.4(b) shows that as the values of h get closer to 0, the secant lines also approach the tangent line. The slope of the tangent line at a is the rate of change of the function at a, as shown in Figure 3.4(c).
Figure 3.4 The secant lines approach the tangent line (shown in green) as the second point approaches the first.
You can use this site (http://www.openstax.org/l/20_diffmicros) to explore graphs to see if they have a tangent line at a point.
In Figure 3.5 we show the graph of f (x) = x and its tangent line at (1, 1) in a series of tighter intervals about x = 1.
As the intervals become narrower, the graph of the function and its tangent line appear to coincide, making the values on the tangent line a good approximation to the values of the function for choices of x close to 1. In fact, the graph of f (x)
itself appears to be locally linear in the immediate vicinity of x = 1.
Formally we may define the tangent line to the graph of a function as follows.
Just as we have used two different expressions to define the slope of a secant line, we use two different forms to define the slope of the tangent line. In this text we use both forms of the definition. As before, the choice of definition will depend on the setting. Now that we have formally defined a tangent line to a function at a point, we can use this definition to find equations of tangent lines.
Finding a Tangent Line
Find the equation of the line tangent to the graph of f (x) = x2 at x = 3.
Solution
First find the slope of the tangent line. In this example, use Equation 3.3.
mtan = lim f (x) − f (3)
Apply the definition.
x → 3 x − 3
|
x2 − 9
x → 3 x − 3
Substitute f (x) = x2 and f (3) = 9.
= lim (x − 3)(x + 3) = lim (x + 3) = 6 Factor the numerator to evaluate the limit.
x → 3
x − 3
x → 3
|
|
Next, find a point on the tangent line. Since the line is tangent to the graph of f (x) at x = 3, it passes through the point ⎛3, f (3)⎞. We have f (3) = 9, so the tangent line passes through the point (3, 9).
Using the point-slope equation of the line with the slope m = 6 and the point (3, 9), we obtain the line y − 9 = 6(x − 3). Simplifying, we have y = 6x − 9. The graph of f (x) = x2 and its tangent line at 3 are shown in Figure 3.6.
Figure 3.6 The tangent line to f (x) at x = 3.
The Slope of a Tangent Line Revisited
Use Equation 3.4 to find the slope of the line tangent to the graph of f (x) = x2 at x = 3.
Solution
The steps are very similar to Example 3.1. See Equation 3.4 for the definition.
mtan = lim f (3 + h) − f (3)
Apply the definition.
h → 0 h
= lim (3 + h)2 − 9
Substitute f (3 + h) = (3 + h)2 and f (3) = 9.
h → 0 h
= lim 9 + 6h + h2 − 9
Expand and simplify to evaluate the limit.
h → 0 h
= lim h(6 + h) = lim (6 + h) = 6
h → 0 h
h → 0
We obtained the same value for the slope of the tangent line by using the other definition, demonstrating that the formulas can be interchanged.
Finding the Equation of a Tangent Line
Find the equation of the line tangent to the graph of f (x) = 1/x at x = 2.
Solution
We can use Equation 3.3, but as we have seen, the results are the same if we use Equation 3.4.
mtan = lim f (x) − f (2) Apply the definition.
x → 2 x − 2
|
|
1x − 1
= xli→m2 x − 2
Substitute f (x) = 1x and f (2) = 1.
|
|
1x − 1 2x
x → 2 x − 2 2x
Multiply numerator and denominator by 2x to simplify fractions.
|
(2 − x)
x → 2 x − 2)(2x)
|
−1
x → 2 2x
|
= − 1
Simplify.
|
Simplify using 2 − x = −1, for x ≠ 2. Evaluate the limit.
|
We now know that the slope of the tangent line is − 1. To find the equation of the tangent line, we also need a
point on the line. We know that f (2) = 1. Since the tangent line passes through the point (2, 1) we can use
2 2
the point-slope equation of a line to find the equation of the tangent line. Thus the tangent line has the equation
y = − 1 x + 1. The graphs of f (x) = 1x and y = − 1 x + 1 are shown in Figure 3.7.
4 4
Figure 3.7 The line is tangent to f (x) at x = 2.
3.1 Find the slope of the line tangent to the graph of f (x) = x at x = 4.
The Derivative of a Function at a Point
The type of limit we compute in order to find the slope of the line tangent to a function at a point occurs in many applications across many disciplines. These applications include velocity and acceleration in physics, marginal profit functions in business, and growth rates in biology. This limit occurs so frequently that we give this value a special name: the derivative. The process of finding a derivative is called differentiation.
Estimating a Derivative
For f (x) = x2, use a table to estimate f ′(3) using Equation 3.5.
Solution
Create a table using values of x just below 3 and just above 3.
x | x2 − 9
x − 3 |
2.9 | 5.9 |
2.99 | 5.99 |
2.999 | 5.999 |
3.001 | 6.001 |
3.01 | 6.01 |
3.1 | 6.1 |
After examining the table, we see that a good estimate is f ′ (3) = 6.
3.2 For f (x) = x2, use a table to estimate f ′(3) using Equation 3.6.
Finding a Derivative
For f (x) = 3x2 − 4x + 1, find f ′(2) by using Equation 3.5.
Solution
Substitute the given function and value directly into the equation.
f ′ (x) = lim f (x) − f (2)
Apply the definition.
x → 2⎛ x − 2 ⎞
= lim ⎝3x2 − 4x + 1⎠ − 5
Substitute f (x) = 3x2 − 4x + 1 and f (2) = 5.
x → 2
x − 2
= lim (x − 2)(3x + 2)
Simplify and factor the numerator.
x → 2 x − 2
= xli→m2(3x + 2) Cancel the common factor.
= 8 Evaluate the limit.
Revisiting the Derivative
For f (x) = 3x2 − 4x + 1, find f ′(2) by using Equation 3.6.
Solution
Using this equation, we can substitute two values of the function into the equation, and we should get the same value as in Example 3.5.
f ′ (2) = lim f (2 + h) − f (2)
Apply the definition.
h → 0 h
|
(3(2 + h)2 − 4(2 + h) + 1) − 5
h → 0 h
= lim 3h2 + 8h
Substitute f (2) = 5 and
f (2 + h) = 3(2 + h)2 − 4(2 + h) + 1.
Simplify the numerator.
h → 0 h
= lim h(3h + 8)
Factor the numerator.
h → 0 h
= hli→m0(3h + 8) Cancel the common factor.
= 8 Evaluate the limit.
The results are the same whether we use Equation 3.5 or Equation 3.6.
3.3 For f (x) = x2 + 3x + 2, find f ′ (1).
Velocities and Rates of Change
Now that we can evaluate a derivative, we can use it in velocity applications. Recall that if s(t) is the position of an object moving along a coordinate axis, the average velocity of the object over a time interval [a, t] if t > a or [t, a] if t < a is given by the difference quotient
|
vave = s(t) − s(a).
(3.7)
As the values of t approach a, the values of vave approach the value we call the instantaneous velocity at a. That is, instantaneous velocity at a, denoted v(a), is given by
v(a) = s′ (a) = lim s(t) − s(a).
(3.8)
t → a t − a
To better understand the relationship between average velocity and instantaneous velocity, see Figure 3.8. In this figure, the slope of the tangent line (shown in red) is the instantaneous velocity of the object at time t = a whose position at time t is given by the function s(t). The slope of the secant line (shown in green) is the average velocity of the object over the
time interval [a, t].
Figure 3.8 The slope of the secant line is the average velocity over the interval [a, t]. The slope of the tangent line is the
instantaneous velocity.
We can use Equation 3.5 to calculate the instantaneous velocity, or we can estimate the velocity of a moving object by using a table of values. We can then confirm the estimate by using Equation 3.7.
Estimating Velocity
A lead weight on a spring is oscillating up and down. Its position at time t with respect to a fixed horizontal line is given by s(t) = sin t (Figure 3.9). Use a table of values to estimate v(0). Check the estimate by using Equation 3.5.
Figure 3.9 A lead weight suspended from a spring in vertical oscillatory motion.
Solution
We can estimate the instantaneous velocity at t = 0 by computing a table of average velocities using values of t
approaching 0, as shown in Table 3.1.
t | sint − sin0 = sint t − 0 t |
−0.1 | 0.998334166 |
−0.01 | 0.9999833333 |
−0.001 | 0.999999833 |
0.001 | 0.999999833 |
0.01 | 0.9999833333 |
0.1 | 0.998334166 |
Table 3.1
Average velocities using values of t
approaching 0
From the table we see that the average velocity over the time interval [−0.1, 0] is 0.998334166, the average velocity over the time interval [−0.01, 0] is 0.9999833333, and so forth. Using this table of values, it appears that a good estimate is v(0) = 1.
By using Equation 3.5, we can see that
v(0) = s′ (0) = lim sin t − sin 0 = lim sin t = 1.
Thus, in fact, v(0) = 1.
t → 0
t − 0
t → 0 t
3.4 A rock is dropped from a height of 64 feet. Its height above ground at time t seconds later is given by
s(t) = −16t2 + 64, 0 ≤ t ≤ 2. Find its instantaneous velocity 1 second after it is dropped, using Equation 3.5.
As we have seen throughout this section, the slope of a tangent line to a function and instantaneous velocity are related concepts. Each is calculated by computing a derivative and each measures the instantaneous rate of change of a function, or the rate of change of a function at any point along the function.
Chapter Opener: Estimating Rate of Change of Velocity
Figure 3.10 (credit: modification of work by Codex41, Flickr)
Reaching a top speed of 270.49 mph, the Hennessey Venom GT is one of the fastest cars in the world. In tests it went from 0 to 60 mph in 3.05 seconds, from 0 to 100 mph in 5.88 seconds, from 0 to 200 mph in 14.51 seconds, and from 0 to 229.9 mph in 19.96 seconds. Use this data to draw a conclusion about the rate of change of velocity (that is, its acceleration) as it approaches 229.9 mph. Does the rate at which the car is accelerating appear to be increasing, decreasing, or constant?
Solution
First observe that 60 mph = 88 ft/s, 100 mph ≈ 146.67 ft/s, 200 mph ≈ 293.33 ft/s, and 229.9 mph
≈ 337.19 ft/s. We can summarize the information in a table.
t | v(t) |
0 | 0 |
3.05 | 88 |
5.88 | 147.67 |
14.51 | 293.33 |
19.96 | 337.19 |
Table 3.2
v(t) at different values of t
Now compute the average acceleration of the car in feet per second per second on intervals of the form ⎡t, 19.96⎤
⎣ ⎦
as t approaches 19.96, as shown in the following table.
t | v(t) − v(19.96) = v(t) − 337.19
t − 19.96 t − 19.96 |
0.0 | 16.89 |
3.05 | 14.74 |
5.88 | 13.46 |
14.51 | 8.05 |
Table 3.3
Average acceleration
The rate at which the car is accelerating is decreasing as its velocity approaches 229.9 mph (337.19 ft/s).
Rate of Change of Temperature
A homeowner sets the thermostat so that the temperature in the house begins to drop from 70°F at 9 p.m., reaches a low of 60° during the night, and rises back to 70° by 7 a.m. the next morning. Suppose that the temperature in the house is given by T(t) = 0.4t2 − 4t + 70 for 0 ≤ t ≤ 10, where t is the number of hours past 9 p.m. Find the instantaneous rate of change of the temperature at midnight.
Solution
Since midnight is 3 hours past 9 p.m., we want to compute T′(3). Refer to Equation 3.5.
T′ (3) = lim T(t) − T(3)
Apply the definition.
t → 3 t − 3
= lim 0.4t2 − 4t + 70 − 61.6
Substitute T(t) = 0.4t2 − 4t + 70 and
t → 3
t − 3
T(3) = 61.6.
= lim 0.4t2 − 4t + 8.4
Simplify.
t → 3 t − 3
= lim 0.4(t − 3)(t − 7) = lim 0.4(t − 3)(t − 7)
t → 3
t − 3
t → 3
t − 3
= tl→im30.4(t − 7) Cancel.
= −1.6 Evaluate the limit.
The instantaneous rate of change of the temperature at midnight is −1.6°F per hour.
Rate of Change of Profit
A toy company can sell x electronic gaming systems at a price of p = −0.01x + 400 dollars per gaming system. The cost of manufacturing x systems is given by C(x) = 100x + 10,000 dollars. Find the rate of change of profit when 10,000 games are produced. Should the toy company increase or decrease production?
Solution
The profit P(x) earned by producing x gaming systems is R(x) − C(x), where R(x) is the revenue obtained from the sale of x games. Since the company can sell x games at p = −0.01x + 400 per game,
R(x) = xp = x(−0.01x + 400) = −0.01x2 + 400x.
Consequently,
P(x) = −0.01x2 + 300x − 10,000.
Therefore, evaluating the rate of change of profit gives
P′ (10000) = x →li1m0000
= x →li1m0000
= x →li1m0000
= 100.
P(x) − P(10000)
x − 10000
−0.01x2 + 300x − 10000 − 1990000
x − 10000
−0.01x2 + 300x − 2000000
x − 10000
Since the rate of change of profit P′ (10,000) > 0 and P(10,000) > 0, the company should increase production.
3.5 A coffee shop determines that the daily profit on scones obtained by charging s dollars per scone is
P(s) = −20s2 + 150s − 10. The coffee shop currently charges $3.25 per scone. Find P′(3.25), the rate of change of profit when the price is $3.25 and decide whether or not the coffee shop should consider raising or lowering its prices on scones.
19. f (x) = x 2
, a = −4
|
each function y = f (x).
1. f (x) = 4x + 7; x1 = 2, x2 = 5
2. f (x) = 8x − 3; x1 = −1, x2 = 3
3. f (x) = x2 + 2x + 1; x1 = 3, x2 = 3.5
4. f (x) = −x2 + x + 2; x1 = 0.5, x2 = 1.5
5.
|
f (x) = 4 ; x1 = 1, x2 = 3
6.
|
f (x) = x − 7 ; x1 = 0, x2 = 2
7. f (x) = x; x1 = 1, x2 = 16
20. f (x) = 3 , a = 3
|
x
For the following functions y = f (x), find f ′ (a) using
Equation 3.1.
21. f (x) = 5x + 4, a = −1
22. f (x) = −7x + 1, a = 3
23. f (x) = x2 + 9x, a = 2
24. f (x) = 3x2 − x + 2, a = 1
25. f (x) = x, a = 4
26. f (x) = x − 2, a = 6
8. f (x) = x − 9; x1 = 10, x2 = 13
9. f (x) = x1/3 + 1; x1 = 0, x2 = 8
10. f (x) = 6x2/3 + 2x1/3; x1 = 1, x2 = 27
For the following functions,
27. f (x) = 1x, a = 2
28.
|
f (x) = x 1 , a = −1
29.
|
f (x) = 1 , a = 1
x
a. use Equation 3.4 to find the slope of the tangent line mtan = f ′ (a), and
30. f
(x)
= 1 , a = 4
|
b. find the equation of the tangent line to f at x = a.
11. f (x) = 3 − 4x, a = 2
x
For the following exercises, given the function y = f (x),
a. find the slope of the secant line PQ for each point
Q⎛x, f (x)⎞ with x value given in the table.
⎝ ⎠
12. f (x) = 5 + 6, a = −1
13. f (x) = x2 + x, a = 1
14. f (x) = 1 − x − x2, a = 0
15. f (x) = 7x, a = 3
16. f (x) = x + 8, a = 1
17. f (x) = 2 − 3x2, a = −2
18.
|
f (x) = −3 , a = 4
b. Use the answers from a. to estimate the value of the slope of the tangent line at P.
c. Use the answer from b. to find the equation of the tangent line to f at point P.
31. [T] f (x) = x2 + 3x + 4, P(1, 8) (Round to 6
decimal places.)
x | Slope
mPQ |
x | Slope
mPQ |
1.1 | (i) | 0.9 | (vii) |
1.01 | (ii) | 0.99 | (viii) |
1.001 | (iii) | 0.999 | (ix) |
1.0001 | (iv) | 0.9999 | (x) |
1.00001 | (v) | 0.99999 | (xi) |
1.000001 | (vi) | 0.999999 | (xii) |
32. [T] f (x) = x + 1 , P(0, −1)
x2 − 1
x | Slope
mPQ |
x | Slope
mPQ |
0.1 | (i) | −0.1 | (vii) |
0.01 | (ii) | −0.01 | (viii) |
0.001 | (iii) | −0.001 | (ix) |
0.0001 | (iv) | −0.0001 | (x) |
0.00001 | (v) | −0.00001 | (xi) |
0.000001 | (vi) | −0.000001 | (xii) |
33. [T] f (x) = 10e0.5x, P(0, 10) (Round to 4 decimal places.)
34.
|
[T] f (x) = tan(x), P(π, 0)
x | Slope mPQ |
3.1 | (i) |
3.14 | (ii) |
3.141 | (iii) |
3.1415 | (iv) |
3.14159 | (v) |
3.141592 | (vi) |
[T] For the following position functions y = s(t), an object is moving along a straight line, where t is in seconds and s is in meters. Find
a. the simplified expression for the average velocity from t = 2 to t = 2 + h;
b. the average velocity between t = 2 and
t = 2 + h, where (i) h = 0.1, (ii) h = 0.01,
(iii) h = 0.001, and (iv) h = 0.0001; and
c. use the answer from a. to estimate the instantaneous
velocity at t = 2 second.
35.
|
s(t) = 1t + 5
36. s(t) = t2 − 2t
37. s(t) = 2t3 + 3
38.
|
s(t) = 16 − 4
t
39. Use the following graph to evaluate a. f ′ (1) and b.
f ′ (6).
40. Use the following graph to evaluate a. f ′ (−3) and b.
f ′ (1.5).
For the following exercises, use the limit definition of derivative to show that the derivative does not exist at x = a for each of the given functions.
41. f (x) = x1/3, x = 0
42. f (x) = x2/3, x = 0
⎧1, x < 1
45. [T] The position in feet of a race car along a straight track after t seconds is modeled by the function s(t) = 8t2 − 1 t3.
a.
|
Find the average velocity of the vehicle over the following time intervals to four decimal places:
i. [4, 4.1]
ii. [4, 4.01]
iii. [4, 4.001]
iv. [4, 4.0001]
b. Use a. to draw a conclusion about the instantaneous velocity of the vehicle at t = 4 seconds.
46. [T] The distance in feet that a ball rolls down an incline is modeled by the function s(t) = 14t2, where t is
seconds after the ball begins rolling.
a. Find the average velocity of the ball over the following time intervals:
i. [5, 5.1]
ii. [5, 5.01]
iii. [5, 5.001]
iv. [5, 5.0001]
b. Use the answers from a. to draw a conclusion about the instantaneous velocity of the ball at t = 5
seconds.
47. Two vehicles start out traveling side by side along a straight road. Their position functions, shown in the following graph, are given by s = f (t) and s = g(t),
where s is measured in feet and t is measured in seconds.
a. Which vehicle has traveled farther at t = 2
seconds?
b. What is the approximate velocity of each vehicle at
t = 3 seconds?
c. Which vehicle is traveling faster at t = 4 seconds?
d. What is true about the positions of the vehicles at
t = 4 seconds?
43.
|
f (x) = ⎨
, x = 1
44.
|
f (x) = |x|, x = 0
48. [T] The total cost C(x), in hundreds of dollars, to produce x jars of mayonnaise is given by C(x) = 0.000003x3 + 4x + 300.
a. Calculate the average cost per jar over the following intervals:
i. [100, 100.1]
ii. [100, 100.01]
iii. [100, 100.001]
iv. [100, 100.0001]
b. Use the answers from a. to estimate the average cost to produce 100 jars of mayonnaise.
49. [T] For the function f (x) = x3 − 2x2 − 11x + 12,
do the following.
a. Use a graphing calculator to graph f in an appropriate viewing window.
b. Use the ZOOM feature on the calculator to approximate the two values of x = a for which mtan = f ′ (a) = 0.
50. [T] For the function f (x) = x
1 + x
2, do the
following.
a. Use a graphing calculator to graph f in an
appropriate viewing window.
b. Use the ZOOM feature on the calculator to approximate the values of x = a for which mtan = f ′ (a) = 0.
51. Suppose that N(x) computes the number of gallons of gas used by a vehicle traveling x miles. Suppose the vehicle gets 30 mpg.
a. Find a mathematical expression for N(x).
b. What is N(100)? Explain the physical meaning.
c. What is N′(100)? Explain the physical meaning.
52. [T] For the function f (x) = x4 − 5x2 + 4, do the following.
a. Use a graphing calculator to graph f in an
appropriate viewing window.
b. Use the nDeriv function, which numerically finds
the derivative, on a graphing calculator to estimate
f ′ (−2), f ′(−0.5), f ′(1.7), and f ′(2.718).
53. [T] For the function f (x) = x2
x2 + 1
, do the
following.
a. Use a graphing calculator to graph f in an
appropriate viewing window.
b. Use the nDeriv function on a graphing calculator to find f ′ (−4), f ′(−2), f ′(2), and f ′(4).
3.2 | The Derivative as a Function
As we have seen, the derivative of a function at a given point gives us the rate of change or slope of the tangent line to the function at that point. If we differentiate a position function at a given time, we obtain the velocity at that time. It seems reasonable to conclude that knowing the derivative of the function at every point would produce valuable information about the behavior of the function. However, the process of finding the derivative at even a handful of values using the techniques of the preceding section would quickly become quite tedious. In this section we define the derivative function and learn a process for finding it.
Derivative Functions
The derivative function gives the derivative of a function at each point in the domain of the original function for which the derivative is defined. We can formally define a derivative function as follows.
A function f (x) is said to be differentiable at a if f ′(a) exists. More generally, a function is said to be differentiable on S if it is differentiable at every point in an open set S, and a differentiable function is one in which f ′(x) exists on its domain.
In the next few examples we use Equation 3.9 to find the derivative of a function.
Finding the Derivative of a Square-Root Function
Find the derivative of f (x) = x.
Solution
Start directly with the definition of the derivative function. Use Equation 3.1.
f ′ (x) = lim x + h − x
Substitute f (x + h) = x + h and f (x) = x
h → 0 h
into f ′ (x) = lim f (x + h) − f (x).
h → 0 h
= lim x + h − x · x + h + x
Multiply numerator and denominator by
x + h + x without distributing in the
h → 0 h
x + h + x
denominator.
= hli→m0h( x
h Multiply the numerators and simplify.
+ h + x)
|
= hli→m0( x + 1 + x) Cancel the h.
= Evaluate the limit.
Finding the Derivative of a Quadratic Function
Find the derivative of the function f (x) = x2 − 2x.
Solution
Follow the same procedure here, but without having to multiply by the conjugate.
Substitute f (x + h) = (x + h)2 − 2(x + h) and
|
f ′ (x) = lim ((x + h)2 − 2(x + h)) − (x2 − 2x)
f (x) = x2 − 2x into
f ′ (x) = lim f (x + h) − f (x).
h → 0 h
= lim x2 + 2xh + h2 − 2x − 2h − x2 + 2x
Expand (x + h)2 − 2(x + h).
h → 0 h
= lim 2xh − 2h + h2
Simplify.
h → 0 h
= lim h(2x − 2 + h)
Factor out h from the numerator.
h → 0 h
= hli→m0(2x − 2 + h) Cancel the common factor of h.
= 2x − 2 Evaluate the limit.
3.6 Find the derivative of f (x) = x2.
We use a variety of different notations to express the derivative of a function. In Example 3.12 we showed that if
|
f (x) = x2 − 2x, then f ′ (x) = 2x − 2. If we had expressed this function in the form y = x2 − 2x, we could have expressed the derivative as y′ = 2x − 2 or dy = 2x − 2. We could have conveyed the same information by writing
d ⎛x2 − 2x⎞ = 2x − 2. Thus, for the function y = f (x), each of the following notations represents the derivative of
dx⎝ ⎠
f (x):
f ′ (x), dy, y′, d ⎛ f (x)⎞.
dx dx⎝ ⎠
|
In place of f ′ (a) we may also use dy|
Use of the dy
dx
notation (called Leibniz notation) is quite common in
engineering and physics. To understand this notation better, recall that the derivative of a function at a point is the limit of the slopes of secant lines as the secant lines approach the tangent line. The slopes of these secant lines are often expressed
in the form Δy
Δx
where Δy is the difference in the y values corresponding to the difference in the x values, which are
expressed as Δx (Figure 3.11). Thus the derivative, which can be thought of as the instantaneous rate of change of y
with respect to x, is expressed as
dy = lim Δy.
dx Δx → 0Δx
Figure 3.11 The derivative is expressed as dy = lim Δy.
dx Δx → 0Δx
Graphing a Derivative
We have already discussed how to graph a function, so given the equation of a function or the equation of a derivative function, we could graph it. Given both, we would expect to see a correspondence between the graphs of these two functions, since f ′(x) gives the rate of change of a function f (x) (or slope of the tangent line to f (x)).
In Example 3.11 we found that for f (x) = x, f ′(x) = 1/2 x. If we graph these functions on the same axes, as in Figure
3.12, we can use the graphs to understand the relationship between these two functions. First, we notice that f (x) is
increasing over its entire domain, which means that the slopes of its tangent lines at all points are positive. Consequently, we expect f ′ (x) > 0 for all values of x in its domain. Furthermore, as x increases, the slopes of the tangent lines to f (x)
are decreasing and we expect to see a corresponding decrease in f ′(x). We also observe that f (0) is undefined and that
|
lim f ′ (x) = +∞, corresponding to a vertical tangent to f (x) at 0.
→ 0
Figure 3.12 The derivative f ′(x) is positive everywhere because the function f (x) is increasing.
In Example 3.12 we found that for f (x) = x2 − 2x, f ′ (x) = 2x − 2. The graphs of these functions are shown in Figure
3.13. Observe that f (x) is decreasing for x < 1. For these same values of x, f ′ (x) < 0. For values of x > 1, f (x) is increasing and f ′ (x) > 0. Also, f (x) has a horizontal tangent at x = 1 and f ′ (1) = 0.
Figure 3.13 The derivative f ′ (x) < 0 where the function
f (x) is decreasing and f ′ (x) > 0 where f (x) is increasing.
The derivative is zero where the function has a horizontal tangent.
Sketching a Derivative Using a Function
Use the following graph of f (x) to sketch a graph of f ′ (x).
Solution
The solution is shown in the following graph. Observe that f (x) is increasing and f ′ (x) > 0 on ( – 2, 3). Also, f (x) is decreasing and f ′ (x) < 0 on (−∞, −2) and on (3, +∞). Also note that f (x) has horizontal tangents at – 2 and 3, and f ′ (−2) = 0 and f ′ (3) = 0.
3.7 Sketch the graph of f (x) = x2 − 4. On what interval is the graph of f ′ (x) above the x -axis?
Derivatives and Continuity
Now that we can graph a derivative, let’s examine the behavior of the graphs. First, we consider the relationship between differentiability and continuity. We will see that if a function is differentiable at a point, it must be continuous there;
however, a function that is continuous at a point need not be differentiable at that point. In fact, a function may be continuous at a point and fail to be differentiable at the point for one of several reasons.
Proof
If f (x) is differentiable at a, then f ′(a) exists and
f ′ (a) = lim f (x) − f (a).
x → a x − a
We want to show that f (x) is continuous at a by showing that xli→ma f (x) = f (a). Thus,
|
|
xli→ma f (x) = xli→m ⎛ f (x) − f (a) + f (a)⎞
= lim ⎛ f (x) − f (a) · (x − a) + f (a)⎞
Multiply and divide f (x) − f (a) by x − a.
x → a⎝ x − a ⎠
= ⎛ lim f (x) − f (a)⎞· ⎛ lim (x − a)⎞ + lim f (a)
⎝x → a x − a ⎠ ⎝x → a ⎠ x → a
= f ′(a) · 0 + f (a)
= f (a).
Therefore, since f (a) is defined and xli→ma f (x) = f (a), we conclude that f is continuous at a.
□
We have just proven that differentiability implies continuity, but now we consider whether continuity implies differentiability. To determine an answer to this question, we examine the function f (x) = |x|. This function is continuous
everywhere; however, f ′(0) is undefined. This observation leads us to believe that continuity does not imply differentiability. Let’s explore further. For f (x) = |x|,
f ′ (0) = lim f (x) − f (0) = lim |x| − |0| = lim |x|.
This limit does not exist because
x → 0
x − 0
x → 0 x − 0
x → 0 x
x →lim0− |x| = −1 and lim+ |x| = 1.
See Figure 3.14.
x x → 0 x
Figure 3.14 The function f (x) = |x| is continuous at 0 but is not differentiable at 0.
Let’s consider some additional situations in which a continuous function fails to be differentiable. Consider the function
f (x) = 3 x:
f ′ (0) = lim 3 x − 0 = lim 1 = +∞.
x → 0 x − 0 x → 03 x2
Thus f ′ (0) does not exist. A quick look at the graph of f (x) = 3 x clarifies the situation. The function has a vertical tangent line at 0 (Figure 3.15).
Figure 3.15 The function f (x) = 3 x has a vertical tangent at
x = 0. It is continuous at 0 but is not differentiable at 0.
⎧x sin⎛1⎞ if x ≠ 0
The function f (x) = ⎨
⎝x⎠
also has a derivative that exhibits interesting behavior at 0. We see that
⎩0 if x = 0
f ′ (0) = lim x sin(1/x) − 0 = lim sin⎛1⎞.
x → 0
x − 0
x → 0
⎝x⎠
This limit does not exist, essentially because the slopes of the secant lines continuously change direction as they approach zero (Figure 3.16).
Fig
differentiable at 0.
⎩0 if x = 0 t
In summary:
1. We observe that if a function is not continuous, it cannot be differentiable, since every differentiable function must be continuous. However, if a function is continuous, it may still fail to be differentiable.
2. We saw that f (x) = |x| failed to be differentiable at 0 because the limit of the slopes of the tangent lines on the left and right were not the same. Visually, this resulted in a sharp corner on the graph of the function at 0. From this we conclude that in order to be differentiable at a point, a function must be “smooth” at that point.
3. As we saw in the example of f (x) = 3 x, a function fails to be differentiable at a point where there is a vertical tangent line.
⎧x sin⎛1⎞ if x ≠ 0
4. As we saw with f (x) = ⎨ ⎝x⎠
a function may fail to be differentiable at a point in more complicated
ways as well.
⎩0 if x = 0
A Piecewise Function that is Continuous and Differentiable
|
A toy company wants to design a track for a toy car that starts out along a parabolic curve and then converts to a straight line (Figure 3.17). The function that describes the track is to have the form
1 x2 + bx + c if x < −10
f (x) = ⎨10
⎩
− 1 x + 5 if x ≥ −10
where x and f (x) are in inches. For the car to move smoothly along the
4 2
track, the function f (x) must be both continuous and differentiable at −10. Find values of b and c that make
f (x) both continuous and differentiable.
Figure 3.17 For the car to move smoothly along the track, the function must be both continuous and differentiable.
Solution
For the function to be continuous at x = −10, x →lim10− f (x) = f (−10). Thus, since
lim − f (x) = 1 (−10)2 − 10b + c = 10 − 10b + c
x → −10 10
and f (−10) = 5, we must have 10 − 10b + c = 5. Equivalently, we have c = 10b − 5.
For the function to be differentiable at −10,
f ′ (10) = lim
f (x) − f (−10)
x → −10
x + 10
must exist. Since f (x) is defined using different rules on the right and the left, we must evaluate this limit from the right and the left and then set them equal to each other:
f (x) − f (−10)
1 x2 + bx + c − 5
x →li−m10−
x + 10 = x →li−m10− 10
x + 10
1 x2 + bx + (10b − 5) − 5
= x →li−m10− 10
x + 10 Substitute c = 10b − 5.
= lim − x2 − 100 + 10bx + 100b
x → −10
10(x + 10)
= lim − (x + 10)(x − 10 + 10b)
Factor by grouping.
We also have
x → −10
= b − 2.
10(x + 10)
f (x) − f (−10)
− 1 x + 5 − 5
|
lim
→ −10
x + 10 = x lim +
4 2
x + 10
|
= lim + −(x + 10)
This gives us b − 2 = − 1. Thus b = 7
x → −10
|
= − 1.
and c = 10⎛7⎞ − 5 = 25.
4(x + 10)
4 4 ⎝4⎠ 2
3.8 ⎧ax + b if x < 3
|
Find values of a and b that make f (x) = ⎨
x2 if x ≥ 3
both continuous and differentiable at 3.
Higher-Order Derivatives
The derivative of a function is itself a function, so we can find the derivative of a derivative. For example, the derivative of a position function is the rate of change of position, or velocity. The derivative of velocity is the rate of change of velocity, which is acceleration. The new function obtained by differentiating the derivative is called the second derivative. Furthermore, we can continue to take derivatives to obtain the third derivative, fourth derivative, and so on. Collectively, these are referred to as higher-order derivatives. The notation for the higher-order derivatives of y = f (x) can be
expressed in any of the following forms:
f ″(x), f ‴(x), f (4) (x),…, f (n) (x)
y″(x), y‴(x), y(4) (x),…, y(n) (x)
d 2 y, d 3 y, d 4 y,…, dn y.
dx2
dx3
dx4
dxn
It is interesting to note that the notation for d 2 y
dx2
may be viewed as an attempt to express d ⎛dy⎞
|
dx dx
more compactly.
d ⎛ d ⎛dy⎞⎞ d ⎛ d 2 y⎞ d 3 y
|
|
Analogously, dx⎝dx⎝dx⎠⎠ = dx⎜ 2 ⎟ = dx3 .
Finding a Second Derivative
For f (x) = 2x2 − 3x + 1, find f ″(x).
Solution
First find f ′(x).
|
|
|
f ′ (x) = lim ⎛2(x + h)2 − 3(x + h) + 1⎞ − (2x2 − 3x + 1)
Substitute f (x) = 2x2 − 3x + 1 and
f (x + h) = 2(x + h)2 − 3(x + h) + 1
into f ′ (x) = lim f (x + h) − f (x).
= lim 4xh + 2h2 − 3h
h → 0 h
Simplify the numerator.
h → 0 h
Factor out the h in the numerator
= hli→m0(4x + 2h − 3)
and cancel with the h in the denominator.
= 4x − 3 Take the limit.
Next, find f ″(x) by taking the derivative of f ′ (x) = 4x − 3.
f ′ (x + h) − f ′(x)
Use f ′ (x) = lim f (x + h) − f (x) with f ′(x) in
f ″(x) = hli→m0 h
h → 0 h
place of f (x).
|
⎛ ⎞
⎝ ⎠
h → 0 h
Substitute f ′ (x + h) = 4(x + h) − 3 and
f ′ (x) = 4x − 3.
= hli→m04 Simplify.
= 4 Take the limit.
3.9 Find f ″(x) for f (x) = x2.
Finding Acceleration
The position of a particle along a coordinate axis at time t (in seconds) is given by s(t) = 3t2 − 4t + 1 (in meters). Find the function that describes its acceleration at time t.
Solution
Since v(t) = s′(t) and a(t) = v′ (t) = s″(t), we begin by finding the derivative of s(t) :
s′ (t) = lim s(t + h) − s(t)
h → 0
h
|
3(t + h)2 − 4(t + h) + 1 − ⎛3t2 − 4t + 1⎞
Next,
= hli→m0 h
= 6t − 4.
s″(t) = lim s′ (t + h) − s′(t)
h → 0 h
= lim 6(t + h) − 4 − (6t − 4)
Thus, a = 6 m/s2.
h → 0 h
= 6.
3.10
For s(t) = t3, find a(t).
54. f (x) = 6
55. f (x) = 2 − 3x
56.
|
f (x) = 2x + 1
57. f (x) = 4x2
58. f (x) = 5x − x2
59. f (x) =
60. f (x) =
61. f (x) = 9x
62. f (x) = x + 1x
63.
|
f (x) = 1
For the following exercises, use the graph of y = f (x) to sketch the graph of its derivative f ′ (x).
64.
65.
66.
67.
For the following exercises, the given limit represents the derivative of a function y = f (x) at x = a. Find f (x)
and a.
68. lim (1 + h)2/3 − 1
⎧2x, x ≤ 1
|
⎩
For the following graphs,
a. determine for which values of x = a the xli→ma f (x) exists but f is not continuous at x = a, and
b. determine for which values of x = a the function is continuous but not differentiable at x = a.
78.
h → 0 h
⎡3(2 + h)2 + 2⎤ − 14
69.
|
⎣ ⎦
h → 0 h
70. lim cos(π + h) + 1
h → 0 h
79.
71.
lim (2 + h)4 − 16
h → 0 h
72.
lim [2(3 + h)2 − (3 + h)] − 15
h → 0 h
73.
lim eh − 1
h → 0 h
For the following functions,
a. sketch the graph and
b. use the definition of a derivative to show that the function is not differentiable at x = 1.
|
⎧2 x, 0 ≤ x ≤ 1
⎩3x − 1, x > 1
|
⎧3, x < 1
⎩3x, x ≥ 1
|
⎧−x2 + 2, x ≤ 1
⎩x, x > 1
80. Use the graph to evaluate a. f ′ (−0.5), b. f ′ (0), c.
f ′ (1), d. f ′ (2), and e. f ′ (3), if it exists.
b. f ′ (x) = lim f (x + h) − f (x)
For the
following functions, use
|
(
90. P(x) denotes the population of a city at time x in years.
91.
|
C(x) denotes the total amount of money (in thousands of dollars) spent on concessions by x customers at an amusement park.
92. R(x) denotes the total cost (in thousands of dollars) of manufacturing x clock radios.
93. g(x) denotes the grade (in percentage points) received on a test, given x hours of studying.
94. B(x) denotes the cost (in dollars) of a sociology textbook at university bookstores in the United States in x years since 1990.
95. p(x) denotes atmospheric pressure at an altitude of x
f ″(x) = hli→m0
x + h) − f ′(x)
h
to find f ″(x).
feet.
81. f (x) = 2 − 3x
82. f (x) = 4x2
83. f (x) = x + 1x
96. Sketch the graph of a function y = f (x) with all of the following properties:
a. f ′ (x) > 0 for −2 ≤ x < 1
b. f ′ (2) = 0
c. f ′ (x) > 0 for x > 2
d. f (2) = 2 and f (0) = 1
For the following exercises, use a calculator to graph f (x). Determine the function f ′ (x), then use a calculator to graph f ′ (x).
84. [T] f (x) = − 5x
85. [T] f (x) = 3x2 + 2x + 4.
86. [T] f (x) = x + 3x
87. [T] f (x) = 1
e. x →lim−∞ f (x) = 0 and x l→im∞ f (x) = ∞
f. f ′ (1) does not exist.
97. Suppose temperature T in degrees Fahrenheit at a height x in feet above the ground is given by y = T(x).
a. Give a physical interpretation, with units, of T′(x).
b. If we know that T′ (1000) = −0.1, explain the physical meaning.
98. Suppose the total profit of a company is y = P(x)
thousand dollars when x units of an item are sold.
2x
( ) 1
a. What does P(b) − P(a)
b − a
for 0 < a < b measure,
88. [T] f x
= 1 + x + x
and what are the units?
b. What does P′(x) measure, and what are the units?
89. [T] f (x) = x3 + 1
For the following exercises, describe what the two expressions represent in terms of each of the given situations. Be sure to include units.
a. f (x + h) − f (x)
h
c. Suppose that P′ (30) = 5, what is the
approximate change in profit if the number of items sold increases from 30 to 31 ?
99. The graph in the following figure models the number of people N(t) who have come down with the flu t weeks
after its initial outbreak in a town with a population of
50,000 citizens.
a. Describe what N′(t) represents and how it behaves as t increases.
b. What does the derivative tell us about how this
town is affected by the flu outbreak?
For the following exercises, use the following table, which shows the height h of the Saturn V rocket for the Apollo 11 mission t seconds after launch.
Time (seconds) | Height (meters) |
0 | 0 |
1 | 2 |
2 | 4 |
3 | 13 |
4 | 25 |
5 | 32 |
100. What is the physical meaning of h′ (t) ? What are the units?
101. [T] Construct a table of values for h′ (t) and graph both h(t) and h′ (t) on the same graph. (Hint: for interior
points, estimate both the left limit and right limit and average them. An interior point of an interval I is an element of I which is not an endpoint of I.)
102. [T] The best linear fit to the data is given by
H(t) = 7.229t − 4.905, where H is the height of the rocket (in meters) and t is the time elapsed since takeoff. From this equation, determine H′ (t). Graph H(t) with
the given data and, on a separate coordinate plane, graph
H′ (t).
103. [T] The best quadratic fit to the data is given by
G(t) = 1.429t2 + 0.0857t − 0.1429, where G is the height of the rocket (in meters) and t is the time elapsed since takeoff. From this equation, determine G′ (t). Graph G(t) with the given data and, on a separate coordinate plane, graph G′ (t).
104. [T] The best cubic fit to the data is given by
F(t) = 0.2037t3 + 2.956t2 − 2.705t + 0.4683, where
F is the height of the rocket (in m) and t is the time elapsed since take off. From this equation, determine
F′ (t). Graph F(t) with the given data and, on a separate coordinate plane, graph F′ (t). Does the linear, quadratic, or cubic function fit the data best?
105. Using the best linear, quadratic, and cubic fits to the data, determine what H″(t), G″(t) and F″(t) are. What
are the physical meanings of H″(t), G″(t) and F″(t), and what are their units?
3.3 | Differentiation Rules
Finding derivatives of functions by using the definition of the derivative can be a lengthy and, for certain functions, a rather challenging process. For example, previously we found that d ( x) = 1 by using a process that involved multiplying an
dx 2 x
expression by a conjugate prior to evaluating a limit. The process that we could use to evaluate d ⎛3 x⎞ using the definition,
dx⎝⎠
while similar, is more complicated. In this section, we develop rules for finding derivatives that allow us to bypass this process. We begin with the basics.
The Basic Rules
The functions f (x) = c and g(x) = xn where n is a positive integer are the building blocks from which all polynomials
and rational functions are constructed. To find derivatives of polynomials and rational functions efficiently without resorting to the limit definition of the derivative, we must first develop formulas for differentiating these basic functions.
The Constant Rule
We first apply the limit definition of the derivative to find the derivative of the constant function, f (x) = c. For this function, both f (x) = c and f (x + h) = c, so we obtain the following result:
f ′ (x) = lim f (x + h) − f (x)
h → 0 h
= lim c − c
h → 0 h
|
0
h → 0h
= hli→m00 = 0.
The rule for differentiating constant functions is called the constant rule. It states that the derivative of a constant function is zero; that is, since a constant function is a horizontal line, the slope, or the rate of change, of a constant function is 0. We
restate this rule in the following theorem.
Applying the Constant Rule
Find the derivative of f (x) = 8.
Solution
This is just a one-step application of the rule:
f ′(x) = 0.
3.11 Find the derivative of g(x) = −3.
The Power Rule
We have shown that
d ⎛x2⎞ = 2x and d ⎛x1/2⎞ = 1 x−1/2.
dx⎝ ⎠
dx⎝ ⎠ 2
|
At this point, you might see a pattern beginning to develop for derivatives of the form d (xn). We continue our
examination of derivative formulas by differentiating power functions of the form f (x) = xn where n is a positive integer.
|
We develop formulas for derivatives of this type of function in stages, beginning with positive integer powers. Before stating and proving the general rule for derivatives of functions of this form, we take a look at a specific case, d (x3). As we go
through this derivation, note that the technique used in this case is essentially the same as the technique used to prove the general case.
Differentiating x3
Find d ⎛x3⎞.
dx⎝ ⎠
Solution
d ⎛x3⎞ = lim (x + h)3 − x3
dx⎝ ⎠
h → 0 h
Notice that the first term in the expansion of
= lim x3 + 3x2 h + 3xh2 + h3 − x3 (x + h)3 is x3 and the second term is 3x2 h. All
h → 0 h
other terms contain powers of h that are two or greater.
|
3x2 h + 3xh2 + h3
h → 0 h
In this step the x3 terms have been cancelled, leaving only terms containing h.
= lim h(3x2 + 3xh + h2)
Factor out the common factor of h.
h → 0 h
= lim (3x2 + 3xh + h2) After cancelling the common factor of h, the
h → 0
only term not containing h is 3x2.
= 3x2 Let h go to 0.
3.12 Find d ⎛x4⎞.
dx⎝ ⎠
As we shall see, the procedure for finding the derivative of the general form f (x) = xn is very similar. Although it is often unwise to draw general conclusions from specific examples, we note that when we differentiate f (x) = x3, the power on
x becomes the coefficient of x2 in the derivative and the power on x in the derivative decreases by 1. The following theorem states that the power rule holds for all positive integer powers of x. We will eventually extend this result to negative integer powers. Later, we will see that this rule may also be extended first to rational powers of x and then to arbitrary powers of x. Be aware, however, that this rule does not apply to functions in which a constant is raised to a variable power, such as f (x) = 3 x.
Theorem 3.3: The Power Rule
Let n be a positive integer. If f (x) = xn, then
Alternatively, we may express this rule as
f ′ (x) = nxn − 1.
|
d xn = nxn − 1.
Proof
For f (x) = xn where n is a positive integer, we have
f ′ (x) = lim (x + h)n − xn.
h → 0 h
Since (x + h)n = xn + nxn − 1 h + ⎛n⎞ xn − 2 h2 + ⎛n⎞ xn − 3 h3 + … + nxhn − 1 + hn,
we see that
⎝2⎠
⎝3⎠
(x + h)n − xn = nxn − 1 h + ⎛n⎞ xn − 2 h2 + ⎛n⎞ xn − 3 h3 + … + nxhn − 1 + hn.
Next, divide both sides by h:
⎝2⎠
⎝3⎠
n n nxn − 1 h + ⎛n⎞ xn − 2 h2 + ⎛n⎞ xn − 3 h3 + … + nxhn − 1 + hn
(x + h) − x = ⎝2⎠ ⎝3⎠ .
h h
Thus,
(x + h)n − xn = nxn − 1 + ⎛n⎞ xn − 2 h + ⎛n⎞ xn − 3 h2 + … + nxhn − 2 + hn − 1.
Finally,
h ⎝2⎠
⎝3⎠
f ′ (x) = lim ⎛nxn − 1 + ⎛n⎞ xn − 2 h + ⎛n⎞ xn − 3 h2 + … + nxhn − 1 + hn⎞
h → 0⎝
= nxn − 1.
□
⎝2⎠
⎝3⎠ ⎠
Applying the Power Rule
Find the derivative of the function f (x) = x10 by applying the power rule.
Solution
Using the power rule with n = 10, we obtain
f ′(x) = 10x10 − 1 = 10x9.
3.13
Find the derivative of f (x) = x7.
The Sum, Difference, and Constant Multiple Rules
We find our next differentiation rules by looking at derivatives of sums, differences, and constant multiples of functions. Just as when we work with functions, there are rules that make it easier to find derivatives of functions that we add, subtract, or multiply by a constant. These rules are summarized in the following theorem.
Proof
We provide only the proof of the sum rule here. The rest follow in a similar manner.
For differentiable functions f (x) and g(x), we set j(x) = f (x) + g(x). Using the limit definition of the derivative we have
j′ (x) = lim j(x + h) − j(x).
h → 0 h
By substituting j(x + h) = f (x + h) + g(x + h) and j(x) = f (x) + g(x), we obtain
|
j′(x) = lim ⎛ f (x + h) + g(x + h)⎞ − ⎛ f (x) + g(x)⎞.
h → 0 h
Rearranging and regrouping the terms, we have
j′(x) = lim ⎛ f (x + h) − f (x) + g(x + h) − g(x)⎞.
h → 0⎝ h h ⎠
We now apply the sum law for limits and the definition of the derivative to obtain
j′(x) = lim ⎛ f (x + h) − f (x)⎞ + lim ⎛g(x + h) − g(x)⎞ = f ′ (x) + g′ (x).
h → 0⎝ h ⎠ h → 0⎝ h ⎠
□
Applying the Constant Multiple Rule
Find the derivative of g(x) = 3x2 and compare it to the derivative of f (x) = x2.
Solution
We use the power rule directly:
g′ (x) = d ⎛3x2⎞ = 3 d ⎛x2⎞ = 3(2x) = 6x.
dx⎝ ⎠ dx⎝ ⎠
Since f (x) = x2 has derivative f ′ (x) = 2x, we see that the derivative of g(x) is 3 times the derivative of
f (x). This relationship is illustrated in Figure 3.18.
Figure 3.18 The derivative of g(x) is 3 times the derivative of f (x).
Applying Basic Derivative Rules
Find the derivative of f (x) = 2x5 + 7.
Solution
We begin by applying the rule for differentiating the sum of two functions, followed by the rules for differentiating constant multiples of functions and the rule for differentiating powers. To better understand the sequence in which the differentiation rules are applied, we use Leibniz notation throughout the solution:
f ′ (x) = d ⎛2x5 + 7⎞
dx⎝ ⎠
= d ⎛2x5⎞ + d (7) Apply the sum rule.
dx⎝ ⎠ dx
= 2 d ⎛x5⎞ + d (7) Apply the constant multiple rule.
dx⎝ ⎠ dx
= 2⎛5x4⎞ + 0 Apply the power rule and the constant rule.
⎝ ⎠
= 10x4. Simplify.
3.14
Find the derivative of f (x) = 2x3 − 6x2 + 3.
Finding the Equation of a Tangent Line
Find the equation of the line tangent to the graph of f (x) = x2 − 4x + 6 at x = 1.
Solution
To find the equation of the tangent line, we need a point and a slope. To find the point, compute
f (1) = 12 − 4(1) + 6 = 3.
This gives us the point (1, 3). Since the slope of the tangent line at 1 is f ′ (1), we must first find f ′ (x). Using the definition of a derivative, we have
f ′ (x) = 2x − 4
so the slope of the tangent line is f ′ (1) = −2. Using the point-slope formula, we see that the equation of the tangent line is
y − 3 = −2(x − 1).
Putting the equation of the line in slope-intercept form, we obtain
y = −2x + 5.
3.15
form.
Find the equation of the line tangent to the graph of f (x) = 3x2 − 11 at x = 2. Use the point-slope
The Product Rule
Now that we have examined the basic rules, we can begin looking at some of the more advanced rules. The first one examines the derivative of the product of two functions. Although it might be tempting to assume that the derivative of the product is the product of the derivatives, similar to the sum and difference rules, the product rule does not follow this pattern. To see why we cannot use this pattern, consider the function f (x) = x2, whose derivative is f ′ (x) = 2x and not
d (x) · d (x) = 1 · 1 = 1.
dx dx
Proof
|
We begin by assuming that f (x) and g(x) are differentiable functions. At a key point in this proof we need to use the fact that, since g(x) is differentiable, it is also continuous. In particular, we use the fact that since g(x) is continuous, hlim g(x + h) = g(x).
By applying the limit definition of the derivative to j(x) = f (x)g(x), we obtain
j′ (x) = lim f (x + h)g(x + h) − f (x)g(x).
h → 0 h
By adding and subtracting f (x)g(x + h) in the numerator, we have
j′ (x) = lim f (x + h)g(x + h) − f (x)g(x + h) + f (x)g(x + h) − f (x)g(x).
h → 0 h
After breaking apart this quotient and applying the sum law for limits, the derivative becomes
j′ (x) = lim ⎛ f (x + h)g(x + h) − f (x)g(x + h)⎞ + lim ⎛ f (x)g(x + h) − f (x)g(x)⎞.
Rearranging, we obtain
h → 0⎝ h
⎠ h → 0⎝ h ⎠
j′ (x) = lim ⎛ f (x + h) − f (x) · g(x + h)⎞ + lim ⎛g(x + h) − g(x) · f (x)⎞.
h → 0⎝ h ⎠ h → 0⎝ h ⎠
By using the continuity of g(x), the definition of the derivatives of f (x) and g(x), and applying the limit laws, we arrive at the product rule,
j′ (x) = f ′ (x)g(x) + g′ (x) f (x).
□
Applying the Product Rule to Functions at a Point
For j(x) = f (x)g(x), use the product rule to find j′(2) if f (2) = 3, f ′ (2) = −4, g(2) = 1, and g′ (2) = 6.
Solution
Since j(x) = f (x)g(x), j′ (x) = f ′ (x)g(x) + g′ (x) f (x), and hence
j′ (2) = f ′ (2)g(2) + g′ (2) f (2) = (−4)(1) + (6)(3) = 14.
Applying the Product Rule to Binomials
For j(x) = (x2 + 2)(3x3 − 5x), find j′(x) by applying the product rule. Check the result by first finding the product and then differentiating.
Solution
If we set f (x) = x2 + 2 and g(x) = 3x3 − 5x, then f ′ (x) = 2x and g′ (x) = 9x2 − 5. Thus,
j′ (x) = f ′ (x)g(x) + g′ (x) f (x) = (2x)⎛3x3 − 5x⎞ + (9x2 − 5)(x2 + 2).
⎝ ⎠
Simplifying, we have
j′ (x) = 15x4 + 3x2 − 10.
To check, we see that j(x) = 3x5 + x3 − 10x and, consequently, j′ (x) = 15x4 + 3x2 − 10.
3.16 Use the product rule to obtain the derivative of j(x) = 2x5 ⎛4x2 + x⎞.
⎝ ⎠
The Quotient Rule
Having developed and practiced the product rule, we now consider differentiating quotients of functions. As we see in the following theorem, the derivative of the quotient is not the quotient of the derivatives; rather, it is the derivative of the function in the numerator times the function in the denominator minus the derivative of the function in the denominator times the function in the numerator, all divided by the square of the function in the denominator. In order to better grasp why we cannot simply take the quotient of the derivatives, keep in mind that
d ⎛x3⎞ 2
d ⎛x2⎞ = 2x, not dx⎝ ⎠ = 3x = 3x2.
|
dx⎝ ⎠
d (x) 1
The proof of the quotient rule is very similar to the proof of the product rule, so it is omitted here. Instead, we apply this new rule for finding derivatives in the next example.
Applying the Quotient Rule
|
Use the quotient rule to find the derivative of k(x) = 45x2 .
Solution
Let f (x) = 5x2 and g(x) = 4x + 3. Thus, f ′ (x) = 10x and g′ (x) = 4. Substituting into the quotient rule, we have
k′ (x) = f ′ (x)g(x) − g′ (x) f (x) = 10x(4x + 3) − 4(5x2).
(g(x))2 (4x + 3)2
Simplifying, we obtain
k′ (x) = 20x2 + 30x.
(4x + 3)2
3.17
Find the derivative of h(x) = 3x + 1.
|
It is now possible to use the quotient rule to extend the power rule to find derivatives of functions of the form xk where k
is a negative integer.
Proof
If k is a negative integer, we may set n = −k, so that n is a positive integer with k = −n. Since for each positive integer
|
n, x−n = 1n, we may now apply the quotient rule by setting f (x) = 1 and g(x) = xn. In this case, f ′ (x) = 0 and
g′ (x) = nxn − 1. Thus,
|
|
0(xn) − 1⎛nxn − 1⎞
Simplifying, we see that
d (x−n) =
⎝ ⎠
(xn)2
d (x−n) = −nxn − 1 = −nx(n − 1) − 2n = −nx−n − 1.
dx x2n
Finally, observe that since k = −n, by substituting we have
d ⎛xk⎞ = kxk − 1.
dx⎝ ⎠
□
Using the Extended Power Rule
Find d ⎛x−4⎞.
dx⎝ ⎠
Solution
By applying the extended power rule with k = −4, we obtain
d ⎛x−4⎞ = −4x−4 − 1 = −4x−5.
dx⎝ ⎠
Using the Extended Power Rule and the Constant Multiple Rule
|
Use the extended power rule and the constant multiple rule to find the derivative of f (x) = 6 .
x
Solution
It may seem tempting to use the quotient rule to find this derivative, and it would certainly not be incorrect to do so. However, it is far easier to differentiate this function by first rewriting it as f (x) = 6x−2.
f ′ (x) = d ⎛ 6 ⎞ = d ⎛6x−2⎞ Rewrite 6 as 6x−2.
dx⎝x2⎠ dx⎝ ⎠ x2
|
= 6 d (x−2) Apply the constant multiple rule.
= 6(−2x−3) Use the extended power rule to differentiate x−2.
= −12x−3 Simplify.
3.18
Find the derivative of g(x) = 1
|
x
using the extended power rule.
Combining Differentiation Rules
As we have seen throughout the examples in this section, it seldom happens that we are called on to apply just one differentiation rule to find the derivative of a given function. At this point, by combining the differentiation rules, we may find the derivatives of any polynomial or rational function. Later on we will encounter more complex combinations of differentiation rules. A good rule of thumb to use when applying several rules is to apply the rules in reverse of the order in which we would evaluate the function.
Combining Differentiation Rules
For k(x) = 3h(x) + x2 g(x), find k′(x).
Solution
Finding this derivative requires the sum rule, the constant multiple rule, and the product rule.
k′ (x) = d ⎛3h(x) + x2 g(x)⎞ = d ⎛3h(x)⎞ + d ⎛x2 g(x)⎞ Apply the sum rule.
dx⎝
d
⎠
⎛ d ⎛ 2⎞
dx⎝
⎠
d ⎛
dx⎝
⎞ 2⎞
⎠
Apply the constant multiple rule to
|
= 3dx⎛h(x)⎞ + ⎝dx⎝x ⎠g(x) + dx⎝g(x)⎠x ⎠
differentiate 3h(x) and the product rule to differentiate x2 g(x).
= 3h′ (x) + 2xg(x) + g′(x)x2
Extending the Product Rule
For k(x) = f (x)g(x)h(x), express k′ (x) in terms of f (x), g(x), h(x), and their derivatives.
Solution
We can think of the function k(x) as the product of the function f (x)g(x) and the function h(x). That is,
|
|
k(x) = ⎛ f (x)g(x)⎞ · h(x). Thus,
k′(x) = d ⎛ f (x)g(x)⎞ · h(x) + d ⎛h(x)⎞ · ⎛ f (x)g(x)⎞
Apply the product rule to the product
dx⎝ ⎠
dx⎝ ⎠ ⎝ ⎠
of f (x)g(x) and h(x).
|
= ⎛ f ′ (x)g(x) + g′ (x) f (x))h(x) + h′ (x) f (x)g(x) Apply the product rule to f (x)g(x).
= f ′ (x)g(x)h(x) + f (x)g′ (x)h(x) + f (x)g(x)h′ (x). Simplify.
Combining the Quotient Rule and the Product Rule
|
For h(x) = 2x3 k(x), find h′(x).
Solution
This procedure is typical for finding the derivative of a rational function.
d ⎛2x3 k(x)⎞ · (3x + 2) − d (3x + 2) · ⎛2x3 k(x)⎞
h′ (x) = dx⎝
⎠ dx ⎝ ⎠
(3x + 2)2
Apply the quotient rule.
⎛6x2 k(x) + k′ (x) · 2x3⎞(3x + 2) − 3⎛2x3 k(x)⎞
Apply the product rule to find
= ⎝ ⎠ 2 ⎝ ⎠
d ⎛2x3 k(x)⎞. Use d (3x + 2) = 3.
(3x + 2)
= −6x3 k(x) + 18x3 k(x) + 12x2 k(x) + 6x4 k′ (x) + 4x3 k′ (x)
(3x + 2)2
dx⎝ ⎠ dx
Simplify.
3.19 Find d ⎛3 f (x) − 2g(x)⎞.
dx⎝ ⎠
Determining Where a Function Has a Horizontal Tangent
Determine the values of x for which f (x) = x3 − 7x2 + 8x + 1 has a horizontal tangent line.
Solution
To find the values of x for which f (x) has a horizontal tangent line, we must solve f ′ (x) = 0. Since
f ′ (x) = 3x2 − 14x + 8 = (3x − 2)(x − 4),
|
we must solve (3x − 2)(x − 4) = 0. Thus we see that the function has horizontal tangent lines at x = 2
and
x = 4 as shown in the following graph.
Figure 3.19 This function has horizontal tangent lines at x = 2/3 and x = 4.
Finding a Velocity
|
The position of an object on a coordinate axis at time t is given by s(t) = t
+ 1
. What is the initial velocity of
the object?
Solution
Since the initial velocity is v(0) = s′ (0), begin by finding s′(t) by applying the quotient rule:
1⎛t2 + 1⎞ − 2t(t) 2
|
s′ (t) =
⎝ ⎠
⎛t2 + 1⎞
= 1 − t 2.
t2 + 1
⎝ ⎠ ⎝ ⎠
After evaluating, we see that v(0) = 1.
3.20
Find the values of x for which the graph of f (x) = 4x2 − 3x + 2 has a tangent line parallel to the line
y = 2x + 3.
122. h(x) = 4 f (x) + g(x)
106. f (x) = x7 + 10
123. h(x)
|
= x3
f (x)
107. f (x) = 5x3 − x + 1
108. f (x) = 4x2 − 7x
124. h(x) =
f (x)g(x) 2
109. f (x) = 8x4
+ 9x2 − 1
125. h(x) = 3 f (x)
110.
|
f (x) = x4 + 2x
111.
|
f (x) = 3x⎛18x4 + 13 ⎞
For the following exercises, assume that f (x) and g(x)
are both differentiable functions with values as given in the following table. Use the following table to calculate the following derivatives.
112.
|
f (x) = (x + 2)⎛2x2 − 3⎞
113. f (x) = x2 ⎛ 2
x
⎝ ⎠
|
|
+ 5 ⎞
x
114.
|
f (x) = x3 + 2x2 − 4
115.
|
f (x) = 4x3 − 2x + 1
x
116. f (x) = x2 + 4
x2 − 4
117.
|
f (x) = x + 9
− 7x + 1
For the following exercises, find the equation of the tangent line T(x) to the graph of the given function at the indicated
point. Use a graphing calculator to graph the function and the tangent line.
118. [T] y = 3x2 + 4x + 1 at (0, 1)
119. [T] y = 2 x + 1 at (4, 5)
120.
|
[T] y = 2x at (−1, 1)
126. Find h′(1) if h(x) = x f (x) + 4g(x).
127.
|
Find h′ (2) if h(x) = f (x).
128. Find h′ (3) if h(x) = 2x + f (x)g(x).
129.
|
Find h′ (4) if h(x) = 1x + g(x) .
For the following exercises, use the following figure to find the indicated derivatives, if they exist.
121.
|
[T] y = 2x − 3
at (1, −1)
For the following exercises, assume that f (x) and g(x) are both differentiable functions for all x. Find the derivative of each of the functions h(x).
140. Find the point on the graph of f (x) = x3 such that the tangent line at that point has an x intercept of 6.
141. Find the equation of the line passing through the
|
point P(3, 3) and tangent to the graph of f (x) = x 6 .
130. Let h(x) = f (x) + g(x). Find
a. h′ (1),
b. h′ (3), and
c. h′ (4).
131. Let h(x) = f (x)g(x). Find
a. h′ (1),
b. h′ (3), and
c. h′ (4).
142. Determine all points on the graph of
f (x) = x3 + x2 − x − 1 for which
a. the tangent line is horizontal
b. the tangent line has a slope of −1.
143. Find a quadratic polynomial such that
f (1) = 5, f ′ (1) = 3 and f ″(1) = −6.
144. A car driving along a freeway with traffic has traveled s(t) = t3 − 6t2 + 9t meters in t seconds.
a. Determine the time in seconds when the velocity of the car is 0.
b. Determine the acceleration of the car when the velocity is 0.
145. [T] A herring swimming along a straight line has
132.
|
Let h(x) = f (x). Find
traveled s(t) = t2
t2 + 2
feet in t seconds. Determine the
a. h′ (1),
b. h′ (3), and
c. h′ (4).
For the following exercises,
a. evaluate f ′ (a), and
b. graph the function f (x) and the tangent line at
x = a.
133. [T] f (x) = 2x3 + 3x − x2, a = 2
134. [T] f (x) = 1x − x2, a = 1
135. [T] f (x) = x2 − x12 + 3x + 2, a = 0
136. [T] f (x) = 1x − x2/3, a = −1
137. Find the equation of the tangent line to the graph of
f (x) = 2x3 + 4x2 − 5x − 3 at x = −1.
138. Find the equation of the tangent line to the graph of
f (x) = x2 + 4x − 10 at x = 8.
139. Find the equation of the tangent line to the graph of
f (x) = (3x − x2)(3 − x − x2) at x = 1.
velocity of the herring when it has traveled 3 seconds.
146. The population in millions of arctic flounder in the Atlantic Ocean is modeled by the function
P(t) = 8t + 3 , where t is measured in years.
0.2t2 + 1
a. Determine the initial flounder population.
b. Determine P′ (10) and briefly interpret the result.
147. [T] The concentration of antibiotic in the bloodstream t hours after being injected is given by the
function C(t) = 2t2 + t , where C is measured in
t3 + 50
milligrams per liter of blood.
a. Find the rate of change of C(t).
b. Determine the rate of change for t = 8, 12, 24,
and 36.
c. Briefly describe what seems to be occurring as the number of hours increases.
148. A book publisher has a cost function given by
|
C(x) = x3 + 2x + 3, where x is the number of copies of
x
a book in thousands and C is the cost, per book, measured in dollars. Evaluate C′ (2) and explain its meaning.
149.
|
[T] According to Newton’s law of universal gravitation, the force F between two bodies of constant mass m1 and m2 is given by the formula F = Gm1 m2,
where G is the gravitational constant and d is the distance between the bodies.
a. Suppose that G, m1, and m2 are constants. Find
the rate of change of force F with respect to distance d.
b. Find the rate of change of force F with gravitational constant G = 6.67 × 10−11
Nm2 /kg2, on two bodies 10 meters apart, each with a mass of 1000 kilograms.
3.4 | Derivatives as Rates of Change
In this section we look at some applications of the derivative by focusing on the interpretation of the derivative as the rate of change of a function. These applications include acceleration and velocity in physics, population growth rates in biology, and marginal functions in economics.
Amount of Change Formula
One application for derivatives is to estimate an unknown value of a function at a point by using a known value of a function at some given point together with its rate of change at the given point. If f (x) is a function defined on an interval
|
|
⎡a, a + h⎤, then the amount of change of f (x) over the interval is the change in the y values of the function over that
interval and is given by
f (a + h) − f (a).
The average rate of change of the function f over that same interval is the ratio of the amount of change over that interval to the corresponding change in the x values. It is given by
|
f (a + h) − f (a) h
As we already know, the instantaneous rate of change of f (x) at a is its derivative
f ′ (a) = lim f (a + h) − f (a).
h → 0 h
|
For small enough values of h, f ′ (a) ≈ f (a + h) − f (a). We can then solve for f (a + h) to get the amount of change
formula:
f (a + h) ≈ f (a) + f ′(a)h.
(3.10)
We can use this formula if we know only f (a) and f ′(a) and wish to estimate the value of f (a + h). For example, we
may use the current population of a city and the rate at which it is growing to estimate its population in the near future. As we can see in Figure 3.22, we are approximating f (a + h) by the y coordinate at a + h on the line tangent to f (x) at
x = a. Observe that the accuracy of this estimate depends on the value of h as well as the value of f ′ (a).
Figure 3.22 The new value of a changed quantity equals the original value plus the rate of change times the interval of change: f (a + h) ≈ f (a) + f ′ (a)h.
Here is an interesting demonstration (http://www.openstax.org/l/20_chainrule) of rate of change.
Estimating the Value of a Function
If f (3) = 2 and f ′ (3) = 5, estimate f (3.2).
Solution
Begin by finding h. We have h = 3.2 − 3 = 0.2. Thus,
f (3.2) = f (3 + 0.2) ≈ f (3) + (0.2) f ′ (3) = 2 + 0.2(5) = 3.
3.21 Given f (10) = −5 and f ′ (10) = 6, estimate f (10.1).
Motion along a Line
Another use for the derivative is to analyze motion along a line. We have described velocity as the rate of change of position. If we take the derivative of the velocity, we can find the acceleration, or the rate of change of velocity. It is also important to introduce the idea of speed, which is the magnitude of velocity. Thus, we can state the following mathematical definitions.
Comparing Instantaneous Velocity and Average Velocity
A ball is dropped from a height of 64 feet. Its height above ground (in feet) t seconds later is given by
s(t) = −16t2 + 64.
a. What is the instantaneous velocity of the ball when it hits the ground?
b. What is the average velocity during its fall?
Solution
The first thing to do is determine how long it takes the ball to reach the ground. To do this, set s(t) = 0. Solving
−16t2 + 64 = 0, we get t = 2, so it take 2 seconds for the ball to reach the ground.
a. The instantaneous velocity of the ball as it strikes the ground is v(2). Since v(t) = s′ (t) = −32t, we obtain v(t) = −64 ft/s.
b. The average velocity of the ball during its fall is
vave = s(2) − s(0) = 0 − 64 = −32 ft/s.
2 − 0 2
Interpreting the Relationship between v(t) and a(t)
A particle moves along a coordinate axis in the positive direction to the right. Its position at time t is given by
s(t) = t3 − 4t + 2. Find v(1) and a(1) and use these values to answer the following questions.
a. Is the particle moving from left to right or from right to left at time t = 1 ?
b. Is the particle speeding up or slowing down at time t = 1 ?
Solution
Begin by finding v(t) and a(t).
v(t) = s′ (t) = 3t2 – 4 and a(t) = v′ (t) = s″(t) = 6t.
Evaluating these functions at t = 1, we obtain v(1) = −1 and a(1) = 6.
a. Because v(1) < 0, the particle is moving from right to left.
b. Because v(1) < 0 and a(1) > 0, velocity and acceleration are acting in opposite directions. In other
words, the particle is being accelerated in the direction opposite the direction in which it is traveling, causing |v(t)| to decrease. The particle is slowing down.
Position and Velocity
The position of a particle moving along a coordinate axis is given by s(t) = t3 − 9t2 + 24t + 4, t ≥ 0.
a. Find v(t).
b. At what time(s) is the particle at rest?
c. On what time intervals is the particle moving from left to right? From right to left?
d. Use the information obtained to sketch the path of the particle along a coordinate axis.
Solution
a. The velocity is the derivative of the position function:
v(t) = s′ (t) = 3t2 − 18t + 24.
b. The particle is at rest when v(t) = 0, so set 3t2 − 18t + 24 = 0. Factoring the left-hand side of the equation produces 3(t − 2)(t − 4) = 0. Solving, we find that the particle is at rest at t = 2 and t = 4.
c. The particle is moving from left to right when v(t) > 0 and from right to left when v(t) < 0. Figure
3.23 gives the analysis of the sign of v(t) for t ≥ 0, but it does not represent the axis along which the particle is moving.
Figure 3.23 The sign of v(t) determines the direction of the particle.
Since 3t2 − 18t + 24 > 0 on [0, 2) ∪ (2, +∞), the particle is moving from left to right on these intervals.
Since 3t2 − 18t + 24 < 0 on (2, 4), the particle is moving from right to left on this interval.
d.
|
Before we can sketch the graph of the particle, we need to know its position at the time it starts moving ⎛t = 0) and at the times that it changes direction (t = 2, 4). We have s(0) = 4, s(2) = 24, and
s(4) = 20. This means that the particle begins on the coordinate axis at 4 and changes direction at 0 and
20 on the coordinate axis. The path of the particle is shown on a coordinate axis in Figure 3.24.
Figure 3.24 The path of the particle can be determined by analyzing v(t).
3.22 A particle moves along a coordinate axis. Its position at time t is given by s(t) = t2 − 5t + 1. Is the
particle moving from right to left or from left to right at time t = 3 ?
Population Change
In addition to analyzing velocity, speed, acceleration, and position, we can use derivatives to analyze various types of populations, including those as diverse as bacteria colonies and cities. We can use a current population, together with a growth rate, to estimate the size of a population in the future. The population growth rate is the rate of change of a population and consequently can be represented by the derivative of the size of the population.
Estimating a Population
The population of a city is tripling every 5 years. If its current population is 10,000, what will be its approximate population 2 years from now?
Solution
Let P(t) be the population (in thousands) t years from now. Thus, we know that P(0) = 10 and based on the information, we anticipate P(5) = 30. Now estimate P′ (0), the current growth rate, using
P′ (0) ≈ P(5) − P(0) = 30 − 10 = 4.
5 − 0 5
By applying Equation 3.10 to P(t), we can estimate the population 2 years from now by writing
P(2) ≈ P(0) + (2)P′ (0) ≈ 10 + 2(4) = 18;
thus, in 2 years the population will be 18,000.
3.23 The current population of a mosquito colony is known to be 3,000; that is, P(0) = 3,000. If
P′ (0) = 100, estimate the size of the population in 3 days, where t is measured in days.
Changes in Cost and Revenue
In addition to analyzing motion along a line and population growth, derivatives are useful in analyzing changes in cost, revenue, and profit. The concept of a marginal function is common in the fields of business and economics and implies the use of derivatives. The marginal cost is the derivative of the cost function. The marginal revenue is the derivative of the revenue function. The marginal profit is the derivative of the profit function, which is based on the cost function and the revenue function.
We can roughly approximate
MC(x) = C′ (x) = lim C(x + h) − C(x)
h → 0 h
by choosing an appropriate value for h. Since x represents objects, a reasonable and small value for h is 1. Thus, by substituting h = 1, we get the approximation MC(x) = C′ (x) ≈ C(x + 1) − C(x). Consequently, C′ (x) for a given value of x can be thought of as the change in cost associated with producing one additional item. In a similar way, MR(x) = R′ (x) approximates the revenue obtained by selling one additional item, and MP(x) = P′ (x) approximates the
profit obtained by producing and selling one additional item.
Applying Marginal Revenue
Assume that the number of barbeque dinners that can be sold, x, can be related to the price charged, p, by the equation p(x) = 9 − 0.03x, 0 ≤ x ≤ 300.
In this case, the revenue in dollars obtained by selling x barbeque dinners is given by
R(x) = xp(x) = x(9 − 0.03x) = −0.03x2 + 9x for 0 ≤ x ≤ 300.
Use the marginal revenue function to estimate the revenue obtained from selling the 101st barbeque dinner. Compare this to the actual revenue obtained from the sale of this dinner.
Solution
First, find the marginal revenue function: MR(x) = R′ (x) = −0.06x + 9.
Next, use R′ (100) to approximate R(101) − R(100), the revenue obtained from the sale of the 101st dinner. Since R′ (100) = 3, the revenue obtained from the sale of the 101st dinner is approximately $3.
The actual revenue obtained from the sale of the 101st dinner is
R(101) − R(100) = 602.97 − 600 = 2.97, or $2.97.
The marginal revenue is a fairly good estimate in this case and has the advantage of being easy to compute.
3.24 Suppose that the profit obtained from the sale of x fish-fry dinners is given by P(x) = −0.03x2 + 8x − 50. Use the marginal profit function to estimate the profit from the sale of the 101st fish-fry dinner.
a. Find the velocity and acceleration functions.
b. Determine the time intervals when the object is slowing down or speeding up.
150. s(t) = 2t3 − 3t2 − 12t + 8
151. s(t) = 2t3 − 15t2 + 36t − 10
152. s(t) = t
1 + t2
153. A rocket is fired vertically upward from the ground. The distance s in feet that the rocket travels from the
ground after t seconds is given by s(t) = −16t2 + 560t.
a. Find the velocity of the rocket 3 seconds after being fired.
b. Find the acceleration of the rocket 3 seconds after being fired.
154. A ball is thrown downward with a speed of 8 ft/ s from the top of a 64-foot-tall building. After t seconds, its height above the ground is given by s(t) = −16t2 − 8t + 64.
a. Determine how long it takes for the ball to hit the ground.
b. Determine the velocity of the ball when it hits the ground.
155. The position function s(t) = t2 − 3t − 4 represents
the position of the back of a car backing out of a driveway and then driving in a straight line, where s is in feet and t is in seconds. In this case, s(t) = 0 represents the time
at which the back of the car is at the garage door, so
s(0) = −4 is the starting position of the car, 4 feet inside
the garage.
a. Determine the velocity of the car when s(t) = 0.
b. Determine the velocity of the car when s(t) = 14.
156. The position of a hummingbird flying along a straight line in t seconds is given by s(t) = 3t3 − 7t meters.
a. Determine the velocity of the bird at t = 1 sec.
b. Determine the acceleration of the bird at t = 1 sec.
c. Determine the acceleration of the bird when the velocity equals 0.
157. A potato is launched vertically upward with an initial velocity of 100 ft/s from a potato gun at the top of an 85-foot-tall building. The distance in feet that the potato travels from the ground after t seconds is given by
s(t) = −16t2 + 100t + 85.
a. Find the velocity of the potato after 0.5 s and
5.75 s.
b. Find the speed of the potato at 0.5 s and 5.75 s.
c. Determine when the potato reaches its maximum height.
d. Find the acceleration of the potato at 0.5 s and 1.5 s.
e. Determine how long the potato is in the air.
f. Determine the velocity of the potato upon hitting the ground.
158. The position function s(t) = t3 − 8t gives the
position in miles of a freight train where east is the positive direction and t is measured in hours.
a. Determine the direction the train is traveling when
s(t) = 0.
b. Determine the direction the train is traveling when
a(t) = 0.
c. Determine the time intervals when the train is slowing down or speeding up.
159. The following graph shows the position y = s(t) of an object moving along a straight line.
a. Use the graph of the position function to determine the time intervals when the velocity is positive, negative, or zero.
b. Sketch the graph of the velocity function.
c. Use the graph of the velocity function to determine the time intervals when the acceleration is positive, negative, or zero.
d. Determine the time intervals when the object is speeding up or slowing down.
160.
|
The cost function, in dollars, of a company that manufactures food processors is given by C(x) = 200 + 7x + x2, where x is the number of food
processors manufactured.
a. Find the marginal cost function.
b. Use the marginal cost function to estimate the cost of manufacturing the thirteenth food processor.
c. Find the actual cost of manufacturing the thirteenth food processor.
161. The price p (in dollars) and the demand x for a
certain digital clock radio is given by the price–demand function p = 10 − 0.001x.
a. Find the revenue function R(x).
b. Find the marginal revenue function.
164. A small town in Ohio commissioned an actuarial firm to conduct a study that modeled the rate of change of the town’s population. The study found that the town’s population (measured in thousands of people) can be modeled by the function P(t) = − 1t3 + 64t + 3000,
|
where t is measured in years.
a. Find the rate of change function P′ (t) of the
population function.
b. Find P′ (1), P′ (2), P′ (3), and P′ (4). Interpret
what the results mean for the town.
c. Find P″(1), P″(2), P″(3), and P″(4). Interpret what the results mean for the town’s population.
165.
|
[T] A culture of bacteria grows in number according to the function N(t) = 3000 1 + 4t , where t is
c. Find the marginal revenue at x = 2000 and 5000.
162. [T] A profit is earned when revenue exceeds cost.
measured in hours.
⎝ t2 + 100⎠
Suppose the profit function for a skateboard manufacturer is given by P(x) = 30x − 0.3x2 − 250, where x is the
number of skateboards sold.
a. Find the exact profit from the sale of the thirtieth skateboard.
b. Find the marginal profit function and use it to estimate the profit from the sale of the thirtieth skateboard.
163. [T] In general, the profit function is the difference between the revenue and cost functions: P(x) = R(x) − C(x). Suppose the price-demand and cost
functions for the production of cordless drills is given respectively by p = 143 − 0.03x and
C(x) = 75,000 + 65x, where x is the number of cordless drills that are sold at a price of p dollars per drill and C(x) is the cost of producing x cordless drills.
a. Find the marginal cost function.
b. Find the revenue and marginal revenue functions.
c. Find R′(1000) and R′(4000). Interpret the
results.
d. Find the profit and marginal profit functions.
e. Find P′(1000) and P′(4000). Interpret the results.
a. Find the rate of change of the number of bacteria.
b. Find N′ (0), N′ (10), N′ (20), and N′ (30).
c. Interpret the results in (b).
d. Find N″(0), N″(10), N″(20), and N″(30).
Interpret what the answers imply about the bacteria population growth.
166.
|
The centripetal force of an object of mass m is given by F(r) = mv2, where v is the speed of rotation and r
is the distance from the center of rotation.
a. Find the rate of change of centripetal force with respect to the distance from the center of rotation.
b. Find the rate of change of centripetal force of an object with mass 1000 kilograms, velocity of 13.89 m/s, and a distance from the center of rotation of 200 meters.
The following questions concern the population (in millions) of London by decade in the 19th century, which is listed in the following table.
Time after dropping (s) | Position (m) |
0 | 0 |
1 | −1 |
2 | −2 |
3 | −5 |
4 | −7 |
5 | −14 |
|
Table 3.4 Population of London Source: http://en.wikipedia.org/wiki/ Demographics_of_London.
167. [T]
a. Using a calculator or a computer program, find the best-fit linear function to measure the population.
b. Find the derivative of the equation in a. and explain its physical meaning.
c. Find the second derivative of the equation and explain its physical meaning.
168. [T]
a. Using a calculator or a computer program, find the best-fit quadratic curve through the data.
b. Find the derivative of the equation and explain its physical meaning.
c. Find the second derivative of the equation and explain its physical meaning.
For the following exercises, consider an astronaut on a large planet in another galaxy. To learn more about the composition of this planet, the astronaut drops an electronic sensor into a deep trench. The sensor transmits its vertical position every second in relation to the astronaut’s position. The summary of the falling sensor data is displayed in the following table.
169. [T]
a. Using a calculator or computer program, find the best-fit quadratic curve to the data.
b. Find the derivative of the position function and explain its physical meaning.
c. Find the second derivative of the position function and explain its physical meaning.
170. [T]
a. Using a calculator or computer program, find the best-fit cubic curve to the data.
b. Find the derivative of the position function and explain its physical meaning.
c. Find the second derivative of the position function and explain its physical meaning.
d. Using the result from c. explain why a cubic function is not a good choice for this problem.
The following problems deal with the Holling type I, II, and III equations. These equations describe the ecological event of growth of a predator population given the amount of prey available for consumption.
171. [T] The Holling type I equation is described by
f (x) = ax, where x is the amount of prey available and
a > 0 is the rate at which the predator meets the prey for consumption.
a. Graph the Holling type I equation, given a = 0.5.
b. Determine the first derivative of the Holling type I equation and explain physically what the derivative implies.
c. Determine the second derivative of the Holling type I equation and explain physically what the derivative implies.
d. Using the interpretations from b. and c. explain why the Holling type I equation may not be realistic.
172. [T] The Holling type II equation is described by 174. [T] The populations of the snowshoe hare (in
|
f (x) = nax , where x is the amount of prey available and a > 0 is the maximum consumption rate of the predator.
a. Graph the Holling type II equation given a = 0.5
and n = 5. What are the differences between the Holling type I and II equations?
b. Take the first derivative of the Holling type II
equation and interpret the physical meaning of the derivative.
c.
|
Show that f (n) = 1a and interpret the meaning of
thousands) and the lynx (in hundreds) collected over 7 years from 1937 to 1943 are shown in the following table. The snowshoe hare is the primary prey of the lynx.
the parameter n.
d. Find and interpret the meaning of the second derivative. What makes the Holling type II function more realistic than the Holling type I function?
173. [T] The Holling type III equation is described by
|
Table 3.5 Snowshoe Hare and Lynx
f (x) = ax2 n2 + x2
, where x is the amount of prey available
Populations Source: http://www.biotopics.co.uk/ newgcse/predatorprey.html.
and a > 0 is the maximum consumption rate of the predator.
a. Graph the Holling type III equation given a = 0.5 and n = 5. What are the differences between the Holling type II and III equations?
b. Take the first derivative of the Holling type III
equation and interpret the physical meaning of the derivative.
c. Find and interpret the meaning of the second derivative (it may help to graph the second derivative).
d. What additional ecological phenomena does the Holling type III function describe compared with the Holling type II function?
a. Graph the data points and determine which Holling-type function fits the data best.
b. Using the meanings of the parameters a and n,
determine values for those parameters by examining a graph of the data. Recall that n
measures what prey value results in the half- maximum of the predator value.
c. Plot the resulting Holling-type I, II, and III functions on top of the data. Was the result from part a. correct?
3.5 | Derivatives of Trigonometric Functions
One of the most important types of motion in physics is simple harmonic motion, which is associated with such systems as an object with mass oscillating on a spring. Simple harmonic motion can be described by using either sine or cosine functions. In this section we expand our knowledge of derivative formulas to include derivatives of these and other trigonometric functions. We begin with the derivatives of the sine and cosine functions and then use them to obtain formulas for the derivatives of the remaining four trigonometric functions. Being able to calculate the derivatives of the sine and cosine functions will enable us to find the velocity and acceleration of simple harmonic motion.
Derivatives of the Sine and Cosine Functions
We begin our exploration of the derivative for the sine function by using the formula to make a reasonable guess at its derivative. Recall that for a function f (x),
f ′ (x) = lim f (x + h) − f (x).
h → 0 h
|
Consequently, for values of h very close to 0, f ′ (x) ≈ f (x + h) − f (x). We see that by using h = 0.01,
d (sin x) ≈ sin(x + 0.01) − sin x
dx 0.01
|
By setting D(x) = sin(x + 0.01) − sin x
derivative of sin x (Figure 3.25).
and using a graphing utility, we can get a graph of an approximation to the
Figure 3.25 The graph of the function D(x) looks a lot like a cosine curve.
Upon inspection, the graph of D(x) appears to be very close to the graph of the cosine function. Indeed, we will show that
|
d (sin x) = cos x.
If we were to follow the same steps to approximate the derivative of the cosine function, we would find that
|
d (cos x) = −sinx.
Proof
Because the proofs for d (sin x) = cos x and d (cos x) = −sin x use similar techniques, we provide only the proof for
dx dx
|
d (sin x) = cos x. Before beginning, recall two important trigonometric limits we learned in Introduction to Limits:
lim sin h = 1 and lim cos h − 1 = 0.
h → 0 h h → 0 h
|
|
The graphs of y = (sin h) and y = (cos h − 1) are shown in Figure 3.26.
Figure 3.26 These graphs show two important limits needed to establish the derivative formulas for the sine and cosine functions.
We also recall the following trigonometric identity for the sine of the sum of two angles:
sin(x + h) = sin x cos h + cos x sin h.
Now that we have gathered all the necessary equations and identities, we proceed with the proof.
d sin x = lim sin(x + h) − sin x
Apply the definition of the derivative.
dx h → 0 h
= lim sin x cos h + cos x sin h − sin x
Use trig identity for the sine of the sum of two angles.
h → 0⎛sin x cos h
h
x cos x sin h⎞
= hli→m0⎝
h − sin +
h ⎠ Regroup.
= lim ⎛sin x⎛cos h − 1⎞ + cos x⎛sin h⎞⎞ Factor out sin x and cos x.
h → 0⎝
⎝ h ⎠
⎝ h ⎠⎠
= sin x · 0 + cos x · 1 Apply trig limit formulas.
= cos x Simplify.
□
Figure 3.27 shows the relationship between the graph of f (x) = sin x and its derivative f ′ (x) = cos x. Notice that at the points where f (x) = sin x has a horizontal tangent, its derivative f ′ (x) = cos x takes on the value zero. We also see that where f (x) = sin x is increasing, f ′ (x) = cos x > 0 and where f (x) = sin x is decreasing, f ′ (x) = cos x < 0.
Figure 3.27 Where f (x) has a maximum or a minimum, f ′(x) = 0 that is, f ′(x) = 0 where f (x) has a horizontal tangent. These points are noted with dots on the graphs.
Differentiating a Function Containing sin x
Find the derivative of f (x) = 5x3 sin x.
Solution
Using the product rule, we have
f ′(x) = d ⎛5x3⎞ · sin x + d (sin x) · 5x3
dx⎝ ⎠ dx
After simplifying, we obtain
= 15x2 · sin x + cos x · 5x3.
f ′ (x) = 15x2 sin x + 5x3 cos x.
3.25 Find the derivative of f (x) = sin x cos x.
Finding the Derivative of a Function Containing cos x
Find the derivative of g(x) = cos x.
4x2
Solution
By applying the quotient rule, we have
g′ (x) = (−sin x)4x2 − 8x(cos x).
⎛4x2⎞2
⎝ ⎠
Simplifying, we obtain
g′ (x) = −4x2 sin x − 8x cos x
16x4
= −x sin x − 2 cos x.
4x3
3.26
|
Find the derivative of f (x) = x .
An Application to Velocity
A particle moves along a coordinate axis in such a way that its position at time t is given by s(t) = 2 sin t − t
for 0 ≤ t ≤ 2π. At what times is the particle at rest?
Solution
To determine when the particle is at rest, set s′ (t) = v(t) = 0. Begin by finding s′ (t). We obtain
s′ (t) = 2 cos t − 1,
so we must solve
2 cos t − 1 = 0 for 0 ≤ t ≤ 2π.
The solutions to this equation are t = π and t = 5π . Thus the particle is at rest at times t = π and t = 5π .
3 3 3 3
3.27 A particle moves along a coordinate axis. Its position at time t is given by s(t) = 3t + 2 cos t for
0 ≤ t ≤ 2π. At what times is the particle at rest?
Derivatives of Other Trigonometric Functions
Since the remaining four trigonometric functions may be expressed as quotients involving sine, cosine, or both, we can use the quotient rule to find formulas for their derivatives.
The Derivative of the Tangent Function
Find the derivative of f (x) = tan x.
Solution
Start by expressing tan x as the quotient of sin x and cos x :
|
f (x) = tan x = csoinsx .
Now apply the quotient rule to obtain
Simplifying, we obtain
f ′ (x) = cos x cos x − (−sin x)sin x.
(cos x)2
f ′ (x) = cos2 x + sin2 x.
cos2 x
Recognizing that cos2 x + sin2 x = 1, by the Pythagorean theorem, we now have
f ′ (x) = 1 .
cos2 x
Finally, use the identity sec x = co1s x to obtain
f ′ (x) = sec2 x.
3.28 Find the derivative of f (x) = cot x.
The derivatives of the remaining trigonometric functions may be obtained by using similar techniques. We provide these formulas in the following theorem.
Finding the Equation of a Tangent Line
|
Find the equation of a line tangent to the graph of f (x) = cot x at x = π.
Solution
To find the equation of the tangent line, we need a point and a slope at that point. To find the point, compute
f ⎛π ⎞ = cot π = 1.
⎝4⎠ 4
Thus the tangent line passes through the point ⎛π , 1⎞. Next, find the slope by finding the derivative of
|
f (x) = cot x and evaluating it at π :
⎝4 ⎠
f ′ (x) = −csc2 x and f ′ ⎛π ⎞ = −csc2 ⎛π ⎞ = −2.
Using the point-slope equation of the line, we obtain
⎝4⎠
⎝4⎠
y − 1 = −2⎛x − π ⎞
or equivalently,
⎝ 4⎠
|
y = −2x + 1 + π .
Finding the Derivative of Trigonometric Functions
Find the derivative of f (x) = csc x + x tan x.
Solution
To find this derivative, we must use both the sum rule and the product rule. Using the sum rule, we find
f ′ (x) = d (csc x) + d (x tan x).
dx dx
|
In the first term, d (csc x) = −csc x cot x, and by applying the product rule to the second term we obtain
Therefore, we have
d (x tan x) = (1)(tan x) + (sec2 x)(x).
|
f ′ (x) = −csc x cot x + tan x + x sec2 x.
3.29 Find the derivative of f (x) = 2 tan x − 3 cot x.
3.30
|
Find the slope of the line tangent to the graph of f (x) = tan x at x = π .
Higher-Order Derivatives
The higher-order derivatives of sin x and cos x follow a repeating pattern. By following the pattern, we can find any higher-order derivative of sin x and cos x.
Finding Higher-Order Derivatives of y = sinx
Find the first four derivatives of y = sin x.
Solution
Each step in the chain is straightforward:
y = sin x
dy dx d 2 y dx2 d 3 y dx3 d 4 y dx4
= cos x
= −sin x
= −cos x
= sin x.
Analysis
Once we recognize the pattern of derivatives, we can find any higher-order derivative by determining the step in the pattern to which it corresponds. For example, every fourth derivative of sin x equals sin x, so
d 4 (sin x) = d 8 (sin x) = d 12 (sin x) = … = d 4n (sin x) = sin x
dx4
dx8
dx12
dx4n
d 5 (sin x) = d 9 (sin x) = d 13 (sin x) = … = d 4n + 1 (sin x) = cos x.
dx5
dx9
dx13
dx4n + 1
3.31
For y = cos x, find d 4 y.
|
dx
Using the Pattern for Higher-Order Derivatives of y = sinx
|
Find d 74 (sin x).
dx
Solution
We can see right away that for the 74th derivative of sin x, 74 = 4(18) + 2, so
d 74 (sin x) = d 72 + 2 (sin x) = d 2 (sin x) = −sin x.
dx74
dx72 + 2
dx2
3.32
For y = sin x, find d 59 (sin x).
|
dx
An Application to Acceleration
A particle moves along a coordinate axis in such a way that its position at time t is given by s(t) = 2 − sin t.
Find v(π/4) and a(π/4). Compare these values and decide whether the particle is speeding up or slowing down.
Solution
First find v(t) = s′ (t):
Thus,
v(t) = s′ (t) = −cos t.
v⎛π ⎞ = − 1 .
⎝4⎠ 2
Next, find a(t) = v′(t). Thus, a(t) = v′ (t) = sin t and we have
a⎛π ⎞ = 1 .
⎝4⎠ 2
Since v⎛π ⎞ = − 1 < 0 and a⎛π ⎞ = 1
> 0, we see that velocity and acceleration are acting in opposite
⎝4⎠ 2 ⎝4⎠ 2
directions; that is, the object is being accelerated in the direction opposite to the direction in which it is travelling. Consequently, the particle is slowing down.
3.33 A block attached to a spring is moving vertically. Its position at time t is given by s(t) = 2 sin t. Find
v⎛5π ⎞ and a⎛5π ⎞. Compare these values and decide whether the block is speeding up or slowing down.
⎝ 6 ⎠ ⎝ 6 ⎠
dx
functions.
for the given
192. y = sin x cos x
193.
|
y = x − 1 sin x
175. y = x2 − sec x + 1
176. y = 3 csc x + 5x
177. y = x2 cot x
178. y = x − x3 sin x
179. y = sexc x
180. y = sin x tan x
181. y = (x + cos x)(1 − sin x)
|
tan x
1 − sec x
|
1 − cot x 1 + cot x
184. y = cos x(1 + csc x)
For the following exercises, find the equation of the tangent line to each of the given functions at the indicated values of x. Then use a calculator to graph both the function and
the tangent line to ensure the equation for the tangent line is correct.
185. [T] f (x) = −sin x, x = 0
186.
|
[T] f (x) = csc x, x = π
187.
|
[T] f (x) = 1 + cos x, x = 3π
188.
|
[T] f (x) = sec x, x = π
189. [T] f (x) = x2 − tan x, x = 0
190.
|
[T] f (x) = 5 cot x, x = π
d 2 y
194. y = 1x + tan x
195. y = 2 csc x
196. y = sec2 x
197. Find all x values on the graph of
f (x) = −3 sin x cos x where the tangent line is horizontal.
198. Find all x values on the graph of f (x) = x − 2 cos x
for 0 < x < 2π where the tangent line has slope 2.
199. Let f (x) = cot x. Determine the points on the graph of f for 0 < x < 2π where the tangent line(s) is (are) parallel to the line y = −2x.
200. [T] A mass on a spring bounces up and down in simple harmonic motion, modeled by the function s(t) = −6 cos t where s is measured in inches and t is
measured in seconds. Find the rate at which the spring is oscillating at t = 5 s.
201. Let the position of a swinging pendulum in simple harmonic motion be given by s(t) = a cos t + b sin t where
a and b are constants, t measures time in seconds, and s measures position in centimeters. If the position is 0 cm and the velocity is 3 cm/s when t = 0 , find the values of a and b .
202. After a diver jumps off a diving board, the edge of the board oscillates with position given by s(t) = −5 cos t
cm at t seconds after the jump.
a. Sketch one period of the position function for
t ≥ 0.
b. Find the velocity function.
c. Sketch one period of the velocity function for
t ≥ 0.
d. Determine the times when the velocity is 0 over one period.
e. Find the acceleration function.
For the following exercises, find functions.
191. y = x sin x − cos x
dx2 for the given
f. Sketch one period of the acceleration function for
t ≥ 0.
203. The number of hamburgers sold at a fast-food restaurant in Pasadena, California, is given by y = 10 + 5 sin x where y is the number of hamburgers
sold and x represents the number of hours after the
restaurant opened at 11 a.m. until 11 p.m., when the store closes. Find y′ and determine the intervals where the
number of burgers being sold is increasing.
204. [T] The amount of rainfall per month in Phoenix, Arizona, can be approximated by y(t) = 0.5 + 0.3 cos t,
where t is months since January. Find y′ and use a
calculator to determine the intervals where the amount of rain falling is decreasing.
For the following exercises, use the quotient rule to derive the given equations.
205.
|
d (cot x) = −csc2 x
206.
|
d (sec x) = sec x tan x
207.
|
d (csc x) = −csc x cot x
208. Use the definition of derivative and the identity
cos(x + h) = cos x cos h − sin x sin h to prove that
|
d(cos x) = −sin x.
For the following exercises, find the requested higher-order derivative for the given functions.
209. d 3 y
dx3
210. d 2 y
dx2
211. d 4 y
dx4
212. d 2 y
dx2
213. d 3 y
dx3
of y = 3 cos x
of y = 3 sin x + x2 cos x
of y = 5 cos x
of y = sec x + cot x
of y = x10 − sec x
3.6 | The Chain Rule
We have seen the techniques for differentiating basic functions (xn, sin x, cos x, etc.) as well as sums, differences, products, quotients, and constant multiples of these functions. However, these techniques do not allow us to differentiate
compositions of functions, such as h(x) = sin⎛x3⎞ or k(x) = 3x2 + 1. In this section, we study the rule for finding the
⎝ ⎠
derivative of the composition of two or more functions.
Deriving the Chain Rule
When we have a function that is a composition of two or more functions, we could use all of the techniques we have already learned to differentiate it. However, using all of those techniques to break down a function into simpler parts that we are able to differentiate can get cumbersome. Instead, we use the chain rule, which states that the derivative of a composite function is the derivative of the outer function evaluated at the inner function times the derivative of the inner function.
To put this rule into context, let’s take a look at an example: h(x) = sin⎛x3⎞. We can think of the derivative of this function
⎝ ⎠
with respect to x as the rate of change of sin⎛x3⎞ relative to the change in x. Consequently, we want to know how sin⎛x3⎞
⎝ ⎠ ⎝ ⎠
changes as x changes. We can think of this event as a chain reaction: As x changes, x3 changes, which leads to a change in sin⎛x3⎞. This chain reaction gives us hints as to what is involved in computing the derivative of sin⎛x3⎞. First of all, a
⎝ ⎠ ⎝ ⎠
change in x forcing a change in x3 suggests that somehow the derivative of x3 is involved. In addition, the change in x3
forcing a change in sin⎛x3⎞ suggests that the derivative of sin(u) with respect to u, where u = x3, is also part of the
⎝ ⎠
final derivative.
We can take a more formal look at the derivative of h(x) = sin⎛x3⎞ by setting up the limit that would give us the derivative
⎝ ⎠
at a specific value a in the domain of h(x) = sin⎛x3⎞.
⎝ ⎠
sin⎛x3⎞ − sin⎛a3⎞
|
h′ (a) = xli→ma
⎝ ⎠ ⎝ ⎠
x − a
This expression does not seem particularly helpful; however, we can modify it by multiplying and dividing by the expression x3 − a3 to obtain
sin⎛x3⎞ − sin⎛a3⎞ 3 3
|
h′ (a) = xli→ma
⎝ ⎠ ⎝
x3 − a3
⎠ · xx − a .
From the definition of the derivative, we can see that the second factor is the derivative of x3 at x = a. That is,
lim x3 − a3 = d ⎛x3⎞x = a = 3a2.
x → a
x − a
dx⎝ ⎠
However, it might be a little more challenging to recognize that the first term is also a derivative. We can see this by letting
u = x3 and observing that as x → a, u → a3 :
sin⎛x3⎞ − sin⎛a3⎞ sin u − sin⎛a3⎞
xli→ma
⎝ ⎠ ⎝
x3 − a3
⎠ = lim
|
→ a
⎝ ⎠
u − a3
Thus, h′ (a) = cos⎛a3⎞ · 3a2.
= d (sin u)u = a3
|
|
= cos⎛a3).
⎝ ⎠
In other words, if h(x) = sin⎛x3⎞, then h′ (x) = cos⎛x3⎞ · 3x2. Thus, if we think of h(x) = sin⎛x3⎞ as the composition
⎝ ⎠ ⎝ ⎠ ⎝ ⎠
⎛ f ∘ g⎞(x) = f ⎛g(x)⎞ where f (x) = sin x and g(x) = x3, then the derivative of h(x) = sin⎛x3⎞ is the product of the
⎝ ⎠ ⎝ ⎠ ⎝ ⎠
derivative of g(x) = x3 and the derivative of the function f (x) = sin x evaluated at the function g(x) = x3. At this point, we anticipate that for h(x) = sin⎛g(x)⎞, it is quite likely that h′(x) = cos(g(x))g′(x). As we determined above, this is the
⎝ ⎠
case for h(x) = sin⎛x3⎞.
⎝ ⎠
Now that we have derived a special case of the chain rule, we state the general case and then apply it in a general form to other composite functions. An informal proof is provided at the end of the section.
Watch an animation (http://www.openstax.org/l/20_chainrule2) of the chain rule.
The Chain and Power Rules Combined
We can now apply the chain rule to composite functions, but note that we often need to use it with other rules. For example, to find derivatives of functions of the form h(x) = (g(x))n, we need to use the chain rule combined with the power rule. To
|
|
|
|
|
|
|
|
do so, we can think of h(x) = ⎛g(x)⎞ n as f ⎛g(x)⎞ where f (x) = xn. Then f ′ (x) = nxn − 1. Thus, f ′ ⎛g(x)⎞ = n⎛g(x)⎞ n − 1.
This leads us to the derivative of a power function using the chain rule,
|
|
h′ (x) = n⎛g(x)⎞ n − 1 g′ (x)
Using the Chain and Power Rules
Find the derivative of h(x) = ⎛ 21 ⎞2.
⎝3x + 1⎠
Solution
First, rewrite h(x) = 1 = ⎛3x2
⎞−2
⎛3x2 + 1⎞2 ⎝
+ 1⎠ .
⎝ ⎠
Applying the power rule with g(x) = 3x2 + 1, we have
h′ (x) = −2⎛3x2 + 1⎞−3 (6x).
⎝ ⎠
Rewriting back to the original form gives us
h′ (x) = −12x .
(3x2 + 1)3
3.34
Find the derivative of h(x) = ⎛2x3 + 2x
4
|
|
− 1⎠ .
Using the Chain and Power Rules with a Trigonometric Function
Find the derivative of h(x) = sin3 x.
Solution
First recall that sin3 x = (sin x)3, so we can rewrite h(x) = sin3 x as h(x) = (sin x)3.
Applying the power rule with g(x) = sin x, we obtain
h′ (x) = 3(sin x)2 cos x = 3 sin2 x cos x.
Finding the Equation of a Tangent Line
|
Find the equation of a line tangent to the graph of h(x) = 1
− 5)
2 at x = 2.
Solution
Because we are finding an equation of a line, we need a point. The x-coordinate of the point is 2. To find the
y-coordinate, substitute 2 into h(x). Since h(2) = ⎛ 1 ⎞ 2 = 1, the point is (2, 1).
⎝3(2) − 5⎠
For the slope, we need h′(2). To find h′(x), first we rewrite h(x) = (3x − 5)−2 and apply the power rule to obtain
h′ (x) = −2(3x − 5)−3 (3) = −6(3x − 5)−3.
|
|
By substituting, we have h′ (2) = −6⎛3(2) − 5⎞−3 = −6. Therefore, the line has equation y − 1 = −6(x − 2).
Rewriting, the equation of the line is y = −6x + 13.
3.35
Find the equation of the line tangent to the graph of f (x) = ⎛x2 − 2⎞3 at x = −2.
⎝ ⎠
Combining the Chain Rule with Other Rules
Now that we can combine the chain rule and the power rule, we examine how to combine the chain rule with the other rules we have learned. In particular, we can use it with the formulas for the derivatives of trigonometric functions or with the product rule.
Using the Chain Rule on a General Cosine Function
|
|
Find the derivative of h(x) = cos⎛g(x)⎞.
Solution
|
|
Think of h(x) = cos(g(x)) as f ⎛g(x)⎞ where f (x) = cos x. Since f ′ (x) = −sin x. we have
f ′ ⎛g(x)⎞ = −sin⎛g(x)⎞. Then we do the following calculation.
⎝ ⎠ ⎝ ⎠
|
|
h′ (x) = f ′ ⎛g(x)⎞g′ (x) Apply the chain rule.
|
|
|
|
|
|
= −sin⎛g(x)⎞g′ (x) Substitute f ′ ⎛g(x)⎞ = −sin⎛g(x)⎞.
|
|
|
|
Thus, the derivative of h(x) = cos⎛g(x)⎞ is given by h′ (x) = −sin⎛g(x)⎞g′ (x).
In the following example we apply the rule that we have just derived.
Using the Chain Rule on a Cosine Function
Find the derivative of h(x) = cos⎛5x2⎞.
⎝ ⎠
Solution
Let g(x) = 5x2. Then g′ (x) = 10x. Using the result from the previous example,
h′ (x) = −sin⎛5x2⎞ · 10x
⎝ ⎠
= −10x sin⎛5x2⎞.
⎝ ⎠
Using the Chain Rule on Another Trigonometric Function
Find the derivative of h(x) = sec⎛4x5 + 2x⎞.
⎝ ⎠
Solution
Apply the chain rule to h(x) = sec⎛g(x)⎞ to obtain
⎝ ⎠
|
|
h′ (x) = sec(g(x) tan⎛g(x)⎞g′ (x).
In this problem, g(x) = 4x5 + 2x, so we have g′ (x) = 20x4 + 2. Therefore, we obtain
h′ (x) = sec⎛4x5 + 2x⎞tan⎛4x5 + 2x⎞⎛20x4 + 2⎞
⎝ ⎠ ⎝ ⎠⎝ ⎠
= (20x4 + 2)sec⎛4x5 + 2x⎞tan⎛4x5 + 2x⎞.
⎝ ⎠ ⎝ ⎠
3.36 Find the derivative of h(x) = sin(7x + 2).
At this point we provide a list of derivative formulas that may be obtained by applying the chain rule in conjunction with the formulas for derivatives of trigonometric functions. Their derivations are similar to those used in Example 3.51 and Example 3.53. For convenience, formulas are also given in Leibniz’s notation, which some students find easier to remember. (We discuss the chain rule using Leibniz’s notation at the end of this section.) It is not absolutely necessary to memorize these as separate formulas as they are all applications of the chain rule to previously learned formulas.
Combining the Chain Rule with the Product Rule
Find the derivative of h(x) = (2x + 1)5 (3x − 2)7.
Solution
First apply the product rule, then apply the chain rule to each term of the product.
h′ (x) = d ⎛(2x + 1)5⎞ · (3x − 2)7 + d ⎛(3x − 2)7⎞ · (2x + 1)5 Apply the product rule.
dx⎝ ⎠ dx⎝ ⎠
= 5(2x + 1)4 · 2 · (3x − 2)7 + 7(3x − 2)6 · 3 · (2x + 1)5 Apply the chain rule.
= 10(2x + 1)4 (3x − 2)7 + 21(3x − 2)6 (2x + 1)5 Simplify.
= (2x + 1)4 (3x − 2)6 (10(3x − 2) + 21(2x + 1)) Factor out (2x + 1)4 (3x − 2)6.
= (2x + 1)4 (3x − 2)6(72x + 1) Simplify.
3.37
Find the derivative of h(x) = x
|
(2x
)3.
Composites of Three or More Functions
We can now combine the chain rule with other rules for differentiating functions, but when we are differentiating the composition of three or more functions, we need to apply the chain rule more than once. If we look at this situation in general terms, we can generate a formula, but we do not need to remember it, as we can simply apply the chain rule multiple times.
In general terms, first we let
|
|
|
k(x) = h⎛ f ⎛g(x)⎞⎞.
Then, applying the chain rule once we obtain
k′ (x) = d ⎛h( f ⎛g(x)⎞⎞ = h′⎛ f ⎛g(x)⎞⎞ · d f ⎛⎛g(x)⎞⎞.
dx⎝ ⎝ ⎠⎠ ⎝ ⎝ ⎠⎠ dx ⎝⎝ ⎠⎠
Applying the chain rule again, we obtain
|
|
|
|
|
|
k′ (x) = h′ ⎛ f ⎛g(x)⎞ f ′ ⎛g(x)⎞g′ (x)⎞.
Notice that the derivative of the composition of three functions has three parts. (Similarly, the derivative of the composition of four functions has four parts, and so on.) Also, remember, we can always work from the outside in, taking one derivative at a time.
Differentiating a Composite of Three Functions
Find the derivative of k(x) = cos4 ⎛7x2 + 1⎞.
⎝ ⎠
Solution
First, rewrite k(x) as
k(x) = ⎛cos⎛7x2
⎞⎞4
⎝ ⎝ + 1⎠⎠ .
Then apply the chain rule several times.
k′ (x) = 4⎛cos⎛7x2 + 1⎞⎞3 ⎛ d cos⎛7x2 + 1⎞⎞
Apply the chain rule.
⎝ ⎝ ⎠⎠ ⎝dx ⎝ ⎠⎠
= 4⎛cos⎛7x2 ⎞⎞3 ⎛ ⎛ x2 + 1⎞⎞⎛ d ⎛7x2 + 1⎞⎞ Apply the chain rule.
⎝ ⎝ + 1⎠⎠
⎝−sin⎝7
⎠⎠⎝dx⎝ ⎠⎠
= 4⎛cos⎛7x2 ⎞⎞3 ⎛ ⎛ x2 + 1⎞⎞(14x) Apply the chain rule.
⎝ ⎝ + 1⎠⎠ ⎝−sin⎝7 ⎠⎠
= −56x sin(7x2 + 1)cos3(7x2 + 1) Simplify.
3.38 Find the derivative of h(x) = sin6⎛x3⎞.
⎝ ⎠
Using the Chain Rule in a Velocity Problem
|
A particle moves along a coordinate axis. Its position at time t is given by s(t) = sin(2t) + cos(3t). What is the velocity of the particle at time t = π ?
Solution
To find v(t), the velocity of the particle at time t, we must differentiate s(t). Thus,
v(t) = s′ (t) = 2 cos(2t) − 3 sin(3t).
|
|
Substituting t = π into v(t), we obtain v⎛π ⎞ = −2.
3.39 A particle moves along a coordinate axis. Its position at time t is given by s(t) = sin(4t). Find its
acceleration at time t.
Proof
At this point, we present a very informal proof of the chain rule. For simplicity’s sake we ignore certain issues: For example, we assume that g(x) ≠ g(a) for x ≠ a in some open interval containing a. We begin by applying the limit definition of
the derivative to the function h(x) to obtain h′(a):
|
h′ (a) = lim f ⎛g(x)⎞ − f ⎛g(a)⎞.
Rewriting, we obtain
x → a
x − a
|
h′ (a) = lim f ⎛g(x)⎞ − f ⎛g(a)⎞ · g(x) − g(a).
Although it is clear that
x → a
g(x) − g(a)
x − a
lim g(x) − g(a) = g′(a),
it is not obvious that
x → a x − a
lim f ⎛g(x)⎞ − f ⎛g(a)⎞ = f ′ ⎛g(a)⎞.
⎝ ⎠ ⎝ ⎠
x → a ⎝ ⎠
g(x) − g(a)
To see that this is true, first recall that since g is differentiable at a, g is also continuous at a. Thus,
xli→mag(x) = g(a).
Next, make the substitution y = g(x) and b = g(a) and use change of variables in the limit to obtain
lim f ⎛g(x)⎞ − f ⎛g(a)⎞ = lim f (y) − f (b) = f ′ (b) = f ′ ⎛g(a)⎞.
⎝ ⎠ ⎝ ⎠
x → a ⎝ ⎠
Finally,
g(x) − g(a) y → b y − b
h′ (a) = lim f ⎛g(x)⎞ − f ⎛g(a)⎞ · g(x) − g(a) = f ′ ⎛g(a)⎞g′ (a).
⎝ ⎠ ⎝ ⎠
x → a
x − a ⎝ ⎠
g(x) − g(a)
□
Using the Chain Rule with Functional Values
|
|
Let h(x) = f ⎛g(x)⎞. If g(1) = 4, g′ (1) = 3, and f ′ (4) = 7, find h′ (1).
Solution
Use the chain rule, then substitute.
|
|
h′ (1) = f ′ ⎛g(1)⎞g′ (1) Apply the chain rule.
= f ′ (4) · 3 Substitute g(1) = 4 and g′ (1) = 3.
= 7 · 3 Substitute f ′(4) = 7.
= 21 Simplify.
3.40
|
|
Given h(x) = f ⎛g(x)⎞. If g(2) = −3, g′ (2) = 4, and f ′ (−3) = 7, find h′ (2).
The Chain Rule Using Leibniz’s Notation
As with other derivatives that we have seen, we can express the chain rule using Leibniz’s notation. This notation for the chain rule is used heavily in physics applications.
For h(x) = f ⎛g(x)⎞, let u = g(x) and y = h(x) = f (u). Thus,
⎝ ⎠
h′ (x) = dy, f ′ ⎛g(x)⎞ = f ′ (u) = dy and g′ (x) = du.
dx ⎝ ⎠ du dx
Consequently,
dy = h′ (x) = f ′ ⎛g(x)⎞g′ (x) = dy · du.
dx ⎝ ⎠
du dx
Taking a Derivative Using Leibniz’s Notation, Example 1
|
Find the derivative of y = ⎛ x ⎞5
Solution
|
|
|
First, let u = 3xx . Thus, y = u5. Next, find du and dy. Using the quotient rule,
du = 2 2
and
Finally, we put it all together.
dx (3x + 2)
|
dy = 5u4.
dy = dy · du
Apply the chain rule.
dx du dx
= 5u4 · 2 2 Substitute dy = 5u4 and du = 2 2.
(3x + 2)
= 5⎛ x ⎞4 · 2
du dx
Substitute u = x .
(3x + 2)
⎝3x + 2⎠
= 10x4 (3x + 2)6
(3x + 2)2
Simplify.
3x + 2
It is important to remember that, when using the Leibniz form of the chain rule, the final answer must be expressed entirely in terms of the original variable given in the problem.
Taking a Derivative Using Leibniz’s Notation, Example 2
Find the derivative of y = tan⎛4x2 − 3x + 1⎞.
⎝ ⎠
Solution
|
First, let u = 4x2 − 3x + 1. Then y = tan u. Next, find du
and dy:
|
du = 8x − 3 and dy = sec2 u.
dx du
Finally, we put it all together.
dy = dy · du
Apply the chain rule.
dx du dx
= sec2 u · (8x − 3) Use du = 8x − 3 and dy = sec2 u.
dx du
= sec2(4x2 − 3x + 1) · (8x − 3) Substitute u = 4x2 − 3x + 1.
3.41
Use Leibniz’s notation to find the derivative of y = cos⎛x3⎞. Make sure that the final answer is
⎝ ⎠
expressed entirely in terms of the variable x.
|
u = g(x), find dy by using Leibniz’s notation for the
230. y = cos3 (πx)
231. y = ⎛2x3 − x2 + 6x + 1⎞3
chain rule: dy = dy du. ⎝ ⎠
dx du dx
232. y = 1
214. y = 3u − 6, u = 2x2
215. y = 6u3, u = 7x − 4
216. y = sin u, u = 5x − 1
217.
|
y = cos u, u = −x
218. y = tan u, u = 9x + 2
219. y = 4u + 3, u = x2 − 6x
For each of the following exercises,
sin2(x)
233. y = (tan x + sin x)−3
234. y = x2 cos4 x
235. y = sin(cos 7x)
236. y =
237. y = cot3 (4x + 1)
238.
|
|
Let y = ⎡ f (x)⎤3 and suppose that f ′ (1) = 4 and
a. decompose each function in the form y = f (u)
and u = g(x), and
dy = 10 for x = 1. Find f (1).
b.
|
find dy
as a function of x.
239. Let y = ⎛ f (x) + 5x2⎞4 and suppose that
dx ⎝ ⎠
220. y = (3x − 2)6
⎛ 2 ⎞3
f (−1) = −4 and dy = 3 when x = −1. Find f ′ (−1)
240.
|
Let y = ⎛ f (u) + 3x⎞2 and u = x3 − 2x. If
221. y = ⎝3x
⎝ ⎠
+ 1⎠ dy
222. y = sin5 (x)
f (4) = 6 and dx = 18 when x = 2, find f ′ (4).
⎛x 7⎞7
241. [T] Find the equation of the tangent line to
y = −sin⎛x⎞ at the origin. Use a calculator to graph the
223. y = ⎝7 + x⎠
224. y = tan(sec x)
225. y = csc(πx + 1)
⎝2⎠
function and the tangent line together.
242. [T] Find the equation of the tangent line to
y = ⎛3x + 1⎞2 at the point (1, 16). Use a calculator to
⎝ x⎠
226. y = cot2 x
227. y = −6 sin−3 x
graph the function and the tangent line together.
243. Find the x -coordinates at which the tangent line to
y = ⎛x − 6⎞8 is horizontal.
⎝ x⎠
For the following exercises, find dy
for each function.
244. [T] Find an equation of the line that is normal to
dx
g(θ) = sin2 (πθ)
⎛1, 1⎞.
⎛ ⎞4
at the point ⎝4 2⎠ Use a calculator to
228. y = ⎝3x2 + 3x − 1⎠
229. y = (5 − 2x)−2
graph the function and the normal line together.
For the following exercises, use the information in the following table to find h′(a) at the given value for a.
255.
|
[T] The total cost to produce x boxes of Thin Mint Girl Scout cookies is C dollars, where C = 0.0001x3 − 0.02x2 + 3x + 300. In t weeks production is estimated to be x = 1600 + 100t boxes.
a. Find the marginal cost C′ (x).
b. Use Leibniz’s notation for the chain rule,
dC = dC · dx, to find the rate with respect to
dt dx dt
245. h(x) = f ⎛g(x)⎞; a = 0
time t that the cost is changing.
c. Use b. to determine how fast costs are increasing when t = 2 weeks. Include units with the answer.
256. [T] The formula for the area of a circle is A = πr 2,
where r is the radius of the circle. Suppose a circle is
⎝ ⎠
expanding, meaning that both the area A and the radius r
246. h(x) = g⎛ f (x)⎞; a = 0
(in inches) are expanding.
⎝ ⎠
a. Suppose r = 2 − ( 100 2 where t is time in
247. h(x) = ⎛x4 + g(x ⎞−2
a = 1
t + 7)
⎝ )⎠ ;
seconds. Use the chain rule dA = dA · dr
to find
dt dr dt
248.
|
h(x) = ⎛ f (x)⎞2
a = 3
the rate at which the area is expanding.
b. Use a. to find the rate at which the area is expanding at t = 4 s.
249. h(x) = f ⎛x + f (x)⎞; a = 1
⎝ ⎠
⎛ ⎞3
257. [T] The formula for the volume of a sphere is
S = 4πr 3, where r (in feet) is the radius of the sphere.
250. h(x) = ⎝1 + g(x)⎠ ; a = 2
251. h(x) = g⎛2 + f ⎛x2⎞⎞; a = 1
3
Suppose a spherical snowball is melting in the sun.
a. Suppose r = 1 − 1 where t is time in
⎝ ⎝ ⎠⎠
(t + 1)2 12
252. h(x) = f ⎛g(sin x)⎞; a = 0
minutes. Use the chain rule dS = dS · dr
to find
⎝ ⎠ dt
dr dt
253. [T] The position function of a freight train is given by
s(t) = 100(t + 1)−2, with s in meters and t in seconds.
At time t = 6 s, find the train’s
a. velocity and
b. acceleration.
c. Using a. and b. is the train speeding up or slowing down?
254. [T] A mass hanging from a vertical spring is in simple harmonic motion as given by the following position function, where t is measured in seconds and s is in
|
inches: s(t) = −3 cos⎛πt + π ⎞.
the rate at which the snowball is melting.
b. Use a. to find the rate at which the volume is changing at t = 1 min.
258.
|
[T] The daily temperature in degrees Fahrenheit of Phoenix in the summer can be modeled by the function T(x) = 94 − 10 cos⎡ π (x − 2)⎤, where x is hours after
midnight. Find the rate at which the temperature is changing at 4 p.m.
259.
|
[T] The depth (in feet) of water at a dock changes with the rise and fall of tides. The depth is modeled by
the function D(t) = 5 sin⎝πt − 7π ⎠ + 8, where t is the
a. Determine the position of the spring at t = 1.5 s. 6 6
b. Find the velocity of the spring at t = 1.5 s.
number of hours after midnight. Find the rate at which the depth is changing at 6 a.m.
3.7 | Derivatives of Inverse Functions
In this section we explore the relationship between the derivative of a function and the derivative of its inverse. For functions whose derivatives we already know, we can use this relationship to find derivatives of inverses without having to use the limit definition of the derivative. In particular, we will apply the formula for derivatives of inverse functions to trigonometric functions. This formula may also be used to extend the power rule to rational exponents.
The Derivative of an Inverse Function
We begin by considering a function and its inverse. If f (x) is both invertible and differentiable, it seems reasonable that the inverse of f (x) is also differentiable. Figure 3.28 shows the relationship between a function f (x) and its inverse
f −1 (x). Look at the point ⎛a, f −1 (a)⎞ on the graph of f −1(x) having a tangent line with a slope of ⎛ f −1⎞′ (a) = p. This
⎝ ⎠ ⎝ ⎠ q
point corresponds to a point ⎛ f −1 (a), a⎞ on the graph of f (x) having a tangent line with a slope of f ′ ⎛ f −1 (a)⎞ = q .
⎝ ⎠ ⎝ ⎠ p
Thus, if f −1(x) is differentiable at a, then it must be the case that
⎛ f −1⎞′ (a) = 1 .
⎝ ⎠ f ′ ⎛ f −1 (a)⎞
⎝ ⎠
Figure 3.28 The tangent lines of a function and its inverse are related; so, too, are the derivatives of these functions.
We may also derive the formula for the derivative of the inverse by first recalling that x = f ⎛ f −1 (x)⎞. Then by
⎝ ⎠
differentiating both sides of this equation (using the chain rule on the right), we obtain
1 = f ′ ⎛ f −1 (x)⎞⎛ f −1 )′(x)⎞.
⎝ ⎠⎝ ⎠
Solving for ( f −1 )′(x), we obtain
⎛ f −1⎞′ (x) = 1 .
(3.19)
⎝ ⎠ f ′ ⎛ f −1 (x)⎞
⎝ ⎠
We summarize this result in the following theorem.
Applying the Inverse Function Theorem
Use the inverse function theorem to find the derivative of g(x) = x +x 2. Compare the resulting derivative to that obtained by differentiating the function directly.
Solution
The inverse of g(x) = x +x 2
is f (x) = x 2 . Since g′ (x) = ⎛1 ⎞, begin by finding f ′ (x). Thus,
− 1 f ′ ⎝g(x)⎠
f ′ (x) = −2 and f ′ ⎛g(x)⎞ = −2 = −2 = − x2.
(x − 1)2 ⎝ ⎠ ⎛g(x) − 1⎞2 ⎛x + 2 ⎞2 2
Finally,
g′ (x) =
⎝ ⎠ ⎝
⎛1 ⎞ = − 2 .
x − 1⎠
f ′ ⎝g(x)⎠ x2
We can verify that this is the correct derivative by applying the quotient rule to g(x) to obtain
|
g′ (x) = − 2 .
|
x
3.42
Use the inverse function theorem to find the derivative of g(x) = x 1
. Compare the result obtained
by differentiating g(x) directly.
Applying the Inverse Function Theorem
Use the inverse function theorem to find the derivative of g(x) = 3 x.
Solution
The function g(x) = 3 x is the inverse of the function f (x) = x3. Since g′ (x) = ⎛1 ⎞, begin by finding
f ′ (x). Thus,
f ′ (x) = 3x2 and f ′ ⎛g(x)⎞ = 3⎛3 x⎞2 = 3x2/3.
f ′ ⎝g(x)⎠
⎝ ⎠ ⎝⎠
Finally,
g′ (x) = 1 = 1 x−2/3.
3x2/3 3
3.43
Find the derivative of g(x) = 5 x by applying the inverse function theorem.
From the previous example, we see that we can use the inverse function theorem to extend the power rule to exponents of the form 1n, where n is a positive integer. This extension will ultimately allow us to differentiate xq, where q is any
rational number.
Proof
The function g(x) = x1/n is the inverse of the function f (x) = xn. Since g′ (x) = ⎛1 ⎞, begin by finding f ′ (x).
Thus,
f ′ ⎝g(x)⎠
f ′ (x) = nxn − 1 and f ′ ⎛g(x)⎞ = n(x1/n)n − 1 = nx(n − 1)/n.
⎝ ⎠
Finally,
g′ (x) = (n1 ) n = 1nx(1 − n)/n = 1nx(1/n) − 1.
nx − 1 /
To differentiate xm/n we must rewrite it as ⎛x1/n⎞m and apply the chain rule. Thus,
⎝ ⎠
d ⎛xm/n⎞ = d ⎛⎛x1/n⎞m⎞ = m⎛x1/n⎞m − 1 · 1 x(1/n) − 1 = mx(m/n) − 1.
dx⎝
□
⎠ dx⎝⎝ ⎠ ⎠ ⎝ ⎠ n n
Applying the Power Rule to a Rational Power
Find the equation of the line tangent to the graph of y = x2/3 at x = 8.
Solution
First find dy
dx
and evaluate it at x = 8. Since
|
|
|
|
dy = 2 x−1/3 and dy| = 1
|
the slope of the tangent line to the graph at x = 8 is 1.
Substituting x = 8 into the original function, we obtain y = 4. Thus, the tangent line passes through the point
(8, 4). Substituting into the point-slope formula for a line, we obtain the tangent line
y = 1 x + 4.
3 3
3.44 Find the derivative of s(t) = 2t + 1.
Derivatives of Inverse Trigonometric Functions
We now turn our attention to finding derivatives of inverse trigonometric functions. These derivatives will prove invaluable in the study of integration later in this text. The derivatives of inverse trigonometric functions are quite surprising in that their derivatives are actually algebraic functions. Previously, derivatives of algebraic functions have proven to be algebraic functions and derivatives of trigonometric functions have been shown to be trigonometric functions. Here, for the first time, we see that the derivative of a function need not be of the same type as the original function.
Derivative of the Inverse Sine Function
Use the inverse function theorem to find the derivative of g(x) = sin−1 x.
Solution
Since for x in the interval ⎡− π , π ⎤, f (x) = sin x is the inverse of g(x) = sin−1 x, begin by finding f ′(x).
Since
⎣ 2 2⎦
f ′ (x) = cos x and f ′ ⎛g(x)⎞ = cos⎛sin−1 x⎞ = 1 − x2,
⎝ ⎠ ⎝ ⎠
we see that
g′ (x) = d ⎛sin−1 x⎞ = ⎛1 ⎞ = 1 .
dx⎝
⎠ f ′ ⎝g(x)⎠
1 − x2
Analysis
To see that cos⎛sin−1 x⎞ = 1 − x2, consider the following argument. Set sin−1 x = θ. In this case, sin θ = x
⎝ ⎠
where − π ≤ θ ≤ π . We begin by considering the case where 0 < θ < π . Since θ is an acute angle, we may
2 2 2
construct a right triangle having acute angle θ, a hypotenuse of length 1 and the side opposite angle θ having
length x. From the Pythagorean theorem, the side adjacent to angle θ has length 1 − x2. This triangle is shown in Figure 3.29. Using the triangle, we see that cos⎛sin−1 x⎞ = cos θ = 1 − x2.
⎝ ⎠
Figure 3.29 Using a right triangle having acute angle θ, a hypotenuse of length 1, and the side opposite angle θ having
length x, we can see that cos⎛sin−1 x⎞ = cos θ = 1 − x2.
⎝ ⎠
In the case where − π < θ < 0, we make the observation that 0 < −θ < π and hence
2 2
cos⎛sin−1 x⎞ = cos θ = cos(−θ) = 1 − x2.
⎝ ⎠
|
Now if θ = π
or θ = − π , x = 1 or x = −1, and since in either case cos θ = 0 and
= 0, we have
|
cos⎛sin−1 x⎞ = cos θ = 1 − x2.
⎝ ⎠
Finally, if θ = – , x = 0 and cos θ = = 1 .
Consequently, in all cases, cos⎛sin−1 x⎞ = 1 − x2.
⎝ ⎠
Applying the Chain Rule to the Inverse Sine Function
Apply the chain rule to the formula derived in Example 3.61 to find the derivative of h(x) = sin−1 ⎛g(x)⎞ and
⎝ ⎠
use this result to find the derivative of h(x) = sin−1 ⎛2x3⎞.
⎝ ⎠
Solution
Applying the chain rule to h(x) = sin−1 ⎛g(x)⎞, we have
⎝ ⎠
|
h′ (x) = 1 g′ (x).
|
|
1 − ( ) 2
Now let g(x) = 2x3, so g′ (x) = 6x2. Substituting into the previous result, we obtain
h′ (x) = 1
1 − 4x
=
6 · 6x2
.
3.45
Use the inverse function theorem to find the derivative of g(x) = tan−1 x.
The derivatives of the remaining inverse trigonometric functions may also be found by using the inverse function theorem. These formulas are provided in the following theorem.
Applying Differentiation Formulas to an Inverse Tangent Function
Find the derivative of f (x) = tan−1 ⎛x2⎞.
⎝ ⎠
Solution
Let g(x) = x2, so g′ (x) = 2x. Substituting into Equation 3.24, we obtain
f ′ (x) = 1
1 + ⎛x2⎞
2 · (2x).
⎝ ⎠
Simplifying, we have
|
f ′ (x) = 2x .
1 + x
Applying Differentiation Formulas to an Inverse Sine Function
Find the derivative of h(x) = x2 sin−1 x.
Solution
By applying the product rule, we have
h′ (x) = 2x sin−1 x + 1
1 − x
2 · x2.
3.46
Find the derivative of h(x) = cos−1 (3x − 1).
Applying the Inverse Tangent Function
The position of a particle at time t is given by s(t) = tan−1 ⎛1⎞ for t ≥ 1. Find the velocity of the particle at
time t = 1.
⎝ t ⎠ 2
Solution
Begin by differentiating s(t) in order to find v(t). Thus,
|
|
v(t) = s′ (t) = 1
⎝ t ⎠
2 · −1.
|
Simplifying, we have
|
Thus, v(1) = − 1.
v(t) = − 1 .
|
+ 1
3.47
Find the equation of the line tangent to the graph of f (x) = sin−1 x at x = 0.
a. sketch the graph of y = f −1 (x), and
b. use part a. to estimate ⎛ f −1⎞′ (1).
263.
⎝ ⎠
260.
For the following exercises, use the functions y = f (x) to find
a. d f dx
at x = a and
261.
b. x = f −1 (y).
c. Then use part b. to find d f −1
dy
at y = f (a).
264. f (x) = 6x − 1, x = −2
265. f (x) = 2x3 − 3, x = 1
266. f (x) = 9 − x2, 0 ≤ x ≤ 3, x = 2
267. f (x) = sin x, x = 0
For each of the following functions, find ⎛ f −1⎞′ (a).
262.
⎝ ⎠
268.
|
f (x) = x2 + 3x + 2, x ≥ – 3, a = 2
269. f (x) = x3 + 2x + 3, a = 0
270. f (x) = x + x, a = 2
271. f (x) = x − 2x, x < 0, a = 1
272. f (x) = x + sin x, a = 0
273. f (x) = tan x + 3x2, a = 0
For each of the given functions y = f (x),
a. find the slope of the tangent line to its inverse function f −1 at the indicated point P, and
b. find the equation of the tangent line to the graph of
f −1 at the indicated point.
274. f (x) = 4 , P(2, 1)
1 + x2
275. f (x) = x − 4, P(2, 8)
292. f ⎛ 3⎞ = 1, f ′⎛ 3⎞ = 2, a = 1
293.
|
f (1) = −3, f ′(1) = 10, a = −3
294. f (1) = 0, f ′(1) = −2, a = 0
295. [T] The position of a moving hockey puck after t
276.
|
|
f (x) = ⎛x3 + 1⎠4, P(16, 1)
seconds is s(t) = tan−1 t where s is in meters.
a. Find the velocity of the hockey puck at any time t.
277. f (x) = −x3 − x + 2, P(−8, 2)
278. f (x) = x5 + 3x3 − 4x − 8, P(−8, 1)
b. Find the acceleration of the puck at any time t.
c. Evaluate a. and b. for t = 2, 4, and 6 seconds.
d. What conclusion can be drawn from the results in c.?
For the following exercises, find dy
dx
function.
−1 ⎛ 2⎞
for the given
296. [T] A building that is 225 feet tall casts a shadow of various lengths x as the day goes by. An angle of elevation θ is formed by lines from the top and bottom
of the building to the tip of the shadow, as seen in the
279. y = sin
⎝x ⎠
following figure. Find the rate of change of the angle of
280. y = cos−1 ( x)
281.
|
y = sec−1 ⎛1⎞
elevation dθ
dx
when x = 272 feet.
282. y =
283. y = ⎛1 + tan−1 x⎞3
⎝ ⎠
284. y = cos−1 (2x) · sin−1 (2x)
285. y = 1
tan−1 (x)
297. [T] A pole stands 75 feet tall. An angle θ is formed when wires of various lengths of x feet are attached from the ground to the top of the pole, as shown in the following
figure. Find the rate of change of the angle dθ when a wire
dx
286. y = sec−1 (−x)
287. y = cot−1
288. y = x · csc−1 x
For the following exercises, use the given values to find
⎛ f −1⎞′ (a).
of length 90 feet is attached.
⎝ ⎠
289. f (π) = 0, f ′(π) = −1, a = 0
290.
|
f (6) = 2, f ′ (6) = 1, a = 2
291. f ⎛1⎞ = −8, f ′⎛1⎞ = 2, a = −8
⎝3⎠ ⎝3⎠
298.
|
[T] A television camera at ground level is 2000 feet away from the launching pad of a space rocket that is set to take off vertically, as seen in the following figure. The angle of elevation of the camera can be found by θ = tan−1 ⎛ x ⎞, where x is the height of the rocket.
Find the rate of change of the angle of elevation after launch when the camera and the rocket are 5000 feet apart.
299. [T] A local movie theater with a 30-foot-high screen that is 10 feet above a person’s eye level when seated has a viewing angle θ (in radians) given by
|
|
θ = cot−1 x − cot−1 x , where x is the distance in
feet away from the movie screen that the person is sitting, as shown in the following figure.
a.
|
Find dθ.
b. Evaluate dθ
dx
for x = 5, 10, 15, and 20.
c. Interpret the results in b..
d. Evaluate dθ
dx
for x = 25, 30, 35, and 40
e. Interpret the results in d. At what distance x should the person stand to maximize his or her viewing angle?
3.8 | Implicit Differentiation
We have already studied how to find equations of tangent lines to functions and the rate of change of a function at a specific point. In all these cases we had the explicit equation for the function and differentiated these functions explicitly. Suppose instead that we want to determine the equation of a tangent line to an arbitrary curve or the rate of change of an arbitrary curve at a point. In this section, we solve these problems by finding the derivatives of functions that define y implicitly in
terms of x.
Implicit Differentiation
In most discussions of math, if the dependent variable y is a function of the independent variable x, we express y in terms of x. If this is the case, we say that y is an explicit function of x. For example, when we write the equation y = x2 + 1, we are defining y explicitly in terms of x. On the other hand, if the relationship between the function y and the variable x is expressed by an equation where y is not expressed entirely in terms of x, we say that the equation defines y implicitly in terms of x. For example, the equation y − x2 = 1 defines the function y = x2 + 1 implicitly.
Implicit differentiation allows us to find slopes of tangents to curves that are clearly not functions (they fail the vertical line test). We are using the idea that portions of y are functions that satisfy the given equation, but that y is not actually a
function of x.
In general, an equation defines a function implicitly if the function satisfies that equation. An equation may define many different functions implicitly. For example, the functions
y =
⎧
and y = ⎨
25 − x2 if − 5 < x < 0
, which are illustrated in Figure 3.30, are just three of the many
⎩− 25 − x2 if 0 < x < 25
functions defined implicitly by the equation x2 + y2 = 25.
Figure 3.30 The equation x2 + y2 = 25 defines many functions implicitly.
If we want to find the slope of the line tangent to the graph of x2 + y2 = 25 at the point (3, 4), we could evaluate
the derivative of the function y = at x = 3. On the other hand, if we want the slope of the tangent line at the
point (3, −4), we could use the derivative of y = − 25 − x2. However, it is not always easy to solve for a function defined implicitly by an equation. Fortunately, the technique of implicit differentiation allows us to find the derivative of
an implicitly defined function without ever solving for the function explicitly. The process of finding dy
dx
using implicit
differentiation is described in the following problem-solving strategy.
Using Implicit Differentiation
|
Assuming that y is defined implicitly by the equation x2 + y2 = 25, find dy.
Solution
Follow the steps in the problem-solving strategy.
d ⎛x2 + y2⎞
= d (25) Step 1. Differentiate both sides of the equation.
dx⎝ ⎠ dx
d ⎛x2⎞ + d ⎛y2⎞
Step 1.1. Use the sum rule on the left.
|
= 0
dx⎝ ⎠ dx⎝ ⎠
On the right d (25) = 0.
Step 1.2. Take the derivatives, so d ⎛x2⎞ = 2x
|
2x + 2ydy = 0
and d ⎛y2⎞ = 2ydy.
dx⎝ ⎠
|
dx⎝ ⎠ dx
|
2ydy = −2x
Step 2. Keep the terms with dy on the left. Move the remaining terms to the right.
|
|
dy x
dx
Step 4. Divide both sides of the equation by 2y. (Step 3 does not apply in this case.)
Analysis
Note that the resulting expression for dy
dx
is in terms of both the independent variable x and the dependent
|
variable y. Although in some cases it may be possible to express dy
in terms of x only, it is generally not
possible to do so.
Using Implicit Differentiation and the Product Rule
|
Assuming that y is defined implicitly by the equation x3 sin y + y = 4x + 3, find dy.
Solution
d ⎛x3 sin y + y⎞ = d (4x + 3) Step 1: Differentiate both sides of the equation.
dx⎝ ⎠ dx
d ⎛x3 sin y⎞ + d (y) = 4 Step 1.1: Apply the sum rule on the left.
|
dx⎝
⎠ dx
On the right, d (4x + 3) = 4.
⎛ d ⎛x3⎞ · sin y + d ⎛sin y⎞ · x3⎞ + dy
Step 1.2: Use the product rule to find
= 4
⎝dx⎝ ⎠
dx⎝
⎠ ⎠ dx
d ⎛x3 sin y⎞. Observe that d (y) = dy.
dx⎝ ⎠
dx dx
Step 1.3: We know d ⎛x3⎞ = 3x2. Use the
3x2 sin y + ⎛cos ydy⎞· x3 + dy = 4
dx⎝ ⎠
⎝ dx⎠ dx
chain rule to obtain d ⎛sin y⎞ = cos ydy.
dx⎝ ⎠ dx
3 dy dy
2 Step 2: Keep all terms containing dy on the
x cos ydx + dx = 4 − 3x
sin y
dx
left. Move all other terms to the right.
dy⎛x3 cos y + 1⎞ = 4 − 3x2 sin y Step 3: Factor out dy on the left.
dx⎝
⎠
|
dy 4 − 3x2 sin y
dx x3 cos y + 1
dx
|
Step 4: Solve for dy by dividing both sides of the equation by x3 cos y + 1.
Using Implicit Differentiation to Find a Second Derivative
Find d 2 y
dx2
if x2 + y2 = 25.
Solution
In Example 3.68, we showed that dy = − x. We can take the derivative of both sides of this equation to find
dx y
|
d 2 y dx2
d 2 y
= d ⎛− x⎞
Differentiate both sides of dy = − x.
dx2
dy⎝ y⎠
dx y
|
⎛1 · y − xdy⎞
= −
Use the quotient rule to find d ⎛− x⎞.
y2
−y + xdy
dy⎝ y⎠
= y2 dx
Simplify.
−y + x⎛− x⎞
|
|
⎝ y⎠
y2
|
−y2 − x2 y3
Substitute dy = − x. Simplify.
|
At this point we have found an expression for d 2 y. If we choose, we can simplify the expression further by
dx
recalling that x2 + y2 = 25 and making this substitution in the numerator to obtain d 2 y = − 25.
dx2 y3
3.48
Find dy
dx
for y defined implicitly by the equation 4x5 + tan y = y2 + 5x.
Finding Tangent Lines Implicitly
Now that we have seen the technique of implicit differentiation, we can apply it to the problem of finding equations of tangent lines to curves described by equations.
Finding a Tangent Line to a Circle
Find the equation of the line tangent to the curve x2 + y2 = 25 at the point (3, −4).
Solution
Although we could find this equation without using implicit differentiation, using that method makes it much
easier. In Example 3.68, we found dy = − x.
dx y
The slope of the tangent line is found by substituting (3, −4) into this expression. Consequently, the slope of the
|
|
|
tangent line is dy| = − 3 = 3.
|
Using the point (3, −4) and the slope 3 in the point-slope equation of the line, we obtain the equation
y = 3 x − 25 (Figure 3.31).
4 4
Figure 3.31 The line y = 3 x − 25 is tangent to
4 4
x2 + y2 = 25 at the point (3, −4).
Finding the Equation of the Tangent Line to a Curve
Find the equation of the line tangent to the graph of y3 + x3 − 3xy = 0 at the point ⎛3, 3⎞ (Figure 3.32). This
curve is known as the folium (or leaf) of Descartes.
⎝2 2⎠
|
Figure 3.32 Finding the tangent line to the folium of Descartes at 3, 3 .
⎝2 2⎠
Solution
|
Begin by finding dy.
d ⎛y3 + x3 − 3xy⎞ = d (0)
dy dx⎝ ⎛ dy ⎞⎠ dx
3y2 dx + 3x2 − ⎝3y + dx3x⎠ = 0
|
dy 3y − 3x2
dx 3y2 − 3x
Next, substitute ⎛3, 3⎞ into dy = 3y − 3x2 to find the slope of the tangent line:
⎝2 2⎠ dx 3y2 − 3x
dy|⎛3 3⎞ = −1.
dx ⎝2, 2⎠
Finally, substitute into the point-slope equation of the line to obtain
y = −x + 3.
Applying Implicit Differentiation
In a simple video game, a rocket travels in an elliptical orbit whose path is described by the equation
4x2 + 25y2 = 100. The rocket can fire missiles along lines tangent to its path. The object of the game is to
destroy an incoming asteroid traveling along the positive x-axis toward (0, 0). If the rocket fires a missile when
it is located at ⎛3, 8⎞, where will it intersect the x-axis?
⎝ 5⎠
Solution
To solve this problem, we must determine where the line tangent to the graph of
4x2 + 25y2 = 100 at ⎛3, 8⎞ intersects the x-axis. Begin by finding dy implicitly.
⎝ 5⎠
Differentiating, we have
|
Solving for dy, we have
dx
|
8x + 50ydy = 0.
dy = − 4x .
dx 25y
|
|
|
|
|
The slope of the tangent line is dy|⎛3, 8⎞ = − 3 . The equation of the tangent line is y = − 3 x + 5. To
determine where the line intersects the x-axis, solve 0 = − 3 x + 5. The solution is x = 25. The missile
intersects the x-axis at the point ⎛25, 0⎞.
10 2 3
⎝ 3 ⎠
3.49
Find the equation of the line tangent to the hyperbola x2 − y2 = 16 at the point (5, 3).
find | dy. dx |
300. |
x2 − y2 = 4 |
301. | 6x2 + 3y2 = 12 |
302. | x2 y = y − 7 |
303. | 3x3 + 9xy2 = 5x3 |
304. | xy − cos(xy) = 1 |
305. | y x + 4 = xy + 8 |
306. | −xy − 2 = x
7 |
307. | y sin(xy) = y2 + 2 |
308. | (xy)2 + 3x = y2 |
309. | x3 y + xy3 = −8 |
For the following exercises, find the equation of the tangent line to the graph of the given equation at the indicated point. Use a calculator or computer software to graph the function and the tangent line.
310. [T] x4 y − xy3 = −2, (−1, −1)
311. [T] x2 y2 + 5xy = 14, (2, 1)
312.
|
[T] tan(xy) = y, ⎛π , 1⎞
313. [T] xy2 + sin(πy) − 2x2 = 10, (2, −3)
314. [T] x + 5x − 7 = − 3 y, (1, 2)
316. [T] The graph of a folium of Descartes with equation
2x3 + 2y3 − 9xy = 0 is given in the following graph.
a. Find the equation of the tangent line at the point
(2, 1). Graph the tangent line along with the
folium.
b. Find the equation of the normal line to the tangent line in a. at the point (2, 1).
317. For the equation x2 + 2xy − 3y2 = 0,
a. Find the equation of the normal to the tangent line at the point (1, 1).
b. At what other point does the normal line in a. intersect the graph of the equation?
318. Find all points on the graph of y3 − 27y = x2 − 90
at which the tangent line is vertical.
319. For the equation x2 + xy + y2 = 7,
a. Find the x -intercept(s).
b. Find the slope of the tangent line(s) at the
x-intercept(s).
c. What does the value(s) in b. indicate about the tangent line(s)?
320.
|
Find the equation of the tangent line to the graph of the equation sin−1 x + sin−1 y = π at the point ⎛0, 1⎞.
321. Find the equation of the tangent line to the graph of
|
y 4 the equation tan−1 (x + y) = x2 + π
at the point (0, 1).
315. [T] xy + sin(x) = 1, ⎛π , 0⎞ 2 2
⎝2 ⎠
322. Find y′ and y″ for x
+ 6xy − 2y
= 3.
323. [T] The number of cell phones produced when x
dollars is spent on labor and y dollars is spent on capital
invested by a manufacturer can be modeled by the equation
60x3/4 y1/4 = 3240.
a. Find dy
dx
and evaluate at the point (81, 16).
b. Interpret the result of a.
324. [T] The number of cars produced when x dollars is spent on labor and y dollars is spent on capital invested
by a manufacturer can be modeled by the equation
30x1/3 y2/3 = 360. (Both x and y are measured in
thousands of dollars.)
a. Find dy
dx
and evaluate at the point (27, 8).
b. Interpret the result of a.
325. The volume of a right circular cone of radius x
|
|
and height y is given by V = 1πx2 y. Suppose that the volume of the cone is 85π cm3. Find dy when x = 4 and
y = 16.
For the following exercises, consider a closed rectangular box with a square base with side x and height y.
326. Find an equation for the surface area of the rectangular box, S(x, y).
327. If the surface area of the rectangular box is 78 square
feet, find dy
dx
when x = 3 feet and y = 5 feet.
For the following exercises, use implicit differentiation to determine y′. Does the answer agree with the formulas we
have previously determined?
328. x = sin y
329. x = cos y
330. x = tan y
3.9 | Derivatives of Exponential and Logarithmic Functions
So far, we have learned how to differentiate a variety of functions, including trigonometric, inverse, and implicit functions. In this section, we explore derivatives of exponential and logarithmic functions. As we discussed in Introduction to Functions and Graphs, exponential functions play an important role in modeling population growth and the decay of radioactive materials. Logarithmic functions can help rescale large quantities and are particularly helpful for rewriting complicated expressions.
Derivative of the Exponential Function
Just as when we found the derivatives of other functions, we can find the derivatives of exponential and logarithmic functions using formulas. As we develop these formulas, we need to make certain basic assumptions. The proofs that these assumptions hold are beyond the scope of this course.
First of all, we begin with the assumption that the function B(x) = bx, b > 0, is defined for every real number and is
continuous. In previous courses, the values of exponential functions for all rational numbers were defined—beginning with the definition of bn, where n is a positive integer—as the product of b multiplied by itself n times. Later,
|
we defined b0 = 1, b−n = 1n, for a positive integer n, and bs/t = (t b)s for positive integers s and t. These definitions leave open the question of the value of br where r is an arbitrary real number. By assuming the continuity of
B(x) = bx, b > 0, we may interpret br as xli→mrbx where the values of x as we take the limit are rational. For example, we may view 4π as the number satisfying
43 < 4π < 44, 43.1 < 4π < 43.2, 43.14 < 4π < 43.15,
43.141 < 4π < 43.142, 43.1415 < 4π < 43.1416 ,….
As we see in the following table, 4π ≈ 77.88.
x | 4 x | x | 4 x |
43 |
64 |
43.141593 |
77.8802710486 |
43.1 |
73.5166947198 |
43.1416 |
77.8810268071 |
43.14 |
77.7084726013 |
43.142 |
77.9242251944 |
43.141 |
77.8162741237 |
43.15 |
78.7932424541 |
43.1415 |
77.8702309526 |
43.2 |
84.4485062895 |
43.14159 |
77.8799471543 |
44 |
256 |
Table 3.6 Approximating a Value of 4π
We also assume that for B(x) = bx, b > 0, the value B′ (0) of the derivative exists. In this section, we show that by making this one additional assumption, it is possible to prove that the function B(x) is differentiable everywhere.
We make one final assumption: that there is a unique value of b > 0 for which B′ (0) = 1. We define e to be this unique value, as we did in Introduction to Functions and Graphs. Figure 3.33 provides graphs of the functions
y = 2 x, y = 3 x, y = 2.7 x, and y = 2.8 x. A visual estimate of the slopes of the tangent lines to these functions at 0
provides evidence that the value of e lies somewhere between 2.7 and 2.8. The function E(x) = ex is called the natural exponential function. Its inverse, L(x) = loge x = ln x is called the natural logarithmic function.
Figure 3.33 The graph of E(x) = ex is between y = 2 x and y = 3 x.
For a better estimate of e, we may construct a table of estimates of B′ (0) for functions of the form B(x) = bx. Before doing this, recall that
B′ (0) = lim bx − b0 = lim bx x− 1 ≈ bx x− 1
x → 0 x − 0 x → 0
for values of x very close to zero. For our estimates, we choose x = 0.00001 and x = −0.00001 to obtain the estimate
b−0.00001 − 1 < B′ (0) < b0.00001 − 1.
See the following table.
−0.00001
0.00001
b | b−0.00001 − 1 < B′(0) < b0.00001 − 1
−0.00001 0.00001 |
b | b−0.00001 − 1 < B′(0) < b0.00001 − 1
−0.00001 0.00001 |
2 | 0.693145 < B′ (0) < 0.69315 | 2.7183 | 1.000002 < B′ (0) < 1.000012 |
2.7 | 0.993247 < B′ (0) < 0.993257 | 2.719 | 1.000259 < B′ (0) < 1.000269 |
2.71 | 0.996944 < B′ (0) < 0.996954 | 2.72 | 1.000627 < B′ (0) < 1.000637 |
2.718 | 0.999891 < B′ (0) < 0.999901 | 2.8 | 1.029614 < B′ (0) < 1.029625 |
2.7182 | 0.999965 < B′ (0) < 0.999975 | 3 | 1.098606 < B′ (0) < 1.098618 |
Table 3.7 Estimating a Value of e
The evidence from the table suggests that 2.7182 < e < 2.7183.
The graph of E(x) = ex together with the line y = x + 1 are shown in Figure 3.34. This line is tangent to the graph of
E(x) = ex at x = 0.
Figure 3.34 The tangent line to E(x) = ex at x = 0 has slope 1.
Now that we have laid out our basic assumptions, we begin our investigation by exploring the derivative of
B(x) = bx, b > 0. Recall that we have assumed that B′ (0) exists. By applying the limit definition to the derivative we
conclude that
B′ (0) = lim b0 + h − b0 = lim bh − 1.
(3.28)
Turning to B′ (x), we obtain the following.
h → 0 h
h → 0 h
B′ (x) = lim bx + h − bx Apply the limit definition of the derivative.
h → 0 h
= lim bx bh − bx Note that bx + h = bx bh.
h → 0 h
= lim bx(bh − 1) Factor out bx.
h → 0 h
= bx lim bh − 1
Apply a property of limits.
h → 0 h
= bx B′ (0) Use B′ (0) = lim b0 + h − b0 = lim bh − 1.
h → 0 h h → 0 h
We see that on the basis of the assumption that B(x) = bx is differentiable at 0, B(x) is not only differentiable everywhere, but its derivative is
B′ (x) = bx B′ (0).
(3.29)
For E(x) = ex, E′ (0) = 1. Thus, we have E′ (x) = ex. (The value of B′ (0) for an arbitrary function of the form
B(x) = bx, b > 0, will be derived later.)
Derivative of an Exponential Function
Find the derivative of f (x) = etan(2x).
Solution
Using the derivative formula and the chain rule,
f ′ (x) = etan(2x) d ⎛tan(2x)⎞
dx⎝ ⎠
= etan(2x) sec2 (2x) · 2.
Combining Differentiation Rules
|
Find the derivative of y = ex2.
Solution
Use the derivative of the natural exponential function, the quotient rule, and the chain rule.
⎛ex2 · 2⎞x · x − 1 · ex2
|
y′ = ⎝ ⎠
x
|
|
ex2 ⎛2x2 − 1⎞
Apply the quotient rule.
= x2
Simplify.
3.50
Find the derivative of h(x) = xe2x.
Applying the Natural Exponential Function
A colony of mosquitoes has an initial population of 1000. After t days, the population is given by A(t) = 1000e0.3t. Show that the ratio of the rate of change of the population, A′ (t), to the population, A(t) is constant.
Solution
First find A′ (t). By using the chain rule, we have A′ (t) = 300e0.3t. Thus, the ratio of the rate of change of the population to the population is given by
A′ (t) = 300e0.3t
1000e0.3t
= 0.3.
The ratio of the rate of change of the population to the population is the constant 0.3.
3.51 If A(t) = 1000e0.3t describes the mosquito population after t days, as in the preceding example, what
is the rate of change of A(t) after 4 days?
Derivative of the Logarithmic Function
Now that we have the derivative of the natural exponential function, we can use implicit differentiation to find the derivative of its inverse, the natural logarithmic function.
Proof
If x > 0 and y = ln x, then ey = x. Differentiating both sides of this equation results in the equation
|
ey dy = 1.
Solving for dy
dx
yields
dy = 1y.
dx e
Finally, we substitute x = ey to obtain
|
dy = 1x.
We may also derive this result by applying the inverse function theorem, as follows. Since y = g(x) = ln x is the inverse of f (x) = ex, by applying the inverse function theorem we have
dy = ⎛1 ⎞ = 1 = 1x.
dx f ′ ⎝g(x)⎠ eln x
|
|
Using this result and applying the chain rule to h(x) = ln⎛g(x)⎞ yields
|
h′ (x) = 1 g′ (x).
□
|
The graph of y = ln x and its derivative dy = 1x are shown in Figure 3.35.
Figure 3.35 The function y = ln x is increasing on (0, +∞). Its derivative y′ = 1x is greater than zero on (0, +∞).
Taking a Derivative of a Natural Logarithm
Find the derivative of f (x) = ln⎛x3 + 3x − 4⎞.
⎝ ⎠
Solution
Use Equation 3.31 directly.
f ′ (x) = 1 · ⎛3x2 + 3⎞
Use g(x) = x3 + 3x − 4 in h′ (x) = 1 g′ (x).
x3 + 3x − 4 ⎝
= 3x2 + 3
x3 + 3x − 4
⎠
Rewrite.
g(x)
Using Properties of Logarithms in a Derivative
|
Find the derivative of f (x) = ln⎛x2 sin x⎞.
Solution
At first glance, taking this derivative appears rather complicated. However, by using the properties of logarithms prior to finding the derivative, we can make the problem much simpler.
|
|
f (x) = ln⎛x2 sin x⎞ = 2 ln x + ln(sin x) − ln(2x + 1) Apply properties of logarithms.
|
f ′ (x) = 2x + cot x − 2x2
Apply sum rule and h′ (x) = 1 g′ (x).
3.52
Differentiate: f (x) = ln(3x + 2)5.
Now that we can differentiate the natural logarithmic function, we can use this result to find the derivatives of y = logb x
and y = bx for b > 0, b ≠ 1.
Proof
|
If y = logb x, then by = x. It follows that ln(by) = ln x. Thus y ln b = ln x. Solving for y, we have y = ln x.
Differentiating and keeping in mind that ln b is a constant, we see that
dy = 1 .
dx x ln b
The derivative in Equation 3.33 now follows from the chain rule.
If y = bx, then ln y = x ln b. Using implicit differentiation, again keeping in mind that ln b is constant, it follows that
|
1y dy = ln b. Solving for dy
and substituting y = bx, we see that
|
dy = y ln b = bx ln b.
The more general derivative (Equation 3.35) follows from the chain rule.
□
|
Applying Derivative Formulas
|
Find the derivative of h(x) =
3 x
3 + 2
Solution
Use the quotient rule and Derivatives of General Exponential and Logarithmic Functions.
h′ (x) = 3 x ln 3(3 x + 2) − 3 x ln 3(3 x)
(3 x + 2)2
= 2 · 3 x ln 3 (3 x + 2)2
Apply the quotient rule. Simplify.
Finding the Slope of a Tangent Line
Find the slope of the line tangent to the graph of y = log2 (3x + 1) at x = 1.
Solution
To find the slope, we must evaluate dy
dx
at x = 1. Using Equation 3.33, we see that
|
|
|
dy = (3x +31 ln 2
By evaluating the derivative at x = 1, we see that the tangent line has slope
|
|
|
dy| = 3 = 3 .
3.53 Find the slope for the line tangent to y = 3 x at x = 2.
Logarithmic Differentiation
|
|
At this point, we can take derivatives of functions of the form y = ⎛g(x)⎞ n for certain values of n, as well as functions
of the form y = bg(x), where b > 0 and b ≠ 1. Unfortunately, we still do not know the derivatives of functions such as y = xx or y = xπ. These functions require a technique called logarithmic differentiation, which allows us to differentiate any function of the form h(x) = g(x) f (x). It can also be used to convert a very complex differentiation problem into a
simpler one, such as finding the derivative of y = x 2x + 1. We outline this technique in the following problem-solving
ex sin3 x
strategy.
Using Logarithmic Differentiation
Find the derivative of y = ⎛2x4 + 1⎞tan x.
⎝ ⎠
Solution
Use logarithmic differentiation to find this derivative.
ln y = ln⎛2x4 + 1⎞tan x Step 1. Take the natural logarithm of both sides.
⎝ ⎠
ln y = tan x ln⎛2x4 + 1⎞
Step 2. Expand using properties of logarithms.
⎝ ⎠
1 dy = sec2 x ln⎛2x4 + 1⎞ + 8x3 · tan x Step 3. Differentiate both sides. Use the
y dx
⎝ ⎠ 2x4 + 1
product rule on the right.
dy = y · ⎛sec2 x ln⎛2x4 + 1⎞ + 8x3 · tan x⎞
Step 4. Multiply by y on both sides.
dx ⎝ ⎝ ⎠ 2x4 + 1 ⎠
dy = ⎛2x4 + 1⎞tan x ⎛sec2 x ln⎛2x4 + 1⎞ + 8x3 · tan x⎞ Step 5. Substitute y = ⎛2x4 + 1⎞tan x.
dx ⎝ ⎠ ⎝
⎝ ⎠ 2x4 + 1 ⎠ ⎝ ⎠
Using Logarithmic Differentiation
Find the derivative of y = x 2x + 1.
ex sin3 x
Solution
This problem really makes use of the properties of logarithms and the differentiation rules given in this chapter.
ln y = ln x 2x + 1
ex sin3 x
Step 1. Take the natural logarithm of both sides.
ln y = ln x + 1 ln(2x + 1) − x ln e − 3 lnsin x Step 2. Expand using properties of logarithms.
2
1 dy 1
cos x
|
y dx = x + 2x1
− 1 − 3 sin x
Step 3. Differentiate both sides.
dy = y⎛1x + 1 − 1 − 3 cot x⎞
Step 4. Multiply by y on both sides.
dx ⎝ 2x + 1 ⎠
dy = x 2x + 1⎛1x + 1 − 1 − 3 cot x⎞ Step 5. Substitute y = x 2x + 1.
dx ex sin3 x ⎝
2x + 1 ⎠
ex sin3 x
Extending the Power Rule
Find the derivative of y = xr where r is an arbitrary real number.
Solution
The process is the same as in Example 3.82, though with fewer complications.
ln y = lnxr Step 1. Take the natural logarithm of both sides. ln y = r ln x Step 2. Expand using properties of logarithms.
|
1 dy dx
= r 1x Step 3. Differentiate both sides.
|
|
dy r
dx
|
|
dy r r
dx
Step 4. Multiply by y on both sides.
Step 5. Substitute y = xr.
|
dy = rxr − 1 Simplify.
3.54 Use logarithmic differentiation to find the derivative of y = xx.
3.55 Find the derivative of y = (tan x)π.
331. f (x) = x2 ex
332.
|
f (x) = e−x
333. f (x) = ex3 ln x
350. y = ⎛x2 − 1⎞ln x
351.
|
y = xcot x
352. y = x + 11
3 x2 − 4
353. y = x−1/2 ⎛x2 + 3⎞2/3 (3x − 4)4
⎝ ⎠
334. f (x) =
x −x
354. [T] Find an equation of the tangent line to the graph
335. f (x) = ex − e−x
⎛x2 − 1⎞
e + e
of f (x) = 4xe⎝ ⎠ at the point where x = −1. Graph
336.
|
f (x) = 10 x
both the function and the tangent line.
355. [T] Find the equation of the line that is normal to the
337. f
(x)
= 24x
+ 4x2
graph of f (x) = x · 5 x at the point where x = 1. Graph both the function and the normal line.
338. f (x) = 3sin 3x
339. f (x) = xπ · πx
340.
|
f (x) = ln⎛4x3 + x⎞
341. f (x) = ln
342. f (x) = x2 ln 9x
343. f (x) = log(sec x)
356. [T] Find the equation of the tangent line to the graph of x3 − x ln y + y3 = 2x + 5 at the point where x = 2.
|
(Hint: Use implicit differentiation to find dy.) Graph both the curve and the tangent line.
357. Consider the function y = x1/x for x > 0.
a. Determine the points on the graph where the tangent line is horizontal.
b. Determine the points on the graph where y′ > 0
and those where y′ < 0.
344. f (x) = log
⎛6x4 + 3⎞5
7 ⎝ ⎠
345. f (x) = 2 x · log3 7 x2 − 4
|
For the following exercises, use logarithmic differentiation to find dy.
346. y = x x
347. y = (sin 2x)4x
348. y = (ln x)ln x
349. y = xlog2 x
358.
|
The formula I(t) = sint t
decaying alternating current.
is the formula for a
360. [T] An isotope of the element erbium has a half-life of approximately 12 hours. Initially there are 9 grams of the isotope present.
a. Complete the following table with the appropriate values.
a. Write the exponential function that relates the amount of substance remaining as a function of t,
measured in hours.
b. Use a. to determine the rate at which the substance is decaying in t hours.
c. Use b. to determine the rate of decay at t = 4
hours.
361. [T] The number of cases of influenza in New York City from the beginning of 1960 to the beginning of 1961 is modeled by the function N(t) = 5.3e0.093t 2 − 0.87t, (0 ≤ t ≤ 4), where N(t)
gives the number of cases (in thousands) and t is measured in years, with t = 0 corresponding to the beginning of
|
1960.
a. Show work that evaluates
N(0)
and
N(4).
Briefly
b. Using only the values in the table, determine where the tangent line to the graph of I(t) is horizontal.
359. [T] The population of Toledo, Ohio, in 2000 was approximately 500,000. Assume the population is increasing at a rate of 5% per year.
a. Write the exponential function that relates the total population as a function of t.
b. Use a. to determine the rate at which the population is increasing in t years.
c. Use b. to determine the rate at which the population is increasing in 10 years.
describe what these values indicate about the disease in New York City.
b. Show work that evaluates N′ (0) and N′ (3).
Briefly describe what these values indicate about the disease in New York City.
362.
|
[T] The relative rate of change of a differentiable function y = f (x) is given by 100 · f ′ (x)%. One model
for population growth is a Gompertz growth function,
given by P(x) = ae−b · e−cx where a, b, and c are constants.
a. Find the relative rate of change formula for the generic Gompertz function.
b. Use a. to find the relative rate of change of a population in x = 20 months when a = 204, b = 0.0198, and c = 0.15.
c. Briefly interpret what the result of b. means.
For the following exercises, use the population of New York City from 1790 to 1860, given in the following table.
Years since 1790 | Population |
0 | 33,131 |
10 | 60,515 |
20 | 96,373 |
30 | 123,706 |
40 | 202,300 |
50 | 312,710 |
60 | 515,547 |
70 | 813,669 |
Table 3.8 New York City Population Over Time Source: http://en.wikipedia.org/ wiki/ Largest_cities_in_the_United_States
_by_population_by_decade.
363. [T] Using a computer program or a calculator, fit a growth curve to the data of the form p = abt.
364. [T] Using the exponential best fit for the data, write a table containing the derivatives evaluated at each year.
365. [T] Using the exponential best fit for the data, write a table containing the second derivatives evaluated at each year.
366. [T] Using the tables of first and second derivatives and the best fit, answer the following questions:
a. Will the model be accurate in predicting the future population of New York City? Why or why not?
b. Estimate the population in 2010. Was the prediction correct from a.?
KEY TERMS
acceleration is the rate of change of the velocity, that is, the derivative of velocity
|
|
amount of change the amount of a function f (x) over an interval ⎡x, x + h⎤ is f (x + h) − f (x)
average rate of change is a function f (x) over an interval ⎡x, x + h⎤ is f (x + h) − f (a)
⎣ ⎦ b − a
chain rule the chain rule defines the derivative of a composite function as the derivative of the outer function evaluated at the inner function times the derivative of the inner function
constant multiple rule the derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative: d ⎛c f (x)⎞ = c f ′ (x)
dx⎝ ⎠
|
constant rule the derivative of a constant function is zero: d (c) = 0, where c is a constant
derivative the slope of the tangent line to a function at a point, calculated by taking the limit of the difference quotient, is the derivative
derivative function gives the derivative of a function at each point in the domain of the original function for which the derivative is defined
difference quotient of a function f (x) at a is given by
f (a + h) − f (a) or f (x) − f (a)
h x − a
difference rule the derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of g: d ⎛ f (x) − g(x)⎞ = f ′ (x) − g′ (x)
dx⎝ ⎠
differentiable at a a function for which f ′(a) exists is differentiable at a
differentiable function a function for which f ′(x) exists is a differentiable function
differentiable on S a function for which f ′(x) exists for each x in the open set S is differentiable on S
differentiation the process of taking a derivative
higher-order derivative a derivative of a derivative, from the second derivative to the nth derivative, is called a higher- order derivative
implicit differentiation is a technique for computing dy
dx
for a function defined by an equation, accomplished by
|
differentiating both sides of the equation (remembering to treat the variable y as a function) and solving for dy
instantaneous rate of change the rate of change of a function at any point along the function a, also called f ′(a),
or the derivative of the function at a
logarithmic differentiation is a technique that allows us to differentiate a function by first taking the natural logarithm of both sides of an equation, applying properties of logarithms to simplify the equation, and differentiating implicitly
marginal cost is the derivative of the cost function, or the approximate cost of producing one more item
marginal profit is the derivative of the profit function, or the approximate profit obtained by producing and selling one more item
marginal revenue is the derivative of the revenue function, or the approximate revenue obtained by selling one more item
population growth rate is the derivative of the population with respect to time
|
power rule the derivative of a power function is a function in which the power on x becomes the coefficient of the term and the power on x in the derivative decreases by 1: If n is an integer, then d xn = nxn − 1
product rule the derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function: d ⎛ f (x)g(x)⎞ = f ′ (x)g(x) + g′ (x) f (x)
dx⎝ ⎠
quotient rule the derivative of the quotient of two functions is the derivative of the first function times the second
function minu⎛s the ⎞derivative of the second function times the first function, all divided by the square of the second
function: d
f (x)
= f ′ (x)g(x) − g′ (x) f (x)
|
|
dx⎝g(x) ⎠
⎛g(x)⎞2
speed is the absolute value of velocity, that is, |v(t)| is the speed of an object at time t whose velocity is given by v(t)
sum rule the derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g: d ⎛ f (x) + g(x)⎞ = f ′ (x) + g′ (x)
dx⎝ ⎠
KEY EQUATIONS
• Difference quotient
|
f (x) − f (a) x − a
• Difference quotient with increment h
Q = f (a + h) − f (a) = f (a + h) − f (a)
a + h − a h
• Slope of tangent line
mtan = lim f (x) − f (a)
x → a x − a
mtan = lim f (a + h) − f (a)
h → 0 h
• Derivative of f (x) at a
f ′ (a) = xlim f (x) − f (a)
|
→ x − a
f ′(a) = lim f (a + h) − f (a)
h → 0 h
• Average velocity
|
vave = s(t) − s(a)
• Instantaneous velocity
v(a) = s′ (a) = lim s(t) − s(a)
t → a t − a
• The derivative function
f ′ (x) = lim f (x + h) − f (x)
h → 0 h
• Derivative of sine function
|
d (sin x) = cos x
• Derivative of cosine function
|
d (cos x) = −sin x
• Derivative of tangent function
|
d (tan x) = sec2 x
• Derivative of cotangent function
|
d (cot x) = −csc2 x
• Derivative of secant function
|
d (sec x) = sec x tan x
• Derivative of cosecant function
|
d (csc x) = −csc x cot x
• The chain rule
|
|
h′ (x) = f ′ ⎛g(x)⎞g′ (x)
• The power rule for functions
|
|
h′ (x) = n⎛g(x)⎞ n − 1 g′ (x)
• Inverse function theorem
⎛ f −1⎞′ (x) = 1 whenever f ′ ⎛ f −1 (x)⎞ ≠ 0 and f (x) is differentiable.
⎝ ⎠ f ′ ⎛ f −1 (x)⎞ ⎝ ⎠
⎝ ⎠
• Power rule with rational exponents
d ⎛xm/n⎞ = mx(m/n) − 1.
dx⎝ ⎠ n
• Derivative of inverse sine function
d sin−1 x = 1
dx 1 − (x)2
• Derivative of inverse cosine function
d cos−1 x = −1
dx 1 − (x)2
• Derivative of inverse tangent function
d tan−1 x = 1 2
dx 1 + (x)
• Derivative of inverse cotangent function
d cot−1 x = −1 2
dx 1 + (x)
• Derivative of inverse secant function
d sec−1 x = 1
dx |x|
• Derivative of inverse cosecant function
d csc−1 x = −1
dx |x|
• Derivative of the natural exponential function
d ⎛eg(x)⎞ = eg(x) g′ (x)
dx⎝ ⎠
• Derivative of the natural logarithmic function
d ⎛ln g(x)⎞ = g1 g′ (x)
dx⎝ ⎠ (x)
• Derivative of the general exponential function
d ⎛bg(x)⎞ = bg(x) g′ (x) ln b
dx⎝ ⎠
• Derivative of the general logarithmic function
d ⎛logb g(x)⎞ = g′ (x)
dx⎝ ⎠ g(x) ln b
KEY CONCEPTS
3.1 Defining the Derivative
• The slope of the tangent line to a curve measures the instantaneous rate of change of a curve. We can calculate it by finding the limit of the difference quotient or the difference quotient with increment h.
• The derivative of a function f (x) at a value a is found using either of the definitions for the slope of the tangent line.
• Velocity is the rate of change of position. As such, the velocity v(t) at time t is the derivative of the position s(t)
at time t. Average velocity is given by
|
vave = s(t) − s(a).
Instantaneous velocity is given by
v(a) = s′ (a) = lim s(t) − s(a).
t → a t − a
• We may estimate a derivative by using a table of values.
3.2 The Derivative as a Function
• The derivative of a function f (x) is the function whose value at x is f ′(x).
• The graph of a derivative of a function f (x) is related to the graph of f (x). Where f (x) has a tangent line with positive slope, f ′ (x) > 0. Where f (x) has a tangent line with negative slope, f ′ (x) < 0. Where f (x) has a horizontal tangent line, f ′ (x) = 0.
• If a function is differentiable at a point, then it is continuous at that point. A function is not differentiable at a point if it is not continuous at the point, if it has a vertical tangent line at the point, or if the graph has a sharp corner or cusp.
• Higher-order derivatives are derivatives of derivatives, from the second derivative to the nth derivative.
3.3 Differentiation Rules
• The derivative of a constant function is zero.
• The derivative of a power function is a function in which the power on x becomes the coefficient of the term and the power on x in the derivative decreases by 1.
• The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative.
• The derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g.
• The derivative of the difference of a function f and a function g is the same as the difference of the derivative of f
and the derivative of g.
• The derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function.
• The derivative of the quotient of two functions is the derivative of the first function times the second function minus
the derivative of the second function times the first function, all divided by the square of the second function.
• We used the limit definition of the derivative to develop formulas that allow us to find derivatives without resorting to the definition of the derivative. These formulas can be used singly or in combination with each other.
3.4 Derivatives as Rates of Change
• Using f (a + h) ≈ f (a) + f ′ (a)h, it is possible to estimate f (a + h) given f ′ (a) and f (a).
• The rate of change of position is velocity, and the rate of change of velocity is acceleration. Speed is the absolute value, or magnitude, of velocity.
• The population growth rate and the present population can be used to predict the size of a future population.
• Marginal cost, marginal revenue, and marginal profit functions can be used to predict, respectively, the cost of producing one more item, the revenue obtained by selling one more item, and the profit obtained by producing and selling one more item.
3.5 Derivatives of Trigonometric Functions
• We can find the derivatives of sin x and cos x by using the definition of derivative and the limit formulas found earlier. The results are
d sin x = cos x d cos x = −sin x.
dx dx
• With these two formulas, we can determine the derivatives of all six basic trigonometric functions.
3.6 The Chain Rule
• The chain rule allows us to differentiate compositions of two or more functions. It states that for h(x) = f ⎛g(x)⎞,
⎝ ⎠
|
|
h′ (x) = f ′ ⎛g(x)⎞g′ (x).
In Leibniz’s notation this rule takes the form
dy = dy · du.
dx du dx
• We can use the chain rule with other rules that we have learned, and we can derive formulas for some of them.
• The chain rule combines with the power rule to form a new rule:
|
|
|
|
If h(x) = ⎛g(x)⎞ n, then h′ (x) = n⎛g(x)⎞ n − 1 g′ (x).
• When applied to the composition of three functions, the chain rule can be expressed as follows: If
|
|
|
|
|
|
h(x) = f ⎛g⎛k(x)⎞⎞, then h′ (x) = f ′(g⎛k(x)⎞g′ ⎛k(x)⎞k′ (x).
3.7 Derivatives of Inverse Functions
• The inverse function theorem allows us to compute derivatives of inverse functions without using the limit definition of the derivative.
• We can use the inverse function theorem to develop differentiation formulas for the inverse trigonometric functions.
3.8 Implicit Differentiation
• We use implicit differentiation to find derivatives of implicitly defined functions (functions defined by equations).
• By using implicit differentiation, we can find the equation of a tangent line to the graph of a curve.
3.9 Derivatives of Exponential and Logarithmic Functions
• On the basis of the assumption that the exponential function y = bx, b > 0 is continuous everywhere and
differentiable at 0, this function is differentiable everywhere and there is a formula for its derivative.
•
|
We can use a formula to find the derivative of y = ln x, and the relationship logb x = ln x
allows us to extend
our differentiation formulas to include logarithms with arbitrary bases.
• Logarithmic differentiation allows us to differentiate functions of the form y = g(x) f (x) or very complex functions by taking the natural logarithm of both sides and exploiting the properties of logarithms before differentiating.
CHAPTER 3 REVIEW EXERCISES
True or False? Justify the answer with a proof or a counterexample.
367. Every function has a derivative.
368. A continuous function has a continuous derivative.
369. A continuous function has a derivative.
370. If a function is differentiable, it is continuous.
Use the limit definition of the derivative to exactly evaluate the derivative.
371. f (x) =
372. f (x) = 3x
Find the derivatives of the following functions.
373.
|
f (x) = 3x3 − 4
x
374. f (x) = ⎛4 − x2⎞3
382. Third derivative of y = (3x + 2)2
383. Second derivative of y = 4 x + x2 sin(x)
Find the equation of the tangent line to the following equations at the specified point.
384. y = cos−1 (x) + x at x = 0
385. y = x + ex − 1x at x = 1
Draw the derivative for the following graphs.
386.
⎝ ⎠
375. f (x) = esin x
387.
376. f (x) = ln(x + 2)
377. f (x) = x2 cos x + x tan(x)
378. f (x) =
379.
|
f (x) = x sin−1 (x)
380.
|
x2 y = ⎛y + 2⎞ + xy sin(x)
The following questions concern the water level in Ocean City, New Jersey, in January, which can be approximated by w(t) = 1.9 + 2.9 cos πt , where t is measured in
⎝ ⎠
hours after midnight, and the height is measured in feet.
|
Find the following derivatives of various orders.
381. First derivative of y = x ln(x) cos x
388. Find and graph the derivative. What is the physical meaning?
- Find w′ (3). What is the physical meaning of this value?
The following questions consider the wind speeds of Hurricane Katrina, which affected New Orleans, Louisiana, in August 2005. The data are displayed in a table.
Hours after Midnight, August 26 | Wind Speed (mph) |
1 | 45 |
5 | 75 |
11 | 100 |
29 | 115 |
49 | 145 |
58 | 175 |
73 | 155 |
81 | 125 |
85 | 95 |
107 | 35 |
Table 3.9 Wind Speeds of Hurricane Katrina Source:
http://news.nationalgeographic.com/news/2005/ 09/0914_050914_katrina_timeline.html.
- Using the table, estimate the derivative of the wind speed at hour 39. What is the physical meaning?
- Estimate the derivative of the wind speed at hour 83. What is the physical meaning?