How this calculator works
Linear equations use x=-c/b. Quadratics use the discriminant and a numerically stable quadratic formulation, including complex conjugate solutions.
Formula
ax²+bx+c=0Deterministically dispatches first- and second-degree equations to stable algebraic solvers.
Worked example
x²-5x+6=0 is a verified test case used by the calculation engine.
Assumptions and limitations
- At least one x coefficient must be non-zero.
- Inputs are finite real numbers.
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 equation engine — Linear isolation and numerically stable quadratic formula.
Frequently asked questions
Which equations are supported?
First- and second-degree equations in one variable.
Are complex roots supported?
Yes. Quadratics with a negative discriminant return complex conjugate solutions.
