Here’s a worked example of the solution of a quartic polynomial, as described in my earlier post on solving polynomials algebraically.
This example is artificial, but the principle would be the same for any other quartic with real or complex coefficients. In this case, the roots are all real.
.
First, we divide through by 16 to make this monic:
.
Depress this by substituting
:
.
where
;
;
;
that is:
.
To solve this, we wish to convert this to the biquadratic,
,
which means that we must solve the cubic in :
which is
Depress this with
:
.
Now make the ‘magic’ substitution
,
and then multiply by :
.
That’s just a quadratic in , and so we have:
,
hence
where .
(That is a fortunate reduction I discovered numerically, and then checked algebraically; you might find that you must work either numerically, or with a more complicated expression in other examples.)
So we have the six values .
Now, as it happens, it doesn’t matter which one of these is chosen. Let’s look at them all!
Back-substituting, we get the three values (each occurring twice) .
Back-substituting again, we get the six values .
Now,
;
;
;
where
;
;
We’ll take some values of in turn to see what happens.
To solve the biquadratic , we may solve the two factors separately:
;
.
First, :
;
.
Alternatively, :
;
.
Alternatively, :
;
.
Alternatively, we can take ; in those cases the roles of the variables are just reversed:
. Hence in all cases we have
.
Hence, with the final back-substitution:
.
In each case, it is easy to check that
and we are finished.
Leave a Reply