Is there a general formula for solving 4th degree equations (quartic)?

There is a general formula for solving quadratic equations, namely the Quadratic Formula:

$$ x = \frac{ -b \pm \sqrt{ b^2 - 4ac } }{ 2a } $$

For third degree equations of the form $ax^3+bx^2+cx+d=0$, there is a set of three equations: one for each root.

Is there a general formula for solving equations of the following form?

$$ ax^4 + bx^3 + cx^2 + dx + e = 0 $$

How about for higher degrees? If not, why not?


Solution 1:

There is, in fact, a general formula for solving quartic (4th degree polynomial) equations. As the cubic formula is significantly more complex than the quadratic formula, the quartic formula is significantly more complex than the cubic formula. Wikipedia's article on quartic functions has a lengthy process by which to get the solutions, but does not give an explicit formula.

Beware that in the cubic and quartic formulas, depending on how the formula is expressed, the correctness of the answers likely depends on a particular choice of definition of principal roots for nonreal complex numbers and there are two different ways to define such a principal root.

There cannot be explicit algebraic formulas for the general solutions to higher-degree polynomials, but proving this requires mathematics beyond precalculus (it is typically proved with Galois Theory now, though it was originally proved with other methods). This fact is known as the Abel-Ruffini theorem.

Also of note, Wolfram sells a poster that discusses the solvability of polynomial equations, focusing particularly on techniques to solve a quintic (5th degree polynomial) equation. This poster gives explicit formulas for the solutions to quadratic, cubic, and quartic equations.

edit: I believe that the formula given below gives the correct solutions for x to $ax^4 + bx^3+c x^2 + d x +e=0$ for all complex a, b, c, d, and e, under the assumption that $w=\sqrt{z}$ is the complex number such that $w^2=z$ and $\arg(w)\in(-\frac{\pi}{2},\frac{\pi}{2}]$ and $w=\sqrt[3]{z}$ is the complex number such that $w^3=z$ and $\arg(w)\in(-\frac{\pi}{3},\frac{\pi}{3}]$ (these are typically how computer algebra systems and calculators define the principal roots). Some intermediate parameters $p_k$ are defined to keep the formula simple and to help in keeping the choices of roots consistent.

Let: \begin{align*} p_1&=2c^3-9bcd+27ad^2+27b^2e-72ace \\\\ p_2&=p_1+\sqrt{-4(c^2-3bd+12ae)^3+p_1^2} \\\\ p_3&=\frac{c^2-3bd+12ae}{3a\sqrt[3]{\frac{p_2}{2}}}+\frac{\sqrt[3]{\frac{p_2}{2}}}{3a} \end{align*} $\quad\quad\quad\quad$

\begin{align*} p_4&=\sqrt{\frac{b^2}{4a^2}-\frac{2c}{3a}+p_3} \\\\ p_5&=\frac{b^2}{2a^2}-\frac{4c}{3a}-p_3 \\\\ p_6&=\frac{-\frac{b^3}{a^3}+\frac{4bc}{a^2}-\frac{8d}{a}}{4p_4} \end{align*}

Then: $$\begin{align} x&=-\frac{b}{4a}-\frac{p_4}{2}-\frac{\sqrt{p_5-p_6}}{2} \\\\ \mathrm{or\ }x&=-\frac{b}{4a}-\frac{p_4}{2}+\frac{\sqrt{p_5-p_6}}{2} \\\\ \mathrm{or\ }x&=-\frac{b}{4a}+\frac{p_4}{2}-\frac{\sqrt{p_5+p_6}}{2} \\\\ \mathrm{or\ }x&=-\frac{b}{4a}+\frac{p_4}{2}+\frac{\sqrt{p_5+p_6}}{2} \end{align}$$

(These came from having Mathematica explicitly solve the quartic, then seeing what common bits could be pulled from the horrifically-messy formula into parameters to make it readable/useable.)

Solution 2:

Assuming the four roots $x_1$, $x_2$, $x_3$, $x_4$ to be real, they are respectively$$x_1=-\frac{b}{4 a}-\frac{1}{2} \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}-\frac{1}{2} \sqrt{-\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{2 a^2}-\frac{4 c}{3 a}-\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}-\frac{-\frac{b^3}{a^3}+\frac{4 c b}{a^2}-\frac{8 d}{a}}{4 \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}}}$$

