Discriminant

The discriminant, given by b24acb^2 - 4ac, tells you whether a quadratic equation has real solutions and how many without actually solving it.

Δ=b24ac\Delta = b^2 - 4ac

Solve a problem with Discriminant

Type the problem. The solver will use Discriminant where Discriminant is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Discriminant takes
aa
bb
cc
Δ\Delta
Discriminant
SymbolMeaning
aaThe coefficient of x2x^2 in the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0; if you read it as the coefficient of xx or the constant term by mistake, your discriminant will be completely wrong.
bbThe coefficient of xx in the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0; this value is squared in the discriminant formula, so forgetting to square it or using the wrong sign will give an incorrect result.
ccThe constant term (the number with no xx) in the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0; many students misidentify the sign of cc, especially when it is negative, which throws off the entire discriminant calculation.
Δ\DeltaThe discriminant itself, equal to b24acb^2 - 4ac; it is positive when there are two real solutions, zero when there is one real solution, and negative when there are no real solutions.

When to use it

Reach for the discriminant when you need to know if a quadratic equation has real solutions before solving it or when the Quadratic Formula might involve a square root of a negative number.

Level

Usually taught in: Algebra I · Appears on: SAT

Worked examples

1. Find the number of solutions for a simple quadratic

Problem

How many real solutions does x25x+6=0x^2 - 5x + 6 = 0 have? Use the discriminant to find out.
  1. a=1,b=5,c=6a = 1, \quad b = -5, \quad c = 6

    Identify the coefficients by comparing x25x+6=0x^2 - 5x + 6 = 0 to the standard form ax2+bx+c=0ax^2 + bx + c = 0.

  2. b2=(5)2=25b^2 = (-5)^2 = 25

    Square the coefficient of xx, including its sign.

  3. 4ac=416=244ac = 4 \cdot 1 \cdot 6 = 24

    Multiply 4 times the coefficient of x2x^2 times the constant term.

  4. Δ=b24ac=2524=1\Delta = b^2 - 4ac = 25 - 24 = 1

    Compute the discriminant using the formula.

Answer: 2 real solutions2 \text{ real solutions}

Since Δ=1>0\Delta = 1 > 0, the quadratic has two distinct real solutions. A positive discriminant always means the parabola crosses the xx-axis at two points. You do not need to find the actual solutions (which are x=2x = 2 and x=3x = 3) to know they exist and are real.

2. Find the discriminant when a coefficient is negative

Problem

Does x22x8=0x^2 - 2x - 8 = 0 have real solutions? Use the discriminant to determine this.
  1. a=1,b=2,c=8a = 1, \quad b = -2, \quad c = -8

    Extract the coefficients carefully, paying special attention to the sign of cc.

  2. b2=(2)2=4b^2 = (-2)^2 = 4

    Square bb, which gives a positive result even though bb is negative.

  3. 4ac=41(8)=324ac = 4 \cdot 1 \cdot (-8) = -32

    Since cc is negative, the product 4ac4ac is also negative.

  4. Δ=b24ac=4(32)=4+32=36\Delta = b^2 - 4ac = 4 - (-32) = 4 + 32 = 36

    Subtracting a negative is the same as adding a positive; this is where many students make sign errors.

Answer: 2 real solutions2 \text{ real solutions}

The discriminant is 36, which is positive, so the quadratic has two real solutions. The critical step is handling the subtraction of a negative: treating 4(32)4 - (-32) as 4+32=364 + 32 = 36 is correct. If you write 432=284 - 32 = -28 instead, you get the wrong sign and predict no real solutions—a serious error. (The actual solutions are x=4x = 4 and x=2x = -2.)

3. Apply the discriminant to a basketball scoring model

Problem

A basketball player's height during a jump is modeled by h(t)=16t2+20t+5h(t) = -16t^2 + 20t + 5, where hh is the height in feet and tt is time in seconds. Does the player ever reach exactly 10 feet high? Use the discriminant to determine whether the equation has real solutions.
  1. 16t2+20t+5=10-16t^2 + 20t + 5 = 10

    Set up the equation by setting the height model equal to 10 feet.

  2. 16t2+20t5=0-16t^2 + 20t - 5 = 0

    Rearrange to standard form by subtracting 10 from both sides.

  3. a=16,b=20,c=5a = -16, \quad b = 20, \quad c = -5

    Identify the coefficients from the standard form.

  4. b2=(20)2=400b^2 = (20)^2 = 400

    Square the coefficient of tt.

  5. 4ac=4(16)(5)=3204ac = 4 \cdot (-16) \cdot (-5) = 320

    Multiply together: the product of two negative numbers is positive.

  6. Δ=400320=80\Delta = 400 - 320 = 80

    Compute the discriminant.

