The discriminant is the expression Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c from the quadratic formula that completely determines whether roots are real, equal, or complex—without solving the equation .
Intuition Why Does One Number Tell Us Everything?
Think of the quadratic formula: x = − b ± b 2 − 4 a c 2 a x = \frac{-b \pm \sqrt{b^2-4ac}}{2a} x = 2 a − b ± b 2 − 4 a c
Everything depends on what's under the square root: b 2 − 4 a c b^2 - 4ac b 2 − 4 a c
If this is positive → you can take a real square root → two different real answers
If this is zero → the ± \pm ± becomes ± 0 \pm 0 ± 0 → one repeated answer
If this is negative → square root of negative → complex numbers enter
The discriminant is the gatekeeper : it controls whether you stay in real numbers or cross into complex territory.
For the quadratic equation a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 where a ≠ 0 a \neq 0 a = 0 , the discriminant is:
Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c
Start from completing the square (the most fundamental approach):
a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0
Step 1: Factor out a a a
a ( x 2 + b a x ) + c = 0 a\left(x^2 + \frac{b}{a}x\right) + c = 0 a ( x 2 + a b x ) + c = 0
Why? Makes the x 2 x^2 x 2 coefficient 1, which is needed for completing the square.
Step 2: Move constant to the right
a ( x 2 + b a x ) = − c a\left(x^2 + \frac{b}{a}x\right) = -c a ( x 2 + a b x ) = − c
Step 3: Complete the square on the left
a [ ( x + b 2 a ) 2 − ( b 2 a ) 2 ] = − c a\left[\left(x + \frac{b}{2a}\right)^2 - \left(\frac{b}{2a}\right)^2\right] = -c a [ ( x + 2 a b ) 2 − ( 2 a b ) 2 ] = − c
Why? ( x + p ) 2 = x 2 + 2 p x + p 2 (x + p)^2 = x^2 + 2px + p^2 ( x + p ) 2 = x 2 + 2 p x + p 2 , so we add and subtract ( b 2 a ) 2 \left(\frac{b}{2a}\right)^2 ( 2 a b ) 2 .
Step 4: Expand and rearrange
a ( x + b 2 a ) 2 − a ⋅ b 2 4 a 2 = − c a\left(x + \frac{b}{2a}\right)^2 - a\cdot\frac{b^2}{4a^2} = -c a ( x + 2 a b ) 2 − a ⋅ 4 a 2 b 2 = − c
a ( x + b 2 a ) 2 = − c + b 2 4 a a\left(x + \frac{b}{2a}\right)^2 = -c + \frac{b^2}{4a} a ( x + 2 a b ) 2 = − c + 4 a b 2
Step 5: Common denominator on the right
a ( x + b 2 a ) 2 = − 4 a c + b 2 4 a a\left(x + \frac{b}{2a}\right)^2 = \frac{-4ac + b^2}{4a} a ( x + 2 a b ) 2 = 4 a − 4 a c + b 2
( x + b 2 a ) 2 = b 2 − 4 a c 4 a 2 \left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2} ( x + 2 a b ) 2 = 4 a 2 b 2 − 4 a c
Here's the critical moment: To solve for x x x , we need to take the square root of both sides:
x + b 2 a = ± b 2 − 4 a c 4 a 2 = ± b 2 − 4 a c 2 ∣ a ∣ x + \frac{b}{2a} = \pm\sqrt{\frac{b^2-4ac}{4a^2}} = \pm\frac{\sqrt{b^2-4ac}}{2|a|} x + 2 a b = ± 4 a 2 b 2 − 4 a c = ± 2∣ a ∣ b 2 − 4 a c
The term b 2 − 4 a c b^2 - 4ac b 2 − 4 a c appears under the square root. Whether this is positive, zero, or negative determines the nature of our solution.
Since we typically assume a > 0 a > 0 a > 0 (or absorb the sign):
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 .
Why? 0 = 0 \sqrt{0} = 0 0 = 0 , so the ± 0 \pm 0 ± 0 contributes nothing. Both "roots" collapse to the same value.
Graphically: The parabola touches the x-axis at exactly one point (the vertex).
Why? − k = i k \sqrt{-k} = i\sqrt{k} − k = i k for k > 0 k > 0 k > 0 . Complex numbers have the form a + b i a + bi a + bi .
Graphically: The parabola does not intersect the x-axis (entirely above or below).
Worked example Example 1: Two Real Roots
Problem: Determine the nature of roots for x 2 − 5 x + 6 = 0 x^2 - 5x + 6 = 0 x 2 − 5 x + 6 = 0
Solution:
Identify: a = 1 , b = − 5 , c = 6 a = 1, b = -5, c = 6 a = 1 , b = − 5 , c = 6
Calculate discriminant:
Δ = b 2 − 4 a c = ( − 5 ) 2 − 4 ( 1 ) ( 6 ) = 25 − 24 = 1 \Delta = b^2 - 4ac = (-5)^2 - 4(1)(6) = 25 - 24 = 1 Δ = b 2 − 4 a c = ( − 5 ) 2 − 4 ( 1 ) ( 6 ) = 25 − 24 = 1
Why this step? We need to check the sign of Δ \Delta Δ .
Since Δ = 1 > 0 \Delta = 1 > 0 Δ = 1 > 0 : Two distinct real roots
Find them:
x = 5 ± 1 2 = 5 ± 1 2 x = \frac{5 \pm \sqrt{1}}{2} = \frac{5 \pm 1}{2} x = 2 5 ± 1 = 2 5 ± 1
x 1 = 3 , x 2 = 2 x_1 = 3, \quad x_2 = 2 x 1 = 3 , x 2 = 2
Why factorization would work here? Because roots are integers, so ( x − 3 ) ( x − 2 ) = 0 (x-3)(x-2) = 0 ( x − 3 ) ( x − 2 ) = 0 .
Verification: ( 3 ) 2 − 5 ( 3 ) + 6 = 9 − 15 + 6 = 0 (3)^2 - 5(3) + 6 = 9 - 15 + 6 = 0 ( 3 ) 2 − 5 ( 3 ) + 6 = 9 − 15 + 6 = 0 ✓ and ( 2 ) 2 − 5 ( 2 ) + 6 = 4 − 10 + 6 = 0 (2)^2 - 5(2) + 6 = 4 - 10 + 6 = 0 ( 2 ) 2 − 5 ( 2 ) + 6 = 4 − 10 + 6 = 0 ✓
Worked example Example 3: Complex Roots
Problem: Solve 2 x 2 + 3 x + 5 = 0 2x^2 + 3x + 5 = 0 2 x 2 + 3 x + 5 = 0 and describe its roots.
Solution:
Coefficients: a = 2 , b = 3 , c = 5 a = 2, b = 3, c = 5 a = 2 , b = 3 , c = 5
Discriminant:
Δ = 3 2 − 4 ( 2 ) ( 5 ) = 9 − 40 = − 31 \Delta = 3^2 - 4(2)(5) = 9 - 40 = -31 Δ = 3 2 − 4 ( 2 ) ( 5 ) = 9 − 40 = − 31
Why is the answer not "no solution"? In real numbers there's no solution, but in complex numbers there are two solutions.
Since Δ < 0 \Delta < 0 Δ < 0 : Two complex conjugate roots
Apply formula:
x = − 3 ± − 31 4 = − 3 ± i 31 4 x = \frac{-3 \pm \sqrt{-31}}{4} = \frac{-3 \pm i\sqrt{31}}{4} x = 4 − 3 ± − 31 = 4 − 3 ± i 31
Why do they come in conjugate pairs? Coefficients are real, so complex roots must be α + i β \alpha + i\beta α + i β and α − i β \alpha - i\beta α − i β .
Roots: x = − 3 4 ± 31 4 i x = -\frac{3}{4} \pm \frac{\sqrt{31}}{4}i x = − 4 3 ± 4 31 i
Worked example Example 4: Determining Parameter Range
Problem: Find all values of m m m for which m x 2 − 4 x + 1 = 0 mx^2 - 4x + 1 = 0 m x 2 − 4 x + 1 = 0 has real roots.
Solution:
For real roots: Δ ≥ 0 \Delta \geq 0 Δ ≥ 0
Why ≥ \geq ≥ and not just > > > ? We include equal roots (when Δ = 0 \Delta = 0 Δ = 0 ).
Here: a = m , b = − 4 , c = 1 a = m, b = -4, c = 1 a = m , b = − 4 , c = 1
Δ = ( − 4 ) 2 − 4 ( m ) ( 1 ) = 16 − 4 m \Delta = (-4)^2 - 4(m)(1) = 16 - 4m Δ = ( − 4 ) 2 − 4 ( m ) ( 1 ) = 16 − 4 m
Condition:
16 − 4 m ≥ 0 16 - 4m \geq 0 16 − 4 m ≥ 0
16 ≥ 4 m 16 \geq 4m 16 ≥ 4 m
m ≤ 4 m \leq 4 m ≤ 4
Critical check: We need m ≠ 0 m \neq 0 m = 0 (otherwise not quadratic!)
Answer: m ∈ ( − ∞ , 4 ] ∖ { 0 } m \in (-\infty, 4] \setminus \{0\} m ∈ ( − ∞ , 4 ] ∖ { 0 } or interval notation: m ∈ ( − ∞ , 0 ) ∪ ( 0 , 4 ] m \in (-\infty, 0) \cup (0, 4] m ∈ ( − ∞ , 0 ) ∪ ( 0 , 4 ]
Why exclude zero? If m = 0 m = 0 m = 0 , equation becomes − 4 x + 1 = 0 -4x + 1 = 0 − 4 x + 1 = 0 , which is linear, not quadratic.
Common mistake Mistake 1: "
Δ < 0 \Delta < 0 Δ < 0 means no solution"
Wrong reasoning: "Negative under square root → undefined → no answer"
Why it feels right: In elementary math, we say "can't take square root of negative."
The fix: The equation has solutions—they're just complex numbers . The discriminant tells us the nature (real vs complex), not existence.
Correct statement: "Δ < 0 \Delta < 0 Δ < 0 means no real solution, but two complex conjugate solutions exist."
Common mistake Mistake 2: Forgetting the
4 a 4a 4 a part
Wrong: Using Δ = b 2 − c \Delta = b^2 - c Δ = b 2 − c or Δ = b 2 − a c \Delta = b^2 - ac Δ = b 2 − a c
Why it happens: The formula looks complicated; students memorize the "main parts."
The fix: Remember the quadratic formula structure: the discriminant is exactly what's under the square root.
b 2 − 4 a c \sqrt{\boxed{b^2 - 4ac}} b 2 − 4 a c
The 4 a 4a 4 a comes from the completing-the-square derivation—it's not arbitrary.
Mnemonic: "B -squared M inus F our A -C " → B²M-F-AC → B²-4AC
Common mistake Mistake 3: Sign errors with negative
b b b
Wrong: For x 2 − 6 x + 5 = 0 x^2 - 6x + 5 = 0 x 2 − 6 x + 5 = 0 , writing Δ = 6 2 − 4 ( 1 ) ( 5 ) \Delta = 6^2 - 4(1)(5) Δ = 6 2 − 4 ( 1 ) ( 5 ) but using b = 6 b = 6 b = 6 in the formula x = − b ± Δ 2 a x = \frac{-b \pm \sqrt{\Delta}}{2a} x = 2 a − b ± Δ
Why it happens: Seeing − 6 x -6x − 6 x , students use b = 6 b = 6 b = 6 instead of b = − 6 b = -6 b = − 6 .
The fix: The coefficient b b b includes its sign. Here b = − 6 b = -6 b = − 6 , so:
Δ = ( − 6 ) 2 − 4 ( 1 ) ( 5 ) = 36 − 20 = 16 \Delta = (-6)^2 - 4(1)(5) = 36 - 20 = 16 Δ = ( − 6 ) 2 − 4 ( 1 ) ( 5 ) = 36 − 20 = 16
Note that ( − 6 ) 2 = 36 (-6)^2 = 36 ( − 6 ) 2 = 36 , so the discriminant is fine—but in x = − b ± Δ 2 a x = \frac{-b \pm \sqrt{\Delta}}{2a} x = 2 a − b ± Δ , you must use − b = − ( − 6 ) = + 6 -b = -(-6) = +6 − b = − ( − 6 ) = + 6 , not − 6 -6 − 6 .
Common mistake Mistake 4: "
Δ = 0 \Delta = 0 Δ = 0 means no roots"
Wrong reasoning: "Zero means nothing, so no roots."
Why it happens: Confusing "one repeated root" with "no roots."
The fix: Δ = 0 \Delta = 0 Δ = 0 gives one real root with multiplicity 2 . Algebraically it's counted twice: ( x − r ) 2 = 0 (x - r)^2 = 0 ( x − r ) 2 = 0 has root r r r appearing twice.
Geometric check: The parabola touches the x-axis—there IS an intersection point.
Mnemonic Discriminant Decision Tree
"Positive Parabola Pierces, Zero Touches, Negative Never"
Δ > 0 : P ositive → P arabola P ierces x-axis (2 points)
Δ = 0 : Z ero → parabola Z ero crossings (touches at 1 point)
Δ < 0 : N egative → N ever touches x-axis (complex roots)
Alternative numeric mnemonic:
Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c
"Bee squared minus Four Aces " (like playing cards: 4 aces in a deck)
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 (b 2 − 4 a c b^2 - 4ac b 2 − 4 a c ), you know the entire story—no need to solve the full problem!
Quadratic Formula — discriminant is the expression under the square root
Complex Numbers — arise when Δ < 0 \Delta < 0 Δ < 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: x 1 + x 2 = − b / a x_1 + x_2 = -b/a x 1 + x 2 = − b / a , x 1 x 2 = c / a x_1 x_2 = c/a x 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 ± b i a \pm bi a ± bi
Graphing Quadratic Functions — number of x-intercepts determined by Δ \Delta Δ
#flashcards/maths
What is the discriminant of a quadratic equation a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + c = 0 ? Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c
If the discriminant Δ > 0 \Delta > 0 Δ > 0 , what is the nature of the roots? Two distinct real roots
If the discriminant Δ = 0 \Delta = 0 Δ = 0 , what is the nature of the roots? One repeated real root (equal roots)
If the discriminant Δ < 0 \Delta < 0 Δ < 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 x 2 + 6 x + k = 0 x^2 + 6x + k = 0 x 2 + 6 x + k = 0 to have equal roots, what must k k k equal? k = 9 k = 9 k = 9 (set
Δ = 36 − 4 k = 0 \Delta = 36 - 4k = 0 Δ = 36 − 4 k = 0 )
What is the geometric meaning when Δ = 0 \Delta = 0 Δ = 0 ? The parabola touches the x-axis at exactly one point (the vertex)
What is the geometric meaning when Δ < 0 \Delta < 0 Δ < 0 ? The parabola does not intersect the x-axis (entirely above or below it)
If Δ = 49 \Delta = 49 Δ = 49 for a quadratic, how many real roots exist and why? Two distinct real roots, because
Δ > 0 \Delta > 0 Δ > 0 and
49 = 7 \sqrt{49} = 7 49 = 7 gives two different values with
± \pm ±
Write the quadratic formula showing the discriminant explicitly x = − b ± Δ 2 a x = \frac{-b \pm \sqrt{\Delta}}{2a} x = 2 a − b ± Δ where
Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c
For 2 x 2 − 5 x + 3 = 0 2x^2 - 5x + 3 = 0 2 x 2 − 5 x + 3 = 0 , calculate the discriminant Δ = ( − 5 ) 2 − 4 ( 2 ) ( 3 ) = 25 − 24 = 1 \Delta = (-5)^2 - 4(2)(3) = 25 - 24 = 1 Δ = ( − 5 ) 2 − 4 ( 2 ) ( 3 ) = 25 − 24 = 1
If a quadratic has complex roots 3 + 2 i 3 + 2i 3 + 2 i and 3 − 2 i 3 - 2i 3 − 2 i , what is the discriminant's sign? Negative (
Δ < 0 \Delta < 0 Δ < 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 Δ = 0 ), because perfect squares have the form
( x − r ) 2 (x - r)^2 ( x − r ) 2 with one repeated root
For what values of m m m does x 2 + m x + 4 = 0 x^2 + mx + 4 = 0 x 2 + m x + 4 = 0 have real roots? m ≤ − 4 m \leq -4 m ≤ − 4 or
m ≥ 4 m \geq 4 m ≥ 4 (set
Δ = m 2 − 16 ≥ 0 \Delta = m^2 - 16 \geq 0 Δ = m 2 − 16 ≥ 0 , so
m 2 ≥ 16 m^2 \geq 16 m 2 ≥ 16 )
Parabola crosses x-axis twice
Parabola touches x-axis once
Intuition Hinglish mein samjho
Dekho, discriminant ek bahut powerful chez hai quadratic equations mein. Jab tumhare pas koi equation hoti hai jaise a x 2 + b x + c = 0 ax^2 + bx + c = 0 a x 2 + b x + 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 Δ = b 2 − 4 a c \Delta = b^2 - 4ac Δ = b 2 − 4 a c se pata chal jata hai.
Socho quadratic