How to Determine the Nature of Roots of a Quadratic Equation
Determine the nature of quadratic roots using the discriminant, with worked examples, common mistakes and practice questions with answers.
Expected Interview Answer
The nature of the roots of ax² + bx + c = 0 is decided entirely by the discriminant D = b² − 4ac: D > 0 gives two distinct real roots, D = 0 gives one repeated real root, and D < 0 gives two complex conjugate roots.
The discriminant sits inside the quadratic formula x = (−b ± √D) / 2a, so its sign controls whether the square root term is a positive real number, zero, or imaginary. When D is a perfect square and a, b, c are rational, the roots are additionally rational; otherwise they are irrational surds of the form p ± √q. Interviewers also test the sum and product of roots, α + β = −b/a and αβ = c/a, since these let you reconstruct or verify an equation without solving it. A negative product with a positive discriminant tells you the roots are real but of opposite sign, which is a fast sanity check.
- One formula (D = b² − 4ac) classifies every quadratic instantly
- Sum and product of roots verify answers without full solving
- Spotting perfect-square discriminants predicts rational vs irrational roots
AI Mentor Explanation
A required run rate chase can land in exactly three states at the final over: the target is comfortably reachable with overs to spare (two distinct real paths to victory), it is reachable only if every single ball is exact (one repeated, knife-edge outcome), or it is mathematically unreachable given the balls left (no real outcome exists, only a hypothetical). The discriminant D = b² − 4ac plays the same referee role, sorting a quadratic into two-real, one-repeated-real, or no-real-root cases before any actual solving happens. Just as a captain checks the required rate before setting a field, a solver checks D before attempting the quadratic formula.
Worked example
Discriminant
- D = (−4)² − 4(2)(2)
- = 16 − 16 = 0
Root type
- D = 0 → one repeated real root
Root value
- x = −b/2a = 4/4 = 1
Step-by-Step Explanation
Step 1
Identify a, b, c
Write the equation in standard form ax² + bx + c = 0.
Step 2
Compute the discriminant
D = b² − 4ac.
Step 3
Classify the roots
D > 0 → two distinct real; D = 0 → one repeated real; D < 0 → two complex.
Step 4
Check rationality if D ≥ 0
If D is a perfect square and a, b, c are rational, roots are rational; else irrational surds.
What Interviewer Expects
- Correct discriminant formula D = b² − 4ac
- Accurate classification for D > 0, D = 0, D < 0
- Recognizing perfect-square discriminants imply rational roots
- Use of sum/product of roots as an independent check
Common Mistakes
- Sign errors when computing −4ac, especially with negative a or c
- Confusing D = 0 (repeated real root) with D < 0 (no real root)
- Forgetting that D > 0 alone does not guarantee rational roots
- Mixing up sum of roots (−b/a) and product of roots (c/a)
Best Answer (HR Friendly)
“I always start by computing the discriminant, D = b squared minus 4ac, because its sign tells me everything about the roots before I do any further work. Positive means two distinct real roots, zero means one repeated real root, and negative means the roots are complex, not real. If D turns out to be a perfect square, I also know the roots will be clean rational numbers rather than surds.”
Follow-up Questions
- How do you find the values of k for which a quadratic has equal roots?
- How do sum and product of roots let you form a new quadratic equation?
- What does a negative product of roots tell you about their signs?
- How does the discriminant generalize to determine the nature of roots for a cubic?
MCQ Practice
1. For x² − 6x + 9 = 0, the nature of the roots is?
D = (−6)² − 4(1)(9) = 36 − 36 = 0, so there is one repeated real root, x = 3.
2. For 3x² + 2x + 5 = 0, the roots are?
D = 2² − 4(3)(5) = 4 − 60 = −56 < 0, so the roots are complex conjugates.
3. If the roots of a quadratic are real and their product is negative, what can you conclude?
A negative product αβ = c/a < 0 with real roots means one root is positive and the other negative.
Flash Cards
Discriminant formula? — D = b² − 4ac.
D > 0 means? — Two distinct real roots.
D = 0 means? — One repeated real root.
D < 0 means? — Two complex conjugate roots (no real roots).