Ⅱ Expressions & Equations · Stage 11 — Quadratic Equations · 11.3 The Quadratic Formula and the Discriminant
Stage 11 · Quadratic Equations

11.3  The Quadratic Formula and the Discriminant

One formula that solves every quadratic, and a quantity that forecasts the roots in advance.

For ages 13–15 · Intuition before notation
x = b ± √(b2−4ac) 2a the master key Δ > 0 · cuts twice Δ = 0 · just touches Δ < 0 · floats clear one key, and a weather forecast
One formula solves every quadratic — and the piece under its square root tells you, in advance, how many roots you'll get.

Completing the square works on every quadratic. So here's a lazy, brilliant idea: instead of completing the square over and over for each new equation, let's complete it once — on the general equation ax2 + bx + c = 0 — and keep the answer forever. What drops out is a master key called the quadratic formula. Feed it the three numbers a, b, c and out come the roots. And the little expression living under its square root quietly forecasts, before you finish a single calculation, whether you'll get two roots, one, or none.

By the end you'll be able to derive the formula, plug numbers into it without tripping over signs, compute the discriminant Δ = b2 − 4ac to predict the roots, and even work backward — choosing a missing number so the equation has exactly the roots you want. Throughout, the colors carry the meaning: a is blue (the x² term), b is teal (the x term), c is amber (the constant), and every root is violet. The discriminant Δ gets its own red call-out, because it's the part most worth watching.

11.3.1 Where the quadratic formula comes from

The formula isn't magic and it isn't something to memorize on faith. It's just completing the square done once, with letters instead of numbers, so that the work is banked for all time. Let's walk the whole derivation slowly. We start with the general quadratic, and we'll assume a ≠ 0 (otherwise there's no x² term and it isn't a quadratic at all).

The one move that makes completing the square possible is getting a 1 in front of x². So our very first step is to divide every term by a. After that, completing the square means taking half of the x-coefficient and squaring it — that's the famous (b⁄2a)2 — and adding it to both sides to keep the equation balanced. The left side then folds up into a perfect square, the right side gets combined over a common denominator, and a single square root finishes the job.

The derivation, line by line
Start: ax2 + bx + c = 0
Divide every term by a: x2 + (ba)x + ca = 0
Move the constant to the right: x2 + (ba)x = −ca
Add (b⁄2a)2 to both sides: x2 + (ba)x + (b⁄2a)2 = b2⁄4a2ca
Left side is now a perfect square; combine the right over 4a2: (x + b⁄2a)2 = (b2 − 4ac)⁄4a2
Square-root both sides (remember the ±): x + b⁄2a = ±√(b2 − 4ac)⁄(2a)
Solve for x: x = b ± √(b2 − 4ac)2a

That last line is the whole point. It says: to solve any quadratic, you never have to complete the square again. Just read off a, b, c and substitute. The two signs in the ± give you the two roots — one from the plus, one from the minus.

🎮 Try itWatch the formula appear

Tap "Next step" to reveal the derivation one honest line at a time. The final tap boxes the master key.

step 0 of 7

11.3.2 Applying the formula

Using the formula is a four-step ritual: (1) write the equation as ax2 + bx + c = 0, (2) read off a, b, c with their signs, (3) compute the thing under the root, b2 − 4ac, and (4) drop everything into (−b ± √…)/(2a). The single most common slip is forgetting that it's b, not b. When b is already negative, −b turns positive — and people miss that flip constantly.

Worked example — nice whole-number roots

Solve 2x2 − 7x + 3 = 0. Here a = 2, b = −7, c = 3.

Discriminant: Δ = (−7)2 − 4·2·3 = 49 − 24 = 25
Square root: √25 = 5
Notice −b = −(−7) = +7, so x = (7 ± 5)⁄4
Plus: x = 12⁄4 = 3. Minus: x = 2⁄4 = 1/2.
Worked example — irrational roots

Solve x2 + 2x − 1 = 0. Here a = 1, b = 2, c = −1.

