AMC 10 Step by Step

Topics / Algebra

Complex Numbers

Complex arithmetic, modulus, roots of unity (rare on AMC 10)

0
primary-topic problems (0.0% of all)
0
more as a secondary topic
Where it appears
0
P1-10
0
P11-15
0
P16-20
0
P21-25

What you need to know

  • i2=1i^2=-1, and powers of ii cycle with period 44: i,1,i,1i,\,-1,\,-i,\,1. For z=a+biz=a+bi: conjugate zˉ=abi\bar z=a-bi, modulus z=a2+b2|z|=\sqrt{a^2+b^2}, and zzˉ=z2z\bar z=|z|^2.
  • To divide, multiply numerator and denominator by the conjugate of the denominator. Also zw=zw|zw|=|z||w| and zn=zn|z^n|=|z|^n.
  • Two complex numbers are equal iff real parts and imaginary parts both agree; one complex equation is two real equations.
  • Polar form z=r(cosθ+isinθ)z=r(\cos\theta+i\sin\theta): multiplying multiplies moduli and adds angles, so zn=rn(cosnθ+isinnθ)z^n=r^n(\cos n\theta+i\sin n\theta). Handy: (1+i)2=2i(1+i)^2=2i.
  • The nnth roots of unity are the vertices of a regular nn-gon on the unit circle and sum to 00; ω=1+i32\omega=\frac{-1+i\sqrt3}2 satisfies ω3=1\omega^3=1 and ω2+ω+1=0\omega^2+\omega+1=0.
  • A real-coefficient polynomial with root zz also has root zˉ\bar z, and (xz)(xzˉ)=x22Re(z)x+z2(x-z)(x-\bar z)=x^2-2\operatorname{Re}(z)\,x+|z|^2.

How AMC 10 tests it

  • Problems 5–12: evaluate (1+i)20(1+i)^{20} or i2025+i2026i^{2025}+i^{2026} using the cycle of ii or (1+i)2=2i(1+i)^2=2i.
  • Problems 8–15: find real a,ba,b with (a+bi)2=3+4i(a+bi)^2=3+4i, or make a+bi2i\frac{a+bi}{2-i} real, by matching parts.
  • Problems 12–18: "how many complex zz satisfy z2=zˉz^2=\bar z" — set z=a+biz=a+bi or use polar form.
  • Problems 15–22: geometry: z1=z+1|z-1|=|z+1| is a line, z2i=3|z-2i|=3 a circle; the question asks for an area, a distance, or a count.
  • Occasionally a quadratic with non-real roots; Vieta still applies.

Standard approaches

  1. For powers, reduce the exponent modulo 44 (for ii) or square first ((1±i)2=±2i(1\pm i)^2=\pm2i).
  2. For equations, write z=a+biz=a+bi, expand, and equate real and imaginary parts.
  3. For modulus conditions, use z2=a2+b2|z|^2=a^2+b^2 instead of square roots, and read zw|z-w| as a distance.
  4. For zn=1z^n=1 or repeated multiplication by a fixed number, switch to polar form and track the angle.
  5. Check the final answer with zn=zn|z^n|=|z|^n; it catches most arithmetic slips.

Worked example

Let zz be a complex number with z=2|z|=2 whose real part is 11. What is z6z^6?

(A) 64-64 (B) 8-8 (C) 88 (D) 6464 (E) 128128

Write z=1+biz=1+bi. Then 1+b2=41+b^2=4, so b=±3b=\pm\sqrt3. Compute
z2=1b2+2bi=2±23i, z^2=1-b^2+2bi=-2\pm2\sqrt3\,i,
z3=zz2=(1±3i)(2±23i)=2±23i23i+(3i)(23i)=26=8. z^3=z\cdot z^2=(1\pm\sqrt3\,i)(-2\pm2\sqrt3\,i)=-2\pm2\sqrt3\,i\mp2\sqrt3\,i+(\sqrt3\,i)(2\sqrt3\,i)=-2-6=-8 .
Hence z6=(8)2=64z^6=(-8)^2=64. (In polar form z=2(cos60±isin60)z=2(\cos60^\circ\pm i\sin60^\circ), so z6=26(cos360+isin360)=64z^6=2^6(\cos360^\circ+i\sin360^\circ)=64; the modulus check z6=26|z^6|=2^6 agrees.) The answer is (D) 64\boxed{\textbf{(D)}\ 64}.

Pitfalls

  • Treating ii as an ordinary variable and forgetting i2=1i^2=-1 when expanding.
  • Computing a+bi|a+bi| as a2+b2a^2+b^2 (no square root) or as a2b2\sqrt{a^2-b^2}.
  • Dividing without the conjugate, or conjugating only the numerator.
  • Forgetting the case z=0z=0 when counting solutions of equations like zn=zˉz^n=\bar z.

Problems, easiest first