The Geometric Interpretation of Complex Numbers

The Geometric Interpretation of Complex Numbers

Every complex number z = x + yi can be represented as a point in the complex plane, with the real part x on the horizontal axis and the imaginary part y on the vertical axis. This geometric picture makes the algebra of complex numbers visible and intuitive.

Quick Reference

Concept Description
Complex plane (Argand plane) The xy-plane used to represent complex numbers
Real axis The x-axis; represents the real part \operatorname{Re}(z)
Imaginary axis The y-axis; represents the imaginary part \operatorname{Im}(z)
Point z = x + yi Plotted at coordinates (x, y)
z_1 + z_2 Fourth vertex of the parallelogram with vertices O, z_1, z_2
z_1 - z_2 Arrow from z_2 to z_1; the other diagonal of the parallelogram

History and Motivation

In the 16th century, mathematicians began using square roots of negative numbers to solve quadratic and cubic equations. However, they struggled to find a clear explanation for these expressions, which were often met with skepticism. The term "imaginary" arose from the belief that these numbers were abstract or unreal.

As time went on and mathematicians discovered how powerful these numbers are, a simple geometric interpretation emerged in the 19th century. This visual approach made complex numbers far easier to understand and removed lingering doubts about their legitimacy.

In modern mathematics, the geometric interpretation is not logically necessary, since the formal definitions of addition and multiplication are sufficient. But the visual representation remains extremely useful for building intuition.

The Complex Plane

We represent a complex number z = x + yi as a point in the plane, where:

  • The horizontal axis (the real axis) represents the real part \operatorname{Re}(z) = x.
  • The vertical axis (the imaginary axis) represents the imaginary part \operatorname{Im}(z) = y.

This plane is called the complex plane, or the Argand plane (after Jean-Robert Argand), or the z-plane.

A diagram of the complex plane. A complex number z = x + iy is plotted as a point, with projections to the real axis (x) and imaginary axis (y).
Representation of a complex number z = x + iy in the complex plane. The horizontal axis is the real axis and the vertical axis is the imaginary axis.

Special positions in the complex plane:

  • Real numbers (b = 0): z = x + 0i lies on the real axis.
  • Purely imaginary numbers (a = 0): z = 0 + yi lies on the imaginary axis.

It is common practice to use the terms "complex number" and "point" interchangeably. We often say "the point z" as shorthand for "the point corresponding to the complex number z."

Geometric Addition: The Parallelogram Law

Let z_1 = a + bi and z_2 = c + di be two complex numbers plotted in the complex plane. Their sum is:

z_1 + z_2 = (a + c) + (b + d)i

Parallelogram Law. When z_1 and z_2 are plotted as points (or arrows from the origin), their sum z_1 + z_2 is the fourth vertex of the parallelogram whose other three vertices are the origin O, z_1, and z_2.

Geometric representation of complex number addition using the parallelogram law. Arrows z1 and z2 are sides of a parallelogram, and the sum z1 + z2 is the diagonal.
Geometric addition of two complex numbers using the Parallelogram Law. The sum z_1 + z_2 corresponds to the fourth vertex of the parallelogram formed by O, z_1, and z_2.

Geometric Subtraction

Since z_1 - z_2 = z_1 + (-z_2), we can think of subtraction as adding z_1 to the opposite of z_2 (same length, opposite direction).

Using the parallelogram law with z_1 and -z_2, the result z_1 - z_2 is the arrow from z_2 to z_1. This arrow is parallel to, and the same length as, the other diagonal of the parallelogram formed by O, z_1, and z_2.

Geometric representation of complex number subtraction. Arrows z1 and z2 are shown, and the difference z1 minus z2 is represented as an arrow connecting the tips of z2 and z1.
Geometric subtraction of two complex numbers. The difference z_1 - z_2 is found by plotting -z_2 and adding it to z_1 using the Parallelogram Law. It equals the arrow from z_2 to z_1.

Example. Let z_1 = 3 + i and z_2 = 1 + 2i. Plot both in the complex plane and find z_1 + z_2 and z_1 - z_2 geometrically.

Solution.

  • z_1 + z_2 = (3+1) + (1+2)i = 4 + 3i. This is the fourth vertex of the parallelogram with vertices O = (0,0), z_1 = (3,1), z_2 = (1,2).
  • z_1 - z_2 = (3-1) + (1-2)i = 2 - i. This is the arrow from z_2 = (1,2) to z_1 = (3,1).

Frequently Asked Questions

What is the complex plane?

The complex plane is the ordinary xy-plane reinterpreted to represent complex numbers. The horizontal axis is the real axis (representing the real part of z), and the vertical axis is the imaginary axis (representing the imaginary part). Each complex number z = x + yi corresponds to the point (x, y). It is also called the Argand plane or the z-plane.


What does the Parallelogram Law say geometrically? If two complex numbers z_1 and z_2 are drawn as arrows from the origin, they form two adjacent sides of a parallelogram. The fourth vertex of that parallelogram (opposite the origin) is the complex number z_1 + z_2. This is identical to the vector addition rule in physics.

How do you represent subtraction geometrically? The difference z_1 - z_2 is represented as the arrow from the tip of z_2 to the tip of z_1. Equivalently, it is the diagonal of the parallelogram formed by O, z_1, z_2 that does not pass through z_1 + z_2.

Where do purely imaginary numbers lie in the complex plane? Purely imaginary numbers have zero real part, so they lie on the vertical axis (the imaginary axis). For example, 3i is plotted at $(0, 3)$ and -2i is plotted at (0, -2).