All calculators
MathsLive
Quadratic Equation Solver
Coefficients
Fill in the fields above to see your result instantly.
How it works
The quadratic formula x = (−b ± √(b² − 4ac)) / 2a always works. The discriminant b² − 4ac decides root type, and the vertex sits at x = −b/2a.
Worked example
x² − 3x + 2 = 0 → discriminant 1 → x = 2 or x = 1.
Who should use this
- •GCSE / A-level maths students
- •Engineers solving projectile equations
Common mistakes
- ×Forgetting the ± in the formula
- ×Sign errors when b is negative
Frequently asked questions
What does a complex root mean?▾
The parabola never crosses the x-axis. The roots involve √-1 (i).
What if a = 0?▾
It's no longer quadratic. Solve bx + c = 0 → x = -c/b.