Understanding Complex Numbers
From Magical Roads to the Mysterious i
1. The Concept of Complex Numbers
Imagine numbers are like little people walking along a straight road. On this road, you can
go left (negative numbers) or right (positive numbers). These are the real numbers.
One day, we invent a magic door that lets you step off the road and float up or down into the
air. This 'up and down' direction is called the imaginary direction.
We call 1 step up 'i', and it follows the strange rule: i² = -1. That means if you take two up-
steps, you end up back on the road but going left instead of right.
When you mix these two directions together—sideways and up/down—you get a complex
number:
a + b·i
Where 'a' is the real part, and 'b' is the imaginary part.
2. Coordinates and the Complex Plane
Think of complex numbers as coordinates on a map:
- Horizontal axis (left/right) → Real numbers (a)
- Vertical axis (up/down) → Imaginary numbers (b·i)
Example:
3 + 2i means 'go 3 steps right, 2 steps up'.
-4 - 5i means 'go 4 steps left, 5 steps down'.
This 2D map is called the complex plane.
3. Why We Invented i (The x² + 1 = 0 Problem)
Long ago, mathematicians found equations that normal numbers couldn't solve. For
example:
x² + 1 = 0
Moving the +1 to the other side gives:
x² = -1
But squaring any normal number never gives a negative. So, they invented a new number, i,
defined so that:
i² = -1
Now we can solve it:
x² = -1 → x = ±i
We get ± because both i and -i squared give -1.
4. Special Cases of Complex Numbers (From Your Book)
A complex number is written as:
Z = a + b·i
Where:
- a = real part
- b = imaginary part
Special cases:
1. If b = 0 → Z = a (purely real number)
Example: Z = 5 is a real number, imaginary part = 0.
2. If a = 0 → Z = b·i (purely imaginary number)
Example: Z = 2i is an imaginary number, real part = 0.
Real numbers and imaginary numbers are both part of the bigger set of complex numbers.
5. Comparing Complex Numbers
We can’t naturally say which of two complex numbers is “greater” if their imaginary part is
not zero, because they live on a plane (two directions: real and imaginary), not a single line.
It’s like asking:
“Which is greater: 3 m east & 4 m north, or 1 m east & 10 m north?”
Without inventing a rule to combine those coordinates into one number, the question has
no meaning — they’re just different locations.
We can compare their distance from the origin using the magnitude formula:
|a + bi| = sqrt(a² + b²)
But that measures “farther away,” not “greater than.”