Skip to main content
guidealgebra

What Is the Discriminant of a Quadratic Equation?

·12 min read·Solvify Team

The discriminant of a quadratic equation is the expression b² − 4ac, the part that sits under the square root inside the quadratic formula. If you have ever asked 'what is the discriminant of a quadratic equation,' the short answer is this: it is a single number that tells you, before you finish solving, exactly how many real solutions the equation has. A positive discriminant means two distinct real roots, a discriminant of zero means exactly one repeated root, and a negative discriminant means no real roots exist. Mastering the discriminant saves time, guides your choice of solving method, and is a standard topic on every algebra and precalculus exam.

What Is the Discriminant of a Quadratic Equation?

Every quadratic equation can be written in standard form as ax² + bx + c = 0, where a ≠ 0. The quadratic formula x = (−b ± √(b² − 4ac)) / 2a solves it directly. The discriminant is the expression b² − 4ac — the quantity under the square root. It gets its name from the Latin discriminare, meaning 'to distinguish,' because it distinguishes between three fundamentally different types of solution. When students ask 'what is the discriminant of a quadratic equation,' the complete answer must include not just the formula but also what its sign means. The discriminant is not just a computational step you pass through on the way to an answer; it is a diagnostic value on its own. Once you compute b² − 4ac, you know the nature of all solutions before doing any further arithmetic. This is why many textbooks and exam mark schemes treat the discriminant as a standalone skill separate from actually solving the equation. In short, the discriminant answers the question 'how many real solutions does this quadratic have?' with a single signed number.

Discriminant formula: Δ = b² − 4ac, where ax² + bx + c = 0.

How Does the Sign of the Discriminant Determine the Number of Solutions?

The sign of b² − 4ac controls what happens when you take the square root in the quadratic formula. Because the square root of a negative number is not a real number, a negative discriminant eliminates real solutions entirely. A discriminant of zero collapses the ± to a single value. A positive discriminant produces two different square-root results, giving two distinct solutions. These three cases are exact and exhaustive — every quadratic falls into one of them.

1. Case 1: b² − 4ac > 0 — two distinct real roots

The square root of a positive number has two real values, one positive and one negative. The quadratic crosses the x-axis at two different points. Example: x² − 5x + 4 = 0 has a = 1, b = −5, c = 4. Discriminant: (−5)² − 4(1)(4) = 25 − 16 = 9. Since 9 > 0, there are two distinct real roots. Solving: x = (5 ± 3) / 2, giving x = 4 and x = 1. Check: (4)² − 5(4) + 4 = 16 − 20 + 4 = 0 ✓ and (1)² − 5(1) + 4 = 1 − 5 + 4 = 0 ✓.

2. Case 2: b² − 4ac = 0 — exactly one repeated root

The square root of zero is zero, so ±0 adds nothing and both the + case and − case give the same answer. The quadratic touches the x-axis at exactly one point — its vertex. Example: x² − 6x + 9 = 0 has a = 1, b = −6, c = 9. Discriminant: (−6)² − 4(1)(9) = 36 − 36 = 0. One root: x = 6 / 2 = 3. Check: (3)² − 6(3) + 9 = 9 − 18 + 9 = 0 ✓. This root is called a double root or repeated root.

3. Case 3: b² − 4ac < 0 — no real roots

A negative discriminant means √(negative number) is undefined in the real number system. The quadratic formula would require the square root of a negative, so there are no real solutions. The parabola floats entirely above or below the x-axis, never crossing it. Example: x² + 4x + 8 = 0 has a = 1, b = 4, c = 8. Discriminant: 16 − 32 = −16. Because −16 < 0, there are no real roots. In a complex-numbers course, the solutions are x = −2 ± 2i, but at standard algebra level the answer is 'no real solution.'

Δ > 0 → two distinct real roots. Δ = 0 → one repeated root. Δ < 0 → no real roots.

How Do You Calculate the Discriminant Step by Step?

