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.

Core Skills

Switch Between Forms

Use z=a+biz=a+bi for algebra and z=reiθz=re^{i\theta} for powers and rotations.

Use Conjugates and Modulus

Apply zz=z2z\overline{z}=|z|^2 to eliminate imaginary parts or compute lengths.

Use De Moivre

Compute powers and roots quickly using rneinθr^n e^{in\theta}.

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.

More Examples

Example 1: Roots of Unity

Find all solutions to z3=1z^3=1.

z=e2πik/3z=e^{2\pi i k/3} for k=0,1,2k=0,1,2.

Example 2: Modulus

If z=34iz=3-4i, compute z|z|.

55.

Example 3: Rotation

If zz is multiplied by eiπ/3e^{i\pi/3}, what happens geometrically?

It rotates by 6060^\circ and keeps the same magnitude.

Strategy Checklist

  • Choose rectangular or polar form based on the task.
  • Use conjugates to eliminate denominators.
  • Reduce angles modulo 2π2\pi.

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.