The Problem That Started It All
For centuries, mathematicians believed that equations like x² = -1 had no solution. After all, the square of any real numberāwhether positive or negativeāis always positive. But in the 16th century, mathematicians began to ask: what if we invented a number whose square was -1?
This led to the definition of the imaginary unit, denoted i, where i² = -1. At first, mathematicians were deeply skepticalāhow could a "made-up" number be useful? But it turned out that complex numbers (numbers of the form a + bi) weren't just mathematical curiosities; they became essential tools for electrical engineering, quantum physics, signal processing, and many other fields.
Understanding the Imaginary Unit
The imaginary unit i is defined by the property that i² = -1. This simple definition has profound implications. With i, we can take the square root of any negative number: ā(-9) = ā(9) Ć ā(-1) = 3i. Similarly, ā(-16) = 4i, and ā(-7) = ā7 i.
Powers of i follow a predictable cycle: i¹ = i, i² = -1, i³ = -i, iⓠ= 1, and then the pattern repeats. To find i⿠for any exponent, find the remainder when n is divided by 4, then use that value: iⰠ= 1, i¹ = i, i² = -1, i³ = -i.
Example 1: Powers of i
iⷠ= iⓠà i³ = 1 à (-i) = -i (since 7 mod 4 = 3)
i²³ = iⓠà iⓠà iⓠà iⓠà i³ = 1 à 1 à 1 à 1 à (-i) = -i (since 23 mod 4 = 3)
What is a Complex Number?
A complex number is any number of the form a + bi, where a and b are real numbers, and i is the imaginary unit. The value a is called the real part (Re(z)), and b is called the imaginary part (Im(z)). When b = 0, the complex number is just a real number. When a = 0, it's a purely imaginary number.
The set of complex numbers includes all real numbers as a subsetāall real numbers are complex numbers with b = 0. The complex number system is the most "complete" number system in algebra, containing roots of every polynomial.
Complex Number Forms
Standard form: z = a + bi
When a = 0: z = bi (purely imaginary)
When b = 0: z = a (real number)
Operations with Complex Numbers
Addition: (a + bi) + (c + di) = (a + c) + (b + d)i. Simply add the real parts and the imaginary parts separately.
Subtraction: (a + bi) - (c + di) = (a - c) + (b - d)i.
Multiplication: Use the FOIL method, remembering that i² = -1. (a + bi)(c + di) = ac + adi + bci + bdi² = ac + (ad + bc)i + bd(-1) = (ac - bd) + (ad + bc)i.
Example 2: Multiplying Complex Numbers
(3 + 2i)(4 - 5i) = 3(4) + 3(-5i) + 2i(4) + 2i(-5i)
= 12 - 15i + 8i - 10i²
= 12 - 7i - 10(-1) = 12 - 7i + 10 = 22 - 7i
The Complex Conjugate
The complex conjugate of z = a + bi is denoted zĢ (or z*) and equals a - bi. The conjugate is incredibly useful for divisionāmultiplying the numerator and denominator by the conjugate of the denominator eliminates i from the denominator.
Example 3: Dividing Complex Numbers
Divide: (3 + 2i) / (1 - i)
Multiply numerator and denominator by the conjugate of (1 - i), which is (1 + i):
(3 + 2i)(1 + i) / (1 - i)(1 + i) = (3 + 3i + 2i + 2i²) / (1 + 1)
= (3 + 5i - 2) / 2 = (1 + 5i) / 2 = 1/2 + (5/2)i
Modulus and Argument
Every complex number has a modulus (distance from origin) and an argument (angle from positive real axis). The modulus |z| = ā(a² + b²). The argument arg(z) = arctan(b/a), adjusted for the correct quadrant.
In polar form, z = r(cos Īø + i sin Īø) = r cis Īø, where r = |z| and Īø = arg(z). This form is especially useful for multiplication and division.
Example 4: Polar Form
Find the polar form of z = 3 + 4i.
r = ā(3² + 4²) = ā(9 + 16) = 5
Īø = arctan(4/3) ā 53.13°
z = 5(cos 53.13° + i sin 53.13°)
De Moivre's Theorem
De Moivre's Theorem states that [r(cos Īø + i sin Īø)]āæ = rāæ(cos nĪø + i sin nĪø). This is extraordinarily useful for finding powers and roots of complex numbers. For example, to find (1 + i)¹ā°, convert to polar form and apply the theorem.
Real-World Applications
Complex numbers are not just abstract mathematicsāthey're essential tools in electrical engineering (analyzing AC circuits), quantum mechanics (describing wave functions), signal processing (Fourier transforms), and computer graphics (representing rotations and transformations). The next time you listen to music through your phone, complex numbers are working behind the scenes to compress and transmit the audio.