Math Lab
Home/Class X/Ch 4/Nature of roots and the discriminant

Nature of roots and the discriminant

We've met the discriminant D=b24acD = b^2 - 4 a c several times. This topic devotes itself fully to interpreting it.

Statement

For a quadratic equation ax2+bx+c=0a x^2 + b x + c = 0 (with real coefficients and a0a \ne 0), define D=b24acD = b^2 - 4 a c. Then the nature of the roots is:

  • D>0D > 0: two distinct real roots,
  • D=0D = 0: one repeated real root (also called a double root or equal roots),
  • D<0D < 0: no real roots (the roots are a pair of complex conjugates).

Additionally:

  • DD is a perfect square (positive) \Rightarrow roots are rational (when a,b,ca, b, c are rational).
  • D>0D > 0 but not a perfect square \Rightarrow roots are irrational and conjugate (p±qDp \pm q \sqrt{D}).

Why this works

From the quadratic formula x=b±D2a,x = \frac{-b \pm \sqrt{D}}{2 a}, the square root is the source of all branching. If D<0D < 0, D\sqrt{D} is not real. If D=0D = 0, both roots collapse to b/(2a)-b/(2 a). If D>0D > 0, we get two distinct real values.

The geometric picture (from Chapter 2): the parabola y=ax2+bx+cy = a x^2 + b x + c meets the xx-axis at the roots of the equation. So the discriminant is the number that decides "two intersections / one tangent / no intersection".

Applications

A common exam pattern: find the value(s) of kk for which the equation ax2+bx+c=0a x^2 + b x + c = 0 has equal roots. You set D=0D = 0 and solve.

Another: find kk so that the equation has real and distinct roots. You set D>0D > 0 and solve an inequality.

A third: show that for all real kk the equation has real roots. You show D0D \ge 0 for all real kk (typically by completing a square in kk).

Worked examples

Example 1. Determine the nature of roots of 2x23x+5=02 x^2 - 3 x + 5 = 0.

D=940=31<0D = 9 - 40 = -31 < 0. No real roots.

Example 2. Find kk so that kx22kx+6=0k x^2 - 2 k x + 6 = 0 has equal roots.

D=(2k)24k6=4k224kD = (2 k)^2 - 4 \cdot k \cdot 6 = 4 k^2 - 24 k. Set =0= 0: 4k(k6)=0k=04 k (k - 6) = 0 \Rightarrow k = 0 or k=6k = 6. But k=0k = 0 makes the equation non-quadratic. So k=6k = 6.

Example 3. For what value of pp does (p+1)x26(p+1)x+3(p+9)=0,p1(p + 1) x^2 - 6 (p + 1) x + 3 (p + 9) = 0, p \ne -1, have equal roots?

D=36(p+1)212(p+1)(p+9)=12(p+1)[3(p+1)(p+9)]=12(p+1)(2p6)D = 36 (p + 1)^2 - 12 (p + 1)(p + 9) = 12 (p + 1) [3 (p + 1) - (p + 9)] = 12 (p + 1) (2 p - 6).

Set =0= 0: (p+1)(p3)=0(p + 1)(p - 3) = 0. Excluding p=1p = -1, we get p=3p = 3.

Example 4. Show that x2+2x+3>0x^2 + 2 x + 3 > 0 for all real xx, and hence that x2+2x+3=0x^2 + 2 x + 3 = 0 has no real roots.

Complete the square: x2+2x+3=(x+1)2+22>0x^2 + 2 x + 3 = (x + 1)^2 + 2 \ge 2 > 0. So the LHS is strictly positive , the equation has no real roots.

Discriminant check: D=412=8<0D = 4 - 12 = -8 < 0. ✓

Example 5. Find kk so that the equation (k12)x2+2(k12)x+2=0(k - 12) x^2 + 2 (k - 12) x + 2 = 0 has equal roots (assume k12k \ne 12).

D=4(k12)28(k12)=4(k12)[(k12)2]=4(k12)(k14)D = 4 (k - 12)^2 - 8 (k - 12) = 4 (k - 12)[(k - 12) - 2] = 4 (k - 12)(k - 14).

Set =0= 0: k=12k = 12 (excluded) or k=14k = 14. So k=14k = 14.

Try it yourself

  1. Find the discriminant and describe the nature of roots: 2x24x+3=02 x^2 - 4 x + 3 = 0.
  2. Find the discriminant and describe the nature of roots: 9x26x+1=09 x^2 - 6 x + 1 = 0.
  3. For what value of kk does kx(x2)+6=0k x (x - 2) + 6 = 0 have equal roots?
  4. Show that x2+(a2+b2)x+(ab)2=0x^2 + (a^2 + b^2) x + (a b)^2 = 0 always has real roots.
  5. Find values of pp for which (p+2)x2+(p+5)x+2=0(p + 2) x^2 + (p + 5) x + 2 = 0 has real and distinct roots.
  6. Determine if 3x22x3=0\sqrt{3} x^2 - 2 x - \sqrt{3} = 0 has real roots; find them if so.
  7. Find mm for which mx2+(2m1)x+(m2)=0m x^2 + (2 m - 1) x + (m - 2) = 0 has equal roots.
  8. Show that the equation (bc)x2+(ca)x+(ab)=0(b - c) x^2 + (c - a) x + (a - b) = 0 always has real roots.
  9. Find the values of kk for which the equation x2kx+9=0x^2 - k x + 9 = 0 has equal roots.
  10. If the equation (1+m2)x2+2mcx+(c2a2)=0(1 + m^2) x^2 + 2 m c x + (c^2 - a^2) = 0 has equal roots, prove that c2=a2(1+m2)c^2 = a^2 (1 + m^2).

Pitfalls / Insight

  • Don't exclude solutions automatically. Sometimes both kk values are valid; sometimes one is excluded (like the leading coefficient becoming zero).
  • For "real roots", allow D0D \ge 0, not just D>0D > 0.
  • For inequalities in kk, sketch a sign chart of the discriminant , it's a quadratic in kk in many problems.

Insight. The discriminant is a one-number diagnosis of a whole quadratic. It tells you what the formula will spit out , and often it lets you answer "nature of roots" questions without ever solving the equation.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Nature of roots
6 questions · pick the best answer
Q1

D>0D > 0 means:

Q2

D=0D = 0 implies:

Q3

D<0D < 0:

Q4

9x26x+1=09x^2 - 6x + 1 = 0: D=D = and roots are:

Q5

For kx(x2)+6=0kx(x-2) + 6 = 0, equal roots when k=k = :

Q6

If DD is a non-square positive integer, roots are: