The complex plane is a two-dimensional real vector space where each complex number z = x + iy is represented as a point (x, y). This geometric representation allows complex arithmetic to be visualized as vector operations: addition becomes vector addition, and multiplication combines scaling and rotation.
Visualize complex numbers as points and vectors on the plane. Practice converting between algebraic (x + iy) and geometric (point (x,y)) representations. Draw examples of addition, subtraction, and multiplication to see the geometric meaning.
Thinking multiplication is purely algebraic; it actually combines rotation (by the argument) and scaling (by the modulus). Confusing which axis represents the real vs. imaginary part.
You already know that a complex number z = x + iy is a pair of real numbers combined with the rule i² = −1. But writing a complex number as an algebraic expression hides its geometric nature. The complex plane (also called the Argand plane) makes the geometry visible: treat x + iy as the point (x, y) in an ordinary coordinate plane, with the real part x plotted horizontally on the real axis and the imaginary part y plotted vertically on the imaginary axis. The number 3 + 2i becomes the point (3, 2); the number −1 + 0i is the point (−1, 0) on the real axis; pure imaginary numbers like 4i sit on the vertical axis.
Complex addition is now visually transparent. When you add z₁ = x₁ + iy₁ and z₂ = x₂ + iy₂, you get (x₁ + x₂) + i(y₁ + y₂) — the real parts add and imaginary parts add separately. This is exactly vector addition: place the two arrows head to tail in the plane and the sum is the diagonal. Subtraction is equally visual: z₁ − z₂ is the vector from z₂ to z₁. The real-axis and imaginary-axis coordinates of complex numbers behave like the x and y components of 2D vectors under addition.
Multiplication is where the geometry becomes surprising and beautiful. When you multiply z₁ · z₂, the result scales the magnitude and adds the angles. More precisely, if you draw z as an arrow from the origin, its length is |z| = √(x² + y²) (the modulus) and its angle from the positive real axis is arg(z) (the argument). When you multiply, the moduli multiply and the arguments add: |z₁z₂| = |z₁||z₂| and arg(z₁z₂) = arg(z₁) + arg(z₂). A vivid special case: multiplying any complex number by i rotates it 90° counterclockwise, because i has modulus 1 and argument π/2. Multiplying by i twice gives i² = −1, which is a 180° rotation — and indeed, multiplying by −1 flips any point to the opposite side of the origin. The rule i² = −1, which once looked like an arbitrary algebraic invention, is now a rotation fact.
This geometric view is the foundation for everything in complex analysis. The modulus measures distance from the origin; neighborhoods and limits in the complex plane are defined using it. The argument (angle) is what makes complex exponentials and Euler's formula natural: e^(iθ) = cos θ + i sin θ traces the unit circle as θ varies, connecting exponentials to rotations. When you study complex functions as mappings — inputs in one copy of the complex plane, outputs in another — you'll see that multiplying by a complex constant is a combined rotation and scaling of the entire plane, which is the simplest case of a conformal (angle-preserving) map. The complex plane is not just notation for complex numbers; it is the arena in which their geometry lives.