PrevNext

Overview

Complex numbers provide a clean language for rotation and roots of unity. Contest problems often use zz=z2z\overline{z}=|z|^2 and polar form.

Key Ideas

  • z=reiθz=re^{i\theta} with r=zr=|z| and argument θ\theta.
  • nnth roots of unity satisfy zn=1z^n=1 and are evenly spaced on the unit circle.
  • Multiplication rotates and scales points in the plane.

Worked Example

Compute (1+i)4(1+i)^4.

Since 1+i=2eiπ/41+i=\sqrt{2}e^{i\pi/4}, we have (1+i)4=(2)4eiπ=4(1)=4(1+i)^4=(\sqrt{2})^4 e^{i\pi}=4(-1)=-4.

Practice Problems

StatusSourceProblem NameDifficultyTags
AIMEVery Hard
Show TagsComplex Numbers, Roots of Unity
AIMEHard
Show TagsPolar Form

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.

PrevNext