Cubic Equation Calculator
Solve cubic equations ax³ + bx² + cx + d = 0 and find all three roots (real and complex).
This free online cubic equation calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.
Leading coefficient
Results
p (depressed form)
0
q (depressed form)
0
Discriminant
0
Shift -b/(3a)
0
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Cubic Equation Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Cubic Equation Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
Formula Reference
Cubic Equation Calculator Formula
See calculator inputs for the governing equation
Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.
When to Use This Calculator
- •Use the Cubic Equation Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
- •Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
- •Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
- •Use it to explore the behavior of mathematical functions across a range of inputs.
About This Calculator
The Cubic Equation Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Solve cubic equations ax³ + bx² + cx + d = 0 and find all three roots (real and complex). The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.
About Cubic Equation Calculator
The Cubic Equation Calculator solves polynomial equations of the third degree: ax³ + bx² + cx + d = 0. Cubic equations arise naturally in many mathematical and scientific contexts, from calculating volumes and geometric constructions to modeling population dynamics and chemical equilibria. The general solution was discovered in the 16th century by Italian mathematicians Scipione del Ferro, Niccolò Tartaglia, and Gerolamo Cardano. Unlike quadratic equations, cubics always have at least one real root (since odd-degree polynomials must cross the x-axis). The cubic discriminant determines the nature of all three roots: three distinct real roots, a repeated root, or one real root paired with two complex conjugates. This calculator uses the depressed cubic method, transforming the equation by substituting x = t - b/(3a) to eliminate the quadratic term before solving.
The Math Behind It
Formula Reference
Depressed Cubic
t³ + pt + q = 0
Variables: Substitution x = t - b/(3a) removes the x² term
Cubic Discriminant
Δ = -4p³ - 27q²
Variables: Δ > 0: three real roots; Δ = 0: repeated root; Δ < 0: one real root + two complex
Worked Examples
Example 1: Simple depressed cubic
Solve x³ - 6x + 4 = 0
x = 2, x = -1 + √3 ≈ 0.732, x = -1 - √3 ≈ -2.732
Common Mistakes & Tips
- !Forgetting that every cubic has at least one real root, unlike quadratics which might have none
- !Not performing the substitution x = t - b/(3a) to get the depressed form before applying Cardano's formula
- !Sign errors in the depressed cubic coefficients p and q due to the complex fractions
- !Ignoring the casus irreducibilis: when all three roots are real but Cardano's formula involves complex cube roots
Related Concepts
Used in These Calculators
Calculators that build on or apply the concepts from this page:
Frequently Asked Questions
Do all cubic equations have a closed-form solution?
Yes. Unlike quintic and higher-degree equations (which generally do not), all cubic equations can be solved using Cardano's formula, which expresses the roots in terms of radicals.
Why is the casus irreducibilis problematic?
When a cubic has three real roots, Cardano's formula paradoxically requires computing cube roots of complex numbers. The final results are real, but the intermediate steps involve complex arithmetic. This historically motivated the development of trigonometric solution methods.