Question Statement
Find the slope of the tangent line to the curve f(x)=x3 at the point (1,f(1)).
Background and Explanation
To find the slope of a tangent line at a specific point, we use the limit definition of the derivative (the difference quotient). This method calculates the instantaneous rate of change by evaluating the limit of average rates of change as the interval approaches zero.
Solution
First, evaluate the function at x=1 to determine the coordinates of the point:
f(1)=(1)3=1
Therefore, the point of tangency is (1,1).
The slope of the tangent line is given by the derivative formula:
mtan=limΔx→0Δxf(x+Δx)−f(x)
Given f(x)=x3, we have:
f(x+Δx)=(x+Δx)3
Substitute into the limit definition and expand (x+Δx)3 using the binomial theorem:
mtan=Δx→0limΔx(x+Δx)3−x3=Δx→0limΔxx3+(Δx)3+3x2Δx+3x(Δx)2−x3=Δx→0limΔx(Δx)3+3x2Δx+3x(Δx)2
Factor out Δx from the numerator:
=Δx→0limΔxΔx((Δx)2+3x2+3xΔx)=Δx→0lim((Δx)2+3x2+3xΔx)
As Δx→0, the terms containing Δx vanish:
=0+3x2+0=3x2
Thus, the slope of the tangent line at any point x is:
Slope=mtan=3x2
Substitute x=1 into the derivative:
mtan=3(1)2=3(1)=3
Therefore, the slope of the tangent line at the point (1,1) is 3.
- Limit Definition of the Derivative: f′(x)=limΔx→0Δxf(x+Δx)−f(x)
- Binomial Expansion: (a+b)3=a3+3a2b+3ab2+b3
- Slope Evaluation: Substitute the x-coordinate into the derivative f′(x) to find the slope at a specific point
Summary of Steps
- Identify the point: Calculate f(1)=1 to confirm the point is (1,1)
- Apply the limit definition: Set up mtan=limΔx→0Δx(x+Δx)3−x3
- Expand the cubic: Use (x+Δx)3=x3+3x2Δx+3x(Δx)2+(Δx)3
- Simplify: Cancel x3 terms, factor out Δx, and cancel with denominator
- Evaluate the limit: As Δx→0, obtain mtan=3x2
- Calculate final slope: Substitute x=1 to get m=3