Skip to main content
Calkulon
Back to Guides
7 min read5 Steps

How to Calculate the Discriminant: Step-by-Step Guide

Learn to calculate the discriminant (Δ = b²−4ac) of a quadratic equation by hand. Understand its formula, interpret roots, and avoid common pitfalls.

Skip the math — use the calculator

Step-by-Step Instructions

1

Understand Quadratic Equations & Identify Coefficients (a, b, c)

First, ensure your quadratic equation is in the standard form `ax² + bx + c = 0`. Then, carefully identify the values of `a` (coefficient of x²), `b` (coefficient of x), and `c` (the constant term), paying close attention to their signs.

2

Learn and Recall the Discriminant Formula

Next, remember the discriminant formula: `Δ = b² - 4ac`. This formula is the core of our calculation and will determine the nature of your equation's roots.

3

Substitute Values into the Formula

Carefully plug the `a`, `b`, and `c` values you identified into the formula `Δ = b² - 4ac`. Use parentheses, especially for negative numbers, to prevent sign errors.

4

Perform the Calculation

Follow the order of operations (PEMDAS/BODMAS): first calculate `b²`, then `4ac`, and finally subtract the second result from the first. Be meticulous with your arithmetic!

5

Interpret Your Result

Finally, interpret the value of Δ: If Δ > 0, there are two distinct real roots. If Δ = 0, there is one real, repeated root. If Δ < 0, there are two complex (non-real) roots.

Unlock the Secrets of Quadratic Equations with the Discriminant!

Hey there, math explorers! Ever wondered if a quadratic equation has solutions you can find, or if it has any at all? That's where the discriminant comes in! It's a super handy tool in algebra that helps us understand the nature of the roots (or solutions) of a quadratic equation without actually solving for them. Think of it as a crystal ball for your equations!

A quadratic equation is any equation that can be written in the standard form:

ax² + bx + c = 0

where a, b, and c are real numbers, and a is not equal to 0. The discriminant, often denoted by the Greek letter delta (Δ), tells us if the roots are real or complex, and if they are distinct or repeated. Ready to dive in?

Prerequisites

Before we jump into the calculation, let's make sure you're comfortable with a few basic concepts:

  • Basic Algebra: You'll need to know how to add, subtract, multiply, and square numbers, especially negative numbers.
  • Quadratic Equations: Understanding the standard form ax² + bx + c = 0 and how to identify the coefficients a, b, and c is key.

The Discriminant Formula

The heart of our guide is this simple yet powerful formula:

Δ = b² - 4ac

Let's break down what each part means:

  • : This is the square of the coefficient b (the number attached to the x term).
  • 4ac: This is 4 multiplied by the coefficient a (the number attached to the term), and then multiplied by the constant c (the number without any x).

Now, let's get to the step-by-step process!

Step-by-Step Guide to Calculating the Discriminant

Step 1: Understand Quadratic Equations & Identify Coefficients (a, b, c)

The very first thing you need to do is ensure your quadratic equation is in its standard form: ax² + bx + c = 0. Once it is, clearly identify the values of a, b, and c. Remember to pay close attention to the signs (+ or -) in front of each number!

  • a is the coefficient of the term.
  • b is the coefficient of the x term.
  • c is the constant term (the number without any x).

Let's look at some examples:

  • For 2x² + 5x - 3 = 0, we have a = 2, b = 5, and c = -3.
  • For x² - 4x + 4 = 0, we have a = 1 (since is 1x²), b = -4, and c = 4.
  • For 3x² - 7 = 0, we can rewrite it as 3x² + 0x - 7 = 0. So, a = 3, b = 0, and c = -7.

Step 2: Learn and Recall the Discriminant Formula

Now that you know how to find a, b, and c, commit the discriminant formula to memory. It's concise but incredibly powerful!

Δ = b² - 4ac

This formula is the heart of our calculation and will guide you to understanding the nature of your equation's roots.

Step 3: Substitute Values into the Formula

Carefully plug the values of a, b, and c that you identified in Step 1 into the formula Δ = b² - 4ac. It's a fantastic habit to use parentheses, especially when substituting negative numbers, to help you avoid common sign errors.

Let's use an example: Consider the equation 2x² + 5x - 3 = 0. From Step 1, we found a = 2, b = 5, and c = -3.

