Can You Graph Imaginary Numbers on a Complex Plane?

Yes, you can graph imaginary numbers, and the method is surprisingly intuitive. Instead of using a standard number line, you plot them on a two-dimensional plane where the horizontal axis represents real numbers and the vertical axis represents imaginary numbers. This setup is called the complex plane, and it works almost exactly like plotting points on a regular x-y graph.

How the Complex Plane Works

Every imaginary or complex number can be written in the form a + bi, where “a” is the real part and “b” is the imaginary part. To graph it, you treat “a” as your horizontal coordinate and “b” as your vertical coordinate, then plot the point (a, b). The horizontal axis is relabeled the “real axis” and the vertical axis becomes the “imaginary axis,” but the mechanics of plotting are identical to what you already know from coordinate geometry.

A purely imaginary number like 3i has no real part, so it sits at (0, 3), right on the vertical axis. A purely real number like 5 has no imaginary part, so it sits at (5, 0) on the horizontal axis. A complex number like 2 + 4i lands at the point (2, 4). If you can plot points on a Cartesian plane, you can graph complex numbers.

Where This Idea Came From

For centuries, mathematicians treated imaginary numbers as useful but abstract oddities that appeared in the work of Cardano, Tartaglia, and Bombelli without any geometric meaning. The breakthrough came from Caspar Wessel, a Norwegian map surveyor, who in the late 1700s developed the first systematic geometric theory of complex numbers. Independently, Jean-Robert Argand, a Parisian bookkeeper and amateur mathematician, published his own geometric treatment in 1806 at his own expense. His name wasn’t even on the cover. Despite that, the graphical representation of complex numbers is still commonly called an Argand diagram.

Rectangular vs. Polar Form

Plotting a complex number as a point (a, b) is called its rectangular form, and it’s the most straightforward approach. But there’s a second way to describe the same point: polar form, which uses a distance and an angle instead of horizontal and vertical coordinates.

The distance from the origin to the point is called the modulus. You calculate it the same way you’d find the length of a line segment: the square root of a² + b². For the number 3 + 4i, the modulus is 5. The angle measured from the positive real axis to the line connecting the origin to your point is called the argument. Together, the modulus and argument pinpoint the same location that (a, b) does, just using direction and distance rather than left-right and up-down.

Polar form becomes especially useful when you start multiplying or dividing complex numbers, because those operations have elegant geometric interpretations in terms of stretching and rotating.

What Math Looks Like on the Graph

One of the most striking things about graphing complex numbers is that arithmetic operations become visible, geometric transformations.

Addition follows the parallelogram rule. If you draw arrows (vectors) from the origin to two complex numbers, their sum is the diagonal of the parallelogram formed by those two arrows. This is identical to how vector addition works in physics.

Multiplication by the imaginary unit i produces a 90-degree counterclockwise rotation. Take any complex number, multiply it by i, and its point on the graph rotates a quarter turn around the origin. Start with 3 (sitting on the real axis at (3, 0)), multiply by i, and you get 3i (now at (0, 3) on the imaginary axis). Multiply by i again and you get -3, which is another quarter turn to (-3, 0). Two more multiplications bring you full circle back to 3. This rotation property is one reason complex numbers are so powerful in physics and engineering.

Why Engineers Graph Complex Numbers

Graphing complex numbers isn’t just a classroom exercise. In electrical engineering, complex numbers are used constantly to represent alternating current signals through a tool called the phasor diagram, which is essentially the complex plane put to practical use.

Any signal that oscillates like a sine wave, such as the voltage from a wall outlet, can be represented as a single point (a phasor) on the complex plane. The distance from the origin encodes the signal’s amplitude, and the angle encodes how much the signal is shifted in time relative to a reference. This collapses messy calculus problems into simple algebra. A University of Michigan engineering course illustrates this with a circuits problem: computing the current through a motor connected to a 120-volt wall socket involves solving a differential equation the hard way, but using phasors on the complex plane, the same answer drops out in a single line of division.

This is why the complex plane shows up in signal processing, quantum mechanics, control systems, and fluid dynamics. Anywhere oscillations or rotations matter, graphing complex numbers turns difficult math into geometry you can see.

Graphing Complex Functions

Graphing a single complex number is simple: one point on a flat plane. Graphing a complex function, where every input is a complex number and every output is also a complex number, is harder because you’d need four dimensions (two for the input, two for the output) to show everything at once.

Mathematicians and software developers have come up with several workarounds. One common technique is domain coloring, where you plot the input values on the complex plane and use color to represent the output. The hue encodes the argument (angle) of the output, while brightness encodes the modulus (size). The result is a richly colored map that reveals the structure of the function, including where it blows up to infinity or collapses to zero.

Another approach is to plot the modulus of the output as a 3D surface over the input plane, sometimes adding color to encode the phase. The National Institute of Standards and Technology uses techniques like these to visualize advanced mathematical functions, generating customized 3D meshes fitted to the function’s contours. These visualizations help researchers spot patterns that would be invisible in equations alone.

For most purposes, though, you won’t need anything that elaborate. The basic complex plane, with its real and imaginary axes, is all it takes to make imaginary numbers as concrete and plottable as any other kind of number.