$$x_2=-\frac{b}{4 a}-\frac{1}{2} \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}+\frac{1}{2} \sqrt{-\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{2 a^2}-\frac{4 c}{3 a}-\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}-\frac{-\frac{b^3}{a^3}+\frac{4 c b}{a^2}-\frac{8 d}{a}}{4 \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}}}$$

$$x_3=-\frac{b}{4 a}+\frac{1}{2} \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}-\frac{1}{2} \sqrt{-\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{2 a^2}-\frac{4 c}{3 a}-\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}+\frac{-\frac{b^3}{a^3}+\frac{4 c b}{a^2}-\frac{8 d}{a}}{4 \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}}}$$

$$x_4=-\frac{b}{4 a}+\frac{1}{2} \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}+\frac{1}{2} \sqrt{-\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{2 a^2}-\frac{4 c}{3 a}-\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}+\frac{-\frac{b^3}{a^3}+\frac{4 c b}{a^2}-\frac{8 d}{a}}{4 \sqrt{\frac{\sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}{3 \sqrt[3]{2} a}+\frac{b^2}{4 a^2}-\frac{2 c}{3 a}+\frac{\sqrt[3]{2} \left(c^2-3 b d+12 a e\right)}{3 a \sqrt[3]{2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e+\sqrt{\left(2 c^3-9 b d c-72 a e c+27 a d^2+27 b^2 e\right)^2-4 \left(c^2-3 b d+12 a e\right)^3}}}}}}$$

Solution 3:

Edited in response to Quonux's comments.

Yes. As an answer I will use a shorter version of this Portuguese post of mine, where I deduce all the formulae. Suppose you have the general quartic equation (I changed the notation of the coefficients to Greek letters, for my convenience):

$$\alpha x^{4}+\beta x^{3}+\gamma x^{2}+\delta x+\varepsilon =0.\tag{1}$$

If you make the substitution $x=y-\frac{\beta }{4\alpha }$, you get a reduced equation of the form

$$y^{4}+Ay^{2}+By+C=0\tag{2},$$

with

$$A=\frac{\gamma }{\alpha }-\frac{3\beta ^{2}}{8\alpha ^{2}},$$

$$B=\frac{\delta }{\alpha }-\frac{\beta \gamma }{2\alpha ^{2}}+\frac{\beta^3 }{ 8\alpha^3 },$$

$$C=\frac{\varepsilon }{\alpha }-\frac{\beta \delta }{4\alpha ^{2}}+\frac{ \beta ^{2}\gamma}{16\alpha ^{3}}-\frac{3\beta ^{4}}{256\alpha ^{4}}.$$

After adding and subtracting $2sy^{2}+s^{2}$ to the LHS of $(2)$ and rearranging terms, we obtain the equation

$$\underset{\left( y^{2}+s\right) ^{2}}{\underbrace{y^{4}+2sy^{2}+s^{2}}}-\left[ \left( 2s-A\right) y^{2}-By+s^{2}-C\right] =0. \tag{2a}$$

Then we factor the quadratic polynomial $$\left(2s-A\right) y^{2}-By+s^{2}-C=\left(2s-A\right)(y-y_+)(y-y_-)$$ and make $y_+=y_-$, which will impose a constraint on $s$ (equation $(4)$). We will get:

$$\left( y^{2}+s+\sqrt{2s-A}y-\frac{B}{2\sqrt{2s-A}}\right) \left( y^{2}+s- \sqrt{2s-A}y+\frac{B}{2\sqrt{2s-A}}\right) =0,$$ $$\tag{3}$$

where $s$ satisfies the resolvent cubic equation

$$8s^{3}-4As^{2}-8Cs+\left( 4AC-B^{2}\right) =0.\tag{4}$$

The four solutions of $(2)$ are the solutions of $(3)$:

$$y_{1}=-\frac{1}{2}\sqrt{2s-A}+\frac{1}{2}\sqrt{-2s-A+\frac{2B}{\sqrt{2s-A}}}, \tag{5}$$

$$y_{2}=-\frac{1}{2}\sqrt{2s-A}-\frac{1}{2}\sqrt{-2s-A+\frac{2B}{\sqrt{2s-A}}} ,\tag{6}$$

