Complex Numbers and the Number Line

Why the one-dimensional number line is not big enough - adding a vertical imaginary axis to make the complex plane, reading a number position from its two parts, and writing it in polar form.

--
Complex Numbers and the Number Line — Moosa Academy

The number line has one dimension: positives to the right, zero in the middle, negatives to the left. Every real number has a place on it, and there is no room for anything else. Complex numbers need more room — so we add a second axis and turn the line into a plane.

Concept From a line to a plane
1 + 2i real imaginary r
The horizontal axis carries the real numbers, exactly as the old number line did. The vertical axis carries the imaginary numbers. Together they make the complex plane.
Every complex number is written in Cartesian form:
 z = a + bi
where  a is the real part,  b is the imaginary part, and  i^2 = -1 .

A real number is not excluded by this — it simply has  b = 0 and sits on the horizontal axis. The plane contains the old number line rather than replacing it.

Concept Reading a number's position

The two parts act like coordinates. The real part gives the horizontal step, the imaginary part gives the vertical step, and together they place the number in one of the four quadrants:

 a > 0,\; b > 0 — first quadrant
 a < 0,\; b > 0 — second quadrant
 a < 0,\; b < 0 — third quadrant
 a > 0,\; b < 0 — fourth quadrant

This is the same reading you already do with the point  (a, b) — the complex plane simply gives those two coordinates a new meaning.

Example Locating 1 + 2i

Identify the parts of  z = 1 + 2i and find its distance from the origin.

Step 1 — the real part:  a = 1
Step 2 — the imaginary part:  b = 2
Step 3 — both positive, so the number sits in the first quadrant, at the point  (1, 2)
Step 4 — the distance:  r = \sqrt{1^2 + 2^2} = \sqrt{5} \approx 2.24
⟹ first quadrant,  r = \sqrt{5} \approx 2.24

That distance  r is found exactly as it was for any point in the plane — Pythagoras on the two parts.

Theorem The polar form

Because a complex number is a point in a plane, it can also be described by a distance and an angle instead of two steps:

 z = r(\cos\theta + i\sin\theta)
Here  r = \sqrt{a^2 + b^2} is the distance from the origin, and  \theta is the angle measured anticlockwise from the positive real axis.
Multiplying out recovers the two parts:
 a = r\cos\theta \qquad b = r\sin\theta

Anticlockwise is the positive direction for angles, exactly as in polar coordinates.

Example Polar back to Cartesian

A complex number has  r = 2 and  \theta = 30^\circ . Write it as  a + bi .

Step 1 — the real part:  a = 2\cos 30^\circ = 2 \times \frac{\sqrt{3}}{2} = \sqrt{3} \approx 1.73
Step 2 — the imaginary part:  b = 2\sin 30^\circ = 2 \times \frac{1}{2} = 1
 z = \sqrt{3} + i
Note The four special directions
Positive real — angle  0^\circ , for example  3
Positive imaginary — angle  90^\circ , for example  3i
Negative real — angle  180^\circ , for example  -3
Negative imaginary — angle  -90^\circ , for example  -3i

Seen this way, multiplying by  i is a quarter turn anticlockwise. This is why the polar form makes multiplication, division and powers so much easier — the topic of the next lesson.

Summary
  1. The number line is one-dimensional; the complex plane adds a vertical imaginary axis.
  2. Cartesian form is z = a + bi, where a is the real part and b the imaginary part.
  3. The signs of a and b place the number in one of the four quadrants.
  4. The distance from the origin is r = √(a² + b²); for 1 + 2i it is √5 ≈ 2.24.
  5. Polar form is z = r(cos θ + i sin θ), with a = r cos θ and b = r sin θ.
  6. Angles are measured anticlockwise from the positive real axis: 0°, 90°, 180°, −90°.