Skip to main content
AMC 12 only

Complex Numbers in Polar Form

Rectangular form is easy to add; polar form is easy to multiply and raise to powers — De Moivre's theorem is why the switch is worth it.

Polar form

Any complex number z=a+biz=a+bi can be written using its modulus rr and argument θ\theta:

z=r(cosθ+isinθ),r=a2+b2,θ=arctan ⁣(ba) (adjusted for quadrant)z = r(\cos\theta+i\sin\theta), \qquad r=\sqrt{a^2+b^2}, \qquad \theta = \arctan\!\left(\dfrac ba\right)\ \text{(adjusted for quadrant)}

The quadrant adjustment matters — the raw arctangent only returns values in (π2,π2)(-\tfrac\pi2, \tfrac\pi2), so you must add π\pi when a<0a<0.

De Moivre’s theorem

Polar form makes exponentiation almost trivial:

zn=rn(cos(nθ)+isin(nθ))z^n = r^n(\cos(n\theta) + i\sin(n\theta))

Compare this to expanding (a+bi)n(a+bi)^n directly with the binomial theorem — polar form avoids that entirely.

Roots of unity and nth roots

The nn complex nnth roots of unity are evenly spaced around the unit circle:

ωk=cos ⁣(2πkn)+isin ⁣(2πkn),k=0,1,,n1\omega_k = \cos\!\left(\dfrac{2\pi k}{n}\right) + i\sin\!\left(\dfrac{2\pi k}{n}\right), \qquad k=0,1,\ldots,n-1

They always sum to zero (for n2n \geq 2) — a fact worth remembering, since it frequently shortens problems that ask for a sum over all roots. To find all nnth roots of a general complex number, convert to polar form and divide the argument (plus multiples of 2π2\pi) bynn.

Worked example

Problem: Find all solutions to z3=8z^3 = -8.

Solution: Write 8-8 in polar form: r=8r=8, θ=π\theta = \pi (since 8-8 is on the negative real axis). The cube roots have modulus 81/3=28^{1/3}=2 and arguments π+2πk3\dfrac{\pi + 2\pi k}{3} for k=0,1,2k=0,1,2:

θ0=π3,θ1=π,θ2=5π3\theta_0 = \dfrac\pi3, \qquad \theta_1 = \pi, \qquad \theta_2 = \dfrac{5\pi}3

So the three roots are 2(cosπ3+isinπ3)=1+i32\left(\cos\tfrac\pi3+i\sin\tfrac\pi3\right)=1+i\sqrt3, 2(cosπ+isinπ)=22(\cos\pi+i\sin\pi)=-2, and 2(cos5π3+isin5π3)=1i32\left(\cos\tfrac{5\pi}3+i\sin\tfrac{5\pi}3\right)=1-i\sqrt3.

Practice problems

1.Write z=1+iz = -1+i in polar form.

2.Use De Moivre’s theorem to compute (cos30°+isin30°)6\left(\cos30°+i\sin30°\right)^6.

3.Find the sum of all 5th roots of unity.

4.Find (1+i)8(1+i)^8 using polar form.