Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > Quartic equation


First Prev [ 1 2 3 ] Next Last

In mathematics, a quartic equation is the result of setting a quartic function equal to zero. An example of a quartic equation is the equation

the general form is

As the fundamental theorem of algebra tells us, a quartic equation always has four solutions ( roots). They may be complex and there may be duplicate solutions.

1 Solving the quartic equation

Naturally, much effort has been turned to finding these roots. As with other polynomials, it is sometimes possible to factor a quartic equation directly; but more often such a feat is herculean, especially when the roots are irrational or complex. Hence it would be useful to have a general formula or algorithm (such as the quadratic equation which solves all quadratics). After much effort, such a formula was indeed found for quartics — but since then it has been proven (by Evariste Galois) that such an approach dead-ends with quartics; they are the highest-degree polynomial equations whose roots can be expressed in a formula using a finite number of arithmetic operators and n-th roots. From quintics on up, one requires more powerful methods if a general algebraic solution is sought, as explained under quintic equations.

Given the complexity of the quartic formulae (see below), they are not often used. If only the real rational roots are needed, they can be found (as is true for polynomials of any degree) via trial and error, using Ruffini's rule (so long as all the polynomial coefficients are rational). In the modern age of computers, furthermore, good numerical approximations for the roots are rapidly obtainable via Newton's method. But if the quartic must be solved entirely and precisely, the procedures are outlined below.

1.1 Special cases

1.1.1 Quartics in name only

If a4 = 0, then one of the roots is x = 0, and the other roots can be found by dividing by x, and solving the resulting cubic equation,

1.1.2 Biquadratic equations

A quartic equation where a3 and a1 are equal to 0 takes the form


and thus is a biquadratic equation, very easy to solve. Let , so our equation turns to

which is a simple quadratic equation, whose solutions are easily found using the quadratic formula:

When we've solved it (i.e. found these two "z" values), we can extract x from them

If any of the z solutions were negative or complex numbers, some of the x solutions are complex numbers.

1.2 The General Case, along Ferrari's lines

To begin, the quartic must first be converted to a "depressed quartic."

1.2.1 Converting to a depressed quartic

Let

be the general quartic equation which it is desired to solve. Divide both sides by A,

The first step should be to eliminate the x3 term. To do this, change variables from x to u, such that

.

Then

Expanding the powers of the binomials produces

Collecting the same powers of u yields

Now rename the coefficients of u. Let

The resulting equation is

which is a depressed quartic equation.

If then we have a Biquadratic equation, which (as explained above) is easily solved; using reverse substitution we can find our values for .

1.2.2 Ferrari's solution

Otherwise, the depressed quartic can be solved by means of a method discovered by Ferrari. Once the depressed quartic has been obtained, the next step is to add the valid identity

to equation (1), yielding

The effect has been to fold up the u4 term into a perfect square: (u2 + α)2. The second term, α u2 did not disappear, but its sign has changed and it has been moved to the right side.

The next step is to insert a variable y into the perfect square on the left side of equation (2), and a corresponding 2y into the coefficient of u2 in the right side. To accomplish these insertions, the following valid formulas will be added to equation (2),

and

These two formulas, added together, produce

which added to equation (2) produces

This is equivalent to

The objective now is to choose a value for y such that the right side of equation (3) becomes a perfect square. This can be done by letting the discriminant of the quadratic function become zero. To explain this, first expand a perfect square so that it equals a quadratic function:

The quadratic function on the right side has three coefficients. It can be verified that squaring the second coefficient and then subtracting four times the product of the first and third coefficients yields zero:

Therefore to make the right side of equation (3) into a perfect square, the following equation must be solved:

Multiply the binomial with the polynomial,

Divide both sides by −4, and move the −β2/4 to the right,

This is a cubic equation for y. Divide both sides by 2,





Non User