Complex Numbers: When the Quadratic Formula Hits a Negative Discriminant
The imaginary unit i = √(−1) extends the number line into a plane. Master arithmetic with complex numbers, the conjugate trick for division, and you will handle every "no real solution" quadratic on the CBE.
When real numbers run out, math invents new ones
The equation x² = −1 has no real solution — there's no real number that squared gives a negative. So mathematicians invented one: i, defined so that i² = −1. Once you accept i, every quadratic has exactly two roots, and the entire algebraic universe stays consistent.
Complex numbers have the form a + bi: a real part and an imaginary part. Treat i like a variable, with the rule i² = −1. Everything else follows.
Powers of i — the cycle of four
Arithmetic with complex numbers
- Add / subtract
- Combine real with real, imaginary with imaginary. (3 + 4i) + (1 − 2i) = 4 + 2i.
- Multiply
- Distribute (FOIL), then replace i² with −1. (1 + i)(2 + 3i) = 2 + 3i + 2i + 3i² = 2 + 5i − 3 = −1 + 5i.
- Conjugate
- Flip the sign of the imaginary part: conjugate of (a + bi) is (a − bi). Used to simplify division.
Division: multiply by the conjugate
To simplify a fraction with i in the denominator, multiply top and bottom by the conjugate of the denominator. The result is a real denominator.
When the discriminant is negative
From the previous lesson: discriminant < 0 means no real roots. With complex numbers, those roots exist — they're just imaginary.
3-second recap
- i = √(−1), so i² = −1. The defining equation.
- Add/subtract: combine matching parts. Multiply: FOIL, then replace i².
- Divide: multiply by the conjugate of the denominator.
- Negative discriminant → complex roots in conjugate pairs.