Academy
Formulas/maths/M2 Modulus Argument/Useful Modulus Identities

Useful Modulus Identities

Expand |z₁+z₂|² = (z₁+z₂)(z̄₁+z̄₂) and use z₁z̄₁ = |z₁|². The cross term 2Re(z₁z̄₂) is the complex analogue of the 2ab term in (a+b)². This identity is essential for proving the triangle inequalities.
Derivation

This identity is the complex analogue of the expansion (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2. The cross term 2ab2ab becomes 2Re(z1zˉ2)2\operatorname{Re}(z_1\bar{z}_2) — a real number that carries the geometric relationship between z1z_1 and z2z_2.

Derivation

Use w2=wwˉ|w|^2 = w\bar{w}:

z1+z22=(z1+z2)(z1+z2)=(z1+z2)(zˉ1+zˉ2)|z_1 + z_2|^2 = (z_1 + z_2)\overline{(z_1 + z_2)} = (z_1 + z_2)(\bar{z}_1 + \bar{z}_2)

Expanding:

=z1zˉ1+z1zˉ2+z2zˉ1+z2zˉ2= z_1\bar{z}_1 + z_1\bar{z}_2 + z_2\bar{z}_1 + z_2\bar{z}_2 =z12+z1zˉ2+z1zˉ2+z22= |z_1|^2 + z_1\bar{z}_2 + \overline{z_1\bar{z}_2} + |z_2|^2

Since w+wˉ=2Re(w)w + \bar{w} = 2\operatorname{Re}(w) for any complex number ww:

z1+z22=z12+2Re(z1zˉ2)+z22\boxed{|z_1 + z_2|^2 = |z_1|^2 + 2\operatorname{Re}(z_1\bar{z}_2) + |z_2|^2}

The Companion Identity

Replacing z2z_2 with z2-z_2:

z1z22=z122Re(z1zˉ2)+z22|z_1 - z_2|^2 = |z_1|^2 - 2\operatorname{Re}(z_1\bar{z}_2) + |z_2|^2

Adding and subtracting the two identities:

z1+z22+z1z22=2(z12+z22)|z_1 + z_2|^2 + |z_1 - z_2|^2 = 2(|z_1|^2 + |z_2|^2) z1+z22z1z22=4Re(z1zˉ2)|z_1 + z_2|^2 - |z_1 - z_2|^2 = 4\operatorname{Re}(z_1\bar{z}_2)

The first is the parallelogram law — the sum of squares of diagonals equals twice the sum of squares of sides. It holds for complex numbers exactly as it does for vectors.

Why This Is the Key Identity

The cross term Re(z1zˉ2)\operatorname{Re}(z_1\bar{z}_2) satisfies Re(z1zˉ2)z1zˉ2=z1z2\operatorname{Re}(z_1\bar{z}_2) \leq |z_1\bar{z}_2| = |z_1||z_2|.

Substituting into the expansion:

z1+z22z12+2z1z2+z22=(z1+z2)2|z_1 + z_2|^2 \leq |z_1|^2 + 2|z_1||z_2| + |z_2|^2 = (|z_1| + |z_2|)^2

Taking square roots gives the triangle inequality z1+z2z1+z2|z_1 + z_2| \leq |z_1| + |z_2| in one line. The identity is the engine; the inequality is a corollary.