Equation Solving · How-to

Cubic Equations Made Simple

You don't need the monstrous cubic formula. Find one root, factor down to a quadratic, and the rest fall out — all checkable in one keystroke.

fx-991ES Web TeamUpdated 23 June 20267 min read

Cubics look intimidating, but most exam cubics are designed to have one easy root. Find it, divide it out, and you're left with a quadratic you already know how to solve — and a cubic equation solver confirms all three roots at once.

On this page

  1. How many roots?
  2. The find-one-then-factor strategy
  3. Worked example
  4. When two roots are complex
  5. Checking on the solver
  6. FAQ

How many roots?

A cubic always has three roots (counting multiplicity). Since complex roots arrive in conjugate pairs, there's always at least one real root — the foothold for our method.

The find-one-then-factor strategy

  1. Find a rational root by the rational root theorem: test factors of the constant ÷ factors of the leading coefficient.
  2. Divide it out to reduce the cubic to a quadratic.
  3. Solve the quadratic by any method you like.

Worked example

Solve x³ − 6x² + 11x − 6 = 0.

Roots: x = 1, 2, 3.

When two roots are complex

Sometimes the leftover quadratic has a negative discriminant.

x³ − 1 = 0

Factor as (x − 1)(x² + x + 1). The quadratic gives x = (−1 ± √−3)/2 = −0.5 ± 0.866i. So the three roots are 1 and a complex-conjugate pair.

To interpret those complex roots, see the complex number calculator guide.

Checking on the solver

Switch to EQN mode, pick a degree-3 polynomial, and enter a, b, c, d:

1, −6, 11, −6   →   x = 1, 2, 3

The equation solver pillar guide covers the rest of EQN mode.

Frequently asked questions

How many roots does a cubic have?

Three, counting multiplicity, with always at least one real root.

How do I solve without the cubic formula?

Find one rational root, divide it out, then solve the remaining quadratic.

What is the rational root theorem?

Rational roots p/q have p dividing the constant and q the leading coefficient — a short candidate list.

Solve your cubic

Enter the four coefficients in EQN mode and read all three roots.

Open the cubic equation solver →