Complex Logarithm
For z=x+iy=∣z∣eiθ, the logarithm is:
lnz=ln∣z∣+iθ
Since θ is defined up to multiples of 2π:
lnz=ln∣z∣+i(θ+2nπ)
for integer n.
Principal value: Choose −π<θ≤π, giving:
Ln z=ln∣z∣+iArg(z)
Example: Evaluating Powers
Evaluate 2i and ii in form x+iy.
For zw=ewlnz, using principal values:
2i:
- ln2=ln2+i⋅0 (real, so θ=0)
- 2i=eiln2=cos(ln2)+isin(ln2)
- =0.769+0.639i (approximately)
ii:
- i=eiπ/2, so lni=iπ/2
- ii=ei⋅iπ/2=e−π/2
- =0.208 (real!)
Multi-Valued Nature
Unlike real logarithms, lnz is multi-valued:
- Different branches correspond to different choices of n
- The principal branch has −π<θ≤π
- Moving around the origin by 2π returns to the same point but adds 2πi to the logarithm
Branch cut: To make lnz 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
∣z−a∣=r describes a circle:
- Centre: a (complex number)
- Radius: r

Example: ∣z−1−2i∣=3 is circle centred at (1,2) with radius 3.
Perpendicular Bisector
∣z−z1∣=∣z−z2∣ describes the perpendicular bisector of the line segment joining z1 and z2.

Example: ∣z∣=∣z−i∣ describes the line y=21.
Derivation: Let z=x+iy:
∣z∣2=∣z−i∣2
x2+y2=x2+(y−1)2
y2=y2−2y+1
y=21
Half-Line (Ray)
arg(z−a)=θ describes a half-line from point a making angle θ with positive real axis.
Region Inside a Circle
∣z−a∣<r describes the interior of the circle.
Example: Combined Loci
Question: What shape is described by ∣z∣=3∣z−i∣?
Let z=x+iy:
x2+y2=9(x2+(y−1)2)
x2+y2=9x2+9y2−18y+9
8x2+8y2−18y+9=0
Dividing by 8 and completing the square:
x2+y2−49y+89=0
x2+(y−89)2=6481−89=−649
This would be impossible (negative radius squared), so let me recalculate:
x2+y2=9(x2+y2−2y+1)
x2+y2=9x2+9y2−18y+9
0=8x2+8y2−18y+9
x2+y2−49y+89=0
x2+(y−89)2=6481−6472=649
Circle centred at (0,89) with radius 83.
General Powers
For complex z and w:
zw=ewlnz
Since lnz is multi-valued, so is zw (unless w is an integer).