$$y_{3}=\frac{1}{2}\sqrt{2s-A}+\frac{1}{2}\sqrt{-2s-A-\frac{2B}{\sqrt{2s-A}}} ,\tag{7}$$

$$y_{4}=\frac{1}{2}\sqrt{2s-A}-\frac{1}{2}\sqrt{-2s-A-\frac{2B}{\sqrt{2s-A}}} .\tag{8}$$

Thus, the original equation $(1)$ has the solutions $$x_{k}=y_{k}-\frac{\beta }{4\alpha }.\qquad k=1,2,3,4\tag{9}$$

Example: $x^{4}+2x^{3}+3x^{2}-2x-1=0$

$$y^{4}+\frac{3}{2}y^{2}-4y+\frac{9}{16}=0.$$

The resolvent cubic is

$$8s^{3}-6s^{2}-\frac{9}{2}s-\frac{101}{8}=0.$$

Making the substitution $s=t+\frac{1}{4}$, we get

$$t^{3}-\frac{3}{4}t-\frac{7}{4}=0.$$

One solution of the cubic is

$$s_{1}=\left( -\frac{q}{2}+\frac{1}{2}\sqrt{q^{2}+\frac{4p^{3}}{27}}\right) ^{1/3}+\left( -\frac{q}{2}-\frac{1}{2}\sqrt{q^{2}+\frac{4p^{3}}{27}}\right) ^{1/3}-\frac{b}{3a},$$

where $a=8,b=-6,c=-\frac{9}{2},d=-\frac{101}{8}$ are the coefficients of the resolvent cubic and $p=-\frac{3}{4},q=-\frac{7}{4}$ are the coefficients of the reduced cubic. Numerically, we have $s_{1}\approx 1.6608$.

The four solutions are :

$$x_{1}=-\frac{1}{2}\sqrt{2s_{1}-A}+\frac{1}{2}\sqrt{-2s_{1}-A+\frac{2B}{ \sqrt{2s-A}}}-\frac{\beta }{4\alpha },$$

$$x_{2}=-\frac{1}{2}\sqrt{2s_{1}-A}-\frac{1}{2}\sqrt{-2s_{1}-A+\frac{2B}{ \sqrt{2s-A}}}-\frac{\beta }{4\alpha },$$

$$x_{3}=\frac{1}{2}\sqrt{2s_{1}-A}+\frac{1}{2}\sqrt{-2s_{1}-A-\frac{2B}{ \sqrt{2s-A}}}-\frac{\beta }{4\alpha },$$

$$x_{4}=\frac{1}{2}\sqrt{2s_{1}-A}-\frac{1}{2}\sqrt{-2s_{1}-A-\frac{2B}{ \sqrt{2s-A}}}-\frac{\beta }{4\alpha },$$

with $A=\frac{3}{2},B=-4,C=\frac{9}{16}$. Numerically we have $x_{1}\approx -1.1748+1.6393i$, $x_{2}\approx -1.1748-1.6393i$, $x_{3}\approx 0.70062$, $x_{4}\approx -0.35095$.

Another method is to expand the LHS of the quartic into two quadratic polynomials, and find the zeroes of each polynomial. However, this method sometimes fails. Example: $x^{4}-x-1=0$. If we factor $x^{4}-x-1$ as $x^{4}-x-1=\left( x^{2}+bx+c\right) \left( x^{2}+Bx+C\right) $ expand and equate coefficients we will get two equations, one of which is $-1/c-c^{2}\left( 1+c^{2}\right) ^{2}+c=0$. This is studied in Galois theory.

The general quintic is not solvable in terms of radicals, as well as equations of higher degrees.

Solution 4:

There most certainly is, but its ugly, complicated, and not worth memorizing. People know about it and have quoted or cited it for you, but really they would never use it. If you want something actually useful for pen-and-paper solutions, you might want to understand the actual theory behind the solution. I will provide one method below.

The Quartic Formula is just the end result of this methodology, written in terms of the original coefficients. Because of that, the method is far easier to remember than the formula, which is why I find it annoying when people cite just the formula and tell you, "dont bother, use a computer instead." A pen-paper solution is not complicated, it's just time consuming.

