Four fundamental identities. z·z̄ = a²+b² = |z|² is the most used — it converts division into multiplication. Also: conjugate distributes over addition and multiplication: z₁+z₂ bar = z̄₁+z̄₂, and z₁z₂ bar = z̄₁·z̄₂.
Let z=a+ib and zˉ=a−ib. All four identities follow by direct computation from this definition.
Identity 1 — Double Conjugate
zˉˉ=(a−ib)=a+ib=z
Taking the conjugate twice returns the original number. The conjugate is an involution.
Identity 2 — Sum
z+zˉ=(a+ib)+(a−ib)=2a=2Re(z)
This is the most-used form for extracting the real part of a complex number. Rearranged: Re(z)=2z+zˉ.
Identity 3 — Difference
z−zˉ=(a+ib)−(a−ib)=2ib=2iIm(z)
Rearranged: Im(z)=2iz−zˉ. Note the denominator is 2i, not 2.
Identity 4 — Product
zzˉ=(a+ib)(a−ib)=a2+b2=∣z∣2
This is the most important identity in the chapter. It converts the product of two conjugates into a real number — which is why multiplying numerator and denominator by the conjugate clears the denominator in division.
Distributive Properties
Over addition:
z1+z2=(a1+a2)+i(b1+b2)=(a1+a2)−i(b1+b2)=zˉ1+zˉ2
Over multiplication:
z1z2=(a1a2−b1b2)+i(a1b2+a2b1)=(a1a2−b1b2)−i(a1b2+a2b1)
zˉ1zˉ2=(a1−ib1)(a2−ib2)=(a1a2−b1b2)−i(a1b2+a2b1)
Both expressions are identical, so z1z2=zˉ1zˉ2.
By induction this extends to any finite product: z1z2⋯zn=zˉ1zˉ2⋯zˉn, and in particular zn=zˉn.