The Complex Plane: Argand Diagrams and Operations
Give the number line a second dimension and √−1 finds a home — every complex number becomes a point, addition becomes a slide, and multiplication becomes a rotate-and-stretch.
A number whose square is negative
No real number squares to a negative, so x2 = −1 has no real solution. Rather than stop there, mathematicians invented one: the imaginary unit i, defined by i2 = −1.
Attach it to the real numbers and you get the complex numbers, written a + bi, where a is the real part and b is the imaginary part. Far from being useless fictions, they turn out to describe rotations, waves, and electrical circuits.
Adding is sliding
To add complex numbers, add the real parts and the imaginary parts separately: (a + bi) + (c + di) = (a + c) + (b + d)i. On the Argand diagram this is exactly vector addition — each number is an arrow from the origin, and you add them tip-to-tail.
Multiplying is rotate-and-stretch
Multiply complex numbers by expanding like binomials and using i2 = −1. The geometric result is the beautiful part: multiplying by a complex number rotates and scales the plane. The distances from the origin (the moduli) multiply, and the angles from the positive real axis (the arguments) add.
- Add real and imaginary parts: \( (3+1) + (2+4)i = 4 + 6i \).
- Multiply by expanding: \( (2+3i)(1-i) = 2 - 2i + 3i - 3i^2 \).
- Use \( i^2 = -1 \): \( -3i^2 = +3 \), so it becomes \( 2 + 3 + ( -2 + 3)i = 5 + i \).
- The modulus is the distance from the origin to the point \( (3, 4) \).
- By the Pythagorean theorem, \( |z| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} \).
- So \( |z| = 5 \).
Check your understanding
- The imaginary unit i satisfies i² = −1, and its powers cycle i, −1, −i, 1.
- A complex number a + bi plots at the point (a, b) on the Argand diagram (real axis horizontal, imaginary axis vertical).
- Addition adds real and imaginary parts separately — vector addition on the plane.
- Multiplication expands like binomials with i² = −1; geometrically, moduli multiply and arguments add.
- The modulus |a + bi| = √(a² + b²) is the distance from the origin, and multiplying by i is a 90° rotation.