Complex Number Basics
A complex number has the form:
z=a+bi
where:
- a = real part (Re(z))
- b = imaginary part (Im(z))
- i=−1, so i2=−1
Forms of Complex Numbers
Rectangular Form
z=a+bi
Polar (Trigonometric) Form
z=r(cosθ+isinθ)=rcisθ
where:
- r=∣z∣=a2+b2 (modulus)
- θ=arg(z)=arctan(b/a) (argument)
Exponential Form
z=reiθ
Converting Between Forms
Rectangular to Polar
r=a2+b2
θ=arctan(ab)(adjust for quadrant)
Polar to Rectangular
a=rcosθ
b=rsinθ
Operations in Polar Form
Multiplication
z1⋅z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]
Multiply moduli, add arguments.
Division
z2z1=r2r1[cos(θ1−θ2)+isin(θ1−θ2)]
Divide moduli, subtract arguments.
De Moivre's Theorem
For any integer n:
[r(cosθ+isinθ)]n=rn(cosnθ+isinnθ)
Or using cis notation:
(rcisθ)n=rncis(nθ)
Powers of Complex Numbers
To find zn:
- Convert to polar form
- Apply De Moivre's theorem
- Convert back to rectangular if needed
Example: (1+i)8
- r=2, θ=4π
- z=2cis(4π)
- z8=(2)8cis(8⋅4π)=16cis(2π)=16(1+0i)=16
Roots of Complex Numbers
The n distinct nth roots of z=rcisθ are:
nz=nr⋅cis(nθ+2πk)
for k=0,1,2,…,n−1
Properties of Roots
- There are exactly n distinct nth roots
- All roots have the same modulus: nr
- Roots are equally spaced on a circle
- Angular separation between consecutive roots: n2π
Example: Cube Roots of 8
z=8=8cis0
Roots: 38⋅cis(30+2πk) for k=0,1,2
- k=0: 2cis0=2
- k=1: 2cis(32π)=2(−21+i23)=−1+i3
- k=2: 2cis(34π)=2(−21−i23)=−1−i3
Roots of Unity
The nth roots of 1 are:
ωk=cis(n2πk)=e2πik/n
for k=0,1,2,…,n−1
Special Cases
Square roots of 1: 1,−1
Cube roots of 1: 1,2−1+i3,2−1−i3
Fourth roots of 1: 1,i,−1,−i
Powers of i
| Power | Value |
|---|
| i0 | 1 |
| i1 | i |
| i2 | −1 |
| i3 | −i |
| i4 | 1 |
Pattern repeats with period 4:
in=inmod4