Calculating b² − 4ac is a four-step process. The most common errors happen at step 2 (squaring a negative b) and step 3 (computing 4ac when c is negative). Work through the steps in order and write each intermediate result before moving on.

1. Step 1 — Write the equation in standard form ax² + bx + c = 0

If the equation is not already set equal to zero, rearrange it. For example, 3x² = 10 − x must become 3x² + x − 10 = 0 before you can read off a, b, and c. Identifying the wrong coefficients is the root cause of most discriminant errors.

2. Step 2 — Identify a, b, and c with their signs

In 3x² + x − 10 = 0: a = 3, b = 1, c = −10. Write all three values explicitly, including the minus sign for any negative coefficient. If a term is missing, its coefficient is zero (e.g., x² − 9 = 0 has b = 0).

3. Step 3 — Compute b²

Square b, including its sign: b² = (1)² = 1. If b were −7, you would write (−7)² = 49 — squaring always produces a non-negative result. Never write −b² when you mean (b)²; the parentheses are what prevent sign errors.

4. Step 4 — Compute 4ac and subtract from b²

4ac = 4 × 3 × (−10) = −120. Then b² − 4ac = 1 − (−120) = 1 + 120 = 121. Subtracting a negative number adds it. The discriminant is 121. Since 121 > 0 and 121 = 11², the roots will be rational integers or simple fractions. Solving: x = (−1 ± 11) / 6, giving x = 10/6 = 5/3 and x = −12/6 = −2. Check for x = −2: 3(4) + (−2) − 10 = 12 − 2 − 10 = 0 ✓.

Always compute b² and 4ac as separate sub-problems, then subtract. One labeled line each: far fewer sign mistakes.

What Does the Discriminant Reveal About the Graph of a Parabola?

Every quadratic equation ax² + bx + c = 0 corresponds to a parabola y = ax² + bx + c. The x-intercepts of that parabola are exactly the real roots of the equation — the points where y = 0. The discriminant therefore directly controls how the parabola sits relative to the x-axis: two crossings, one tangency, or no intersection. This geometric interpretation makes the discriminant far more intuitive than a purely algebraic rule.

1. Δ > 0: the parabola crosses the x-axis at two distinct points

The two real roots are the x-coordinates of those two intersection points. If a > 0 (opens upward), the parabola dips below the x-axis between the two roots. If a < 0 (opens downward), it rises above the x-axis between them. Example: y = x² − x − 6. Discriminant: 1 + 24 = 25. Roots: x = 3 and x = −2. The parabola crosses the x-axis at (3, 0) and (−2, 0).

2. Δ = 0: the parabola is tangent to the x-axis at its vertex

One repeated root means the vertex of the parabola sits exactly on the x-axis. The parabola touches but does not cross. Example: y = x² − 4x + 4. Discriminant: 16 − 16 = 0. Root: x = 2. Vertex is at (2, 0). The parabola just grazes the x-axis at its lowest point.

3. Δ < 0: the parabola does not intersect the x-axis

If a > 0, the entire parabola is above the x-axis (all y values are positive). If a < 0, the entire parabola is below the x-axis (all y values are negative). Example: y = 2x² + x + 3. Discriminant: 1 − 24 = −23. No x-intercepts. Since a = 2 > 0, the parabola sits entirely above the x-axis, confirming that 2x² + x + 3 > 0 for all real x.

The discriminant tells you where the parabola is, relative to the x-axis, before you draw a single point.

How Can You Use the Discriminant to Choose Your Solving Method?

Before solving any quadratic, computing the discriminant first is a five-second investment that guides your entire approach. The value of b² − 4ac tells you not only whether real solutions exist but also which solving method will be fastest. This habit separates students who work efficiently from those who spend two minutes on a factoring attempt that was doomed from the start.

1. If Δ < 0, stop — no real solutions

There is no point attempting any real-number solving method. Write 'no real solutions' and move on. In a complex-numbers context, use the quadratic formula and express the result with i = √(−1).

