TOPIC
Nature of roots of quadratic equations: The discriminantMY PROGRESS
Pug Score
0%
Getting Started
"Let's build your foundation!"
Study Points
+0
Overview
Watch
Read
Next Steps
Get Started
Get unlimited access to all videos, practice problems, and study tools.
Back to Menu
Topic Progress
Pug Score
0%
Getting Started
"Let's build your foundation!"
Videos Watched
0/0
Read
Not viewed
Study Points
+0
Overview
Watch
Read
Next Steps
Read
Nature of Roots of Quadratic Equations: The Discriminant
This lesson explains the discriminant of a quadratic equation, the formula b squared minus 4ac, and how its sign reveals the nature of the roots: two real roots, one repeated root, or two complex roots, with graphs and worked examples.
What Is the Discriminant?
Every quadratic equation can be written in general form as \(ax^2 + bx + c = 0\), where \(a\), \(b\), and \(c\) are real numbers and \(a \ne 0\). If you are not yet comfortable identifying \(a\), \(b\), and \(c\) from a quadratic, it helps to review quadratic general form before continuing here.
The discriminant is the part of the quadratic formula that sits under the square root sign. It is defined as:
\(D = b^2 - 4ac\)
This single expression, often searched simply as "b squared minus 4ac," tells you everything about the nature of the roots of a quadratic equation before you even finish solving it. That means you can predict whether the equation has two real solutions, one real solution, or no real solutions at all, just by plugging \(a\), \(b\), and \(c\) into \(D = b^2 - 4ac\).
Where the Discriminant Comes From
Recall the quadratic formula used for solving quadratic equations using the quadratic formula:
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
The quantity inside the square root, \(b^2 - 4ac\), controls what kind of number \(\sqrt{b^2-4ac}\) is. A square root of a positive number is a real number, a square root of zero is zero, and a square root of a negative number is not a real number. Since the discriminant sits exactly there, its sign decides how many real solutions the equation has.
The Three Cases of the Discriminant
There are exactly three possibilities for the sign of \(D = b^2 - 4ac\), and each one describes a different nature of roots.
Case 1: Discriminant greater than zero (two real roots)
When \(D > 0\), the square root in the quadratic formula produces a positive real number, so the plus and minus signs give two different real solutions. Graphically, the parabola \(y = ax^2 + bx + c\) crosses the x-axis at two distinct points.
Example: for \(x^2 - x - 6 = 0\), we have \(a = 1\), \(b = -1\), \(c = -6\).
\(D = (-1)^2 - 4(1)(-6) = 1 + 24 = 25\)
Since \(D = 25 > 0\), this equation has two distinct real roots. Solving confirms they are \(x = 3\) and \(x = -2\).
Case 2: Discriminant equal to zero (one repeated root)
When \(D = 0\), the square root term vanishes completely, so the plus and minus in the quadratic formula both give the same value. The equation has exactly one real root, sometimes called a repeated or double root. On the graph, the parabola just touches the x-axis at its vertex instead of crossing it.
Example: for \(x^2 - 4x + 4 = 0\), we have \(a = 1\), \(b = -4\), \(c = 4\).
\(D = (-4)^2 - 4(1)(4) = 16 - 16 = 0\)
Since \(D = 0\), this equation has one repeated real root, \(x = 2\). Notice that \(x^2 - 4x + 4\) factors as \((x-2)^2\), which is exactly why the root repeats.
Case 3: Discriminant less than zero (no real roots)
When \(D < 0\), you would need the square root of a negative number, which is not a real number. The equation has no real roots; its two solutions are complex numbers instead. The parabola never touches the x-axis at all.
Example: for \(x^2 - 2x + 5 = 0\), we have \(a = 1\), \(b = -2\), \(c = 5\).
\(D = (-2)^2 - 4(1)(5) = 4 - 20 = -16\)
Since \(D = -16 < 0\), this equation has no real roots. Its graph stays entirely above the x-axis.
Summary Table
How to Find the Discriminant, Step by Step
To find the discriminant of any quadratic equation, follow these steps:
- Write the equation in general form \(ax^2 + bx + c = 0\).
- Identify the values of \(a\), \(b\), and \(c\), paying attention to their signs.
- Substitute into \(D = b^2 - 4ac\) and simplify.
- Read off the sign of \(D\) to determine the nature of the roots using the table above.
For instance, for \(2x^2 + 3x - 5 = 0\): here \(a = 2\), \(b = 3\), \(c = -5\), so \(D = 3^2 - 4(2)(-5) = 9 + 40 = 49\). Since \(D = 49 > 0\) and is also a perfect square, this equation has two distinct real roots that are actually rational numbers.
Why the Discriminant Is Useful
Checking the discriminant before solving saves time, because it tells you what kind of answer to expect. If \(D < 0\), you already know there is no point trying to factor the equation or find real x-intercepts, since none exist. If \(D\) is a perfect square, the roots will be rational, which is a strong hint that factoring will work cleanly. If \(D\) is positive but not a perfect square, the roots are irrational and simplifying the square root, as in division de radicales, becomes part of the solving process. The discriminant also connects to the vertex of the parabola: since the vertex x-coordinate comes from the \(-b/2a\) vertex formula, a discriminant of zero always places the repeated root exactly at the vertex itself.
Key Takeaways
The discriminant, \(D = b^2 - 4ac\), is a fast diagnostic tool for the nature of roots of any quadratic equation. A positive discriminant gives two real roots, a zero discriminant gives one repeated real root, and a negative discriminant gives no real roots at all. Once you know which case you are in, you can choose the most efficient method to finish solving, whether that is factoring, completing the square, or applying the quadratic formula directly.