Understanding how its done - even if you never use it - expands your brain and your understanding, allows you to implement it in programming, and allows you to recreate it whenever you may need it instead of hyper reliance on computers to always be there for you, which, in my opinion, makes for a poor mathematician.

There are three methods for solving Quartics that I both know and know of:

  • Descartes' Quadratic Factorization
  • Euler's Method
  • Ferrari's Method

If anyone knows of more, please let me know.

Ferrari's Method is historically the first method discovered. Euler's Method looks a lot like Cardano's Method for the Cubic and was probably modeled after the same approach. But I am partial to Descartes' Quadratic Factorization technique. Its a relatively simple process to follow and is what I will be using below. If you want to see how the others work, let me know.

All of the above methods start out the same: depression (removing the $n-1$ degree term, in this case the cubic term) and normalization (making the lead coefficient 1, i.e. making the polynomial monic).

They all end up roughly the same place too: solving a cubic equation. So you need to be prepared for that. I recommend you brush up on that; I wont explain solving the cubic here but will only refer to it.


Depress and Normalize

Given the arbitrary quartic: $$ax^4 + bx^3 + cx^2 + dx + e =0$$ Where $a,b,c,d,e\in\mathbb{R}$.

We must convert this quartic into a depressed monic quartic. First we depress it by substituting $x = z-\frac{b}{4a}$. We arrive at the quartic: $$az^4 + Bz^2 + Cz + D =0$$ For some $B,C,D\in\mathbb{R}$. This quartic, now in $z$, is merely a horizontal shift from the original quartic in $x$. All points have shifted, therefore the roots have shifted, but by the same constant. Also, $B,C,D$ are computed from the previous $a,b,c,d,e$ and have no dependence on $x,z$. Whats important is that there is no $z^3$ term. Next we divide through by the lead coefficient $a$ to make this quartic monic (normalize). $$z^4 + pz^2 + qz + r = 0\;\;\;\;\;\;\;\;\;\;\;\;(1)$$

For some $p,q,r\in\mathbb{R}$. This has no effect on the root positions; all the lead coefficient did was scale up the non-zero values. There is absolutely no loss in generality with respect to the zeros. All of these constants, $p,q,r$, can be computed from the original coefficients, $a,b,c,d,e$. There is still no cubic term and now there is no lead coefficient either.

What might be interesting to note is what has happened to the polynomial. We started out with 5 arbitrary constants and have reduced it to 3, by normalizing the lead and removing the cubic term. We originally had arbitrary values of $a,b,c,d,e\in\mathbb{R}$, and now we have arbitrary values $p,q,r\in\mathbb{R}$. Although the latter three are computed from the original five, they have arbitrary values, and there is no loss in generality. This is a significant simplification of the problem. The non-existence of the cubic term will prove vital.

Everything so far has simply been the setup: writing the polynomial in reduced monic form. Recall all of the quartic methods accomplish at least this much. Next we implement Descartes Factorization method.


Descartes Factorization Method

We must assume that all of the coefficients are real, $p,q,r\in\mathbb{R}$. This is a required condition to make the methodology work. The reason is because now all solutions with non-zero imaginary components come in complex conjugate pairs. Big deal? It allows us to group two solutions together, even if they are purely real, into quadratic factors with real coefficients. We know that all real-valued monic quartics can be factored into: $$(z^2 + mz+n)(z^2+sz+t)=0\;\;\;\;\;\;\;\;\;\;\;\;(2)$$ Where $m,n,s,t\in\mathbb{R}$. Clearly the task at hand is to find the values of these constants. If we can convert (1) into (2) by determining quadratic factors that satisfies the equation, we can find the roots with the quadratic formula applied to those quadratic factors.

What we do is distribute these quadratic factors out into normal polynomial form and you get: $$z^4 + (m+s)z^3 + (t+n+ms)z^2 + (mt+ns)z + nt = 0$$ Which we compare term-by-term to the depressed monic in (1). You get this system of equations: $$ m+s=0 \\ n+t+ms=p \\mt+ns=q \\ nt=r$$ Its plain to see then that $s = -m$ and that $t=\frac{r}{n}$ from the first and fourth equations. Our quadratic factors can be rewritten: $$(z^2 + mz+n)(z^2-mz+\frac{r}{n})=0\;\;\;\;\;\;\;\;\;\;\;\;(3)$$ We only have two unknowns in this factorization: $m$ and $n$. The remaining two of the four simultaneous equations (the second and the third equation) can be rewritten: $$ \frac{r}{n}+n-m^2 = p \\ m(\frac{r}{n} -n)=q$$ By moving the $m$ to the right-hand side: $$ \frac{r}{n}+n = p+m^2 \\ \frac{r}{n} -n=\frac{q}{m}$$

