Mathematics, Statistics & Geometry

Cubic Equation Calculator

Solve any cubic polynomial equation for its real and complex roots. Uses Cardano's method to provide an exact mathematical breakdown.

Root 1 (Real)
3
Root 2 (Real)1
Root 3 (Real)2
Calculation StepsCubic Equation: 1x³ + -6x² + 11x + -6 = 0 Depressed cubic form: t³ + pt + q = 0 p = -1.0000, q = 0.0000 Discriminant (Δ) = (q²/4) + (p³/27) = -0.037037 Δ < 0: All three roots are real and distinct (Casus Irreducibilis).

Calculated locally in your browser. Fast, secure, and private.

Solving Third-Degree Polynomials

The Cubic Equation Calculator is a highly advanced algebraic tool that solves for all three roots of a third-degree polynomial. While simple cubics can sometimes be factored by grouping, complex cubics require advanced mathematical techniques like Cardano's Formula.

ax3+bx2+cx+d=0\begin{aligned} ax^3 + bx^2 + cx + d = 0 \end{aligned}

Where:
a, b, c=
The multipliers of the variable terms
d=
The fixed numerical value
x=
The values of x that make the equation true

The Mathematics Behind the Magic

To solve a cubic equation algebraically, the calculator performs a series of transformations:

  1. Depression: It first converts the standard cubic into a "depressed cubic" of the form t3+pt+q=0t^3 + pt + q = 0 by substituting x=tb3ax = t - \frac{b}{3a}. This eliminates the squared term.
  2. Discriminant Calculation: It calculates the discriminant Δ\Delta to determine the nature of the roots.
  3. Root Extraction: It uses cube roots and trigonometry (for the Casus Irreducibilis scenario where Δ<0\Delta < 0) to find the exact values.

Real-World Uses

  • Fluid Dynamics: Solving equations of state for real gases (like the Van der Waals equation).
  • Engineering: Finding the deflection curves of beams under continuous loads.
  • Economics: Modeling complex cost and profit functions where returns diminish and then accelerate.

Frequently Asked Questions

A cubic equation is a polynomial equation of degree 3. It always has the form ax³ + bx² + cx + d = 0, where 'a' cannot be zero.

Every cubic equation has exactly three roots (according to the Fundamental Theorem of Algebra). However, they can be three real roots, or one real root and two complex conjugate roots.

No. Unlike quadratic equations, which can have only complex roots, a cubic equation MUST cross the x-axis at least once. Therefore, it always has at least one real root.

Cardano's method is the classical algebraic formula for finding the exact roots of a cubic equation, similar to the quadratic formula but significantly more complex.

If the discriminant is positive, there is 1 real root and 2 complex. If zero, all roots are real and at least two are identical. If negative, there are 3 distinct real roots.