Answer: Yes, 2 real solutions\text{Yes, 2 real solutions}

A positive discriminant means the parabola crosses h=10h = 10 feet at two different times: once on the way up and once on the way down. This matches the physics of a jump. If Δ=0\Delta = 0, the player would barely reach 10 feet at the peak. If Δ<0\Delta < 0, the player would never reach 10 feet at all.

Common mistakes

Where Discriminant usually goes wrong
Answer came out wrong
Writing Δ=b2+4ac\Delta = b^2 + 4ac instead of Δ=b24ac\Delta = b^2 - 4ac.
Check the formula carefully: it is Δ=b24ac\Delta = b^2 - 4ac with subtraction. A memory aid is the Quadratic Formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, which also has subtraction under the square root.
Computing Δ=b2(4ac)2\Delta = b^2 - (4ac)^2 by squaring the entire 4ac4ac term.
Remember: square only bb. The 4ac4ac term is never squared. The formula is b24acb^2 - 4ac where 4ac4ac is just a product.
Writing Δ=b2ac\Delta = b^2 - ac and forgetting the factor of 4 in the second term.
The complete term is 4ac4ac: multiply 4 times aa times cc. The 4 comes from the Quadratic Formula and is always part of the discriminant formula.
The mistakeWhy it is wrongThe fix
Writing Δ=b2+4ac\Delta = b^2 + 4ac instead of Δ=b24ac\Delta = b^2 - 4ac.Using addition instead of subtraction makes the discriminant too large and flips your predictions about the number of solutions.Check the formula carefully: it is Δ=b24ac\Delta = b^2 - 4ac with subtraction. A memory aid is the Quadratic Formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, which also has subtraction under the square root.
Computing Δ=b2(4ac)2\Delta = b^2 - (4ac)^2 by squaring the entire 4ac4ac term.Squaring 4ac4ac makes it much larger than it should be, completely changing whether the discriminant is positive or negative.Remember: square only bb. The 4ac4ac term is never squared. The formula is b24acb^2 - 4ac where 4ac4ac is just a product.
Writing Δ=b2ac\Delta = b^2 - ac and forgetting the factor of 4 in the second term.Without the 4, your discriminant will be too large, and you may incorrectly predict the number of solutions.The complete term is 4ac4ac: multiply 4 times aa times cc. The 4 comes from the Quadratic Formula and is always part of the discriminant formula.

Tips and when to use something else

  • The discriminant tells you only the number of solutions; to find the actual solutions, use the Quadratic Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • Remember the three cases: if Δ>0\Delta > 0, there are two real solutions; if Δ=0\Delta = 0, there is one real solution; if Δ<0\Delta < 0, there are no real solutions.
  • If a quadratic is already factored, like (x2)(x+3)=0(x - 2)(x + 3) = 0, you can read the solutions directly without the discriminant—use the discriminant only when the quadratic is in standard form.
  • The discriminant appears inside the square root in the Quadratic Formula, so it determines whether you will get a real or complex result when you take the square root.

Frequently asked questions

What does it mean if the discriminant is negative?
If Δ<0\Delta < 0, the quadratic equation has no real solutions. The parabola does not touch or cross the xx-axis. Solutions do exist mathematically, but they are complex numbers (involving ii), which are beyond Algebra I.
Why is it called the discriminant?
The word comes from Latin 'discriminare,' meaning 'to distinguish' or 'to separate.' The discriminant discriminates between three cases: equations with two solutions, one solution, or no real solutions.
Can the discriminant be zero?
Yes. If Δ=0\Delta = 0, the quadratic has exactly one real solution, sometimes called a repeated or double root. Geometrically, the parabola just touches the xx-axis at one point instead of crossing it twice.
Do I need to memorize the discriminant formula?
Yes, it is essential for Algebra I and the SAT. If you already know the Quadratic Formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, you can extract the discriminant as the expression under the square root: Δ=b24ac\Delta = b^2 - 4ac.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18