Find the nature of the roots of each equation, and where the roots are real, find them: (i) 2x² − 3x + 5 = 0; (ii) 3x² − 4√3x + 4 = 0; (iii) 2x² − 6x + 3 = 0.
Hint. Compute D = b² − 4ac first. Only if D ≥ 0 do you go on to find the roots.
The discriminant D = b² − 4ac answers the question before any root-finding starts:
- D > 0 — two distinct real roots
- D = 0 — two equal real roots
- D < 0 — no real roots
(i) 2x² − 3x + 5 = 0. Here a = 2, b = −3, c = 5.
D = (−3)² − 4(2)(5) = 9 − 40 = −31.
Since D < 0, there is nothing further to find.
✦ No real roots.
(ii) 3x² − 4√3x + 4 = 0. Here a = 3, b = −4√3, c = 4.
D = (−4√3)² − 4(3)(4) = 16 × 3 − 48 = 48 − 48 = 0.
Take care with (−4√3)²: square both the 4 and the √3, giving 16 × 3 = 48, not 4√3 × 2.
With D = 0 the two roots coincide at x = −b/2a = 4√3/6 = 2√3/3 = 2/√3.
✦ Two equal real roots, both x = 2/√3 (≈ 1.155).
(iii) 2x² − 6x + 3 = 0. Here a = 2, b = −6, c = 3.
D = 36 − 24 = 12 > 0, so two distinct real roots.
x = (6 ± √12)/4 = (6 ± 2√3)/4 = (3 ± √3)/2.
✦ Two distinct real roots: x = (3 + √3)/2 and x = (3 − √3)/2 (≈ 2.366 and 0.634).
Where students slip. Mis-squaring a surd coefficient in (ii). (−4√3)² means 16 × 3 = 48. Students often write 4 × 3 = 12 or leave a √ behind.
Another way. In (iii), simplifying √12 to 2√3 before dividing lets you cancel the 2 cleanly. Leaving it as √12 and dividing by 4 gives the same value but an unsimplified answer, which can lose a mark.
