Skip to content

Complex Numbers Review

1.1 Definition and Arithmetic

A complex number is z=a+biz = a + bi where a,bRa, b \in \mathbb{R} and i2=1i^2 = -1. We call a=Re(z)a = \mathrm{Re}(z) the real part and b=Im(z)b = \mathrm{Im}(z) the imaginary part.

Arithmetic: (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i and (a+bi)(c+di)=(acbd)+(ad+bc)i(a + bi)(c + di) = (ac - bd) + (ad + bc)i.

Proposition 1.1 (Properties of Complex Arithmetic). For all z,wCz, w \in \mathbb{C}:

  1. z+w=w+zz + w = w + z and zw=wzzw = wz (commutativity)
  2. (z+w)+u=z+(w+u)(z + w) + u = z + (w + u) and (zw)u=z(wu)(zw)u = z(wu) (associativity)
  3. z(w+u)=zw+zuz(w + u) = zw + zu (distributivity)
  4. There exist additive identity 00 and multiplicative identity 11.
  5. Every z0z \neq 0 has a multiplicative inverse 1z=zˉz2\frac{1}{z} = \frac{\bar{z}}{|z|^2}.

Remark. The complex field C\mathbb{C} cannot be ordered: there is no total ordering on C\mathbb{C} Compatible with the field operations. In particular, i2=1i^2 = -1 precludes any such ordering.

1.2 The Complex Conjugate and Modulus

Definition. The complex conjugate of z=a+biz = a + bi is zˉ=abi\bar{z} = a - bi.

Proposition 1.2. For all z,wCz, w \in \mathbb{C}:

  1. z+w=zˉ+wˉ\overline{z + w} = \bar{z} + \bar{w} and zw=zˉwˉ\overline{zw} = \bar{z}\bar{w}
  2. zzˉ=z2z\bar{z} = |z|^2
  3. z+zˉ=2Re(z)z + \bar{z} = 2\,\mathrm{Re}(z) and zzˉ=2iIm(z)z - \bar{z} = 2i\,\mathrm{Im}(z)
  4. zˉˉ=z\bar{\bar{z}} = z

Definition. The modulus (or absolute value) of z=a+biz = a + bi is z=a2+b2|z| = \sqrt{a^2 + b^2}.

Proposition 1.3 (Modulus Properties). For all z,wCz, w \in \mathbb{C}:

  1. z0|z| \geq 0 with equality iff z=0z = 0
  2. zw=zw|zw| = |z||w|
  3. z+wz+w|z + w| \leq |z| + |w| (triangle inequality)
  4. zwzw\bigl||z| - |w|\bigr| \leq |z - w| (reverse triangle inequality)

Proof of (3). z+w2=(z+w)(zˉ+wˉ)=z2+zwˉ+zˉw+w2=z2+2Re(zwˉ)+w2z2+2zw+w2=(z+w)2|z + w|^2 = (z + w)(\bar{z} + \bar{w}) = |z|^2 + z\bar{w} + \bar{z}w + |w|^2 = |z|^2 + 2\,\mathrm{Re}(z\bar{w}) + |w|^2 \leq |z|^2 + 2|z||w| + |w|^2 = (|z| + |w|)^2. The inequality follows from Re(zwˉ)zwˉ=zw\mathrm{Re}(z\bar{w}) \leq |z\bar{w}| = |z||w|. \blacksquare

1.3 Polar Form

Every non-zero complex number can be written in polar form:

z=r(cosθ+isinθ)=reiθz = r(\cos\theta + i\sin\theta) = re^{i\theta}

Where r=z=a2+b2r = |z| = \sqrt{a^2 + b^2} is the modulus and θ=arg(z)\theta = \arg(z) is the argument.

Definition. The principal argument Arg(z)\mathrm{Arg}(z) is the unique θ(π,π]\theta \in (-\pi, \pi] Such that z=zeiθz = |z|e^{i\theta}. The argument arg(z)\arg(z) is multi-valued: arg(z)=Arg(z)+2πk\arg(z) = \mathrm{Arg}(z) + 2\pi k for kZk \in \mathbb{Z}.

Proposition 1.4. If z1=r1eiθ1z_1 = r_1 e^{i\theta_1} and z2=r2eiθ2z_2 = r_2 e^{i\theta_2}Then z1z2=r1r2ei(θ1+θ2)z_1 z_2 = r_1 r_2 e^{i(\theta_1 + \theta_2)} and z1/z2=(r1/r2)ei(θ1θ2)z_1/z_2 = (r_1/r_2)\, e^{i(\theta_1 - \theta_2)}.

Worked Examples: Polar Form Conversions

Solution

Problem. Convert z=1+3iz = -1 + \sqrt{3}\,i to polar form and find all arguments.

z=(1)2+(3)2=1+3=2|z| = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2.

Re(z)=1<0\mathrm{Re}(z) = -1 \lt 0 and Im(z)=3>0\mathrm{Im}(z) = \sqrt{3} \gt 0So zz is in the second quadrant.

θ=arctan ⁣(31)=2π3\theta = \arctan\!\left(\frac{\sqrt{3}}{-1}\right) = \frac{2\pi}{3} (adjusting to second quadrant).

Polar form: z=2e2πi/3z = 2\,e^{2\pi i/3}.

All arguments: arg(z)=2π3+2πk\arg(z) = \frac{2\pi}{3} + 2\pi k for kZk \in \mathbb{Z}.

Problem. Convert z=3eiπ/4z = 3e^{-i\pi/4} to rectangular form.

z=3(cos ⁣(π4)+isin ⁣(π4))=3(22i22)=322322iz = 3\left(\cos\!\left(-\frac{\pi}{4}\right) + i\sin\!\left(-\frac{\pi}{4}\right)\right) = 3\left(\frac{\sqrt{2}}{2} - i\,\frac{\sqrt{2}}{2}\right) = \frac{3\sqrt{2}}{2} - \frac{3\sqrt{2}}{2}\,i.

Problem. Express z=34iz = -3 - 4i in polar form.

z=9+16=5|z| = \sqrt{9 + 16} = 5.

Both real and imaginary parts are negative, so zz is in the third quadrant.

θ=arctan(4/3)+π=π+arctan(4/3)\theta = \arctan(4/3) + \pi = \pi + \arctan(4/3).

z=5ei(π+arctan(4/3))z = 5\,e^{i(\pi + \arctan(4/3))}.

1.4 Euler”s Formula and De Moivre’s Theorem

Euler’s formula: eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta.

De Moivre’s theorem: (eiθ)n=einθ(e^{i\theta})^n = e^{in\theta}So

(cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)

Proposition 1.5. De Moivre’s theorem holds for all integers nnIncluding negative values.

Proof. For n0n \geq 0It follows by induction from the multiplication law eiαeiβ=ei(α+β)e^{i\alpha}e^{i\beta} = e^{i(\alpha + \beta)}. For n<0n \lt 0Write n=mn = -m with m>0m \gt 0: (cosθ+isinθ)n=1(cosθ+isinθ)m=1cos(mθ)+isin(mθ)=cos(mθ)+isin(mθ)=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \frac{1}{(\cos\theta + i\sin\theta)^m} = \frac{1}{\cos(m\theta) + i\sin(m\theta)} = \cos(-m\theta) + i\sin(-m\theta) = \cos(n\theta) + i\sin(n\theta). \blacksquare

Applications of De Moivre’s Theorem

Example. Compute (1+i)20(1 + i)^{20}.

1+i=2eiπ/41 + i = \sqrt{2}\,e^{i\pi/4}So (1+i)20=(2)20e20πi/4=210e5πi=1024eπi=1024(1 + i)^{20} = (\sqrt{2})^{20}\, e^{20\pi i/4} = 2^{10}\, e^{5\pi i} = 1024\,e^{\pi i} = -1024.

Solution

Problem. Express cos(5θ)\cos(5\theta) in terms of cosθ\cos\theta using de Moivre.

By de Moivre: cos(5θ)+isin(5θ)=(cosθ+isinθ)5\cos(5\theta) + i\sin(5\theta) = (\cos\theta + i\sin\theta)^5.

Expanding the right side by the binomial theorem and equating real parts:

cos(5θ)=cos5θ10cos3θsin2θ+5cosθsin4θ\cos(5\theta) = \cos^5\theta - 10\cos^3\theta\sin^2\theta + 5\cos\theta\sin^4\theta.

Using sin2θ=1cos2θ\sin^2\theta = 1 - \cos^2\theta:

cos(5θ)=cos5θ10cos3θ(1cos2θ)+5cosθ(1cos2θ)2\cos(5\theta) = \cos^5\theta - 10\cos^3\theta(1 - \cos^2\theta) + 5\cos\theta(1 - \cos^2\theta)^2 =cos5θ10cos3θ+10cos5θ+5cosθ10cos3θ+5cos5θ= \cos^5\theta - 10\cos^3\theta + 10\cos^5\theta + 5\cos\theta - 10\cos^3\theta + 5\cos^5\theta =16cos5θ20cos3θ+5cosθ= 16\cos^5\theta - 20\cos^3\theta + 5\cos\theta.

Problem. Show that k=0n1cos(kθ)=sin(nθ/2)sin(θ/2)cos ⁣((n1)θ2)\sum_{k=0}^{n-1} \cos(k\theta) = \frac{\sin(n\theta/2)}{\sin(\theta/2)}\cos\!\left(\frac{(n-1)\theta}{2}\right) For θ2πZ\theta \notin 2\pi\mathbb{Z}.

Consider S=k=0n1eikθ=1einθ1eiθS = \sum_{k=0}^{n-1} e^{ik\theta} = \frac{1 - e^{in\theta}}{1 - e^{i\theta}} (geometric series with r=eiθ1r = e^{i\theta} \neq 1).

S=einθ/2(einθ/2einθ/2)eiθ/2(eiθ/2eiθ/2)=ei(n1)θ/2sin(nθ/2)sin(θ/2)S = \frac{e^{in\theta/2}(e^{-in\theta/2} - e^{in\theta/2})}{e^{i\theta/2}(e^{-i\theta/2} - e^{i\theta/2})} = e^{i(n-1)\theta/2} \cdot \frac{\sin(n\theta/2)}{\sin(\theta/2)}.

Taking real parts gives the result.

1.5 Roots of Complex Numbers

Definition. An nn-th root of wCw \in \mathbb{C} is a complex number zz such that zn=wz^n = w.

Proposition 1.6. Every non-zero wCw \in \mathbb{C} has exactly nn distinct nn-th roots. If w=ρeiϕw = \rho\, e^{i\phi}Then

zk=ρ1/nei(ϕ+2πk)/n,k=0,1,,n1z_k = \rho^{1/n}\, e^{i(\phi + 2\pi k)/n}, \quad k = 0, 1, \ldots, n - 1

Where ρ1/n>0\rho^{1/n} \gt 0 is the positive real nn-th root of ρ\rho.

Proof. If zn=wz^n = wWrite z=reiθz = r\,e^{i\theta}. Then rneinθ=ρeiϕr^n e^{in\theta} = \rho\, e^{i\phi} So r=ρ1/nr = \rho^{1/n} and nθ=ϕ+2πkn\theta = \phi + 2\pi k. For k=0,1,,n1k = 0, 1, \ldots, n-1 these give distinct Values of θ\theta; for knk \geq n they repeat. \blacksquare

Remark. The nn-th roots of ww lie equally spaced on a circle of radius ρ1/n\rho^{1/n}Forming a Regular nn-gon.

1.6 Roots of Unity

The nn-th roots of unity are the solutions of zn=1z^n = 1:

zk=e2πik/n,k=0,1,,n1z_k = e^{2\pi i k / n}, \quad k = 0, 1, \ldots, n - 1

They form a regular nn-gon on the unit circle in the complex plane.

Proposition 1.7. If ω=e2πi/n\omega = e^{2\pi i/n} is a primitive nn-th root of unity, then k=0n1ωk=0\sum_{k=0}^{n-1} \omega^k = 0 and k=0n1ωjk=0\sum_{k=0}^{n-1} \omega^{jk} = 0 for any jj not divisible by nn.

Proof. The sum k=0n1ωk=1ωn1ω=111ω=0\sum_{k=0}^{n-1} \omega^k = \frac{1 - \omega^n}{1 - \omega} = \frac{1 - 1}{1 - \omega} = 0 Provided ω1\omega \neq 1. For jj not divisible by nn, ωj\omega^j is a non-trivial root of unity, So the same argument applies. \blacksquare

Solution

Problem. Find all cube roots of 8-8.

8=8eiπ-8 = 8\,e^{i\pi}. The cube roots are: zk=81/3ei(π+2πk)/3=2ei(π+2πk)/3z_k = 8^{1/3}\, e^{i(\pi + 2\pi k)/3} = 2\, e^{i(\pi + 2\pi k)/3} for k=0,1,2k = 0, 1, 2.

z0=2eiπ/3=2(12+i32)=1+i3z_0 = 2\,e^{i\pi/3} = 2\left(\frac{1}{2} + i\,\frac{\sqrt{3}}{2}\right) = 1 + i\sqrt{3}. z1=2eiπ=2z_1 = 2\,e^{i\pi} = -2. z2=2ei5π/3=2(12i32)=1i3z_2 = 2\,e^{i5\pi/3} = 2\left(\frac{1}{2} - i\,\frac{\sqrt{3}}{2}\right) = 1 - i\sqrt{3}.

Problem. Find all fourth roots of z=16iz = 16i.

16i=16eiπ/216i = 16\,e^{i\pi/2}. The fourth roots are: zk=161/4ei(π/2+2πk)/4=2ei(π/8+πk/2)z_k = 16^{1/4}\, e^{i(\pi/2 + 2\pi k)/4} = 2\, e^{i(\pi/8 + \pi k/2)} for k=0,1,2,3k = 0, 1, 2, 3.

z0=2eiπ/8z_0 = 2\,e^{i\pi/8}, z1=2ei5π/8z_1 = 2\,e^{i5\pi/8}, z2=2ei9π/8z_2 = 2\,e^{i9\pi/8}, z3=2ei13π/8z_3 = 2\,e^{i13\pi/8}.

Problem. Show that the nn-th roots of any non-zero ww are in geometric progression.

The roots are zk=ρ1/nei(ϕ+2πk)/n=z0(e2πi/n)k=z0ωkz_k = \rho^{1/n}\, e^{i(\phi + 2\pi k)/n} = z_0 \cdot \left(e^{2\pi i/n}\right)^k = z_0 \cdot \omega^k Where ω=e2πi/n\omega = e^{2\pi i/n} is a primitive nn-th root of unity. This is a geometric sequence With ratio ω\omega.