Quadratic Equation Solver — Roots, Vertex & Parabola

This Quadratic Equation Solver finds the roots of any quadratic equation ax² + bx + c = 0 using the quadratic formula. Enter the three coefficients a, b, and c — the solver instantly shows both roots (real or complex), the discriminant, vertex coordinates, axis of symmetry, y-intercept, sum and prod...

ax² + bx + c = 0

must not be 0

can be 0

can be 0

x² − 5x + 6 = 0

TWO REAL ROOTS

ROOT 1 (x₁)

3

ROOT 2 (x₂)

2

DISCRIMINANT

1

VERTEX

(2.5, -0.25)

y-INTERCEPT

6

QUICK EXAMPLES

PARABOLA DIAGRAM

x=3x=2V(2.5, -0.25)

STEP-BY-STEP SOLUTION

1

Identify: a = 1, b = -5, c = 6

2

Discriminant: b² − 4ac = -5² − 4(1)(6) = 1

3

D > 0 → two distinct real roots

4

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

5

x₁ = 3, x₂ = 2

PARABOLA PROPERTIES

OpensUpward ↑
Vertex(2.5, -0.25)
Axis of symmetryx = 2.5
y-intercept(0, 6)
Sum of roots5
Product of roots6
Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Enter coefficient a (the x² term) — must not be zero. Enter b (the x term) — can be zero. Enter c (the constant term) — can be zero.

  2. 2

    The equation display updates instantly to show the formatted equation. The solver applies the quadratic formula x = (−b ± √(b² − 4ac)) / 2a automatically.

  3. 3

    The discriminant (b² − 4ac) tells you the root type before reading the roots: positive = two real roots, zero = one double root, negative = two complex roots.

  4. 4

    Read the roots in the result box. Complex roots are shown as p ± qi. The parabola diagram shows the curve, vertex, axis of symmetry, and x-intercepts (if real roots exist).

  5. 5

    Use the step-by-step panel on the right to follow the complete solution. Load quick examples to explore different equation types.

WORKED EXAMPLE

Example 1 (two real roots): x² − 5x + 6 = 0. D = 25 − 24 = 1. x = (5 ± 1)/2. x₁ = 3, x₂ = 2. Vertex: (2.5, −0.25). Example 2 (double root): x² + 2x + 1 = 0. D = 4 − 4 = 0. x = −1 (double root). Vertex: (−1, 0). Example 3 (complex): x² + x + 1 = 0. D = 1 − 4 = −3. x = −0.5 ± (√3/2)i ≈ −0.5 ± 0.866i.

REFERENCE FORMULAS

FORMULA REFERENCE
NAMEFORMULADESCRIPTION
Quadratic Formulax = (−b ± √(b² − 4ac)) / 2aSolves any quadratic — the universal method
DiscriminantD = b² − 4acD>0: two real roots, D=0: one root, D<0: complex roots
Vertex xx_v = −b / (2a)x-coordinate of the parabola turning point
Vertex yy_v = ax_v² + bx_v + cy-coordinate — min if a>0, max if a<0
Sum of rootsx₁ + x₂ = −b / aVieta formula — verify without substituting
Product of rootsx₁ × x₂ = c / aVieta formula — second verification check

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE ALGEBRA CALCULATORS

Was this calculator helpful?

Last updated: April 28, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.