Δ = 22 − 4·1·(−1) = 4 + 4 = 8 — watch the double negative from c = −1.
x = (−2 ± √8)⁄2 = (−2 ± 2√2)⁄2 = −1 ± √2
So x ≈ 0.414 or x ≈ −2.414. Not pretty — but exact, and the formula didn't blink.

That's the formula's superpower over factoring: it doesn't care whether the roots are whole numbers, fractions, or ugly irrationals. Factoring only works smoothly when the answer happens to be nice. The formula works always.

🎮 Try itFormula machine

Set a, b, c and watch Δ and the two roots compute live, with the parabola dropping violet dots on its x-intercepts.

a 2
b −7
c 3

11.3.3 The discriminant Δ = b² − 4ac

Look again at the formula. Everything is fixed arithmetic except the part under the square root, b2 − 4ac. That expression has its own name: the discriminant, written with the Greek letter delta, Δ. It "discriminates" — it tells the roots apart.

Here's why it's so useful. You can compute Δ all by itself, in one line, before you do any of the rest. And just from its sign you already know the whole story of the roots — without solving. It's like checking the weather forecast before you leave the house: you don't need to step outside to know whether to grab an umbrella.

The discriminant

For ax2 + bx + c = 0, the discriminant is Δ = b2 − 4ac. It is the quantity living under the square root in the quadratic formula, and its sign alone decides how many real roots there are.

11.3.4 Using Δ to judge the roots

Why does the sign of Δ control everything? Because the formula takes Δ. Think about what that square root does in three cases.

If Δ > 0, then √Δ is a real positive number, and the ± splits it into two genuinely different answers — the b + √Δ branch and the b − √Δ branch land in different places. Two distinct real roots. The parabola crosses the x-axis at two points.

If Δ = 0, then √Δ = 0, and adding or subtracting zero gives the same thing both times. The two roots merge into one repeated root, sitting exactly at x = −b⁄(2a). The parabola just touches the x-axis at its vertex — a kiss, not a crossing.

If Δ < 0, you'd be taking the square root of a negative number, which has no real value. No real roots. The parabola floats entirely above or below the x-axis and never reaches it.

