305 -Solving cubic and quartic polynomials (2)

Let’s return to the problem of solving quartic polynomials. In the first lecture on this topic, we reduced the problem of solving an equation like

x^4+ax^3+bx^2+cx+d=0

to solving the similar problem

y^4+py^2+qy+r=0,

in which the coefficient of y^3 is zero. This is achieved by a simple translation, simply set x=y-a/4. This was motivated and explained in that lecture. Let us now see how we can approach this problem.

The key idea is that a polynomial y^4+\dots without a cubic term somewhat resembles a square (y^2+K)^2. Following the book‘s notation, write u/2 instead of K. We have:

\displaystyle y^4+py^2+qy+r=\left(y^2+\frac u2\right)^2 \displaystyle+((p-u)y^2+qy+(r-\frac{u^2}4)).

We need to deal with the remaining polynomial (p-u)y^2+qy+(r-\frac{u^2}4). Being of degree 2, perhaps it could be a square as well. What we try then is a bit more ambitious: We look for values of L and M such that

\displaystyle (p-u)y^2+qy+\left(r-\frac{u^2}4\right)=-(Ly+M)^2. (1)

If we succeed, then we would have a representation of the original polynomial in y as a difference of squares:

\displaystyle y^4+py^2+qy+r=\left(y^2+\frac u2\right)^2 -(Ly+M)^2 \displaystyle =(y^2+Ly+(\frac u2+M))(y^2-Ly+(\frac u2-M)),

and the quartic is then solved by solving two quadratic equations.

We are left with the task of looking for u,L,M. The first observation we need to make is that there is really not much leeway on what we can try. From the displayed equation (1), we see we need the following equations to hold:

  • L^2=u-p,
  • \displaystyle M^2=\frac{u^2}4-r, and
  • 2LM=-q.

We solve this system in two steps: First, we use these equations to find u, and of course once we have the value of u, the equations give us the values of L and M as well. To find u, multiply the first two equations. We get:

  • \displaystyle L^2M^2=(u-p)(\frac{u^2}4-r).

Comparing with the square of the third equation, we now have:

  • \displaystyle (u-p)(\frac{u^2}4-r)=\frac{q^2}4.

This last equation is a cubic in u. We can then solve it with the method explained in the previous lecture. Once we have u, the first and second equations determine the values of L and M, up to sign. Once a value of L is chosen, the corresponding sign for M is determined by the third equation 2LM=-q.

Once u,L,M are known, we can use them to factor the quartic in y as a difference of squares. This gives us two quadratic polynomials, that we can now solve. Translating the roots back to x, we obtain the desired solutions.

An important remark needs to be made:

There are three possible values of u found this way. Each gives rise to two possible values of L (the value of M is completely determined then by the sign of the third equation above). This gives us six possible factorizations of the original polynomial, each with four possibly different roots. Of course, there can only be four roots of a quartic polynomial, which means that the different values of u and L must result in the same roots, perhaps after a permutation of the order in which they appear. Check that this is indeed the case.

The book presents several examples of these methods in varying degrees of detail.

7 Responses to 305 -Solving cubic and quartic polynomials (2)

  1. […] 2. Let be a polynomial with real coefficients, and let be a complex root of Show that as well. Conclude that if the degree of is odd and the coefficients of are real, then has at least one real root. (You may use the fundamental theorem of algebra, if needed.) Conclude also that if is of degree four and has real coefficients, then can be factor as the product of two quadratic polynomials with real coefficients. (Does this follow “directly” from the argument described in lecture?) […]

  2. […] formally (for example, they are needed to even make sense of the formulas we found in the previous lectures) what was not clear was that they made sense. Perhaps indiscriminate use of them would lead to […]

  3. […] Proof: This is similar to the previous case, but now we use Ferrari’s method, see lecture 2.2. […]

  4. […] The trick in this case is to see that this equation can be written as a difference of squares, which leads to its factorization as the product of two quadratics, and can therefore be solved. In order to find the squares that lead to this factorization, a parameter is introduced, and one checks that the restrictions it must satisfy lead to a cubic equation. The details will be presented next lecture. […]

  5. […] Proof: This is similar to the previous case, but now we use Ferrari’s method, see lecture 2.2. […]

  6. […] 2. Let be a polynomial with real coefficients, and let be a complex root of Show that as well. Conclude that if the degree of is odd and the coefficients of are real, then has at least one real root. (You may use the fundamental theorem of algebra, if needed.) Conclude also that if is of degree four and has real coefficients, then can be factored as the product of two quadratic polynomials with real coefficients. (Does this follow “directly” from the argument described in lecture?) […]

  7. […] formally (for example, they are needed to even make sense of the formulas we found in the previous lectures) what was not clear was that they made sense. Perhaps indiscriminate use of them would lead to […]

Leave a comment