Lesson 39: Solving Quadratic Equations with Complex Roots
Some quadratic equations have no real solutions because the discriminant is negative. In these cases, the solutions are complex numbers. We use the quadratic formula to find these solutions.
Quadratic Formula Review
For ax² + bx + c = 0:
x = [−b ± √(b² − 4ac)] / (2a)
If b² − 4ac < 0, we write the square root as √(−d) = i√d, where i = √−1.
Examples
Example 1: Solve x² + 4 = 0
- x² = −4
- x = ±√(−4) = ±2i
Example 2: Solve x² + 2x + 5 = 0
- Identify coefficients: a = 1, b = 2, c = 5
- Discriminant: Δ = b² − 4ac = 4 − 20 = −16
- x = [−2 ± √(−16)] / 2 = [−2 ± 4i]/2
- Solutions: x = −1 ± 2i
Example 3: Solve 2x² + 3x + 7 = 0
- Δ = 3² − 4(2)(7) = 9 − 56 = −47
- x = [−3 ± √(−47)] / 4 = (−3 ± i√47)/4
Practice Problems
- Solve x² + 9 = 0
- Solve x² − 6x + 13 = 0
- Solve 3x² + 2x + 5 = 0
- Solve x² + 4x + 8 = 0
- Solve 2x² − 3x + 7 = 0
