Discriminant Of A Quadratic Equation

Download as PDF

Ever wondered if a quadratic equation has two solutions, one solution, or no real solutions at all? The discriminant is a special tool that gives you the answer without actually solving the equation! Let's dive in and see how this powerful part of the quadratic formula works.

Discriminant Of A Quadratic Equation — an original Algebra911 reference diagram defining discriminant of a quadratic equation with its key formula and a worked example.
Discriminant of a Quadratic Equation: A Complete Guide

What Is the Discriminant of a Quadratic Equation?

The discriminant of a quadratic equation is the expression found inside the square root of the quadratic formula:

b24ac

Its name comes from the verb "to discriminate," which means to tell the difference between things. In algebra, the discriminant's job is to tell us the difference between the possible types of answers, or roots, we can get for a quadratic equation. By calculating just this one value, you can instantly determine whether the equation has two distinct real solutions, exactly one real solution, or no real solutions at all (instead having two complex solutions). It's a powerful shortcut that helps you understand the nature of a quadratic equation before you even start solving it.

First, a Quick Review of Quadratic Equations

Before we can master the discriminant, let's quickly refresh our memory on quadratic equations and the famous formula used to solve them. A quadratic equation is any equation that can be written in the standard form:

ax2+bx+c=0

In this form:

  • x is the variable.
  • a, b, and c are coefficients, which are known numbers.
  • The coefficient a cannot be zero (if it were, it wouldn't be a quadratic equation!).

When we want to find the values of x that make this equation true, we are looking for the "roots" or "solutions" of the equation. While factoring can sometimes work, the most reliable method for solving any quadratic equation is the quadratic formula:

x=b±b24ac2a

Look closely at what's under the square root symbol: b24ac. That's our hero, the discriminant! Its value directly impacts the outcome of this entire formula.

What Does the Value of the Discriminant Tell Us?

The magic of the discriminant lies in its sign. Whether it's positive, zero, or negative determines the number and type of solutions the quadratic equation has. Let's break down the three possible cases.

Case 1: The Discriminant is Positive (b24ac>0)

If the discriminant is a positive number, the quadratic equation will have two distinct real solutions. Why? In the quadratic formula, we have ±discriminant. If the discriminant is positive, its square root is a real number. This means we will perform two different calculations: one where we add the square root (b+...) and one where we subtract it (b...). This gives us two different, or distinct, real answers for x.

Case 2: The Discriminant is Zero (b24ac=0)

If the discriminant is exactly zero, the quadratic equation will have exactly one real solution. This is sometimes called a repeated root or a double root. The reason is simple. The ±... part of the formula becomes ±0, which is just ±0. Adding zero and subtracting zero gives you the same result. So, the formula simplifies to x=b2a, yielding only one unique solution.

Case 3: The Discriminant is Negative (b24ac<0)

If the discriminant is a negative number, the quadratic equation will have no real solutions. In the real number system, which is what you primarily work with in Algebra 1, you cannot take the square root of a negative number. Since the discriminant is under the square root, a negative value creates an impossible situation. Therefore, there are no real numbers for x that can solve the equation. (Later in your math journey, you'll learn about imaginary and complex numbers, which provide a way to express these solutions, but for now, we say there are no real solutions.)

Summary Table

Here is a handy table to summarize the three cases:

Value of Discriminant (D=b24ac)Number of Real SolutionsType of Solutions
D>0 (Positive)2Two distinct real solutions
D=0 (Zero)1One repeated real solution
D<0 (Negative)0No real solutions (two complex solutions)

Putting It All Together: Step-by-Step Examples

Let's work through some examples from start to finish. For each one, we will calculate the discriminant and then state the number and type of solutions.

Example 1

Find the discriminant and determine the number of real solutions for the equation 2x2+7x+3=0.

  1. Identify a, b, and c. The equation is already in standard form ax2+bx+c=0.
    a=2
    b=7
    c=3
  2. Write down the discriminant formula.
    D=b24ac
  3. Substitute the values into the formula.
    D=(7)24(2)(3)
  4. Calculate the result. Be careful with the order of operations.
    D=4924
    D=25
  5. Interpret the result. The discriminant is 25, which is a positive number (D>0).
    Answer: The discriminant is 25, which means the equation has two distinct real solutions.
Example 2

Find the discriminant and determine the number of real solutions for the equation 9x212x+4=0.

  1. Identify a, b, and c.
    a=9
    b=12 (Don't forget the negative sign!)
    c=4
  2. Write down the discriminant formula.
    D=b24ac
  3. Substitute the values. Use parentheses for negative numbers to avoid errors.
    D=(12)24(9)(4)
  4. Calculate the result.
    D=144144
    D=0
  5. Interpret the result. The discriminant is exactly 0 (D=0).
    Answer: The discriminant is 0, which means the equation has exactly one real solution.
Example 3

Find the discriminant and determine the number of real solutions for the equation 5x23x=2.

  1. Rewrite the equation in standard form (set to zero). This is a critical first step!
    5x23x+2=0
  2. Identify a, b, and c.
    a=5
    b=3
    c=2
  3. Write down the discriminant formula.
    D=b24ac
  4. Substitute the values.
    D=(3)24(5)(2)
  5. Calculate the result.
    D=940
    D=31
  6. Interpret the result. The discriminant is 31, which is a negative number (D<0).
    Answer: The discriminant is -31, which means the equation has no real solutions.

How Does the Discriminant Relate to the Graph of a Parabola?

The solutions (or roots) of a quadratic equation are the x-intercepts of its graph, which is a U-shaped curve called a parabola. The discriminant gives us a powerful clue about how this parabola looks without ever having to graph it!

  • If D>0 (two real solutions), it means the parabola crosses the x-axis at two distinct points.
  • If D=0 (one real solution), it means the vertex (the lowest or highest point) of the parabola touches the x-axis at exactly one point.
  • If D<0 (no real solutions), it means the parabola completely misses the x-axis. It will be entirely above or entirely below the x-axis, never crossing it.

Thinking about the graph is a great way to build a visual understanding of what the discriminant is actually telling you. It connects the abstract algebra to a concrete geometric picture.

Key formulas for discriminant of a quadratic equation by Algebra911.
Key formulas for discriminant of a quadratic equation by Algebra911.

What Are Some Common Mistakes to Avoid?

Using the discriminant is straightforward, but a few common slip-ups can lead to the wrong answer. Be sure to watch out for these:

  1. Forgetting to Set the Equation to Zero: The discriminant formula b24ac only works when the equation is in standard form ax2+bx+c=0. Always rearrange the equation first, like we did in Example 3.
  2. Sign Errors with 'b': When you square a negative value for b, the result is always positive. For example, if b=5, then b2=(5)2=25, not 25. Always use parentheses: (5)2.
  3. Sign Errors with '-4ac': This is the most common mistake. Pay close attention to the signs of a and c. If either a or c is negative, the 4ac term will become positive. For example, if a=1 and c=2, then 4ac=4(1)(2)=+8.
  4. Misidentifying a, b, or c: Double-check that you have correctly identified the coefficients. If a term is missing, its coefficient is zero. For example, in x29=0, a=1, b=0, and c=9.
  5. Confusing the Discriminant with the Solution: Remember, the discriminant tells you how many solutions there are, not what the solutions are. A discriminant of 25 doesn't mean the answer is 25; it means there are two real solutions.

Quick Summary: Discriminant at a Glance

Need a quick refresher? Here's everything you need to know in a nutshell.

  • What is it? The discriminant is a part of the quadratic formula.
  • The Formula: D=b24ac
  • The Three Rules:
    1. If D>0 (positive) Two distinct real solutions.
    2. If D=0 (zero) One repeated real solution.
    3. If D<0 (negative) No real solutions.
  • The First Step: Always make sure your equation is in the form ax2+bx+c=0 before you begin!

Frequently Asked Questions

Does the discriminant tell you what the solutions are?

No, the discriminant does not tell you the actual values of the solutions. It only tells you the number of real solutions (two, one, or none) and their type (real or complex). To find the actual solutions, you must solve the full quadratic formula.

Why is the discriminant so important?

It's a valuable shortcut. In many problems, especially on timed tests, you might only need to know if a solution exists, not what it is. The discriminant gives you this information quickly without the need for a lengthy calculation.

Can the discriminant be a fraction or a decimal?

Yes, it can. If the coefficients a, b, or c are fractions or decimals, the discriminant itself can be one too. The rules remain the same: if it's positive, there are two real roots; if zero, one real root; if negative, no real roots.

What happens if the 'b' term is missing in a quadratic equation?

If the bx term is missing, it simply means that the coefficient b=0. You can still calculate the discriminant perfectly. For example, in 3x212=0, you would use a=3, b=0, and c=12.

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

If the discriminant is a positive number that is also a perfect square (like 9, 25, or 144), it tells you something special. It means the two real solutions will be rational numbers, and the original quadratic equation could have been solved by factoring.

Is the discriminant always part of the quadratic formula?

Yes, it is always the expression inside the square root of the quadratic formula, x=b±b24ac2a. The discriminant is not a separate, unrelated concept; it is fundamentally derived from this formula.

Do I need to memorize the discriminant formula?

Yes, you should definitely memorize the formula D=b24ac. It is a fundamental tool in algebra that you will use frequently when studying quadratic equations and their graphs.