Analyzing the Setup
We are tasked with reconstructing a degree six polynomial f(x) given specific constraints on its limit at zero and its extrema. A general degree six polynomial is defined as:
f(x)=x6+ax5+bx4+cx3+dx2+ex+g
The Limit Detective
Our first clue is the limit: limx→0x3f(x)=1. When we divide the polynomial by x3, we obtain:
x3f(x)=x3+ax2+bx+c+xd+x2e+x3g
For this limit to be a finite, non-zero value as x→0, the coefficients of the terms with negative powers of x must be zero. Thus, d=0, e=0, and g=0.
Furthermore, the constant term c must equal the limit value. Therefore, c=1. Our polynomial simplifies to:
The Derivative Dance
To find the constants a and b, we utilize the information that the polynomial has extrema at x=1 and x=−1. This implies that the derivative f′(x) must vanish at these points.
The derivative is calculated as:
The System of Equations
We apply the conditions f′(1)=0 and f′(−1)=0 to generate a system of linear equations. For x=1:
6(1)5+5a(1)4+4b(1)3+3(1)2=0⇒5a+4b=−9
For x=−1:
6(−1)5+5a(−1)4+4b(−1)3+3(−1)2=0⇒−6+5a−4b+3=0⇒5a−4b=3
Solving this system by adding the two equations:
(5a+4b)+(5a−4b)=−9+3⇒10a=−6⇒a=−53
Substituting a=−53 into 5a−4b=3:
5(−53)−4b=3⇒−3−4b=3⇒−4b=6⇒b=−23
Final Calculation
The reconstructed polynomial is f(x)=x6−53x5−23x4+x3. We now evaluate 5⋅f(2):
f(2)=26−53(25)−23(24)+23=64−596−24+8
Multiplying the entire expression by 5:
5⋅f(2)=5(64)−5(596)−5(24)+5(8)
The final result is 144.