Week 005 - Lines That Are Tangent To A Curve
Week 005 - Lines That Are Tangent To A Curve
Lines to a Curve
CK-12
The names “CK-12” and “CK12” and associated logos and the
terms “FlexBook®” and “FlexBook Platform®” (collectively
“CK-12 Marks”) are trademarks and service marks of CK-12
Foundation and are protected by federal, state, and international
laws.
C HAPTER
1 Need for Derivatives:
Tangent Lines to a Curve
Kevin is learning about the basis of calculus and what calculus is actually used for. Unfortunately, Kevin does not
understand why calculus is sometimes necessary to find the equation of a line. In Algebra 1, he learned you can find
the equation of a line if you are given two points. You find the slope of the line by dividing the up/down difference
in the points by the left/right difference, then you use one of the points and the slope to find the y-intercept.
Kevin’s teacher, Mr. Banner, offered him extra credit if he could find the slope of a line for the points (4,5) and (4,5)
using the method he learned in Algebra 1. Can you see what Mr. Banner did? What is Kevin going to find as he
works on those problems?
Tangents to a Curve
Recall from algebra, if points P(x0 ,y0 ) and Q(x1 ,y1 ) are two different points on the curve y = f (x), then the slope of
the secant line connecting the two points is given by
TABLE 1.1:
y1 −y0 f (x1 )− f (x0 )
msec = x1 −x0 = x1 −x0 (1)
Of course, if we let the point x1 approach xo then Q will approach P along the graph f and thus the slope of the
secant line will gradually approach the slope of the tangent line as x1 approaches x0 . Therefore, (1) becomes
TABLE 1.2:
msec = (2)
f (x1 )− f (x0 )
limx1 →x0 x1 −x0
1
www.ck12.org
To simplify our notation, if we let h = x1 −x0 , then x1 = x0 + h and x1 → x0 becomes equivalent to h → 0. This
means that (2) becomes
TABLE 1.3:
f (x0 +h)− f (x0 )
msec = limh→0 h
TABLE 1.4:
The Slope of a Tangent Line
If the point P(x0 ,y0 ) is on the curve f, then the tangent line at Phas a slope that is given by
f (x0 +h)− f (x0 )
mtan = limh→0 h
Recall that the equation of the tangent line through point (x0 , y0 ) with slope m is the point-slope form of a line: y −
y0 = mtan (x − x0 ).
MEDIA
Click image to the left or use the URL below.
URL: https://www.ck12.org/flx/render/embeddedobject/188226
Examples
Example 1
Earlier, you were given a problem about Kevin, who is having trouble understanding calculus.
Mr. Banner asked Kevin to find the equation of a line given the points (4,5) and (4,5). The points (4, 5) and (4, 5)
0
are the same, so the rise
run would be 0 - Kevin was just introduced to the need for differential calculus!
2
www.ck12.org Chapter 1. Need for Derivatives: Tangent Lines to a Curve
Example 2
Find line tangent to the curve f (x) = x3 that passes through point P (2,8).
Since P(x0 , y0 ) = (2, 8), using the slope of the tangent equation we have
TABLE 1.5:
f (x0 +h)− f (x0 )
mtan = limh→0 h
and we get
mtan = limh→0 f (2+h)−
h
f (2)
= 3 2
limh→0 (h +6h +12h+8)−8
h
3 2
= limh→0 h +6hh +12h
= limh→0 (h2 + 6h + 12)
= 12
Thus the slope of the tangent line is 12. Using the point-slope formula above, we find that the equation of the tangent
line is y - 8 = 12 (x - 2) or y = 12x - 16.
Example 3
If f (x) = x2 − 3,find f’ (x) and use the result to find the slope of the tangent line at x = 2 and x = −1.
f (x+h)− f (x)
Since f 0 (x) = limh→0 h then
TABLE 1.6:
[(x+h)2 −3]−[x2 −3]
f 0 (x) = limh→0 h
=
2 2 2
limh→0 x +2xh+hh −3−x +3
2
= limh→0 2xh+h
h
= limh→0 (2x + h)
= 2x
TABLE 1.7:
f ’(x) = 2x
f’(2) =2(2)
=4
and
f’(x) =2x
f’(-1) =2(-1)
= -2
3
www.ck12.org
Example 4
Find the slope of the tangent line to the curve y = 1/x that passes through the point (1, 1).
Using the slope of the tangent formula,
TABLE 1.8:
f (x+h)− f (x)
f 0 (x) = limh→0 h
1
and substituting y = x
1
( x+h )− 1x
f 0 (x) = limh→0 h
x−x−h
x(x+h)
= limh→0 h
x−x−h
= limh→0 hx(x+h)
−h
= limh→0 hx(x+h)
−1
= limh→0 x(x+h)
= −1
x2
For x = 1, the slope is
f 0 (x) = −1
1 = −1
= −1
Thus the slope of the tangent line at x = 1 for the curve y = 1/x is m = −1. To find the equation of the tangent line,
we simply use the point-slope formula,
TABLE 1.9:
y - y0 = m(x - x0 )
Where (x0 , y0 ) = (1, 1).
y-1 = -1(x - 1)
y = -x + 1 + 1
y = -x + 2
Example 5
a. The average rate of change of y with respect to x over the interval [x0 , x1 ].
Identify the two points by substituting 3 and 4 in for x in the function f (x) = 12 x2
y1 −y0
Substitute the two points (3, 4.5) and (4, 8) into the average rate of change formula: m = x1 −x0
7
Average rate of change = 2
The slope of the secant line between x0 and x1 is the slope between (3, 4.5)and (4, 8), which is 27 .
4
www.ck12.org Chapter 1. Need for Derivatives: Tangent Lines to a Curve
The slope of the tangent at 4 is the same as the instantaneous rate of change at x = 4
This is the same series of steps as with x = 3 above
∴ the slope at x = 4 is 4
Example 6
1
Given the function f (x) = x and the values x0 = 2 and x1 = 3, find:
a. The average rate of change of y with respect to x over the interval [x0 , x1 ].
1
Identify the two points by substituting 2 and 3 in for x in the function f (x) = x to get (2, 12 )|(3, 31 )
y1 −y0
Substitute the two points (2, 12 )|(3, 13 ) into the average rate of change formula: m = x1 −x0
−1
Average rate of change = 6
−1
The slope of the secant line between x0 and x1 is the slope between (2, 12 )and (3, 13 ), which is 6 .
5
www.ck12.org
−1
4+2h ..... once more (canceling the h)
−1
4 ..... As h → 0
−1
∴ the instantaneous slope at x = 2 is 4
The slope of the tangent at 3 is the same as the instantaneous rate of change at x = 3
This is the same series of steps as with x = 2 above
−1
∴ the slope at x = 3 is 9
MEDIA
Click image to the left or use the URL below.
URL: https://www.ck12.org/flx/render/embeddedobject/188228
Review
1. What is the line connecting two points (x0 , y0 ) and (x1 , y1 ) on a curve called?
2. As (x0 , y0 ) gets immeasurably close to (x1 , y1 ) the term describing the line between them becomes: "the
____________ line"
3. The expression f (x0 + h) − f (x0 ) is used to describe what distance in the process of finding the slope of a
tangent line?
4. When calculating the slope of a tangent, what value is assumed to go to 0 as the two chosen points get closer
and closer?
5. What does the concept of limit, discussed in prior lessons, have to do with finding the slope of a line tangent
to a curve?
6. What is the equation of the tangent line at x = −3 assuming that r(−3) = −5 and r0 (−3) = 1?
7. What is the equation of the tangent line at x = 1 assuming that r(1) = 3 and r0 (1) = −5?
8. What is the equation of the tangent line at x = 2 assuming that g(2) = 1 and g0 (2) = −3?
9. What is the equation of the tangent line at x = 4 assuming that u(4) = 4 and u0 (4) = 3?
10. What is the equation of the tangent line at x = −4 assuming that t(−4) = 2 and t 0 (−4) = 5?
6
www.ck12.org Chapter 1. Need for Derivatives: Tangent Lines to a Curve
11. Find the equation of the tangent line to the graph of h(x) = −5x3 − 3x2 + x + 3 at x = 1
12. Find the equation of the tangent line to the graph of t(x) = −2x at x = −2
13. Find the equation of the tangent line to the graph of m(x) = 3x3 + 3x2 + 4x + 4 at x = 1
14. Find the equation of the tangent line to the graph of q(x) = −x3 − 4x2 + 4x + 3 at x = −2
15. Find the equation of the tangent line to the graph of t(x) = −4x2 + 2x − 4 at x = −1
16. Find the equation of the tangent line to the graph of h(x) = −4x3 + 2x2 − 3x + 3 at x = −1
17. Find the equation of the tangent line to the graph of m(x) = x at x = 0
18. Find the equation of the tangent line to the graph of s(x) = −3x2 − 2x + 3 at x = 0
19. Find the equation of the tangent line to the graph of c(x) = −3 at x = 0
20. Find the equation of the tangent line to the graph of b(x) = −5x4 + 3x3 − x2 + 5x − 3 at x = −1
Review (Answers)
To see the Review answers, open this PDF file and look for section 8.7.