Analyzing the Geometry of Polynomials
We are exploring a fourth-degree polynomial f(x) that represents a smooth, rolling landscape. The curve possesses extreme values at x=1 and x=2.
In the language of calculus, these extreme values imply that the tangent line is perfectly horizontal at these points. Mathematically, this translates to the conditions:
f′(1)=0andf′(2)=0
The Limit as a Structural Blueprint
Before analyzing the derivatives, we must evaluate the given limit:
x→0lim(x2f(x)+1)=3
This limit acts as a structural blueprint for the polynomial. If f(x) contained a constant term or a linear term, the division by x2 would cause the function to diverge to infinity as x→0.
For the limit to be finite,
f(x) must take the form
f(x)=ax4+bx3+cx2. Substituting this into the limit expression yields:
x→0lim(ax2+bx+c+1)=3
This simplifies to
c+1=3, which reveals that
c=2. Consequently, our function is defined as:
f(x)=ax4+bx3+2x2
The Algebraic Dance
To determine the constants
a and
b, we utilize the derivative conditions. Differentiating
f(x)=ax4+bx3+2x2 gives:
f′(x)=4ax3+3bx2+4x
Applying the conditions
f′(1)=0 and
f′(2)=0, we generate the following system of equations:
4a(1)3+3b(1)2+4(1)=0⟹4a+3b=−4
4a(2)3+3b(2)2+4(2)=0⟹32a+12b+8=0
Simplifying the second equation by dividing by
4, we obtain
8a+3b=−2. We now have a system of two linear equations:
4a+3b=−4
8a+3b=−2
Subtracting the first equation from the second yields 4a=2, which gives a=21. Substituting a=21 back into the first equation results in 2+3b=−4, leading to 3b=−6, or b=−2.
The Final Revelation
We have successfully unlocked all the constants. The complete, exact function is:
f(x)=21x4−2x3+2x2
To find the value of
f(−1), we perform the final calculation:
f(−1)=21(−1)4−2(−1)3+2(−1)2
Evaluating this expression:
f(−1)=21(1)−2(−1)+2(1)=21+2+2=29
The final answer is 29.