📈 Quadratic Equation Solver

Updated: 2026-07-11

Free online quadratic equation solver. Solve ax²+bx+c=0 with step-by-step solutions. Shows real and complex roots, discriminant, vertex, and factorization. Pure frontend.

Solve ax² + bx + c = 0

How to Use

  1. Enter Coefficients
    Enter the coefficients a, b, and c for the quadratic equation ax² + bx + c = 0. a must not be zero.
  2. Solve the Equation
    Click Solve to compute the roots. The tool displays the discriminant, roots (real or complex), vertex, and vertex form.
  3. Review Detailed Solution
    Get the complete step-by-step solution including the quadratic formula application, factorization (when possible), and parabola properties.

FAQ

What is the quadratic formula?

The quadratic formula x = [-b ± √(b² - 4ac)] / (2a) solves any quadratic equation ax² + bx + c = 0. The discriminant Δ = b² - 4ac determines the type of roots.

What does the discriminant tell us?

If Δ > 0: two distinct real roots. If Δ = 0: one double real root. If Δ < 0: two complex conjugate roots.

What is the vertex of a parabola?

The vertex is the turning point of the parabola at x = -b/(2a). It represents the minimum (a>0) or maximum (a<0) point of the quadratic function.

Can this factor quadratic equations?

Yes! When the quadratic has integer roots and whole coefficients, the solver displays the factored form automatically.

What are complex roots?

When the discriminant is negative, the roots involve the imaginary unit i (√-1). They come as conjugate pairs: p + qi and p - qi.