Analyzing the Setup
We are tasked with determining a polynomial
f(x) of degree 5. We are given the limit condition:
x→0lim(2+x3f(x))=4
By subtracting 2 from both sides, we obtain:
x→0limx3f(x)=2
The Limit as a Filter
If f(x) contained terms with powers of x less than 3 (i.e., x2,x1,x0), the expression x3f(x) would result in terms with x in the denominator. As x→0, these terms would diverge to infinity.
Since the limit is a finite value of 2, the coefficients of
x2,x, and the constant term must be zero. Thus, the polynomial simplifies to:
f(x)=ax5+bx4+cx3
Dividing by
x3 yields
ax2+bx+c. Taking the limit as
x→0, we find
c=2. Our polynomial is now:
f(x)=ax5+bx4+2x3
The Geometry of Slopes
We are given that f(x) has critical points at x=1 and x=−1. This implies that the derivative f′(x) must vanish at these points.
First, we compute the derivative:
f′(x)=5ax4+4bx3+6x2
Setting
f′(1)=0 and
f′(−1)=0 provides the following system of equations:
5a+4b+6=0
5a−4b+6=0
Adding these equations yields 10a+12=0, which gives a=−56. Subtracting them yields 8b=0, so b=0.
The Final Verdict
The reconstructed polynomial is:
f(x)=−56x5+2x3
Since the polynomial contains only odd powers of
x, it is an
odd function. We can verify the value of
f(1)−4f(−1):
f(1)=−56+2=54
f(−1)=56−2=−54
f(1)−4f(−1)=54−4(−54)=520=4
Finally, analyzing the derivative f′(x)=−6x4+6x2=6x2(1−x)(1+x), we observe sign changes around the critical points. The function reaches a local maximum at x=1 and a local minimum at x=−1.