Three quick forecasts
x2 − 5x + 6: Δ = 25 − 24 = 1 > 0 → two real roots (they're 2 and 3).
x2 − 4x + 4: Δ = 16 − 16 = 0 → one repeated root (2).
x2 + x + 1: Δ = 1 − 4 = −3 < 0 → no real roots.
Watch out

The discriminant tells you how many real roots, not what they are. A positive Δ that isn't a perfect square (like Δ = 8) still means two real roots — they're just irrational. And Δ being negative doesn't mean "no answer ever"; it means no real answer. Those cases reopen later as complex numbers.

🎮 Try itDiscriminant weather

Keep x2 − 2x + c and slide c. Watch the parabola cut, touch, or clear the x-axis as Δ changes sign.

c −1

11.3.5 Working backward from the discriminant

Once you trust that Δ's sign controls the roots, you can run the logic backward. Someone tells you what kind of roots they want, you set up the matching condition on Δ, and you solve for the unknown number in the equation. This is a favorite test question, and it's the gateway to inequalities.

Suppose x2 − 6x + k = 0 is supposed to have two equal roots (a repeated root). "Equal roots" is exactly the Δ = 0 case. So set Δ = (−6)2 − 4·1·k = 36 − 4k equal to zero: 36 − 4k = 0 → k = 9. So k = 9 is the one value that makes the parabola just kiss the axis.

Now suppose x2 + 4x + k = 0 must have two distinct real roots. That's Δ > 0, an inequality: 16 − 4k > 0 → 16 > 4kk < 4. Notice the answer is a whole range of values, not a single number. And "no real roots" would be Δ < 0, giving k > 4. This move — translating "kind of roots" into an inequality on a parameter — is precisely the doorway into Stage 12.

🎮 Try itTune the parameter

Slide k in x2 − 6x + k = 0. Find the single value of k that makes Δ = 0 and the roots merge.

k 3

The big ideas, in one breath

Complete the square once on the general quadratic and you get a master key, x = (−b ± √(b2 − 4ac))⁄(2a), that solves any ax2 + bx + c = 0 by substitution — remembering it's b and the whole numerator sits over 2a. The expression under the root is the discriminant Δ = b2 − 4ac, and its sign forecasts the roots: Δ > 0 two, Δ = 0 one, Δ < 0 none. Read that logic backward and "what kind of roots?" becomes an equation or inequality you solve for a missing parameter.

Coming up next — 11.4

We've been finding where parabolas hit the x-axis. Next we turn the picture around and study the parabola itself — its vertex, its axis of symmetry, and how a, b, c shape it — so that solving and graphing become two views of one object.

Exercises 11.3

Work each one out first, then open the answer to check your thinking.

  1. Compute Δ for x2 − 7x + 10 = 0 and state the number of real roots.
    Show answer
    Δ = (−7)2 − 4·1·10 = 49 − 40 = 9. Since Δ > 0 (and it's a perfect square), there are two real roots.
  2. Compute Δ for 4x2 − 12x + 9 = 0 and state the number of real roots.
    Show answer
    Δ = (−12)2 − 4·4·9 = 144 − 144 = 0. Δ = 0 means one repeated real root.
  3. Compute Δ for x2 + x + 1 = 0 and state the number of real roots.
    Show answer
    Δ = 12 − 4·1·1 = 1 − 4 = −3. Δ < 0 means no real roots.
  4. Solve with the formula: x2 − 3x − 10 = 0.
    Show answer
    Δ = 9 + 40 = 49, √49 = 7. x = (3 ± 7)⁄2x = 5 or x = −2.
  5. Solve with the formula: 2x2 + 5x − 3 = 0.
    Show answer
    Δ = 25 + 24 = 49, √49 = 7. x = (−5 ± 7)⁄4x = 1/2 or x = −3.
  6. Solve with the formula: x2 − 4x + 1 = 0.
    Show answer
    Δ = 16 − 4 = 12, √12 = 2√3. x = (4 ± 2√3)⁄2 = 2 ± √3x ≈ 3.732 or x ≈ 0.268.
  7. For what value of k does x2 − 8x + k = 0 have one repeated root?
    Show answer
    Equal roots ⇒ Δ = 0. Δ = 64 − 4k = 0 → k = 16.
  8. For what values of k does x2 + 6x + k = 0 have two distinct real roots?
    Show answer
    Two distinct roots ⇒ Δ > 0. 36 − 4k > 0 → 36 > 4kk < 9.
  9. Show that 3x2 − x + 2 = 0 has no real roots.
    Show answer
    Δ = (−1)2 − 4·3·2 = 1 − 24 = −23. Since Δ < 0, there are no real roots.
  10. A student writes the formula as x = −b ± √(b2−4ac)⁄2a. Name the two placement mistakes.
    Show answer
    First, the 2a in the denominator must sit under the entire numerator, including the b — as written, only the square root is being divided by 2a. Second, without parentheses, "⁄2a" reads as dividing by 2 and then multiplying by a; it must be ⁄(2a). Correct form: x = (−b ± √(b2−4ac))⁄(2a).

🎯 Quick check

Tap the answer you think is right.

§ For teachers and parents

This lesson covers Common Core A-REI.B.4b: solving quadratics by the quadratic formula, and using the discriminant to reason about the number and nature of solutions. The misconception to watch hardest for is the sign of the leading term in the numerator — students routinely write b instead of −b, and lose the flip when b is itself negative — plus the parenthesization that keeps the whole numerator over 2a. Deriving the formula by completing the square (rather than presenting it as a fact) is deliberate: it shows the formula is earned, and it ties this lesson directly to 11.2. The Δ < 0 / "no real roots" case is where complex numbers (Stage 31) begin, and the backward "find k so that…" problems with their inequality answers are exactly where Stage 12 (quadratic inequalities) takes root.

Next → 11.4 Solving by Factoring
eastmath.com · Stage 11 · 11.3 The Quadratic Formula and the Discriminant · Intuition before notation