Q1
Find the nature of the roots of the following quadratic equations. If the real roots exist, find them.
(i) $2x^2 – 3x + 5 = 0$
Here, $a = 2, b = -3, c = 5$.
Discriminant $D = b^2 – 4ac$
$$D = (-3)^2 – 4(2)(5) = 9 – 40 = -31$$
Since $D < 0$, no real roots exist.
✖️ No Real Roots
(ii) $3x^2 – 4\sqrt{3}x + 4 = 0$
Here, $a = 3, b = -4\sqrt{3}, c = 4$.
Discriminant $D = b^2 – 4ac$
$$D = (-4\sqrt{3})^2 – 4(3)(4) = 48 – 48 = 0$$
Since $D = 0$, two equal real roots exist.
Roots are given by $x = \frac{-b}{2a}$:
$$x = \frac{-(-4\sqrt{3})}{2(3)} = \frac{4\sqrt{3}}{6} = \frac{2\sqrt{3}}{3}$$
✔️ Roots: $\frac{2\sqrt{3}}{3}, \frac{2\sqrt{3}}{3}$
(iii) $2x^2 – 6x + 3 = 0$
Here, $a = 2, b = -6, c = 3$.
Discriminant $D = b^2 – 4ac$
$$D = (-6)^2 – 4(2)(3) = 36 – 24 = 12$$
Since $D > 0$, distinct real roots exist.
Using Quadratic Formula:
$$x = \frac{-(-6) \pm \sqrt{12}}{2(2)} = \frac{6 \pm 2\sqrt{3}}{4} = \frac{2(3 \pm \sqrt{3})}{4} = \frac{3 \pm \sqrt{3}}{2}$$
✔️ Roots: $\frac{3+\sqrt{3}}{2}, \frac{3-\sqrt{3}}{2}$