Analyzing the Setup
The objective is to find the points on the cubic function f(x)=x3−x2−2x where the tangent line is parallel to the secant line connecting the points at x=1 and x=−1. This requires equating the instantaneous rate of change to the average rate of change over the given interval.
Phase 1
The Secant Line
First, we determine the coordinates of the points
A and
B on the curve. Substituting
x=1 into the function:
f(1)=(1)3−(1)2−2(1)=1−1−2=−2
Thus, point
A is
(1,−2).
Next, we substitute
x=−1 into the function:
f(−1)=(−1)3−(−1)2−2(−1)=−1−1+2=0
Thus, point
B is
(−1,0).
The slope
m of the secant line passing through
A(1,−2) and
B(−1,0) is calculated as:
m=1−(−1)f(1)−f(−1)=1+1−2−0=2−2=−1
This value,
m=−1, represents the target slope for our tangent lines.
Phase 2
The Derivative as the Bridge
To find the slope of the tangent at any point
x, we calculate the derivative
f′(x). Applying the power rule to
f(x)=x3−x2−2x:
f′(x)=3x2−2x−2
To find where the tangent is parallel to the secant, we set the derivative equal to the secant slope
m=−1:
3x2−2x−2=−1
Phase 3
The Intersection
We now solve the resulting quadratic equation for
x. Rearranging the terms gives:
3x2−2x−1=0
We factor the quadratic by splitting the middle term:
3x2−3x+x−1=0
3x(x−1)+1(x−1)=0
(3x+1)(x−1)=0
Setting each factor to zero yields the solutions:
3x+1=0⇒x=−31
x−1=0⇒x=1
Conclusion
We have identified the set of points S={−31,1}.
It is noteworthy that at x=1, the tangent line coincides with the secant line, while at x=−31, we find a distinct tangent line parallel to the secant. This result serves as a practical demonstration of the Mean Value Theorem, bridging the global average rate of change with the local instantaneous rate of change.