Discriminant0%

Polynomials & Quadratics · Topic 8 of 10

Discriminant

Video lesson · from 0:093 worked examples

One lesson video covers all of Polynomials & Quadratics, so it opens at 0:09 for this topic — not from the beginning.

Theory

Given a quadratic equation of the form, ax2+bx+c=0ax^2+bx+c=0, the discriminant is defined by b24acb^2-4ac.

It is worth seeing where it comes from. Any quadratic equation can be solved with the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The discriminant is exactly the expression under the square root. That is why it controls the roots: you cannot take the square root of a negative number, and a square root of zero adds nothing, so the sign of b24acb^2-4ac decides how many roots there are before you calculate anything.

b² − 4ac > 0

2 real and distinct roots

b² − 4ac = 0

1 real and equal root
i.e. repeated root

b² − 4ac < 0

No real roots

This gives three cases, which you should be able to state and recognise:

b24ac>0two real and distinct rootsb24ac=0two real and equal roots (a repeated root)b24ac<0no real roots\begin{aligned} b^2 - 4ac &\gt 0 &&\Rightarrow \text{two real and distinct roots} \\ b^2 - 4ac &= 0 &&\Rightarrow \text{two real and equal roots (a repeated root)} \\ b^2 - 4ac &\lt 0 &&\Rightarrow \text{no real roots} \end{aligned}

When b24ac=0b^2-4ac = 0 the parabola touches the xx-axis at exactly one point — its turning point sits on the axis. This is the case examiners use most, because “equal roots” and “tangent to” mean the same thing.

If b24ac>0b^2-4ac \gt 0 and is a perfect square, the roots are rational and the quadratic factorises; if it is positive but not a perfect square, the roots are irrational.

The discriminant has many uses including finding unknown terms in a quadratic equation.

The Golden Rule: before substituting, write the equation in the form ax2+bx+c=0ax^2+bx+c=0 with everything on one side — reading aa, bb and cc off an equation that has not been rearranged is the most common way to lose these marks.

⚠️ Common Examiner Traps

  • State the condition you are using. The most frequently repeated fault on discriminant questions is using an incorrect condition, or never stating the inequality being solved at all. Write down b24ac<0b^2-4ac \lt 0 (or whichever applies) before you solve it.
  • Brackets when substituting: marks are routinely lost for not using brackets when substituting into b24acb^2-4ac. With bb negative or a coefficient in terms of kk, brackets are essential.
  • Two regions need two inequalities: a single inequality is often wrongly used to describe two separate regions. If the answer is “k<0k \lt 0 or k>4k \gt 4”, write both — it cannot be compressed into one chain.
  • Match the condition to the wording: “two distinct real roots” is >0\gt 0; “equal roots” and “is a tangent to” are both =0= 0; “no real roots” and “does not intersect” are both <0\lt 0.

Worked examples

Example 1

Find the nature of the roots of 9x2+21x+16=09x^2+21x+16=0

We use the discriminant b24acb^2-4ac with a=9,b=21,c=16a=9, b=21, c=16.

b24ac=2124(9)(16)b^2-4ac = 21^2 - 4(9)(16)
b24ac=441576\phantom{b^2-4ac} = 441 - 576
b24ac=135\phantom{b^2-4ac} = -135

Since b24ac<0b^2-4ac < 0, there are no real roots.

Example 2

Find the value of qq such that 6x2+12x+q=06x^2+12x+q=0 has real roots.

For real roots (either repeated or distinct), we need b24ac0b^2-4ac \ge 0.

  • a=6a = 6
  • b=12b = 12
  • c=qc = q
1224(6)(q)012^2 - 4(6)(q) \ge 0
14424q0144 - 24q \ge 0
14424q144 \ge 24q
q6q \le 6

Example 3

Show that (2k+4)x2+(3k+2)x+(k2)=0(2k+4)x^2+(3k+2)x+(k-2)=0 always has real roots.

Here a=(2k+4),b=(3k+2),c=(k2)a=(2k+4), b=(3k+2), c=(k-2).

b24ac=(3k+2)24(2k+4)(k2)b^2-4ac = (3k+2)^2 - 4(2k+4)(k-2)
b24ac=(9k2+12k+4)4(2k24k+4k8)\phantom{b^2-4ac} = (9k^2+12k+4) - 4(2k^2-4k+4k-8)
b24ac=9k2+12k+48k2+32\phantom{b^2-4ac} = 9k^2+12k+4 - 8k^2 + 32
b24ac=k2+12k+36\phantom{b^2-4ac} = k^2+12k+36
b24ac=(k+6)2\phantom{b^2-4ac} = (k+6)^2

Since any real number squared is greater than or equal to zero, (k+6)20(k+6)^2 \ge 0.

Therefore, the roots are always real.