Exercise 5.4 — Nature of Roots
Nature of roots of a quadratic equation based on its discriminant.
Exercise 5.4 — Nature of Roots of a Quadratic Equation
Exercise 5.4 is the final and most conceptually rich exercise in Chapter 5, Quadratic Equations, of Class 10 Mathematics (CBSE, Telangana & AP Board). It focuses entirely on the Nature of Roots — using a single expression called the Discriminant (D = b²−4ac) to determine whether a quadratic equation has two distinct real roots, two equal real roots, or no real roots at all, without actually solving it.
This concept is immensely powerful: instead of going through the full quadratic formula every time, you compute just one value — the discriminant — and immediately know the character of the solution. Exercise 5.4 also includes reverse problems where the value of an unknown constant k is found given that roots are equal, and real-life geometry problems where the discriminant is used to judge feasibility.
Understanding the Nature of Roots — The Discriminant
Recall from Exercise 5.3 that the roots of ax² + bx + c = 0 are given by the quadratic formula. The key expression inside the square root — b² − 4ac — is what controls the nature of the roots. It is called the discriminant because it "discriminates" (distinguishes) between the three possible cases.
D = b² − 4acfor the quadratic equation ax² + bx + c = 0 (where a ≠ 0)
Real Roots
Real Roots
(Imaginary)
Graphical Interpretation — Parabola and the X-Axis
The parabola y = ax² + bx + c tells the same story visually. Where the parabola meets the x-axis (y = 0) gives the real roots of the equation. The shape of the intersection depends directly on the discriminant.
• x² − 5x + 6 = 0 → D = 1 > 0 → roots are 2 and 3 (two distinct real roots)
• x² − 6x + 9 = 0 → D = 0 → roots are 3 and 3 (two equal real roots)
• x² − 2x + 3 = 0 → D = −8 < 0 → no real roots (imaginary)
Question 1 — Find the Nature of Roots (and Roots if they Exist)
For each equation below, we first compute D = b² − 4ac to classify the nature, then — if D ≥ 0 — apply the quadratic formula to find the actual roots.
Identify: a = 2, b = −3, c = 5
Identify: a = 3, b = −4√3, c = 4
Identify: a = 2, b = −6, c = 3
Question 2 — Find the Value of k so that Roots are Equal
When a problem states "roots are equal," the condition is simply D = 0, i.e., b² − 4ac = 0. Set up this equation, substitute the given a, b (or expression in k), and c, then solve for k. This is a favourite 3-mark question in Telangana and AP board exams.
Identify: a = 2, b = k, c = 3. Condition for equal roots: D = 0
First expand and rearrange into standard form: kx² − 2kx + 6 = 0. Now a = k, b = −2k, c = 6.
Question 3 — Is it Possible to Design the Rectangular Mango Grove?
Questions 3, 4, and 5 are "is it possible?" problems — a type unique to Exercise 5.4. The strategy is always the same: model the given situation as a quadratic equation, compute the discriminant, and use D ≥ 0 (for real roots) to judge whether the situation is geometrically or physically feasible.
Given: Let breadth = x m. Then length = 2x m. Area = length × breadth = 800 m².
Question 4 — Is the Ages Situation Possible?
Given: Let one friend's age = x years. Other = (20 − x) years. Four years ago: ages were (x − 4) and (16 − x).
Question 5 — Is it Possible to Design the Rectangular Park?
Given: Perimeter = 80 m → 2(length + breadth) = 80 → length + breadth = 40. So length = (40 − x) if breadth = x.
Quick Reference — All Answers at a Glance
| Q# | Equation / Problem | a, b, c | D = b²−4ac | Nature | Roots / Answer |
|---|---|---|---|---|---|
| Q1(i) | 2x² − 3x + 5 = 0 | 2, −3, 5 | −31 | No real roots | Imaginary |
| Q1(ii) | 3x² − 4√3 x + 4 = 0 | 3, −4√3, 4 | 0 | Equal roots | 2/√3, 2/√3 |
| Q1(iii) | 2x² − 6x + 3 = 0 | 2, −6, 3 | 12 | Two distinct roots | (3±√3)/2 |
| Q2(i) | 2x² + kx + 3 = 0 (equal roots) | 2, k, 3 | Set = 0 | Equal roots | k = ±2√6 |
| Q2(ii) | kx(x−2)+6=0 (equal roots, k≠0) | k, −2k, 6 | Set = 0 | Equal roots | k = 6 |
| Q3 | Mango grove: length=2×breadth, area=800 m² | 1, 0, −400 | 1600 | Possible ✓ | 20 m × 40 m |
| Q4 | Two friends: sum=20, product 4yrs ago=48 | 1, −20, 112 | −48 | Not possible ✗ | No real solution |
| Q5 | Rectangular park: perimeter=80, area=400 m² | 1, −40, 400 | 0 | Possible ✓ (Square) | 20 m × 20 m |
Common Mistakes to Avoid
- Computing D correctly when b is negative: For b = −3, b² = (−3)² = +9, not −9. Squaring always gives a positive result. This is the single most common arithmetic error in discriminant problems.
- Forgetting to expand before identifying a, b, c: In Q2(ii), the equation kx(x−2)+6 = 0 must first be expanded to kx²−2kx+6 = 0. Treating it as-is gives wrong values of a, b, c.
- Not rejecting k = 0 in Q2(ii): The factoring gives k = 0 or k = 6, but k = 0 makes the equation non-quadratic. Always check whether any value must be rejected based on the problem constraints.
- Saying "roots exist" when D = 0 without finding them: When D ≥ 0, the question says "If real roots exist, find them." Students often stop after classifying the nature without actually computing the roots — losing half the marks.
- Incorrect conclusion in "Is it possible?" questions: D > 0 or D = 0 → possible; D < 0 → not possible. Some students confuse this: they say "not possible" even when D = 0 (equal roots still means real roots exist, so the situation IS possible).
- Not simplifying surds: √12 should be simplified to 2√3, and 2√3/3 is the simplified form of 4√3/6. Board examiners expect fully simplified answers.
The Discriminant — Complete Reference
| Condition | Value of D | Nature of Roots | Formula Result | Graph Behaviour |
|---|---|---|---|---|
| D > 0 | Positive | Two distinct real roots | x = (−b + √D)/2a and (−b − √D)/2a | Cuts x-axis at 2 points |
| D = 0 | Zero | Two equal real roots | x = −b/2a (both roots the same) | Touches x-axis at 1 point |
| D < 0 | Negative | No real roots (imaginary) | √D is not real — roots are complex | Never meets the x-axis |
What This Exercise Prepares You For
Exercise 5.4 completes Chapter 5 on Quadratic Equations — the most important chapter of Class 10 Mathematics for both CBSE and state boards. The discriminant concept reappears throughout higher mathematics: in Class 11, it determines the number of roots of polynomial equations; in coordinate geometry, it is used to determine whether a line is tangent to a conic section.
Within Class 10, the techniques from this exercise directly support Chapter 6 (Real Numbers) and Chapter 10 (Circles), where the condition for equal roots corresponds to a line being tangent to a circle. For students building on this topic, see also Exercise 5.1 for standard form, Exercise 5.2 for factorisation, and Exercise 5.3 for the quadratic formula.