Learning Objectives
- Recognize the meaning of the tangent to a curve at a point.
- Calculate the slope of a tangent line.
- Identify the derivative as the limit of a difference quotient.
- Calculate the derivative of a given function at a point.
- Describe the velocity as a rate of change.
- Explain the difference between average velocity and instantaneous velocity.
- Estimate the derivative from a table of values.
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). 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.
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 [latex](a,f(a))[/latex] 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 [latex]x[/latex] near [latex]a[/latex] and drawing a line through the points [latex](a,f(a))[/latex] and [latex](x,f(x))[/latex], as shown in (Figure). The slope of this line is given by an equation in the form of a difference quotient:
We can also calculate the slope of a secant line to a function at a value [latex]a[/latex] by using this equation and replacing [latex]x[/latex] with [latex]a+h[/latex], where [latex]h[/latex] is a value close to [latex]0[/latex]. We can then calculate the slope of the line through the points [latex](a,f(a))[/latex] and [latex](a+h,f(a+h))[/latex]. In this case, we find the secant line has a slope given by the following difference quotient with increment [latex]h[/latex]:
Definition
Let [latex]f[/latex] be a function defined on an interval [latex]I[/latex] containing [latex]a[/latex]. If [latex]x\ne a[/latex] is in [latex]I[/latex], then
is a difference quotient.
Also, if [latex]h\ne 0[/latex] is chosen so that [latex]a+h[/latex] is in [latex]I[/latex], then
is a difference quotient with increment [latex]h[/latex].
View several Java applets on the development of the derivative.
These two expressions for calculating the slope of a secant line are illustrated in (Figure). 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.
In (Figure)(a) we see that, as the values of [latex]x[/latex] approach [latex]a[/latex], the slopes of the secant lines provide better estimates of the rate of change of the function at [latex]a[/latex]. Furthermore, the secant lines themselves approach the tangent line to the function at [latex]a[/latex], which represents the limit of the secant lines. Similarly, (Figure)(b) shows that as the values of [latex]h[/latex] get closer to 0, the secant lines also approach the tangent line. The slope of the tangent line at [latex]a[/latex] is the rate of change of the function at [latex]a[/latex], as shown in (Figure)(c).
You can use this site to explore graphs to see if they have a tangent line at a point.
In (Figure) we show the graph of [latex]f(x)=\sqrt{x}[/latex] and its tangent line at [latex](1,1)[/latex] in a series of tighter intervals about [latex]x=1[/latex]. 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 [latex]x[/latex] close to 1. In fact, the graph of [latex]f(x)[/latex] itself appears to be locally linear in the immediate vicinity of [latex]x=1[/latex].
Formally we may define the tangent line to the graph of a function as follows.
Definition
Let [latex]f(x)[/latex] be a function defined in an open interval containing [latex]a[/latex]. The tangent line to [latex]f(x)[/latex] at [latex]a[/latex] is the line passing through the point [latex](a,f(a))[/latex] having slope
provided this limit exists.
Equivalently, we may define the tangent line to [latex]f(x)[/latex] at [latex]a[/latex] to be the line passing through the point [latex](a,f(a))[/latex] having slope
provided this limit exists.
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 [latex]f(x)=x^2[/latex] at [latex]x=3[/latex].
The Slope of a Tangent Line Revisited
Use (Figure) to find the slope of the line tangent to the graph of [latex]f(x)=x^2[/latex] at [latex]x=3[/latex].
Finding the Equation of a Tangent Line
Find the equation of the line tangent to the graph of [latex]f(x)=1/x[/latex] at [latex]x=2[/latex].
Find the slope of the line tangent to the graph of [latex]f(x)=\sqrt{x}[/latex] at [latex]x=4[/latex].
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.
Definition
Let [latex]f(x)[/latex] be a function defined in an open interval containing [latex]a[/latex]. The derivative of the function [latex]f(x)[/latex] at [latex]a[/latex], denoted by [latex]f^{\prime}(a)[/latex], is defined by
provided this limit exists.
Alternatively, we may also define the derivative of [latex]f(x)[/latex] at [latex]a[/latex] as
provided this limit exists.
Estimating a Derivative
For [latex]f(x)=x^2[/latex], use a table to estimate [latex]f^{\prime}(3)[/latex] using (Figure).
For [latex]f(x)=x^2[/latex], use a table to estimate [latex]f^{\prime}(3)[/latex] using (Figure).
Hint
Evaluate [latex]\frac{(x+h)^2-x^2}{h}[/latex] at [latex]h=-0.1,-0.01,-0.001,0.001,0.01,0.1[/latex]
Finding a Derivative
For [latex]f(x)=3x^2-4x+1[/latex], find [latex]f^{\prime}(2)[/latex] by using (Figure).
Revisiting the Derivative
For [latex]f(x)=3x^2-4x+1[/latex], find [latex]f^{\prime}(2)[/latex] by using (Figure).
Velocities and Rates of Change
Now that we can evaluate a derivative, we can use it in velocity applications. Recall that if [latex]s(t)[/latex] is the position of an object moving along a coordinate axis, the average velocity of the object over a time interval [latex][a,t][/latex] if [latex]t>a[/latex] or [latex][t,a][/latex] if [latex]t
As the values of [latex]t[/latex] approach [latex]a[/latex], the values of [latex]v_{\text{avg}}[/latex] approach the value we call the instantaneous velocity at [latex]a[/latex]. That is, instantaneous velocity at [latex]a[/latex], denoted [latex]v(a)[/latex], is given by To better understand the relationship between average velocity and instantaneous velocity, see (Figure). In this figure, the slope of the tangent line (shown in red) is the instantaneous velocity of the object at time [latex]t=a[/latex] whose position at time [latex]t[/latex] is given by the function [latex]s(t)[/latex]. The slope of the secant line (shown in green) is the average velocity of the object over the time interval [latex][a,t][/latex]. We can use (Figure) 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 (Figure). A rock is dropped from a height of 64 feet. Its height above ground at time [latex]t[/latex] seconds later is given by [latex]s(t)=-16t^2+64, \, 0\le t\le 2[/latex]. Find its instantaneous velocity 1 second after it is dropped, using (Figure). [latex]v(t)=s^{\prime}(t)[/latex]. Follow the earlier examples of the derivative using (Figure). 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. The instantaneous rate of change of a function [latex]f(x)[/latex] at a value [latex]a[/latex] is its derivative [latex]f^{\prime}(a)[/latex]. 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? A homeowner sets the thermostat so that the temperature in the house begins to drop from [latex]70^{\circ}\text{F}[/latex] at 9 p.m., reaches a low of [latex]60^{\circ}[/latex] during the night, and rises back to [latex]70^{\circ}[/latex] by 7 a.m. the next morning. Suppose that the temperature in the house is given by [latex]T(t)=0.4t^2-4t+70[/latex] for [latex]0\le t\le 10[/latex], where [latex]t[/latex] is the number of hours past 9 p.m. Find the instantaneous rate of change of the temperature at midnight. A toy company can sell [latex]x[/latex] electronic gaming systems at a price of [latex]p=-0.01x+400[/latex] dollars per gaming system. The cost of manufacturing [latex]x[/latex] systems is given by [latex]C(x)=100x+10,000[/latex] dollars. Find the rate of change of profit when 10,000 games are produced. Should the toy company increase or decrease production? A coffee shop determines that the daily profit on scones obtained by charging [latex]s[/latex] dollars per scone is [latex]P(s)=-20s^2+150s-10[/latex]. The coffee shop currently charges [latex]\$3.25[/latex] per scone. Find [latex]P^{\prime}(3.25)[/latex], the rate of change of profit when the price is [latex]\$3.25[/latex] and decide whether or not the coffee shop should consider raising or lowering its prices on scones. Use (Figure) for a guide.Estimating Velocity
Hint
Definition
Chapter Opener: Estimating Rate of Change of Velocity
Rate of Change of Temperature
Rate of Change of Profit
Hint
Key Concepts
- 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 [latex]h[/latex].
- The derivative of a function [latex]f(x)[/latex] at a value [latex]a[/latex] 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 [latex]v(t)[/latex] at time [latex]t[/latex] is the derivative of the position [latex]s(t)[/latex] at time [latex]t[/latex]. Average velocity is given by
[latex]v_{\text{avg}}=\frac{s(t)-s(a)}{t-a}[/latex].
Instantaneous velocity is given by
[latex]v(a)=s^{\prime}(a)=\underset{t\to a}{\lim}\frac{s(t)-s(a)}{t-a}[/latex]. - We may estimate a derivative by using a table of values.
Key Equations
- Difference quotient
[latex]Q=\frac{f(x)-f(a)}{x-a}[/latex] - Difference quotient with increment [latex]h[/latex]
[latex]Q=\frac{f(a+h)-f(a)}{a+h-a}=\frac{f(a+h)-f(a)}{h}[/latex] - Slope of tangent line
[latex]m_{\tan}=\underset{x\to a}{\lim}\frac{f(x)-f(a)}{x-a}[/latex]
[latex]m_{\tan}=\underset{h\to 0}{\lim}\frac{f(a+h)-f(a)}{h}[/latex] - Derivative of [latex]f(x)[/latex] at [latex]a[/latex]
[latex]f^{\prime}(a)=\underset{x\to a}{\lim}\frac{f(x)-f(a)}{x-a}[/latex]
[latex]f^{\prime}(a)=\underset{h\to 0}{\lim}\frac{f(a+h)-f(a)}{h}[/latex] - Average velocity
[latex]v_{\text{avg}}=\frac{s(t)-s(a)}{t-a}[/latex] - Instantaneous velocity
[latex]v(a)=s^{\prime}(a)=\underset{t\to a}{\lim}\frac{s(t)-s(a)}{t-a}[/latex]
For the following exercises, use (Figure) to find the slope of the secant line between the values [latex]x_1[/latex] and [latex]x_2[/latex] for each function [latex]y=f(x)[/latex].
1. [latex]f(x)=4x+7; \, x_1=2, \, x_2=5[/latex]
2. [latex]f(x)=8x-3; \, x_1=-1, \, x_2=3[/latex]
3. [latex]f(x)=x^2+2x+1; \, x_1=3, \, x_2=3.5[/latex]
4. [latex]f(x)=\text{−}{x}^{2}+x+2;{x}_{1}=0.5,{x}_{2}=1.5[/latex]
5. [latex]f(x)=\frac{4}{3x-1}; \, x_1=1, \, x_2=3[/latex]
6. [latex]f(x)=\frac{x-7}{2x+1}; \, x_1=-2, \, x_2=0[/latex]
7. [latex]f(x)=\sqrt{x}; \, x_1=1, \, x_2=16[/latex]
8. [latex]f(x)=\sqrt{x-9}; \, x_1=10, \, x_2=13[/latex]
9. [latex]f(x)=x^{1/3}+1; \, x_1=0, \, x_2=8[/latex]
10. [latex]f(x)=6x^{2/3}+2x^{1/3}; \, x_1=1, \, x_2=27[/latex]
For the following functions,
- use (Figure) to find the slope of the tangent line [latex]m_{\tan}=f^{\prime}(a)[/latex], and
- find the equation of the tangent line to [latex]f[/latex] at [latex]x=a[/latex].
11. [latex]f(x)=3-4x, \, a=2[/latex]
12. [latex]f(x)=\frac{x}{5}+6, \, a=-1[/latex]
13. [latex]f(x)=x^2+x, \, a=1[/latex]
14. [latex]f(x)=1-x-x^2, \, a=0[/latex]
15. [latex]f(x)=\frac{7}{x}, \, a=3[/latex]
16. [latex]f(x)=\sqrt{x+8}, \, a=1[/latex]
17. [latex]f(x)=2-3x^2, \, a=-2[/latex]
18. [latex]f(x)=\frac{-3}{x-1}, \, a=4[/latex]
19. [latex]f(x)=\frac{2}{x+3}, \, a=-4[/latex]
20. [latex]f(x)=\frac{3}{x^2}, \, a=3[/latex]
For the following functions [latex]y=f(x)[/latex], find [latex]f^{\prime}(a)[/latex] using (Figure).
21. [latex]f(x)=5x+4, \, a=-1[/latex]
22. [latex]f(x)=-7x+1, \, a=3[/latex]
23. [latex]f(x)=x^2+9x, \, a=2[/latex]
24. [latex]f(x)=3x^2-x+2, \, a=1[/latex]
25. [latex]f(x)=\sqrt{x}, \, a=4[/latex]
26. [latex]f(x)=\sqrt{x-2}, \, a=6[/latex]
27. [latex]f(x)=\frac{1}{x}, \, a=2[/latex]
28. [latex]f(x)=\frac{1}{x-3}, \, a=-1[/latex]
29. [latex]f(x)=\frac{1}{x^3}, \, a=1[/latex]
30. [latex]f(x)=\frac{1}{\sqrt{x}}, \, a=4[/latex]
For the following exercises, given the function [latex]y=f(x)[/latex],
- find the slope of the secant line [latex]PQ[/latex] for each point [latex]Q(x,f(x))[/latex] with [latex]x[/latex] value given in the table.
- Use the answers from a. to estimate the value of the slope of the tangent line at [latex]P[/latex].
- Use the answer from b. to find the equation of the tangent line to [latex]f[/latex] at point [latex]P[/latex].
31. [T] [latex]f(x)=x^2+3x+4, \, P(1,8)[/latex] (Round to 6 decimal places.)
[latex]x[/latex] | Slope [latex]m_{PQ}[/latex] | [latex]x[/latex] | Slope [latex]m_{PQ}[/latex] |
---|---|---|---|
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] [latex]f(x)=\frac{x+1}{x^2-1}, \, P(0,-1)[/latex]
[latex]x[/latex] | Slope [latex]m_{PQ}[/latex] | [latex]x[/latex] | Slope [latex]m_{PQ}[/latex] |
---|---|---|---|
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] [latex]f(x)=10e^{0.5x}, \, P(0,10)[/latex] (Round to 4 decimal places.)
[latex]x[/latex] | Slope [latex]m_{PQ}[/latex] |
---|---|
-0.1 | (i) |
-0.01 | (ii) |
-0.001 | (iii) |
-0.0001 | (iv) |
-0.00001 | (v) |
−0.000001 | (vi) |
34. [T][latex]f(x)= \tan (x), \, P(\pi,0)[/latex]
[latex]x[/latex] | Slope [latex]m_{PQ}[/latex] |
---|---|
3.1 | (i) |
3.14 | (ii) |
3.141 | (iii) |
3.1415 | (iv) |
3.14159 | (v) |
3.141592 | (vi) |
For the following position functions [latex]y=s(t)[/latex], an object is moving along a straight line, where [latex]t[/latex] is in seconds and [latex]s[/latex] is in meters. Find
- the simplified expression for the average velocity from [latex]t=2[/latex] to [latex]t=2+h[/latex];
- the average velocity between [latex]t=2[/latex] and [latex]t=2+h[/latex], where (i) [latex]h=0.1[/latex], (ii) [latex]h=0.01[/latex], (iii) [latex]h=0.001[/latex], and (iv) [latex]h=0.0001[/latex]; and
- use the answer from a. to estimate the instantaneous velocity at [latex]t=2[/latex] seconds.
35. [T] [latex]s(t)=\frac{1}{3}t+5[/latex]
36. [T] [latex]s(t)=t^2-2t[/latex]
37. [T] [latex]s(t)=2t^3+3[/latex]
38. [T] [latex]s(t)=\frac{16}{t^2}-\frac{4}{t}[/latex]
39. Use the following graph to evaluate a. [latex]f^{\prime}(1)[/latex] and b. [latex]f^{\prime}(6)[/latex].
40. Use the following graph to evaluate a. [latex]f^{\prime}(-3)[/latex] and b. [latex]f^{\prime}(1.5)[/latex].
For the following exercises, use the limit definition of derivative to show that the derivative does not exist at [latex]x=a[/latex] for each of the given functions.
41. [latex]f(x)=x^{1/3}, \, x=0[/latex]
42. [latex]f(x)=x^{2/3}, \, x=0[/latex]
43. [latex]f(x)=\begin{cases} 1 & \text{if} \, x<1 \\ x & \text{if} \, x \ge 1 \end{cases}, \, x=1[/latex]
44. [latex]f(x)=\frac{|x|}{x}, \, x=0[/latex]
45. [T] The position in feet of a race car along a straight track after [latex]t[/latex] seconds is modeled by the function [latex]s(t)=8t^2-\frac{1}{16}t^3[/latex].
- Find the average velocity of the vehicle over the following time intervals to four decimal places:
- [4, 4.1]
- [4, 4.01]
- [4, 4.001]
- [4, 4.0001]
- Use a. to draw a conclusion about the instantaneous velocity of the vehicle at [latex]t=4[/latex] seconds.
46. [T] The distance in feet that a ball rolls down an incline is modeled by the function [latex]s(t)=14t^2[/latex], where [latex]t[/latex] is seconds after the ball begins rolling.
- Find the average velocity of the ball over the following time intervals:
- [5, 5.1]
- [5, 5.01]
- [5, 5.001]
- [5, 5.0001]
- Use the answers from a. to draw a conclusion about the instantaneous velocity of the ball at [latex]t=5[/latex] 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 [latex]s=f(t)[/latex] and [latex]s=g(t)[/latex], where [latex]s[/latex] is measured in feet and [latex]t[/latex] is measured in seconds.
- Which vehicle has traveled farther at [latex]t=2[/latex] seconds?
- What is the approximate velocity of each vehicle at [latex]t=3[/latex] seconds?
- Which vehicle is traveling faster at [latex]t=4[/latex] seconds?
- What is true about the positions of the vehicles at [latex]t=4[/latex] seconds?
48. [T] The total cost [latex]C(x)[/latex], in hundreds of dollars, to produce [latex]x[/latex] jars of mayonnaise is given by [latex]C(x)=0.000003x^3+4x+300[/latex].
- Calculate the average cost per jar over the following intervals:
- [100, 100.1]
- [100, 100.01]
- [100, 100.001]
- [100, 100.0001]
- Use the answers from a. to estimate the average cost to produce 100 jars of mayonnaise.
49. [T] For the function [latex]f(x)=x^3-2x^2-11x+12[/latex], do the following.
- Use a graphing calculator to graph [latex]f[/latex] in an appropriate viewing window.
- Use the ZOOM feature on the calculator to approximate the two values of [latex]x=a[/latex] for which [latex]m_{\tan}=f^{\prime}(a)=0[/latex].
50. [T] For the function [latex]f(x)=\frac{x}{1+x^2}[/latex], do the following.
- Use a graphing calculator to graph [latex]f[/latex] in an appropriate viewing window.
- Use the ZOOM feature on the calculator to approximate the values of [latex]x=a[/latex] for which [latex]m_{\tan}=f^{\prime}(a)=0[/latex].
51. Suppose that [latex]N(x)[/latex] computes the number of gallons of gas used by a vehicle traveling [latex]x[/latex] miles. Suppose the vehicle gets 30 mpg.
- Find a mathematical expression for [latex]N(x)[/latex].
- What is [latex]N(100)[/latex]? Explain the physical meaning.
- What is [latex]N^{\prime}(100)[/latex]? Explain the physical meaning.
52. [T] For the function [latex]f(x)=x^4-5x^2+4[/latex], do the following.
- Use a graphing calculator to graph [latex]f[/latex] in an appropriate viewing window.
- Use the [latex]\text{nDeriv}[/latex] function, which numerically finds the derivative, on a graphing calculator to estimate [latex]f^{\prime}(-2), \, f^{\prime}(-0.5), \, f^{\prime}(1.7)[/latex], and [latex]f^{\prime}(2.718)[/latex].
53. [T] For the function [latex]f(x)=\frac{x^2}{x^2+1}[/latex], do the following.
- Use a graphing calculator to graph [latex]f[/latex] in an appropriate viewing window.
- Use the [latex]\text{nDeriv}[/latex] function on a graphing calculator to find [latex]f^{\prime}(-4), \, f^{\prime}(-2), \, f^{\prime}(2)[/latex], and [latex]f^{\prime}(4)[/latex].
Glossary
- 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
- difference quotient
- of a function [latex]f(x)[/latex] at [latex]a[/latex] is given by
[latex]\frac{f(a+h)-f(a)}{h}[/latex] or [latex]\frac{f(x)-f(a)}{x-a}[/latex]
- differentiation
- the process of taking a derivative
- instantaneous rate of change
- the rate of change of a function at any point along the function [latex]a[/latex], also called [latex]f^{\prime}(a)[/latex], or the derivative of the function at [latex]a[/latex]
Candela Citations
- Calculus I. Provided by: OpenStax. Located at: http://cnx.org/contents/8b89d172-2927-466f-8661-01abc7ccdba4@2.89. License: CC BY-NC-SA: Attribution-NonCommercial-ShareAlike. License Terms: Download for free at http://cnx.org/contents/8b89d172-2927-466f-8661-01abc7ccdba4@2.89
Hint
Use either (Figure) or (Figure). Multiply the numerator and the denominator by a conjugate.