Advertisement
Quadratic Equation Solver
Solve ax² + bx + c = 0 with full step-by-step working.
Advertisement
How to Use This Calculator
- a, b, c — the three coefficients of your quadratic equation.
- Enter negative numbers with the minus sign.
- The result shows real roots, or complex roots if the discriminant is negative.
Frequently Asked Questions
What is the discriminant?
It is b² − 4ac. If positive there are two real roots, if zero one repeated root, if negative two complex roots.
Can a = 0?
If a = 0 the equation is linear, not quadratic, and the quadratic formula does not apply. Our tool will warn you.
What is the vertex?
The vertex is the turning point of the parabola, found at x = −b/2a. It is a minimum when a > 0 and a maximum when a < 0.
How do I check my answer?
Plug each root back into ax² + bx + c. The result should be (very close to) zero.
Practical Example
Solve x² − 5x + 6 = 0 (a=1, b=−5, c=6):
- Discriminant: (−5)² − 4×1×6 = 25 − 24 = 1
- Roots: (5 ± 1) ÷ 2 = x = 3 and x = 2
- Check: 9 − 15 + 6 = 0 ✓ and 4 − 10 + 6 = 0 ✓
Trusted Sources
Advertisement