Quadratic Formula Solver

Coefficients

Equation: x² − 3x + 2 = 0Canonical: 1 3x + 2 = 0

Solution

Δ > 0 → two real roots

Answer

Roots
x = 2 or 1
Discriminant (Δ = b² − 4ac)
1
Vertex
(1.5, -0.25)
Axis of symmetry
x = 1.5
Factored form
(x − 2)(x − 1)
Parabola f(x) = ax² + bx + c

Show your work

Given
  • x² − 3x + 2 = 0a = 1, b = -3, c = 2
  1. Discriminant Δ = b² − 4ac
    (-3)² − 4·(1)·(2)
    = 1
  2. Two real roots — use x = (−b ± √Δ) / (2a)
    (−(-3) ± √1) / (2·1)
    = (3 ± 1) / 2
  3. Vertex
    (−b/(2a), f(−b/(2a)))
    = (1.5, -0.25)
  4. Factored form
    (x − 2)(x − 1)
    = (x − 2)(x − 1) = 0
Roots
x = 2 or x = 1
x₁ = 2, x₂ = 1

How the quadratic formula solver works

A quadratic equation in standard form is ax² + bx + c = 0, where a ≠ 0. The quadratic formula gives the two roots directly:

x = (−b ± √(b² − 4ac)) / (2a)

The expression under the radical — b² − 4ac — is called the discriminant (Δ). Its sign determines what kind of roots you get:

What this calculator shows

Common mistakes to avoid

Quick reference — discriminant → root type