Quadratic Equation Solver

Enter the coefficients of your quadratic equation (ax² + bx + c = 0) and our solver finds the roots using the quadratic formula, showing the discriminant and every step.

AlgebraFree · no sign-upStep-by-step answers

Enter coefficients for ax² + bx + c = 0

How to use this calculator

  1. 1Enter your values or expression in the fields above.
  2. 2Press Enter or click the calculate button.
  3. 3Read the result, then follow the numbered step-by-step working to understand each stage.

Worked Examples

Frequently Asked Questions

What is the quadratic formula?

x = (-b ± √(b² - 4ac)) / 2a. It solves any quadratic equation ax² + bx + c = 0.

What does the discriminant tell me?

If b²-4ac > 0, two real roots. If = 0, one repeated root. If < 0, complex roots.

Can it handle complex roots?

Yes, when the discriminant is negative the solver returns complex solutions.