2.1.18Algebra — Introduction & Intermediate

Discriminant — nature of roots (real - equal - complex)

2,428 words11 min readdifficulty · medium1 backlinks

Overview

The discriminant is the expression Δ=b24ac\Delta = b^2 - 4ac from the quadratic formula that completely determines whether roots are real, equal, or complex—without solving the equation.


Core Intuition


Derivation from First Principles

Why This Form?

Start from completing the square (the most fundamental approach):

ax2+bx+c=0ax^2 + bx + c = 0

Step 1: Factor out aa a(x2+bax)+c=0a\left(x^2 + \frac{b}{a}x\right) + c = 0

Why? Makes the x2x^2 coefficient 1, which is needed for completing the square.

Step 2: Move constant to the right a(x2+bax)=ca\left(x^2 + \frac{b}{a}x\right) = -c

Step 3: Complete the square on the left a[(x+b2a)2(b2a)2]=ca\left[\left(x + \frac{b}{2a}\right)^2 - \left(\frac{b}{2a}\right)^2\right] = -c

Why? (x+p)2=x2+2px+p2(x + p)^2 = x^2 + 2px + p^2, so we add and subtract (b2a)2\left(\frac{b}{2a}\right)^2.

Step 4: Expand and rearrange a(x+b2a)2ab24a2=ca\left(x + \frac{b}{2a}\right)^2 - a\cdot\frac{b^2}{4a^2} = -c

a(x+b2a)2=c+b24aa\left(x + \frac{b}{2a}\right)^2 = -c + \frac{b^2}{4a}

Step 5: Common denominator on the right a(x+b2a)2=4ac+b24aa\left(x + \frac{b}{2a}\right)^2 = \frac{-4ac + b^2}{4a}

(x+b2a)2=b24ac4a2\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}

Here's the critical moment: To solve for xx, we need to take the square root of both sides:

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

The term b24acb^2 - 4ac appears under the square root. Whether this is positive, zero, or negative determines the nature of our solution.

Since we typically assume a>0a > 0 (or absorb the sign):


The Three Cases

Case 1: Δ>0\Delta > 0 (Positive Discriminant)

Why? The square root of a positive number is real. The ±\pm gives two different values.

Graphically: The parabola crosses the x-axis at two points.

Case 2: Δ=0\Delta = 0 (Zero Discriminant)

Why? 0=0\sqrt{0} = 0, so the ±0\pm 0 contributes nothing. Both "roots" collapse to the same value.

Graphically: The parabola touches the x-axis at exactly one point (the vertex).

Case 3: Δ<0\Delta < 0 (Negative Discriminant)

Why? k=ik\sqrt{-k} = i\sqrt{k} for k>0k > 0. Complex numbers have the form a+bia + bi.

Graphically: The parabola does not intersect the x-axis (entirely above or below).


Visual Summary

Figure — Discriminant — nature of roots (real - equal - complex)

Worked Examples


Common Mistakes


Memory Aids


The Feynman Test

Recall Explain to a 12-year-old

Imagine you're throwing a ball. The equation tells you the ball's height at any time.

The discriminant is like asking: "Will the ball hit the ground?"

  • If discriminant is positive (big number): The ball goes up, comes down, and hits the ground at TWO different times. (You can catch it on the way up OR on the way down.)

  • If discriminant is zero: The ball just barely touches the ground at ONE moment—like it's resting on the ground at the peak of a tiny bounce. It grazes the ground at exactly one time.

  • If discriminant is negative: The ball never touches the ground at all! It's flying in the air the whole time. In real life, this means the parabola (the ball's path) stays completely above the ground. In math, we say it has "imaginary" or "complex" answers—like asking "when does a ball thrown upward hit an underground tunnel?" It's a valid math question, but the answer isn't a real time you can point to on your watch.

The magic: Just by calculating ONE number (b24acb^2 - 4ac), you know the entire story—no need to solve the full problem!


