Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Chapters · The discriminant

The discriminant: what it tells you

The discriminant, b24acb^{2}-4ac, is the part of the quadratic formula under the square root, and its sign alone tells you how many real roots a quadratic equation has, two distinct, one repeated, or none, without solving the equation itself. That single check turns up again and again, from sketching a quadratic graph to finding a range of values for an unknown constant.

What the discriminant is, and where it comes from

The discriminant comes straight out of the quadratic formula on the formula list, it's the expression under the square root sign, and it decides everything about the nature of the two roots before you even calculate them.

Quadratic formula (given)Given in the exam
x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^{2}-4ac}}{2a}

Whatever sits under that square root, b24acb^{2}-4ac, is called the discriminant, usually written as Δ\Delta or just left as b24acb^{2}-4ac. Because a square root of a negative number has no real value, and a square root of zero contributes nothing extra, the sign of this one expression settles how many real solutions the equation has.

The discriminantMust memorise
Δ=b24ac\Delta = b^{2}-4ac

The name itself is a hint: this expression discriminates between the possible cases before you do any further work. That makes it a useful first check in a question that only asks about the number or nature of the roots, rather than their actual values, you can answer it directly from aa, bb, and cc, without going anywhere near the rest of the quadratic formula.

It's also the reason the quadratic formula includes a ±\pm sign in the first place: when the discriminant is positive, that sign produces two genuinely separate values of xx; when it's exactly zero, adding or subtracting zero gives the same result either way, so the two roots collapse into a single repeated value.

What each sign tells you about the roots

There are only three possible signs for the discriminant, and each one settles the question of how many real roots the equation has.

DiscriminantNumber of real rootsWhat it means
b24ac>0b^{2}-4ac > 0Two distinct real rootsThe quadratic formula gives two different values of xx.
b24ac=0b^{2}-4ac = 0One repeated (equal) rootBoth values from the formula coincide, a single repeated root.
b24ac<0b^{2}-4ac < 0No real rootsThe square root of a negative number has no real value, so the equation has no real solutions.

A short numerical example makes this concrete. For x25x+6=0x^{2}-5x+6=0, the discriminant is 2524=125-24=1, which is positive, and indeed the equation factorises to (x2)(x3)=0(x-2)(x-3)=0, giving two distinct roots.

Changing only the constant term to x25x+6.25=0x^{2}-5x+6.25=0 makes the discriminant 2525=025-25=0, producing a single repeated root at x=2.5x=2.5; raising the constant term again to x25x+7=0x^{2}-5x+7=0 gives 2528=325-28=-3, and no real root exists at all. The three cases sit only a small change apart.

Distinct vs real

'Two distinct roots' needs a strict >0>0; a question asking for 'real roots' (which includes the repeated case) needs 0\geq 0 instead. Reading the wording of a question carefully here matters as much as the calculation.

Connecting the discriminant to the graph of a quadratic function

The number of real roots is exactly the same as the number of times the graph of the quadratic crosses, or touches, the xx-axis.

  • b24ac>0b^{2}-4ac > 0: the graph crosses the xx-axis at two distinct points.
  • b24ac=0b^{2}-4ac = 0: the graph touches the xx-axis at exactly one point, its turning point sits on the axis.
  • b24ac<0b^{2}-4ac < 0: the graph never touches the xx-axis at all, it lies entirely above it (if a>0a>0) or entirely below it (if a<0a<0).

Combining the sign of the discriminant with the sign of aa, the leading coefficient, is enough to sketch the general shape and position of a quadratic graph without plotting a single point.

This is often the fastest way to check how many xx-intercepts a quadratic graph will have before attempting to sketch it, since it settles the question in one line rather than requiring the roots to be found and then checked for being real.

A common application: finding a range of values

One of the most frequent uses of the discriminant in Add Math is turning a condition on the roots,'has two distinct real roots', 'has equal roots', 'has no real roots', into an inequality you solve for an unknown constant.

The same idea extends beyond a single equation. To check whether a straight line intersects a curve, substitute the line's equation into the curve's equation to form one combined quadratic, then apply exactly the same discriminant test to that new equation, a positive discriminant means two intersection points, zero means the line is a tangent to the curve, and a negative discriminant means the line misses the curve entirely.

Working through a complete example shows how the pieces fit together, from the condition given in words to a final range of values.

Q1[4 marks]

Find the range of values of pp for which the equation x2px+(p+3)=0x^{2} - px + (p+3) = 0 has two distinct real roots.

Show worked solution

Step 1, identify a, b, c. Comparing with ax2+bx+c=0ax^{2}+bx+c=0: a=1a=1, b=pb=-p, c=p+3c=p+3.

Step 2, set the discriminant condition. Two distinct real roots requires b24ac>0b^{2}-4ac > 0: (p)24(1)(p+3)>0(-p)^{2} - 4(1)(p+3) > 0.

Step 3, simplify and solve. p24p12>0p^{2} - 4p - 12 > 0, which factorises as (p6)(p+2)>0(p-6)(p+2) > 0, giving p<2p < -2 or p>6p > 6.

The final answer is a range, not a single value, a reminder that discriminant questions are inequalities, and the two critical values mark where the discriminant is exactly zero.

The same three steps apply whichever condition is stated, only the inequality changes. For a condition of 'equal roots', the discriminant is set to =0=0 instead of >0>0, which usually gives a specific value, or a small set of values, rather than a range.

For 'no real roots', the inequality reverses to <0<0; because the resulting quadratic in the unknown constant typically opens upward, that range usually sits between the two critical values rather than outside them, so in a question shaped like the one above, the condition for no real roots would instead give 2<p<6-2 < p < 6.

Where students go wrong with the discriminant

Discriminant questions are rarely about difficult mathematics, they're about a short, exact process, and most lost marks come from a handful of recurring slips rather than any real misunderstanding of the idea.

  • Not rearranging into standard form first, aa, bb, and cc must be read off from ax2+bx+c=0ax^{2}+bx+c=0, so any equation not already in that form needs rearranging before you identify them.
  • Sign errors on bb or cc, especially when the original equation has terms on both sides or negative coefficients.
  • Using >0> 0 and 0\geq 0 interchangeably, when 'distinct' and 'real' (which includes repeated) are different conditions.
  • Flipping an inequality's direction incorrectly when solving the resulting quadratic inequality in the unknown constant, a step that needs the same care as any other inequality.

Check the standard form before anything else

A discriminant question depends entirely on correctly identifying a, b, and c. Getting that first step wrong makes every later step, however carefully done, wrong too.

How one-to-one teaching can help

Discriminant questions usually fail not because a student doesn't understand the idea, but because one small step slips, a rearrangement into standard form that gets skipped, a sign on bb or cc that flips, or 'distinct' and 'real' getting mixed up. Watching a student's full working, line by line, is usually the fastest way to catch exactly where that happens.

Our teachers are experienced, and lessons are taught online, in English, while the SPM papers themselves are set bilingually in Bahasa Melayu and English.

If it would help to work through your own discriminant questions with a teacher watching your working step by step, a one-hour paid trial class, at the teacher's own rate, from RM50 per hour depending on experience, is a reasonable way to start. We won't promise a particular grade, but a close look at where your working actually breaks down is often enough to recover marks you were already close to earning.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

What is the discriminant used for in SPM Add Math?

It tells you the number of real roots a quadratic equation has, two distinct, one repeated, or none, directly from its coefficients, without solving the equation. It also connects to how many times a quadratic graph crosses the x-axis.

What's the difference between 'distinct roots' and 'real roots' in a discriminant question?

'Distinct roots' means the discriminant must be strictly greater than zero. 'Real roots' is a broader condition that also allows a repeated root, so it needs the discriminant to be greater than or equal to zero.

Why does the discriminant appear in the quadratic formula?

It's the expression under the square root, b24acb^{2}-4ac. Because you can't take a real square root of a negative number, its sign directly decides whether the formula produces two, one, or no real values of x.

How is the discriminant used to find a range of values for an unknown constant?

The condition on the roots, distinct, equal, or none, is written as an inequality in the discriminant, which becomes an inequality in the unknown constant once a, b, and c are substituted. Solving that inequality gives the range of values.

How do I decide whether to use >>, <<, or == with the discriminant?

Match the wording of the question to the correct sign: 'two distinct real roots' needs b24ac>0b^{2}-4ac>0, 'real roots' (allowing a repeated one) needs b24ac0b^{2}-4ac\geq 0, 'equal roots' needs b24ac=0b^{2}-4ac=0, and 'no real roots' needs b24ac<0b^{2}-4ac<0. Getting this one choice right is usually the difference between a fully correct answer and one that's only partly right.

Source:SRC-FORMAT

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply