Cubic Equation Solver logo
Cubic Equation Solver

Types of Cubic Equations

Not all cubic equations behave the same way. Understanding the form helps you choose the fastest and clearest solving method.

1

General Cubic

ax³ + bx² + cx + d = 0

The most general form with all four coefficients. Normalize it before applying Cardano's method.

2

Monic Cubic

x³ + bx² + cx + d = 0

The leading coefficient is already 1, so normalization is complete.

3

Depressed Cubic

t³ + pt + q = 0

The quadratic term has been removed. This is the standard form used in Cardano's derivation.

4

Pure Cubic

x³ = k

Only the cubic and constant terms remain. The real root comes from a direct cube root.

5

Reducible Cubic

x³ - x = x(x² - 1) = 0

This cubic factors into lower-degree polynomials, so at least one root is visible by inspection.

6

Irreducible Cubic

x³ - 2 = 0

It does not factor over the rationals, so Cardano's method or a numerical method is required.

Comparison Table

Type Quadratic Term x Term Best Method Difficulty
General Yes Yes Cardano Hard
Monic Yes Yes Cardano Medium
Depressed No Yes Cardano direct Medium
Pure No No Cube root Easy
Reducible Varies Varies Factoring Easy
Irreducible Varies Varies Cardano required Hard

Solve Any Type Instantly

The solver automatically identifies the cubic structure and applies the matching method.

Open Cubic Equation Solver

Frequently Asked Questions

Find quick answers to common questions about cubic equations and our solving methods.

Still have questions?

What is a cubic equation?

A cubic equation is a third-degree polynomial written in standard cubic form, where the leading coefficient cannot be zero.

Can this solver show complex roots?

Yes. If the equation has one real root and a complex-conjugate pair, the results section shows them clearly and labels them as complex.

Why does coefficient a matter so much?

If a = 0, the equation is no longer cubic. The UI validates this immediately and explains why the solver cannot proceed.