Mathwords logoMathwords

Quartic Equation — Definition, Formula & Examples

A quartic equation is a polynomial equation of degree 4, meaning the highest power of the variable is 4. Its general form is ax4+bx3+cx2+dx+e=0ax^4 + bx^3 + cx^2 + dx + e = 0 where a0a \neq 0.

A quartic equation is an algebraic equation of the form ax4+bx3+cx2+dx+e=0ax^4 + bx^3 + cx^2 + dx + e = 0, where a,b,c,d,ea, b, c, d, e are coefficients from a given field (typically R\mathbb{R} or C\mathbb{C}) and a0a \neq 0. By the Fundamental Theorem of Algebra, every quartic equation has exactly four roots in C\mathbb{C}, counted with multiplicity. A general closed-form solution exists (discovered by Lodovico Ferrari in 1540), though it is considerably more complex than the quadratic or cubic formulas.

Key Formula

ax4+bx3+cx2+dx+e=0ax^4 + bx^3 + cx^2 + dx + e = 0
Where:
  • aa = Leading coefficient (must not be zero)
  • bb = Coefficient of the cubic term
  • cc = Coefficient of the quadratic term
  • dd = Coefficient of the linear term
  • ee = Constant term
  • xx = The unknown variable

How It Works

Solving a quartic equation depends on its structure. If the equation is **biquadratic** (missing the x3x^3 and xx terms), you can substitute u=x2u = x^2 to reduce it to a quadratic in uu. For other special forms, factoring into two quadratics or using substitutions may work. The general method—Ferrari's method—reduces the quartic to a resolvent cubic equation, which is then solved to find the four roots. In practice, many quartic equations encountered in coursework are designed to factor nicely or have rational roots that can be found using the Rational Root Theorem. Once one root rr is found, you can divide out the factor (xr)(x - r) and solve the resulting cubic equation.

Worked Example

Problem: Solve the biquadratic equation x413x2+36=0x^4 - 13x^2 + 36 = 0.
Step 1: Recognize the equation is biquadratic (no x3x^3 or xx terms). Substitute u=x2u = x^2 to reduce the degree.
u213u+36=0u^2 - 13u + 36 = 0
Step 2: Solve the resulting quadratic using factoring. Find two numbers that multiply to 36 and add to −13.
(u9)(u4)=0    u=9 or u=4(u - 9)(u - 4) = 0 \implies u = 9 \text{ or } u = 4
Step 3: Substitute back u=x2u = x^2 and solve each equation for xx.
x2=9    x=±3x2=4    x=±2x^2 = 9 \implies x = \pm 3 \qquad x^2 = 4 \implies x = \pm 2
Step 4: List all four roots.
x{3,2,2,3}x \in \{-3,\, -2,\, 2,\, 3\}
Answer: The four solutions are x=3,  2,  2,  3x = -3,\; -2,\; 2,\; 3.

Another Example

Unlike the first example, this quartic is not biquadratic. It requires the Rational Root Theorem and repeated polynomial division—a more general technique applicable to any quartic with rational roots.

Problem: Solve x45x3+5x2+5x6=0x^4 - 5x^3 + 5x^2 + 5x - 6 = 0.
Step 1: Use the Rational Root Theorem. Possible rational roots are ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6. Test x=1x = 1.
15+5+56=0  1 - 5 + 5 + 5 - 6 = 0 \; \checkmark
Step 2: Divide the polynomial by (x1)(x - 1) using synthetic division to obtain the cubic factor.
x45x3+5x2+5x6=(x1)(x34x2+x+6)x^4 - 5x^3 + 5x^2 + 5x - 6 = (x - 1)(x^3 - 4x^2 + x + 6)
Step 3: Find another root of the cubic. Test x=1x = -1: 141+6=0-1 - 4 - 1 + 6 = 0. Divide again.
x34x2+x+6=(x+1)(x25x+6)x^3 - 4x^2 + x + 6 = (x + 1)(x^2 - 5x + 6)
Step 4: Factor the remaining quadratic.
x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3)
Step 5: Combine all factors and read off the roots.
(x1)(x+1)(x2)(x3)=0    x{1,1,2,3}(x - 1)(x + 1)(x - 2)(x - 3) = 0 \implies x \in \{-1,\, 1,\, 2,\, 3\}
Answer: The four solutions are x=1,  1,  2,  3x = -1,\; 1,\; 2,\; 3.

Visualization

Why It Matters

Quartic equations arise naturally in optimization problems, intersection calculations in computer graphics, and physics (e.g., lens optics and orbital mechanics). Students encounter them in college algebra, abstract algebra (when studying solvability by radicals), and Galois theory. Engineers routinely meet quartic equations when modeling fourth-order systems or computing eigenvalues of 4×4 matrices.

Common Mistakes

Mistake: Forgetting that a biquadratic substitution requires solving x2=ux^2 = u for both the positive and negative square roots.
Correction: Each positive value of uu yields two values of xx: x=+ux = +\sqrt{u} and x=ux = -\sqrt{u}. A negative value of uu gives no real roots for xx.
Mistake: Assuming a quartic with real coefficients can have exactly 1 or 3 real roots.
Correction: Complex roots of real-coefficient polynomials always appear in conjugate pairs (by the Conjugate Pair Theorem). So the count of real roots must be 0, 2, or 4.
Mistake: Dividing by xx without checking whether x=0x = 0 is a root.
Correction: If the constant term e=0e = 0, then x=0x = 0 is a root. Factor it out as x(ax3+bx2+cx+d)=0x(ax^3 + bx^2 + cx + d) = 0 and include x=0x = 0 in your solution set.

Check Your Understanding

Solve x410x2+9=0x^4 - 10x^2 + 9 = 0.
Hint: This is biquadratic. Substitute u=x2u = x^2 to get u210u+9=0u^2 - 10u + 9 = 0.
Answer: x=3,1,1,3x = -3, -1, 1, 3
How many real roots does x4+1=0x^4 + 1 = 0 have?
Hint: Think about whether x4x^4 can ever be negative.
Answer: Zero real roots. Since x40x^4 \geq 0 for all real xx, the expression x4+1x^4 + 1 is always at least 1.
If x=2x = 2 is a root of x46x3+11x26x=0x^4 - 6x^3 + 11x^2 - 6x = 0, find all four roots.
Hint: Factor out xx first, then use the Rational Root Theorem on the cubic.
Answer: x=0,1,2,3x = 0, 1, 2, 3

Related Terms