Analyzing the Setup
Welcome, future engineers! Today, we are not just solving a math problem; we are going to map the terrain of a cubic polynomial. Imagine you are standing on a landscape defined by the function f(x).
This landscape has hills (maxima) and valleys (minima). Our mission is to find the exact location of one of these valleys by reconstructing the function from the ground up.
Decoding the Clues
We are given a cubic polynomial f(x) with two anchor points: f(−1)=10 and f(1)=−6.
The problem states f(x) has a critical point at x=−1. In the language of calculus, this means the tangent is horizontal, so f′(−1)=0.
We are also told f′(x) has a critical point at x=1. This implies that the derivative of the derivative—the second derivative—must be zero at this point: f′′(1)=0. This is the point of inflection, the 'hinge' of our cubic curve.
Constructing the Derivative
Since f(x) is a cubic, its derivative f′(x) must be a quadratic. We know one root of this quadratic is x=−1 because f′(−1)=0. Let the other root be r2.
We can write the derivative in its factored form:
f′(x)=A(x+1)(x−r2)
To find
r2, we differentiate
f′(x) to obtain
f′′(x):
f′′(x)=A⋅dxd[(x+1)(x−r2)]=A[(x−r2)+(x+1)]=A(2x+1−r2)
Given
f′′(1)=0, we substitute
x=1:
A(2(1)+1−r2)=0⇒3−r2=0⇒r2=3
Thus, our derivative is f′(x)=A(x+1)(x−3)=A(x2−2x−3).
The Detective Work
We find the original function
f(x) by integrating the derivative:
f(x)=∫A(x2−2x−3)dx=A(3x3−x2−3x)+B
We use our anchor points to solve for the constants
A and
B. For
f(−1)=10:
A(3(−1)3−(−1)2−3(−1))+B=10⇒35A+B=10
For
f(1)=−6:
A(313−12−3(1))+B=−6⇒−311A+B=−6
Subtracting these equations eliminates B to yield 316A=16, which means A=3. Substituting A=3 back into the first equation gives B=5.
The resulting function is:
f(x)=x3−3x2−9x+5
The Final Verdict
We identify the local minima by examining the derivative f′(x)=3(x+1)(x−3). The critical points are x=−1 and x=3.
Testing the slope around x=3:
- If x<3 (and x>−1), f′(x) is negative, meaning the function is decreasing.
- If x>3, f′(x) is positive, meaning the function is increasing.
When a function stops decreasing and starts increasing, it has reached the bottom of a valley. Thus, the local minima occurs at x=3.