2. If Δ = 0, the solution is x = −b / (2a)

One repeated root means you do not need the full quadratic formula — simply divide −b by 2a. Example: 9x² − 12x + 4 = 0. Discriminant: 144 − 144 = 0. Root: x = 12 / 18 = 2/3.

3. If Δ > 0 and is a perfect square, factoring is likely fastest

Perfect-square discriminants (1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, …) produce rational roots, which means the quadratic probably factors over the integers. For x² + 7x + 10 = 0: discriminant = 49 − 40 = 9 = 3². Try factoring: (x + 2)(x + 5) = 0, giving x = −2 and x = −5. Factoring takes under thirty seconds when it works.

4. If Δ > 0 and is not a perfect square, use the quadratic formula

Non-perfect-square discriminants produce irrational roots involving radicals. Factoring over the integers will not work. Go straight to x = (−b ± √Δ) / 2a. Example: x² + 3x − 1 = 0. Discriminant: 9 + 4 = 13, which is not a perfect square. Roots: x = (−3 ± √13) / 2 ≈ 0.303 and ≈ −3.303.

Compute Δ first, every time. It takes five seconds and tells you which method to use and whether to bother at all.

Common Mistakes When Working With the Discriminant

Most discriminant errors are sign errors — they happen in one of three predictable places. Knowing where they occur is enough to avoid almost all of them.

1. Squaring a negative b incorrectly

If b = −6, then b² = (−6)² = 36, not −36. Squaring always removes the negative sign. The fix: always write b² as (b)² with parentheses and substitute the signed value inside: (−6)² = 36. Never write −6² — that equals −36, the opposite of what you want.

2. Forgetting to multiply 4 × a × c (not just a × c)

The term is 4ac, not just ac. A common error is computing ac = 3 × 2 = 6 and then subtracting 6 from b², skipping the factor of 4. The correct value is 4 × 3 × 2 = 24. Write '4ac =' as a labeled step so the factor of 4 is never overlooked.

3. Subtracting a negative and getting the wrong sign

When c is negative, 4ac is also negative (if a > 0). Then b² − 4ac = b² − (negative number) = b² + positive number. Example: a = 2, b = 3, c = −4. Discriminant: 9 − 4(2)(−4) = 9 − (−32) = 9 + 32 = 41. Students who rush write 9 − 32 = −23, which gives the wrong sign and the wrong conclusion about the number of roots.

4. Not converting to standard form before identifying coefficients

For the equation 2x² + 5 = 3x, reading a = 2, b = 5, c = 3 gives discriminant 25 − 24 = 1 — which is wrong. First rewrite as 2x² − 3x + 5 = 0, giving a = 2, b = −3, c = 5 and discriminant 9 − 40 = −31 (no real roots). Always set the right side equal to zero before reading coefficients.

5. Confusing the discriminant with the quadratic formula's square root term

The discriminant is b² − 4ac, not √(b² − 4ac). Students sometimes label √(b² − 4ac) as the discriminant. The discriminant is the number under the radical — the sign of that number, not the radical itself, determines the number of solutions.

Practice Problems: Find and Interpret the Discriminant

Work through each problem on your own before reading the solution. For each equation, identify a, b, and c, compute the discriminant, state the number of real solutions, and (where asked) find the roots.

1. Problem 1 — Easy: x² + 6x + 9 = 0

a = 1, b = 6, c = 9. Discriminant: 6² − 4(1)(9) = 36 − 36 = 0. One repeated root. Root: x = −6 / 2 = −3. Check: (−3)² + 6(−3) + 9 = 9 − 18 + 9 = 0 ✓.

2. Problem 2 — Easy: x² − 4x + 3 = 0

a = 1, b = −4, c = 3. Discriminant: (−4)² − 4(1)(3) = 16 − 12 = 4. Two distinct real roots (4 is a perfect square, so factoring works). √4 = 2. Roots: x = (4 ± 2) / 2 = 3 and 1. Check: (3)² − 4(3) + 3 = 9 − 12 + 3 = 0 ✓ and (1)² − 4(1) + 3 = 1 − 4 + 3 = 0 ✓.

