Impact-Site-Verification: 1fce05f2-a6cf-4f31-8ca1-aaddc332516c

Quadratic Equation Solver

Discriminant-first roots for ax² + bx + c = 0—real when possible, complex when necessary, always labeled.

Real & complex
Discriminant check
Vertex included

Applies the quadratic formula, reports discriminant status, labels complex roots explicitly when D < 0, and includes the vertex (−b/2a, f(vertex)).

Limitation: Requires a ≠ 0.

Jump to calculator · Sources & review

How to Solve a Quadratic

Write the equation in standard form ax² + bx + c = 0, then enter a, b, and c.

1

Confirm the equation is quadratic (a ≠ 0).

Move everything to one side

If you start from 2x² = 5x − 3, rewrite as 2x² − 5x + 3 = 0 before entering coefficients.

Reading the Discriminant

D > 0 yields two distinct real roots, D = 0 a repeated real root, and D < 0 a complex conjugate pair. The worksheet also reports the parabola vertex.

Worked Quadratic Examples

Two real roots

Coefficients

a:1
b:-5
c:6

Roots

x = 3 and x = 2

D = 1 → (−(−5) ± 1) / 2 → 3 and 2.

Complex conjugates

Coefficients

a:1
b:0
c:1

Roots

i and −i (complex)

D = −4 → no real x-intercepts; roots are labeled complex.

Substitute back

For real roots, plug x into ax² + bx + c and confirm you get (near) zero.

Frequently Asked Questions

Then the equation is linear, not quadratic. This solver requires a ≠ 0.

Still have questions about this calculation?

Try the Calculator

Quadratic Formula

The discriminant decides the root type before any square root is taken.

Formula

D ​=​ b² − 4ac

Discriminant

D ​=​ b² − 4ac

Real roots

x ​=​ ​(​−b ± √D​)​ ​/​ ​(​2a​)​

Complex roots

x ​=​ ​(​−b ± √|D| i​)​ ​/​ ​(​2a​)​

Vertex

x ​=​ −b​/​​(​2a​)​

Scientific Background

Assumptions: real coefficients and a ≠ 0. Limitations: near-singular discriminants may need exact arithmetic; this worksheet uses floating-point.

Sources & review

Quadratic Equation Solver documents the references behind its formulas and assumptions. Always treat results as educational estimates, not personalized professional advice.

Last reviewed

July 22, 2026

  • Free Calculator Hub methodology

    Free Calculator Hub

    /methodology

See our methodology and corrections policy.