Key Concepts and Formulas
- Polynomial Limits at Zero: If limx→0xnP(x)=L=0, where P(x) is a polynomial, then P(x) has the form P(x)=Lxn+an+1xn+1+..., where L is the coefficient of the xn term. All terms xk for k<n must have zero coefficients.
- Extrema and Derivatives: If f(x) has a local extremum at x=c, and f(x) is differentiable at x=c, then f′(c)=0.
- Polynomial Degree and Derivatives: If f(x) is a polynomial of degree n, then f′(x) is a polynomial of degree n−1.
Step-by-Step Solution
Step 1: Define the general form of the polynomial f(x).
Since f(x) is a polynomial of degree 6 with the coefficient of x6 being 1, we can write it as:
f(x)=x6+ax5+bx4+cx3+dx2+ex+f
Step 2: Apply the limit condition limx→0x3f(x)=1.
This condition tells us that the lowest power of x in f(x) with a non-zero coefficient is x3, and its coefficient is 1. Therefore, f(0)=0, f′(0)=0, f′′(0)=0, and the coefficient of x3 is 1. This implies f=0, e=0, d=0, and c=1. So, our polynomial becomes:
f(x)=x6+ax5+bx4+x3
Step 3: Use the extrema conditions f′(−1)=0 and f′(1)=0.
First, find the derivative of f(x):
f′(x)=6x5+5ax4+4bx3+3x2
Now, apply the conditions f′(−1)=0 and f′(1)=0:
f′(−1)=6(−1)5+5a(−1)4+4b(−1)3+3(−1)2=−6+5a−4b+3=0⇒5a−4b=3
f′(1)=6(1)5+5a(1)4+4b(1)3+3(1)2=6+5a+4b+3=0⇒5a+4b=−9
Step 4: Solve the system of equations for a and b.
We have the following system of linear equations:
5a−4b=3
5a+4b=−9
Adding the two equations, we get:
10a=−6⇒a=−53
Substituting a=−53 into the second equation:
5(−53)+4b=−9⇒−3+4b=−9⇒4b=−6⇒b=−23
Step 5: Substitute the values of a and b back into the polynomial f(x).
f(x)=x6−53x5−23x4+x3
Step 6: Calculate f(2).
f(2)=(2)6−53(2)5−23(2)4+(2)3=64−53(32)−23(16)+8=72−596−24=48−596=5240−96=5144
Step 7: Calculate 5⋅f(2).
5⋅f(2)=5⋅5144=144
Step 8: Find the value of k such that 144=24∗k.
144=24∗k
k=6
Common Mistakes & Tips
- Double-check the signs when solving systems of equations. A small error can propagate through the entire solution.
- Remember that extrema imply the derivative is zero at those points.
- When dealing with limits of polynomials, focus on the lowest degree terms.
Summary
We determined the polynomial f(x) by using the given limit condition and the conditions for extrema. The limit condition allowed us to find the coefficients of the lower-degree terms, and the extrema conditions gave us two equations to solve for the remaining coefficients. After finding f(x), we evaluated f(2) and multiplied by 5 to get the final answer.
The final answer is \boxed{6}.