3.5.8 · D1Complex Numbers

Foundations — Algebraic operations — add, subtract, multiply, divide (rectangular and polar)

2,395 words11 min readBack to topic

Before you can operate on complex numbers, you must be able to read every mark on the page. Below, each symbol is introduced in the order that makes the next one possible — nothing is used before it is built.


1. The plane — where every arrow lives

Figure — Algebraic operations — add, subtract, multiply, divide (rectangular and polar)

Read the figure: the yellow arrow along the bottom is the ordinary number line (real, horizontal); the blue arrow going up is the new imaginary direction; the pink dot sits where two readings — "how far right" and "how far up" — cross. That single dot is what we will name. This sheet is the Complex plane (Argand diagram). Everything else on this page is a label for a point — or equivalently the arrow from the origin to that point.


2. and — the two shadows

Figure — Algebraic operations — add, subtract, multiply, divide (rectangular and polar)

Look at the figure: drop the arrow's tip straight down (blue dashed line) to get , straight across (pink dashed line) to get . Two numbers pin the arrow completely.


3. — the tag that means "turn 90°"

Figure — Algebraic operations — add, subtract, multiply, divide (rectangular and polar)

Read the figure: the yellow arrow is (pointing right). One turn (upper chalk arc) sends it to the blue arrow (pointing up). A second turn (second arc) sends it to the pink arrow (pointing left) — so applying twice is a half turn, which is literally . That is the whole rule, made visible.

So the two readings glue into one name: This is the rectangular form — "rectangular" because and are the sides of a rectangle whose diagonal is the arrow.


4. — the length of the arrow (modulus)

Why Pythagoras and not something else? Because (right) and (up) meet at a right angle — that is the one theorem that turns two perpendicular legs into a diagonal length. See the triangle in figure s02: the slanted side is .

is one half of Modulus and Argument. Multiplication will multiply these lengths, so we need a name for length before we can say that.


5. — the tilt of the arrow (argument), and why appear

Now three trig words enter. Each is earned by a question about the same right triangle (arrow = hypotenuse , base = , height = ), and we assume (i.e. ):

Why these tools? We want to convert between (length, angle) and (right, up). Rearranging the first two gives exactly the conversion the parent uses: And is the tool for the reverse trip because it depends only on the angle, not the length — it cancels (), so it isolates the tilt.

is the other half of Modulus and Argument. Multiplication will add these angles.


6. Polar form, cis, and — three spellings of one name

Feed and back into :

Recall Where does

come from? (not needed here, but honest) is defined by an infinite sum . Feeding in and using to simplify the powers, the terms split into two groups: the ones with no collect into exactly the series for , and the ones carrying an collect into times the series for . That is why the shorthand is legal — it isn't a fresh definition pulled from nowhere, it's a rearranged sum. This is also why must be in radians: those series are only equal to when is radian-measured. Full detail lives in Euler's formula.


7. The conjugate — mirror across the horizontal axis

Its magic property is a plain real number (no ). This is Complex conjugate, and it is the exact trick that makes division work — multiplying top and bottom of a fraction by the denominator's conjugate turns the bottom into a real length you can divide by.


8. Arrows add like vectors


Prerequisite map

Number plane graph paper

Complex number z as arrow

Shadows a and b

Imaginary unit i squared = -1

Rectangular z = a + bi

Length r modulus

Angle theta argument

cos sin tan on the triangle

Polar r cis theta

Euler e to the i theta

Conjugate mirror

Add multiply divide


Equipment checklist

What does the single letter stand for?
The whole complex number — the arrow (point) itself; are all facts about that one arrow.
What does read off the arrow?
The horizontal shadow — how far right.
What single rule defines ?
; equivalently, multiplying by rotates an arrow anticlockwise.
In , what is the imaginary part ?
(a plain number, not ).
How do you get the length from and , and why that formula?
, from Pythagoras because and are perpendicular legs.
Which ratio equals on the arrow's triangle?
adjacent over hypotenuse .
Which ratio equals , and why does it ignore the length?
opposite over adjacent ; the cancels, leaving only the tilt.
What is when ?
Undefined — the zero arrow has no direction; only its modulus () makes sense.
What is for a pure imaginary (where )?
; read it from the picture since would divide by zero.
Which angle unit do , , expect?
Radians (full turn ); convert degrees by .
Why can't plain give the argument alone?
repeats every , so it can't tell a quadrant from its opposite; check signs of / use atan2.
Write in polar form three ways.
.
What does mean geometrically, and where does the formula come from?
A unit arrow at angle ; it comes from the power series of with splitting into .
What is geometrically and what is ?
Mirror across the horizontal axis; , a real number.
Why is addition done in rectangular, not polar?
Independent right/up axes just add like vectors; tilts and lengths don't add for sums.

Connections