Skip to content
Part IA Michaelmas, Lent, Easter Term

Complex Logarithms and Loci

Complex Logarithm

For z=x+iy=zeiθz = x + iy = |z|e^{i\theta}, the logarithm is:

lnz=lnz+iθ\ln z = \ln|z| + i\theta

Since θ\theta is defined up to multiples of 2π2\pi:

lnz=lnz+i(θ+2nπ)\ln z = \ln|z| + i(\theta + 2n\pi)

for integer nn.

Principal value: Choose π<θπ-\pi < \theta \leq \pi, giving:

Ln z=lnz+iArg(z)\text{Ln } z = \ln|z| + i\text{Arg}(z)


Example: Evaluating Powers

Evaluate 2i2^i and iii^i in form x+iyx + iy.

For zw=ewlnzz^w = e^{w\ln z}, using principal values:

2i2^i:

  • ln2=ln2+i0\ln 2 = \ln 2 + i \cdot 0 (real, so θ=0\theta = 0)
  • 2i=eiln2=cos(ln2)+isin(ln2)2^i = e^{i\ln 2} = \cos(\ln 2) + i\sin(\ln 2)
  • =0.769+0.639i= 0.769 + 0.639i (approximately)

iii^i:

  • i=eiπ/2i = e^{i\pi/2}, so lni=iπ/2\ln i = i\pi/2
  • ii=eiiπ/2=eπ/2i^i = e^{i \cdot i\pi/2} = e^{-\pi/2}
  • =0.208= 0.208 (real!)

Multi-Valued Nature

Unlike real logarithms, lnz\ln z is multi-valued:

  • Different branches correspond to different choices of nn
  • The principal branch has π<θπ-\pi < \theta \leq \pi
  • Moving around the origin by 2π2\pi returns to the same point but adds 2πi2\pi i to the logarithm

Branch cut: To make lnz\ln z single-valued, we cut the complex plane (usually along negative real axis).


Loci in the Argand Diagram

A locus is a set of points satisfying a geometric condition.

Circle

za=r|z - a| = r describes a circle:

  • Centre: aa (complex number)
  • Radius: rr

Circle in complex plane centred at point a with radius r, showing distance |z-a| always equals r

Example: z12i=3|z - 1 - 2i| = 3 is circle centred at (1,2)(1, 2) with radius 3.


Perpendicular Bisector

zz1=zz2|z - z_1| = |z - z_2| describes the perpendicular bisector of the line segment joining z1z_1 and z2z_2.

Two points z₁ and z₂ in complex plane, with the perpendicular bisector shown as the locus where |z-z₁| = |z-z₂|

Example: z=zi|z| = |z - i| describes the line y=12y = \frac{1}{2}.

Derivation: Let z=x+iyz = x + iy: z2=zi2|z|^2 = |z - i|^2 x2+y2=x2+(y1)2x^2 + y^2 = x^2 + (y-1)^2 y2=y22y+1y^2 = y^2 - 2y + 1 y=12y = \frac{1}{2}


Half-Line (Ray)

arg(za)=θ\arg(z - a) = \theta describes a half-line from point aa making angle θ\theta with positive real axis.


Region Inside a Circle

za<r|z - a| < r describes the interior of the circle.


Example: Combined Loci

Question: What shape is described by z=3zi|z| = 3|z - i|?

Let z=x+iyz = x + iy:

x2+y2=9(x2+(y1)2)x^2 + y^2 = 9(x^2 + (y-1)^2)

x2+y2=9x2+9y218y+9x^2 + y^2 = 9x^2 + 9y^2 - 18y + 9

8x2+8y218y+9=08x^2 + 8y^2 - 18y + 9 = 0

Dividing by 8 and completing the square:

x2+y29y4+98=0x^2 + y^2 - \frac{9y}{4} + \frac{9}{8} = 0

x2+(y98)2=816498=964x^2 + \left(y - \frac{9}{8}\right)^2 = \frac{81}{64} - \frac{9}{8} = -\frac{9}{64}

This would be impossible (negative radius squared), so let me recalculate:

x2+y2=9(x2+y22y+1)x^2 + y^2 = 9(x^2 + y^2 - 2y + 1)

x2+y2=9x2+9y218y+9x^2 + y^2 = 9x^2 + 9y^2 - 18y + 9

0=8x2+8y218y+90 = 8x^2 + 8y^2 - 18y + 9

x2+y29y4+98=0x^2 + y^2 - \frac{9y}{4} + \frac{9}{8} = 0

x2+(y98)2=81647264=964x^2 + \left(y - \frac{9}{8}\right)^2 = \frac{81}{64} - \frac{72}{64} = \frac{9}{64}

Circle centred at (0,98)(0, \frac{9}{8}) with radius 38\frac{3}{8}.


General Powers

For complex zz and ww:

zw=ewlnzz^w = e^{w\ln z}

Since lnz\ln z is multi-valued, so is zwz^w (unless ww is an integer).