For which value of $k$ does the equation $x^4 - 4x^2 + x + k = 0 $ have four distinct real roots?
I found this question on a standardized test, and the answer presumably relies on a graphing calculator. Is there some method to solve this problem without the aid of a calculator?
$\endgroup$ 43 Answers
$\begingroup$Discriminant of equation is $$ \Delta(k) = \begin{array}{|ccccccc|} 1 & 0 & -4 & 1 & k & 0 & 0 \\ 0 & 1 & 0 & -4 & 1 & k & 0 \\ 0 & 0 & 1 & 0 & -4 & 1 & k \\ 4 & 0 & -8 & 1 & 0 & 0 & 0 \\ 0 & 4 & 0 & -8 & 1 & 0 & 0 \\ 0 & 0 & 4 & 0 & -8 & 1 & 0 \\ 0 & 0 & 0 & 4 & 0 & -8 & 1 \end{array} = 256 k^3 - 2048 k^2 + 3520 k + 229. $$
If equation has distinct real roots, then discriminant is positive.
I hope we are talking about $k\in \mathbb{Z}$.
If $k\le -1$, then $\Delta(k)<0$.
$\Delta(0)=229>0$.
$\Delta(1)=1957>0$.
$\Delta(2)=1125>0$.
$\Delta(3)=-731<0$.
$\Delta(4)=-2075<0$.
$\Delta(5)=-1371<0$.
If $k\ge 6$, then $\Delta(k)>0$.
When $k\ge 6$, then $x^4 - 4x^2 + x + k>0$.
So, $k =0$, $k=1$, or $k=2$.
Links to see graphs/plots (and related info):
$x^4-4x^2+x+0$,
$x^4-4x^2+x+1$,
$x^4-4x^2+x+2$.
Here's another idea that may be easier to deal with (although the reasoning is a bit long for a standardized test question):
We start by noting that the polynomial $ \ f(x) \ = \ x^4 - 4x^2 + x + k \ $ has no symmetry about the $ \ y-$ axis. Since the leading coefficient is positive, the curve "opens upward". Some values of the polynomial function are
$$ f(-2) = k - 2 \ , \ f(-1) = k - 4 \ , \ f(0) = k \ , \ f(1) = k - 2 \ , \ f(2) = k + 2 \ , \ f(3) = k + 48 \ . \ $$
From this and the behavior of the "tails" of the curve, we can surmise that there are three "turning points" [I will avoid the language of calculus and not say "local extrema"].
The relative positions of these points suggests the presence of "turning points" in the vicinity of $ \ x = -1 \ , \ x = 0 \ , \ \ \text{and} \ \ \ x = 1 \ . $
Taking $ \ k = 0 \ $ , the polynomial can be factored as $ \ x \ \cdot \ (x^3 - 4x + 1) \ $ . Descartes' "Law of Signs" tells us that the cubic polynomial has two or no positive real zeroes and one negative real zero. Together with the number of turning points and the lack of symmetry, we can conclude that there are four distinct real zeroes (one being $ \ x = 0 \ $). By the Intermediate Value Theorem (which is often mentioned, at least briefly in pre-calculus), the sign changes of the function indicate that the negative zero lies in $ \ x < -2 \ $ and the two positive zeroes are in the intervals $ \ 0 < x < 1 \ $ and $ \ 1 < x < 2 \ $ (the first of these really requires a little extra work, either by showing that there are positive values of the function in that interval, or by considering the form of the curve).
For $ \ k = -2 \ $ , all of the aforementioned function values are negative until we reach $ \ f(2) \ $ [in fact, $ \ x = 2 \ $ is a zero], so we are left with only two real zeroes in $ \ x < -2 \ $ and $ \ x > 2 \ $ .
For $ \ k = 3 \ $ , $ \ f(-2) = -1 \ $ and all the rest of the aforementioned function values are positive until we reach $ \ f(2) \ $ , so we lose the two positive real zeroes (the two real zeroes are in $ \ -2 < x < -1 \ $ and $ \ -1 < x < 0 \ $ ) .
[Upon consulting the graph, we find that the number of real zeroes will drop from four to two if the $ \ x-$axis lies "above" the turning point near $ \ x = 0 \ $ or "below" the one near $ \ x = 1 \ $ . This indicates that we must have $ \ \sim 0 \ < \ k \ < \ \sim 2 \ . $ ]
This leaves $ \ k = 1 \ $ -- upon checking the function values, we find the real roots are in the intervals $ \ x < -2 \ , \ -1 < x < -0 \ , \ 0 < x > 1 \ \ \text{and} \ \ 1 < x < 2 \ . $
This may still seem a little glib and call for a bit more calculating of function values, but does not actually require plotting a whole graph.
EDIT: added graph and elaborated on argument concerning permissible values of $ \ k \ $ .
$\endgroup$ 1 $\begingroup$Heck, I may as well just put this down as an "answer" (for which your question does not have just one)...
Notice that there is no cubic term: this tells us that the sum of the four roots is zero. The value of $ \ k \ $ is the product of these four roots. With the four roots being distinct, we must also have the sum of all six distinct products of pairs of the roots equal -4 (the quadratic coefficient) , and the sum of all four distinct products of three roots equal -1 (the negative of the linear coefficient). [BTW, was this a multiple-choice question? I ask because there is not a unique value for $ \ k \ $... ]
To clarify the above block of text a bit, consider your four roots to be $ \ p \ , \ q \ , \ r \ , \ \text{and} \ \ s \ $ . The factored form of the polynomial is then $ \ (x - p) \cdot (x - q) \cdot (x - r) \cdot (x - s) \ \ $ ; consider what happens once you multiply this out into a quartic polynomial. Among the choices you show, only $ \ k = 1 \ $ is correct.
$\endgroup$ 11