Connections

  • Quadratic Formula — discriminant is the expression under the square root
  • Complex Numbers — arise when Δ<0\Delta < 0; extend the number system
  • Completing the Square — the method that reveals why discriminant has this form
  • Parabola and Axis of Symmetry — geometric meaning of roots and vertex
  • Vieta's Formulas — relationship between roots and coefficients: x1+x2=b/ax_1 + x_2 = -b/a, x1x2=c/ax_1 x_2 = c/a
  • Factoring Quadratics — when Δ\Delta is a perfect square, factoring is easy
  • Conjugate Root Theorem — explains why complex roots come in pairs a±bia \pm bi
  • Graphing Quadratic Functions — number of x-intercepts determined by Δ\Delta

Active Recall Practice

#flashcards/maths

What is the discriminant of a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0?
Δ=b24ac\Delta = b^2 - 4ac
If the discriminant Δ>0\Delta > 0, what is the nature of the roots?
Two distinct real roots
If the discriminant Δ=0\Delta = 0, what is the nature of the roots?
One repeated real root (equal roots)
If the discriminant Δ<0\Delta < 0, what is the nature of the roots?
Two complex conjugate roots
Why does the discriminant determine the nature of roots?
It's the expression under the square root in the quadratic formula; its sign determines whether the square root is real or imaginary.
For x2+6x+k=0x^2 + 6x + k = 0 to have equal roots, what must kk equal?
k=9k = 9 (set Δ=364k=0\Delta = 36 - 4k = 0)
What is the geometric meaning when Δ=0\Delta = 0?
The parabola touches the x-axis at exactly one point (the vertex)
What is the geometric meaning when Δ<0\Delta < 0?
The parabola does not intersect the x-axis (entirely above or below it)
If Δ=49\Delta = 49 for a quadratic, how many real roots exist and why?
Two distinct real roots, because Δ>0\Delta > 0 and 49=7\sqrt{49} = 7 gives two different values with ±\pm
Write the quadratic formula showing the discriminant explicitly
x=b±Δ2ax = \frac{-b \pm \sqrt{\Delta}}{2a} where Δ=b24ac\Delta = b^2 - 4ac
For 2x25x+3=02x^2 - 5x + 3 = 0, calculate the discriminant
Δ=(5)24(2)(3)=2524=1\Delta = (-5)^2 - 4(2)(3) = 25 - 24 = 1
If a quadratic has complex roots 3+2i3 + 2i and 32i3 - 2i, what is the discriminant's sign?
Negative (Δ<0\Delta < 0), because complex roots appear when discriminant is negative
What value must the discriminant have for a quadratic to be a perfect square trinomial?
Zero (Δ=0\Delta = 0), because perfect squares have the form (xr)2(x - r)^2 with one repeated root
For what values of mm does x2+mx+4=0x^2 + mx + 4 = 0 have real roots?
m4m \leq -4 or m4m \geq 4 (set Δ=m2160\Delta = m^2 - 16 \geq 0, so m216m^2 \geq 16)

Concept Map

complete the square

argument of sqrt

acts as

Delta gt 0

Delta = 0

Delta lt 0

gives

gives

gives

graph

graph

graph

Quadratic ax2+bx+c=0

Quadratic Formula

Discriminant b2-4ac

Gatekeeper of root type

Positive

Zero

Negative

Two distinct real roots

One repeated real root

Complex conjugate roots

Parabola crosses x-axis twice

Parabola touches x-axis once

Parabola misses x-axis

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, discriminant ek bahut powerful chez hai quadratic equations mein. Jab tumhare pas koi equation hoti hai jaise ax2+bx+c=0ax^2 + bx + c = 0, to solve karne se pehle hi tum bata sakte ho ki roots kaisi hongi—real hongi, equal hongi, ya complex. Ye sab discriminant Δ=b24ac\Delta = b^2 - 4ac se pata chal jata hai.

Socho quadratic

Go deeper — visual, from zero

Test yourself — Algebra — Introduction & Intermediate

Connections