Substitute these into the formula: Δ = (5)² - 4(2)(-3)

Step 4: Perform the Calculation

Now, follow the order of operations (PEMDAS/BODMAS) to calculate the value of Δ. Take your time and be precise!

  1. Square b: Calculate first.
  2. Multiply 4ac: Calculate 4 * a * c. Be very careful with the signs here!
  3. Subtract: Subtract the result from step 2 from the result of step 1.

Continuing our example (Δ = (5)² - 4(2)(-3)):

  1. Calculate : (5)² = 25
  2. Calculate 4ac: 4 * 2 * (-3) = 8 * (-3) = -24
  3. Perform the subtraction: Δ = 25 - (-24) Remember that subtracting a negative number is the same as adding a positive number: Δ = 25 + 24 Δ = 49

So, for the equation 2x² + 5x - 3 = 0, the discriminant is 49.

Step 5: Interpret Your Result

The value of the discriminant is your key! It tells you everything about the nature of the roots of the quadratic equation. There are three exciting possibilities:

  • If Δ > 0 (Discriminant is positive): The quadratic equation has two distinct real roots. This means there are two different numbers that will satisfy the equation. If Δ is a perfect square (like 4, 9, 16, 49), the roots will be rational. If it's not a perfect square, the roots will be irrational.

    • Our example (Δ = 49): Since 49 > 0, the equation 2x² + 5x - 3 = 0 has two distinct real roots. (And since 49 is a perfect square, these roots are rational.)
  • If Δ = 0 (Discriminant is zero): The quadratic equation has one real root (a repeated root). This means there is only one number that satisfies the equation, and it appears twice. Graphically, this means the parabola just touches the x-axis at one point.

    • Example: For x² - 4x + 4 = 0 (a=1, b=-4, c=4) Δ = (-4)² - 4(1)(4) = 16 - 16 = 0. Since Δ = 0, this equation has one real, repeated root.
  • If Δ < 0 (Discriminant is negative): The quadratic equation has two complex (non-real) roots. These roots will always be a pair of complex conjugates. Graphically, this means the parabola does not intersect the x-axis at all.

    • Example: For x² + x + 1 = 0 (a=1, b=1, c=1) Δ = (1)² - 4(1)(1) = 1 - 4 = -3. Since Δ = -3 < 0, this equation has two complex (non-real) roots.

Common Pitfalls to Avoid

Even seasoned mathematicians make small errors sometimes! Here are some common traps to watch out for:

  • Sign Errors: This is the most frequent mistake! Be extra careful when b or c are negative. Remember that squaring a negative number always results in a positive number (e.g., (-5)² = 25). Also, 4ac can become positive if a and c have opposite signs, leading to b² - (-value) = b² + value.
  • Order of Operations: Always calculate first, then 4ac, and then perform the subtraction. Don't mix them up!
  • Missing Coefficients: If or x terms are missing, remember their coefficients are 1 or 0 respectively. For x² - 9 = 0, a=1, b=0, c=-9.
  • Equation Not in Standard Form: Always rearrange the equation to ax² + bx + c = 0 before identifying a, b, and c. For example, x² = 3x - 2 must become x² - 3x + 2 = 0.

When to Use a Discriminant Calculator

While calculating the discriminant by hand is absolutely essential for building your understanding and skills, a calculator can be a great convenience for:

  • Checking your work: After doing it manually, quickly input the coefficients into a calculator to confirm your answer. It's a great way to double-check for arithmetic errors.
  • Speed: When you need to find the discriminant for many equations quickly, a calculator saves valuable time.
  • Complex numbers: If you're dealing with very large numbers, decimals, or fractions as coefficients, a calculator helps avoid tedious arithmetic errors.

Remember, the goal is to understand the math, not just get an answer. Use the calculator as a helpful tool, not a substitute for your brainpower!

Conclusion

Awesome job! You've now mastered the calculation of the discriminant! This simple formula, Δ = b² - 4ac, is a fundamental concept in algebra, providing immediate insight into the nature of a quadratic equation's solutions. Keep practicing, and you'll soon be identifying the types of roots like a pro!

Ready to Calculate?

Skip the manual work and get instant results.

Open Calculator

Settings

PrivacyTermsAbout© 2026 Calkulon