Example 1: Find the constant that gives exactly one solution
In the equation x² + kx + 16 = 0, k is a constant. For what values of k does the equation have exactly one real solution?
Show solution
- Exactly one real solution means the discriminant is zero: k² - 4(1)(16) = 0.
- Solve: k² = 64, so k = 8 or k = -8.
Both signs work; a question with a single answer will restrict k to be positive or offer only one of them.
- Check k = 8: x² + 8x + 16 = (x + 4)², one repeated solution x = -4. Check k = -8: (x - 4)², solution x = 4.
Answer: k = 8 or k = -8