How the Quadratic Formula Works, Visually

What the quadratic formula and the discriminant really say, how the vertex and axis of symmetry come from a, b, and c, and how to read roots off a parabola.

6 min read Updated Jul 2026

Quick Answer

A quadratic equation ax² + bx + c = 0 is solved by the quadratic formula x = (-b ± √(b² - 4ac)) / 2a. The discriminant Δ = b² - 4ac decides everything before you finish: two real roots when Δ > 0, one repeated root when Δ = 0, none when Δ < 0. For example, x² - 2x - 3 has Δ = 16, so the parabola crosses the x-axis twice, at x = 3 and x = -1. Open the explorer, slide the coefficients, and watch the algebra and the picture move together.

Open The Quadratic Equation Explorer →

How the Quadratic Formula Works

The formula packs the whole solving procedure into one expression: x = (-b ± √Δ) / 2a with Δ = b² - 4ac. The -b / 2a part is the center of the parabola, and the ± √Δ / 2a part steps left and right from that center to where the curve crosses the x-axis. That is why the two roots always sit symmetrically around the axis of symmetry. For example, with x² - 2x - 3 the center is x = 1 and the step is 2, landing on x = -1 and x = 3, exactly where the explorer draws its root markers.

  • Δ > 0: two real roots, the parabola crosses the x-axis twice
  • Δ = 0: one repeated root, the vertex touches the axis
  • Δ < 0: no real roots, the parabola never reaches the axis

The Vertex and the Axis of Symmetry

Every parabola turns exactly once, at its vertex. From standard form the vertex x-coordinate is h = -b / 2a, and the vertical line x = h is the axis of symmetry. Rewriting the equation as y = a(x - h)² + k is called vertex form, and it makes transformations obvious: h shifts the curve sideways, k lifts it, and a stretches it. In the explorer you can work this direction physically: drag the vertex anywhere and the tool solves b and c from vertex form so the sliders follow your hand.

What a, b, and c Each Do

The three coefficients have three distinct jobs. a sets the shape: bigger |a| makes a narrower parabola, and a negative a flips it to open downward. c is simply the y-intercept, the height where the curve crosses the y-axis at x = 0. b is the subtle one: it slides the vertex along a path, tilting the curve around its intercept. However, at exactly a = 0 the equation stops being quadratic altogether and collapses to the straight line y = bx + c, which is why the explorer flags that case instead of pretending a parabola exists.

Using the Discriminant Before You Solve

The fastest exam habit a quadratic equation solver can teach you is computing Δ = b² - 4ac first. It costs one line and tells you what kind of answer to expect, so a negative square root never ambushes you mid-formula. For example, 2x² + 3x + 4 has Δ = 9 - 32 = -23, so you can state "no real roots" immediately and move on. In this quadratic explorer, raise c slowly and watch the two root markers slide together, merge at Δ = 0, and vanish as Δ goes negative: that is the discriminant working in real time. The formula panel doubles as a quadratic formula calculator, so you can type exact coefficients and check the worked Δ line, and the live curve makes the page a quick parabola grapher too.

Common Mistakes