Complex Numbers
Basic idea
Numbers of the form z=a+bi with i2=−1. They unify rotation and scaling via polar form z=reiθ and make the reals algebraically closed.
- i2=−1, i3=−i, i4=1
- Sum/product: (a+bi)+(c+di)=(a+c)+(b+d)i; (a+bi)(c+di)=(ac−bd)+(ad+bc)i
- Conjugate: zˉ=a−bi; zzˉ=∣z∣2
- Modulus: ∣z∣=a2+b2
- Argument: argz=atan2(b,a)
- Polar form: z=r(cosθ+isinθ)=reiθ
- Euler’s formula: eiθ=cosθ+isinθ; Euler’s identity: eiπ+1=0
- de Moivre: (cosθ+isinθ)n=cos(nθ)+isin(nθ)
- Multiplication in polar: r1eiθ1⋅r2eiθ2=r1r2ei(θ1+θ2)
- n-th roots of unity: zk=e2πik/n for k=0,…,n−1