How this calculator works
The cubic is normalized and transformed to t³+pt+q=0. Its discriminant determines whether the real-root branch uses Cardano radicals or the trigonometric identity.
Formula
ax³+bx²+cx+d=0 → depressed cubic t³+pt+q=0Finds the distinct real roots of a cubic polynomial using deterministic Cardano/trigonometric identities.
Worked example
x³ - 1 is a verified test case used by the calculation engine.
Assumptions and limitations
- The leading cubic coefficient must be non-zero.
- This certified version reports distinct real roots; non-real cubic roots are not displayed.
Methodology & sources
This calculator uses deterministic, versioned calculation logic. The formula and verified examples above are part of the calculation definition used by CalcuMint.
- CalcuMint deterministic polynomial engine — Standard cubic reduction and Cardano identities.
Frequently asked questions
What degree is supported?
This version solves cubic polynomials.
Does it return complex cubic roots?
Not in this certified version; it reports the distinct real roots.