3. Problem 3 — Medium: 2x² + x + 5 = 0

a = 2, b = 1, c = 5. Discriminant: 1 − 4(2)(5) = 1 − 40 = −39. Since −39 < 0, there are no real roots. The parabola y = 2x² + x + 5 sits entirely above the x-axis.

4. Problem 4 — Medium: 3x² − 7x + 2 = 0

a = 3, b = −7, c = 2. Discriminant: (−7)² − 4(3)(2) = 49 − 24 = 25. Two distinct real roots (25 is a perfect square). √25 = 5. Roots: x = (7 ± 5) / 6, giving x = 12/6 = 2 and x = 2/6 = 1/3. Check for x = 2: 3(4) − 7(2) + 2 = 12 − 14 + 2 = 0 ✓.

5. Problem 5 — Hard: 4x² − 4x + 1 = 3x

First rewrite in standard form: 4x² − 4x + 1 − 3x = 0 → 4x² − 7x + 1 = 0. a = 4, b = −7, c = 1. Discriminant: 49 − 16 = 33. Since 33 > 0 but is not a perfect square, use the quadratic formula. Roots: x = (7 ± √33) / 8 ≈ (7 ± 5.745) / 8. So x ≈ 1.593 and x ≈ 0.157.

6. Problem 6 — Conceptual: For what value of k does x² − kx + 9 = 0 have exactly one solution?

One solution requires the discriminant to equal zero: k² − 4(1)(9) = 0 → k² = 36 → k = 6 or k = −6. Check for k = 6: discriminant = 36 − 36 = 0 ✓. This type of problem — finding a parameter that makes the discriminant zero — is common on standardized tests and final exams.

FAQ — What Is the Discriminant of a Quadratic Equation?

These are the questions students and exam-takers ask most often when they want to know what is the discriminant of a quadratic equation. Each answer is kept concise and practical.

1. Where does the discriminant appear in the quadratic formula?

The quadratic formula is x = (−b ± √(b² − 4ac)) / 2a. The discriminant b² − 4ac is the expression under the square root sign, also called the radicand. It is often written as Δ (Greek letter delta) in European textbooks.

2. Can the discriminant be used without solving the full equation?

Yes — that is its main purpose. Computing b² − 4ac takes under thirty seconds and immediately tells you how many real solutions exist, whether the roots are rational or irrational, and which solving method to use. You do not need to complete the full quadratic formula to use the discriminant.

3. What does it mean if the discriminant is a perfect square?

When b² − 4ac is a perfect square (0, 1, 4, 9, 16, 25, …), √(b² − 4ac) is a rational number, so the solutions are rational. This also means the quadratic likely factors over the integers, so factoring is worth trying first.

4. Is the discriminant always an integer?

No. If a, b, or c are fractions or decimals, the discriminant can be a non-integer. For example, for (1/2)x² + x + (1/2) = 0: discriminant = 1 − 4(1/2)(1/2) = 1 − 1 = 0. Negative or fractional discriminants are perfectly valid — the sign is what matters.

5. How does the discriminant relate to completing the square?

The quadratic formula (and therefore the discriminant) is derived by completing the square on the general equation ax² + bx + c = 0. The expression b² − 4ac appears naturally when you isolate the squared term. So the discriminant is not a separate formula — it is a piece of the completing-the-square process applied to general coefficients.

6. Does the discriminant apply to equations with complex number coefficients?

The discriminant formula b² − 4ac still applies, but when a, b, c are complex, the sign rule does not work the same way — a negative real discriminant does not mean 'no solutions,' because complex square roots always exist. The discriminant's sign interpretation (positive/zero/negative → two/one/zero real roots) is valid only when a, b, c are all real numbers.

Tags:
guidealgebra

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices