About the Quadratic Equation Calculator
Solve ax² + bx + c = 0 with the quadratic formula: real or complex roots, discriminant, vertex and factored form.
Also known as: quadratic formula calculator, quadratic solver, solve quadratic, roots of quadratic, discriminant calculator.
How to use this calculator
- Enter a, b, c.
- The result updates instantly as you type — press Calculate (or Enter) at any time.
- Open “Step-by-step” to see how the answer was worked out.
- Use Copy result or Share to save the answer or send a link with your inputs.
Formula
x = (−b ± √(b² − 4ac)) / 2a
- a, b, c
- = coefficients of ax² + bx + c = 0
- D
- = discriminant b² − 4ac
Worked example
Using the values pre-filled in the calculator above:
- a = 1
- b = -3
- c = -10
the calculator returns:
- Roots: -2, 5
- Discriminant (b² − 4ac): 49
- Nature of roots: Two distinct real roots
- Vertex: (1.5, -12.25)
Working
D = (-3)² − 4(1)(-10) = 49x = (−(-3) ± √49) ÷ (2 × 1)x = -2 or 5