Question
How do we determine the nature of roots of a quadratic equation using the discriminant, and what does each case look like graphically?
Solution — Step by Step
For the quadratic equation (where ):
The discriminant completely determines the nature of the roots. We do not need to actually solve the equation.
Case 1: — Two distinct real roots
The two roots are different real numbers. Graphically, the parabola crosses the x-axis at two distinct points.
Subcase: If is a perfect square AND , , are rational, then the roots are rational. Otherwise, they are irrational (involving ).
Case 2: — Two equal real roots (repeated root)
Both roots are the same. Graphically, the parabola just touches the x-axis at one point (the vertex).
Case 3: — No real roots
The square root of a negative number is not real. The equation has no real solutions. Graphically, the parabola does not intersect the x-axis at all — it floats entirely above (if ) or below (if ).
Find the nature of roots of .
, ,
Since and is a perfect square with rational coefficients, the roots are two distinct rational roots.
Actual roots: , giving and .
Example: For what values of does have equal roots?
Equal roots means :
This type of “find ” question is extremely common in CBSE 10th and JEE Main.
flowchart TD
A["ax2 + bx + c = 0"] --> B["Calculate D = b2 minus 4ac"]
B --> C{"Value of D?"}
C -->|"D greater than 0"| D["Two distinct real roots"]
C -->|"D = 0"| E["Two equal roots: x = minus b over 2a"]
C -->|"D less than 0"| F["No real roots"]
D --> G{"Is D a perfect square?"}
G -->|"Yes"| H["Rational roots"]
G -->|"No"| I["Irrational roots"]
Why This Works
The quadratic formula has in it. When , the square root is a positive real number, giving two different values ( and ). When , both values become . When , we are taking the square root of a negative number, which has no real value — hence no real roots.
The discriminant is like a traffic signal for quadratic equations: it tells you what to expect without solving.
Alternative Method
For JEE-level problems, combine the discriminant with Vieta’s formulas (sum and product of roots):
If the question asks about the nature of roots in terms of positive/negative or about the signs of roots, Vieta’s formulas are often more useful than the discriminant alone. For example, if and and , both roots are positive.
Common Mistake
Students sometimes compute (adding instead of subtracting). The discriminant is , always with a minus sign. A wrong sign flips the conclusion entirely — a negative discriminant becomes positive, and you would incorrectly claim real roots exist when they do not. Write the formula carefully every time, especially under exam pressure.