The Cubic Equation Formula
A comprehensive guide to understanding, deriving, and applying the formula for third-degree polynomial equations of the form ax3 + bx2 + cx + d = 0.
1. The General Form
Every cubic equation can be written in this standard form. The coefficients a, b, c, and d are real numbers, and a must be nonzero.
Common special cases include:
- Monic cubic: when a = 1, so x3 + bx2 + cx + d = 0
- Depressed cubic: when b = 0, so ax3 + cx + d = 0
- Pure cubic: when b = 0 and c = 0, so ax3 + d = 0
2. Normalization and Depression
Step 1: Normalize
Divide all terms by a to get a monic polynomial:
Step 2: Depress
Substitute x = t - b/(3a) to eliminate the quadratic term:
The depressed coefficients are:
- p = (3ac - b2) / (3a2)
- q = (2b3 - 9abc + 27a2d) / (27a3)
This substitution is the key algebraic move behind Cardano's method.
3. Cardano's Formula
Delta < 0
Three distinct real roots. The trigonometric method is usually the cleanest approach.
Delta = 0
Repeated real roots. At least two roots are equal.
Delta > 0
One real root and two complex conjugate roots.
4. The Trigonometric Method
When Delta < 0, Cardano's radical form becomes awkward even though all three roots are real. The trigonometric version avoids that issue:
5. Worked Example
Solve: x3 - 6x2 + 11x - 6 = 0
Try It Yourself
Use the interactive cubic solver to see Cardano's formula in action with your own coefficients.
Open Cubic Equation SolverCubic Formula FAQ
Find quick answers to common questions about cubic equations and our solving methods.