Analyzing the Setup
Imagine you are standing before a mathematical landscape, looking at a fourth-degree polynomial, p(x). It is a smooth, flowing curve, but it hides secrets in its turning points—its extrema—at x=1 and x=2.
We are also given a cryptic clue: a limit condition as x approaches zero. This is not just a problem; it is a detective story.
The Limit as a Detective
We start with the limit:
x→0lim(1+x2p(x))=2
If we subtract 1 from both sides, we get:
x→0limx2p(x)=1
Think about what this means for the structure of p(x). A general fourth-degree polynomial looks like p(x)=a4x4+a3x3+a2x2+a1x+a0.
If a0 (the constant) or a1 (the linear coefficient) were non-zero, the term x2p(x) would contain x2a0 or xa1, both of which explode to infinity as x→0. But our limit is finite!
This forces a0=0 and a1=0. Furthermore, the limit of x2a2x2 is simply a2. Since the limit is 1, we must have a2=1.
Our polynomial has been stripped down to its essential core:
p(x)=x2+ax3+bx4
The Calculus of Turning Points
Now that we have the skeleton of our polynomial, we need to find the values of a and b. We are told that p(x) has extrema at x=1 and x=2.
In the language of calculus, this means the slope of the tangent line—the derivative
p′(x)—must be zero at these points. Let us differentiate
p(x)=x2+ax3+bx4 with respect to
x:
p′(x)=2x+3ax2+4bx3
This derivative is the key to unlocking the values of a and b. We have two conditions: p′(1)=0 and p′(2)=0.
Substituting
x=1 into our derivative, we get
2(1)+3a(1)2+4b(1)3=0, which simplifies to:
3a+4b=−2
Now, for
x=2, we have
2(2)+3a(2)2+4b(2)3=0, which becomes
4+12a+32b=0. Dividing by 4, we get
1+3a+8b=0, or:
3a+8b=−1
The Algebraic Resolution
We are left with a beautiful, simple system of linear equations:
1) 3a+4b=−2
2) 3a+8b=−1
Subtracting the first from the second, the 3a terms vanish, leaving us with 4b=1, so b=41.
Substituting this back into the first equation, 3a+4(41)=−2, we get 3a+1=−2, which means 3a=−3, so a=−1.
We have found our coefficients! The polynomial is:
p(x)=x2−x3+41x4
If you look closely, this can be factored as:
p(x)=41x2(4−4x+x2)=41x2(x−2)2
The Elegant Result
Finally, we evaluate
p(2). Substituting
x=2 into our factored form, we get:
p(2)=41(2)2(2−2)2=41(4)(0)2=0
The value is 0. It is a satisfying conclusion to our journey, showing how limits, derivatives, and algebra weave together to reveal the hidden nature of the function.