Cubic Equation Calculator with Steps

Format: ax³ + bx² + cx + d = 0

Roots Found:

Step-by-Step Calculation:

What is a Cubic Equation?

A cubic equation is a polynomial equation of the third degree. Its general mathematical form is ax³ + bx² + cx + d = 0, where 'a' is non-zero. Unlike quadratic equations, cubic equations always have at least one real root and can have up to three roots in total. These roots can be a combination of real numbers and complex (imaginary) numbers.

How to Use the Cubic Equation Calculator

Using this calculator is simple. Follow these steps to find the values of x:

  • Enter Coefficients: Input the values for a, b, c, and d. These represent the multiplier of each power of x and the constant term.
  • Click Calculate: The tool processes the inputs using Cardano's method and the cubic formula.
  • Review Steps: The calculator doesn't just give the answer; it breaks down the discriminant calculation and the root extraction process.

Cardano's Method Explained

Solving cubic equations often involves a process known as Cardano's Method. First, the equation is "depressed" by substituting x = y - b/(3a), which removes the quadratic (x²) term. This turns the equation into the form y³ + py + q = 0. From here, we calculate the cubic discriminant to determine the nature of the roots (whether they are real or complex).

Frequently Asked Questions

Can a cubic equation have zero real roots?

No. Every cubic polynomial with real coefficients must have at least one real root. This is because the function goes from negative infinity to positive infinity (or vice versa), and because it is continuous, it must cross the x-axis at least once.

What happens if 'a' is zero?

If the coefficient 'a' is zero, the equation is no longer cubic; it becomes a quadratic equation (bx² + cx + d = 0). Our calculator handles cubic functions where a ≠ 0.