Analyzing the Setup
We are tasked with analyzing the quartic polynomial:
f(x)=x4−4x3+12x2+x−1
While quartic equations are notoriously difficult to solve directly, we can map the behavior of this function using the tools of calculus to determine the number of real roots.
The First Derivative and the Quest for Extrema
To understand the "mood" of the function—whether it is rising or falling—we examine the first derivative:
f′(x)=4x3−12x2+24x+1
This cubic function dictates the slope of our original quartic. To determine how many turning points exist, we must examine the second derivative:
f′′(x)=12x2−24x+24
The Unstoppable Slope
We can simplify the second derivative by factoring:
f′′(x)=12(x2−2x+2)
By completing the square, we obtain:
f′′(x)=12((x−1)2+1)
Since (x−1)2≥0 for all real x, the expression f′′(x) is strictly positive for all x. Because the second derivative is always positive, the slope f′(x) is strictly increasing.
This implies that f′(x) can cross the x-axis at most once. Consequently, the quartic function f(x) possesses exactly one local minimum; it descends to a single valley and then rises indefinitely, never "wiggling" back to cross the x-axis again.
Locating the Roots via the Intermediate Value Theorem
Now that we have established the function's shape, we test specific values to locate the roots:
1. f(−1)=(−1)4−4(−1)3+12(−1)2+(−1)−1=1+4+12−1−1=15
2. f(0)=−1
3. f(1)=(1)4−4(1)3+12(1)2+(1)−1=1−4+12+1−1=9
By the Intermediate Value Theorem, since f(−1)>0 and f(0)<0, there must be at least one root in the interval (−1,0). Similarly, since f(0)<0 and f(1)>0, there must be at least one root in the interval (0,1).
The Grand Conclusion
We have proven that the function has only one turning point and that it crosses the x-axis on both sides of that point. Because the function is strictly increasing after its single local minimum, it is impossible for it to cross the axis a third or fourth time.
The number of distinct real roots is exactly 2.