Why I Think This Topic Changes Everything
I still remember the moment I first realized that numbers do not have to live on a straight line. It sounds like a small idea, but honestly, it reshapes how you think about mathematics entirely.
In this post, I want to walk you through the concept of the complex plane — what it is, why it exists, and why multiplying by \(i\) is secretly a rotation. Whether you are preparing for an exam or just curious about where complex numbers "live," you are in exactly the right place.
Why This Matters (Beyond the Exam)
Complex numbers are not just an abstract trick your teacher invented to make life harder. They show up in:
- Signal processing — every AC circuit analysis uses complex phasors
- Control systems — stability of systems is analyzed in the complex plane
- Quantum mechanics — wave functions are complex-valued
- Graphics and rotations — complex multiplication is literally used to rotate 2D vectors in computer graphics
If you are going into electronics or electrical engineering, the complex plane will follow you everywhere. Getting comfortable with it now is one of the best investments you can make.
The Problem With the Number Line
Let's start by thinking about the numbers you already know.
When you first learned about numbers, you probably imagined them as points on a straight line — zero in the middle, positive numbers going right, negative numbers going left.
Then we added more detail. Rational numbers filled in the gaps between integers. Irrational numbers like \(\sqrt{2}\) or \(\pi\) slotted in between. But no matter how many numbers we added, they all sat on the same straight line — a one-dimensional world.
Here is the honest truth: complex numbers simply do not fit on that line. There is no place on the real number line where you can put \(3 + 4i\). This is not a failure of the number system — it is a clue that numbers can exist in two dimensions.
A Quick Refresher — Real and Imaginary Parts
Before going further, let me quickly ground us in the language we need.
Every complex number \(z\) can be written as:
\[z = a + bi\]
where:
- \(a\) is the real part, written \(\text{Re}(z)\)
- \(b\) is the imaginary part, written \(\text{Im}(z)\)
- \(i = \sqrt{-1}\) is the imaginary unit
For example, if \(z = -3 + 7i\), then \(\text{Re}(z) = -3\) and \(\text{Im}(z) = 7\). Simple enough.
Noticing the Pattern — A Key Exercise
Let me show you something that I find genuinely surprising when you first see it.
Start with the complex number \(z_1 = 3 + 2i\) and keep multiplying by \(i\). Let's track what happens:
| Step | Number | Real Part | Imaginary Part |
|---|---|---|---|
| \(z_1\) | \(3 + 2i\) | 3 | 2 |
| \(z_2 = z_1 \cdot i\) | \(-2 + 3i\) | -2 | 3 |
| \(z_3 = z_2 \cdot i\) | \(-3 - 2i\) | -3 | -2 |
| \(z_4 = z_3 \cdot i\) | \(2 - 3i\) | 2 | -3 |
| \(z_5 = z_4 \cdot i\) | \(3 + 2i\) | 3 | 2 |
Look at that — we are right back where we started after four multiplications. That is not a coincidence.
Now stare at the real and imaginary parts. Notice how the real part of one number becomes the imaginary part of the next (sometimes with a sign flip). Every two steps, both signs flip — because \(i^2 = -1\), so multiplying by \(i\) twice is the same as multiplying by \(-1\).
The Big Reveal — Plot These as Coordinates
Here is where it gets visually beautiful. What if you treated the real and imaginary parts of each number as coordinates on a 2D plane?
- \(z_1 = (3, 2)\) — first quadrant
- \(z_2 = (-2, 3)\) — second quadrant
- \(z_3 = (-3, -2)\) — third quadrant
- \(z_4 = (2, -3)\) — fourth quadrant
Each point lands in a different quadrant, going around anti-clockwise. And when you draw lines from the origin to each point, those lines are all the same length, separated by exactly 90 degrees.
This is not a coincidence. Multiplying a complex number by \(i\) rotates it 90 degrees anti-clockwise around the origin. Every single time.
Step-by-Step Worked Example
Let me walk you through this fully, so you can do it yourself.
Given: \(w = 1 + 4i\)
Find: \(w \cdot i\), \(w \cdot i^2\), and \(w \cdot i^3\), then plot all four points.
Step 1 — Multiply by \(i\):
\[w \cdot i = (1 + 4i) \cdot i = i + 4i^2 = i + 4(-1) = -4 + i\]
Step 2 — Multiply by \(i^2\):
\[w \cdot i^2 = w \cdot (-1) = -(1 + 4i) = -1 - 4i\]
Step 3 — Multiply by \(i^3\):
\[w \cdot i^3 = w \cdot i^2 \cdot i = (-1 - 4i) \cdot i = -i - 4i^2 = -i + 4 = 4 - i\]
The four points as coordinates:
| Number | Coordinate | Quadrant |
|---|---|---|
| \(w\) | \((1, 4)\) | Q1 |
| \(w \cdot i\) | \((-4, 1)\) | Q2 |
| \(w \cdot i^2\) | \((-1, -4)\) | Q3 |
| \(w \cdot i^3\) | \((4, -1)\) | Q4 |
Observation: Each step is a 90-degree anti-clockwise rotation. The distance from the origin stays constant at \(\sqrt{1^2 + 4^2} = \sqrt{17}\) for all four points.
Introducing the Complex Plane Properly
Now I can give you the formal definition.
The complex plane (also called the Argand diagram) is a 2D plane where:
- The horizontal axis represents the real part of a complex number
- The vertical axis represents the imaginary part of a complex number
- Every complex number \(z = a + bi\) maps to the point \((a, b)\)
This is not the regular Cartesian plane you use for graphing \(y = f(x)\). Here, a single point does not represent a pair of real numbers — it represents one complex number. The imaginary unit \(i\) is what pushes numbers off the real axis and into this second dimension.
Think of it this way: the real number line is a road that goes left and right. The complex plane adds a brand new direction — up and down — that previously did not exist in our number system.
Why Anti-Clockwise? A Genuine Answer
Students often ask why the positive angle direction in mathematics is anti-clockwise, while compass bearings go clockwise. The answer comes directly from this:
When you multiply \(1\) (a positive real number sitting on the right side of the real axis) by \(i\), you get \(i\) — which sits straight up on the imaginary axis.
So the multiplication by \(i\) took you from "right" to "up," which is anti-clockwise. That one geometric fact defines the conventional positive direction for angles in all of mathematics. It is not arbitrary — it is deeply tied to how complex multiplication works.
Common Mistakes Students Make
Watch out for these pitfalls — I see them all the time:
- Mixing up axes — the imaginary part goes on the vertical axis, not horizontal. The real part is always horizontal.
- Forgetting the sign when multiplying — when you expand \((a + bi) \cdot i\), remember \(bi \cdot i = bi^2 = -b\). That negative sign is where students lose marks.
- Treating the complex plane like a regular Cartesian graph — a point on the complex plane is one number, not a coordinate pair of two separate numbers.
- Thinking the distance from the origin changes — rotation preserves distance. All four points in the multiplication-by-\(i\) sequence are equally far from the origin.
- Confusing clockwise and anti-clockwise — multiplying by \(i\) is always anti-clockwise. Multiplying by \(-i\) goes clockwise.
Exam Tips and Shortcuts
Here are a few things that will save you time under pressure:
Powers of \(i\) cycle every 4 steps: \[i^1 = i, \quad i^2 = -1, \quad i^3 = -i, \quad i^4 = 1\] For any large power, divide the exponent by 4 and use the remainder.
Plotting shortcut: To rotate any point \((a, b)\) by 90 degrees anti-clockwise on the complex plane, the new point is \((-b, a)\). You can verify this matches your multiplication results every time.
Quick reality check on distance: Before and after multiplying by \(i\), compute \(\sqrt{a^2 + b^2}\) — if it changes, you made an algebra error.
In exams asking about the "modulus" — this is just the distance from the origin, which stays unchanged by multiplication with \(i\).
Summary
Here is what I want you to walk away knowing:
- The real number line is one-dimensional — complex numbers cannot live there.
- The complex plane is a two-dimensional space where every complex number \(z = a + bi\) maps to the point \((a, b)\).
- The horizontal axis holds the real part; the vertical axis holds the imaginary part.
- Multiplying by \(i\) is a 90-degree anti-clockwise rotation around the origin — not just an algebraic operation, but a geometric one.
- After four multiplications by \(i\), you are right back where you started — because \(i^4 = 1\).
- The imaginary unit \(i\) is what gives numbers a second dimension, lifting them off the number line and into a completely new mathematical universe.
The complex plane is where a huge portion of advanced mathematics and engineering lives. Getting comfortable with visualizing complex numbers — not just computing with them — is the key skill that separates students who struggle with this topic from those who genuinely master it.