Two of the most important operations on complex numbers are the modulus (size) and the conjugate (reflection in the real axis). They satisfy a dozen clean identities, and together they let us divide complex numbers and prove inequalities.
Definitions
Let z=a+bi with a,b∈R.
The modulus (or absolute value) of z is
∣z∣=a2+b2.
It is the distance of z from the origin in the Argand plane. For real z, this agrees with the ordinary ∣x∣ , so the notation is unambiguous.
The conjugate of z is
zˉ=a−bi.
It is the reflection of z across the real axis.
The master identity
zzˉ=(a+bi)(a−bi)=a2−b2i2=a2+b2=∣z∣2.
This single identity is the engine behind division of complex numbers, and behind the inequality theory.
Properties of conjugate
For all z,w∈C:
(zˉ)=z (involution).
z+w=zˉ+wˉ.
zw=zˉwˉ.
z/w=zˉ/wˉ (when w=0).
z+zˉ=2Re(z).
z−zˉ=2iIm(z).
z=zˉ⟺z is real. z=−zˉ⟺z is purely imaginary.
Each is proved by direct expansion.
Properties of modulus
For all z,w∈C:
∣z∣≥0, with equality iff z=0.
∣z∣=∣zˉ∣.
∣zw∣=∣z∣⋅∣w∣ (multiplicative).
wz=∣w∣∣z∣.
∣zn∣=∣z∣n.
Triangle inequality: ∣z+w∣≤∣z∣+∣w∣.
Reverse triangle: ∣z∣−∣w∣≤∣z−w∣.
The multiplicative property is striking: complex multiplication multiplies sizes. The triangle inequality is a direct generalisation of the inequality ∣x+y∣≤∣x∣+∣y∣ for real numbers.
Proof of ∣zw∣=∣z∣∣w∣
∣zw∣2=(zw)(zw)=(zw)(zˉwˉ)=(zzˉ)(wwˉ)=∣z∣2∣w∣2.
Taking positive square roots, ∣zw∣=∣z∣∣w∣. \qed
Computing 1/z
For z=0:
z1=zzˉzˉ=∣z∣2zˉ=a2+b2a−bi.
This is the practical method for dividing complex numbers.
Worked examples
Example 1. Find the modulus and conjugate of z=3−4i.