Question Statement
Find the slope of the tangent line to the function f(x)=x2−5x+4 at the point (2,−2).
Background and Explanation
This problem requires using the limit definition of the derivative to find the slope of the tangent line at a specific point on a polynomial curve. The limit definition allows us to calculate the instantaneous rate of change by considering the limit of average rates of change over increasingly small intervals.
Solution
We begin with the function:
f(x)=x2−5x+4
First, we determine f(x+Δx) by substituting (x+Δx) for every x in the original function:
f(x+Δx)=(x+Δx)2−5(x+Δx)+4
The slope of the tangent line is given by the limit definition of the derivative:
mtan=limΔx→0Δxf(x+Δx)−f(x)
Substituting our expressions for f(x+Δx) and f(x):
mtan=limΔx→0Δx[(x+Δx)2−5(x+Δx)+4]−[x2−5x+4]
Expanding the numerator:
(x+Δx)2=x2+2xΔx+(Δx)2
−5(x+Δx)=−5x−5Δx
So the numerator becomes:
[x2+(Δx)2+2xΔx−5x−5Δx+4]−[x2−5x+4]
Simplifying by distributing the negative sign and combining like terms:
=x2+(Δx)2+2xΔx−5x−5Δx+4−x2+5x−4
=(Δx)2+2xΔx−5Δx
Now we substitute back into the limit:
mtan=limΔx→0Δx(Δx)2+2xΔx−5Δx
Factor out Δx from the numerator:
mtan=limΔx→0ΔxΔx(Δx+2x−5)
Cancel Δx from the numerator and denominator:
mtan=limΔx→0(Δx+2x−5)
Evaluate the limit as Δx→0:
mtan=0+2x−5=2x−5
Thus, the slope of the tangent line at any point x is given by:
Slope=mtan=2x−5
To find the slope at the specific point (2,−2), we substitute x=2:
mtan=2(2)−5=4−5=−1
Therefore, the slope of the tangent line to f(x)=x2−5x+4 at the point (2,−2) is −1.
- Limit definition of the derivative: f′(x)=limΔx→0Δxf(x+Δx)−f(x)
- Slope of tangent line: mtan=f′(x) evaluated at the specific x-coordinate
- Algebraic expansion: (a+b)2=a2+2ab+b2
Summary of Steps
- Write the expression for f(x+Δx) by substituting (x+Δx) into the original function
- Set up the limit definition of the derivative: limΔx→0Δxf(x+Δx)−f(x)
- Expand and simplify the numerator, combining like terms
- Factor out Δx from the numerator and cancel with the denominator
- Evaluate the limit as Δx→0 to obtain the derivative f′(x)=2x−5
- Substitute x=2 (from the given point (2,−2)) into the derivative to find the specific slope m=−1