[Math] Solving quartic equations

algebra-precalculuspolynomialsquarticsroots

Given the following quartic equation:

$$x^4-2x^3-7x^2+8x+12=0$$

Could anyone give some techniques required to solve any quartic equation (apart from this one) if they exist?

Best Answer

Are you familiar with the rational roots theorem? It says that any rational roots of a polynomial with integer coefficients must have the form $\frac{p}{q}$ where $p$ is a factor of the polynomial's constant term and $q$ is a factor of its leading term.

The constant term of your polynomial is $12$ and its leading term is $1$, so the possibilities for rational roots are $\pm 1, \pm 2, \pm 3, \pm 4, \pm 6$, and $\pm 12$. Note that these are only possibilities. You have to test them to see if they work. If you test all the possibilities, you'll find that there are four which work ($-1, 2, -2$, and $3$). Since any quartic polynomial has at most four real roots, you can be sure that you've found all of them.

Unfortunately, many quartic polynomials have roots which are not rational. For example, suppose that you can only find two roots $a$ and $b$ using the rational roots theorem. You could then divide the polynomial by the factor $x - a$ and then again by the factor $x-b$ to produce a quadratic equation (you can do this because of the remainder theorem, mentioned in another answer). Then use the quadratic formula to find the remaining roots.

So, basically, this technique is only useful when your polynomial has at least two rational roots.

There are techniques for solving any quartic equation, but they are quite advanced. You don't see them until you study field theory in depth. You might encounter the topic as an advanced undergraduate, but even then I think it's usually skipped.

Related Question