Definition
A complex number is:
z=x+iy
where:
- x∈R is the real part: Re(z)=x
- y∈R is the imaginary part: Im(z)=y
- i is the imaginary unit: i2=−1
The set of all complex numbers is C.
Complex Conjugate
The complex conjugate of z=x+iy is:
zˉ=z∗=x−iy
Properties:
- zzˉ=∣z∣2=x2+y2
- z+zˉ=2Re(z)
- z−zˉ=2iIm(z)
- z1z2=zˉ1zˉ2
- z1+z2=zˉ1+zˉ2
The Argand Diagram
Complex numbers correspond to points in the complex plane (Argand diagram):
- Horizontal axis: real part
- Vertical axis: imaginary part

This geometric interpretation makes complex numbers useful for 2D rotations and oscillations.
Modulus and Argument
Modulus (Magnitude)
∣z∣=r=x2+y2=zzˉ
The distance from origin in the Argand diagram.
Argument (Angle)
arg(z)=θ=tan−1xy
Warning: Must consider the signs of x and y to get the correct quadrant. The principal argument satisfies −π<θ≤π.
Use:
- θ=tan−1(y/x) if x>0
- θ=tan−1(y/x)+π if x<0 and y≥0
- θ=tan−1(y/x)−π if x<0 and y<0
- θ=π/2 if x=0 and y>0
- θ=−π/2 if x=0 and y<0
Using modulus and argument:
z=r(cosθ+isinθ)=reiθ
This is the polar form (also called modulus-argument form).
eiθ=cosθ+isinθ
Derivation sketch: Expand eiθ, cosθ, sinθ as power series and compare.
Euler’s identity (when θ=π):
eiπ+1=0
This connects five fundamental constants: e, i, π, 1, 0.
De Moivre’s Theorem
(cosθ+isinθ)n=cos(nθ)+isin(nθ)
Or equivalently:
(eiθ)n=einθ
Applications
Trigonometric identities:
cosnθ=Re[(cosθ+isinθ)n]
sinnθ=Im[(cosθ+isinθ)n]
Binomial expansion method:
cos3θ=Re[(cosθ+isinθ)3]=cos3θ−3cosθsin2θ=4cos3θ−3cosθ
Expressing trig in terms of exponentials:
cosθ=2eiθ+e−iθ,sinθ=2ieiθ−e−iθ
Roots of Unity
The nth roots of unity are solutions to zn=1:
zk=e2πik/n=cosn2πk+isinn2πk
for k=0,1,2,…,n−1.

Geometric interpretation: The n roots are evenly spaced around the unit circle, forming a regular n-gon.
Example (cube roots):
z3=1⇒z0=1,z1=e2πi/3,z2=e4πi/3
Roots of Complex Numbers
To solve zn=w where w=Reiϕ:
zk=nRexp(inϕ+2πk)
for k=0,1,…,n−1.
Why Complex Numbers Matter
Complex numbers unify and simplify many areas:
- Differential equations: exponential solutions
- AC circuits: impedance extends resistance
- Quantum mechanics: wave functions are complex-valued
- Signal processing: Fourier transforms use complex exponentials
- 2D rotations: multiplication by eiθ rotates by angle θ
The algebra of complex numbers captures oscillatory and wave behaviour elegantly, replacing sines and cosines with exponentials.