From here we form two new equations by adding and subtracting the previous two. By adding we get: $$ 2\frac{r}{n} = p+m^2 + \frac{q}{m}$$ By subtracting we get: $$ 2n = p+m^2 -\frac{q}{m}$$ Notice on the left hand side that both of these equations can be solved for $n$ and $\frac{r}{n}$ readily in terms of $m$, both of which appear in the quadratic factors of (3). These can be utilized later once we know the $m$ to complete the quadratic factor.

We can find the $m$ by taking these latest two equations and multiplying them, therefore eliminating the unknown $n$. Notice that $n$ is in the numerator in one and in the denominator in the other. Thus: $$ 4r = (p+m^2)^2 - (\frac{q}{m})^2 = m^4 + 2pm^2 + p^2 - \frac{q^2}{m^2}$$

Thus we are essentially down to $m$ as our last unknown. Everything else is known in terms of $m$, and $m$ is the only unknown in the above equation. One unknown, one remaining equation. Multiply the equation through by $m^2$ and rearrange: $$ m^6 + 2pm^4 + (p^2-4r)m^2 - q^2 = 0$$ This is still rather ugly. It's a sextic, not a quartic, which is worse. But notice that the powers of $m$ are all even. We can substitute $w=m^2$ and arrive at: $$ w^3 + 2pw^2 + (p^2 - 4r)w - q^2 =0$$

And thus we are essentially done. We are left with a cubic polynomial in $w$, which is solvable with its own techniques. Techniques which I only assume you already know about if you are trying to solve quartics. Just like with quartics, as you know already, there do exist cubic formulae, but I do recommend learning the methods behind them.

If you need help with cubics, I recommend Cardano's method (the original solution) or Vieta's Trigonometric Solution (my preferred). There is also Completing the Cube, a nice proof of concept but Id never use it. Feel free to ask a separate question for a cubic and I will be happy to answer.

The point is that the problem has been reduced from that of finding the roots of a quartic to that of finding the roots of a cubic. A simpler problem! That's usually how it goes. All quartic root finding methods require finding the roots of a cubic first, obvious or not. Just as finding the roots of a cubic involve solving a quadratic. Hope this works for you.

Anyway, solve the cubic in $w$. Then with that recall the quadratic substitution $w=m^2$ and solve for $m$. Then recall that we previously had equations for $ 2n$ and $2\frac{r}{n}$. And now you know all of the unknown terms in the quadratic factorization $(z^2 + mz + n)(z^2 - mz + \frac{r}{n})=0$.

Still not done. Each of these quadratic factors must now be solved using the quadratic formula, and you have solutions in $z$. This solves the depressed monic quartic we started Descartes Quadratic Factorization method with.


Finally

Dont forget about the original quartic we had at the very beginning, prior to the depression and normalization. We had introduced a horizontal shift of $x = z-\frac{b}{4a}$. Doing this last bit will solve the original quartic in terms of $x$, which is the solution you want.

You are going to arrive at a set of solutions when done. Be sure to check your answers. You may have redundant or superfluous solutions. Some redundant solutions may be written in very different algebraic ways, but will represent the same numeric value.

If you express the final answer of $x$ in terms of the original $a,b,c,d,e$ you will just have the same "quartic formulae" that other people are citing you. The expression will of course be slightly different depending on which of the quartic methods you employ.


Concerns

If youre concerned about the assumption that coefficients $p,q,r$ are real, dont be. All it means is that $a,b,c,d,e$ are real, which is usually a good assumption. In fact, we can generalize. The values $p,q,r$ can be made complex, implying only that the original quartic has complex $a,b,c,d,e$. It also means you'll have to solve a cubic with complex coefficients. This is doable and the math still works fine.