Key Concepts and Formulas
- Limits: The limit x→alimg(x)f(x)=L implies specific relationships between the behavior of f(x) and g(x) as x approaches a. If L is finite and non-zero, it suggests that the lowest degree term in f(x) is related to the degree of g(x).
- Extrema and Derivatives: At a local maximum or minimum (extreme value) of a differentiable function f(x), the first derivative f′(x) is equal to zero.
- Polynomial Representation: A polynomial of degree n can be represented as f(x)=anxn+an−1xn−1+...+a1x+a0, where an=0.
Step-by-Step Solution
Step 1: Analyze the Limit Condition
We are given that x→0lim[1+x2f(x)]=3. We need to extract information about the polynomial f(x) from this limit.
First, simplify the limit:
x→0lim[1+x2f(x)]=3
1+x→0limx2f(x)=3
x→0limx2f(x)=2
Let f(x)=Ax4+Bx3+Cx2+Dx+E. Then
x→0limx2Ax4+Bx3+Cx2+Dx+E=2
For the limit to exist and equal 2, we must have D=0 and E=0. Therefore, f(x) must be of the form f(x)=Ax4+Bx3+Cx2. Then,
x→0limx2Ax4+Bx3+Cx2=x→0lim(Ax2+Bx+C)=C
Since the limit is 2, we have C=2. Thus, f(x)=Ax4+Bx3+2x2. Let A=a3 and B=a2.
f(x)=a3x4+a2x3+2x2
Step 2: Utilize the Extrema Condition
We are given that f(x) has extreme values at x=1 and x=2. This means f′(1)=0 and f′(2)=0. First, find f′(x):
f′(x)=4a3x3+3a2x2+4x
Now, apply the conditions f′(1)=0 and f′(2)=0:
For x=1:
f′(1)=4a3(1)3+3a2(1)2+4(1)=0
4a3+3a2+4=0…(1)
For x=2:
f′(2)=4a3(2)3+3a2(2)2+4(2)=0
32a3+12a2+8=0
Divide by 4:
8a3+3a2+2=0…(2)
Step 3: Solve the System of Linear Equations
We have the following system of equations:
- 4a3+3a2=−4
- 8a3+3a2=−2
Subtract Equation (1) from Equation (2):
(8a3+3a2)−(4a3+3a2)=−2−(−4)
4a3=2
a3=21
Substitute a3=21 into Equation (1):
4(21)+3a2=−4
2+3a2=−4
3a2=−6
a2=−2
Step 4: Construct f(x) and Calculate f(2)
Now we have a3=21 and a2=−2. So,
f(x)=21x4−2x3+2x2
Now calculate f(2):
f(2)=21(2)4−2(2)3+2(2)2
f(2)=21(16)−2(8)+2(4)
f(2)=8−16+8
f(2)=0
Common Mistakes & Tips
- Remember that extrema imply f′(x)=0, not f(x)=0.
- When dealing with limits of the form limx→0xnf(x), the value of the limit provides direct information about the lowest degree terms of f(x).
- Be careful with algebraic manipulations when solving systems of equations.
Summary
By analyzing the limit condition, we determined the form of the polynomial f(x) to be f(x)=a3x4+a2x3+2x2. Using the extrema conditions, f′(1)=0 and f′(2)=0, we formed a system of two linear equations and solved for a2 and a3. Finally, we constructed the complete polynomial and evaluated f(2), which resulted in 0.
Final Answer
The final answer is \boxed{0}, which corresponds to option (A).