We use the discriminant to decide how many real solutions a quadratic equation has.
For a quadratic equation:
\[ ax^2 + bx + c = 0 \]
The discriminant is:
The value of the discriminant tells us how many roots the quadratic has:
| Value of \( \Delta \) | Number of Real Roots |
|---|---|
| \(\Delta > 0\) | Two distinct real roots |
| \(\Delta = 0\) | One repeated real root |
| \(\Delta < 0\) | No real roots |
How many real roots does
\[ 3x^2 - 5x + 2 = 0 \]
Compute the discriminant:
\[ \Delta = (-5)^2 - 4(3)(2) = 25 - 24 = 1 > 0 \]
How many real roots does \[ x^2 - 6x + 9 = 0 \]
\[ \Delta = (-6)^2 - 4(1)(9) = 36 - 36 = 0 \]
How many real roots does \[ 2x^2 + 4x + 10 = 0 \]
\[ \Delta = 4^2 - 4(2)(10) = 16 - 80 = -64 < 0 \]
For: \[ x^2 + (k - 3)x + 4 = 0 \] find the values of \(k\) for which there are no real roots.
Use: \[ \Delta < 0 \]
\[ \Delta = (k - 3)^2 - 4(1)(4) < 0 \Rightarrow (k - 3)^2 < 16 \]
\[ -4 < k - 3 < 4 \Rightarrow -1 < k < 7 \]
Use the discriminant in each case.