Quadratic Equation Solver
Solve ax² + bx + c = 0 with the quadratic formula and discriminant.
Best for: Algebra and physics problems, projectile and optimisation questions, and anywhere a parabola models the situation.
Input
How it's calculated & sources
Free & no sign-up · runs entirely in your browser. Results are estimates for general information, not professional advice — verify important decisions with a qualified expert. Last reviewed June 2026.
How it works
x = (−b ± √(b² − 4ac)) / 2a, for ax² + bx + c = 0.
Example
x² − 3x + 2 = 0 → x = 1, x = 2
Frequently asked questions
What does the discriminant tell me?+
If b²−4ac > 0 two real roots, = 0 one repeated root, < 0 two complex roots.
Continue your journey
Where people usually head next.