Skip to main content

2022 AMC 12B Problem 11

Problem 11 of 25IntermediateAlgebra

Let f(n)=(1+i32)n+(1i32)n, \begin{aligned} f(n) &= \left(\dfrac{-1 + i\sqrt3}{2}\right)^n \\ &\quad {}+ \left(\dfrac{-1 - i\sqrt3}{2}\right)^n, \end{aligned} where i=1.i = \sqrt{-1}. What is f(2022)?f(2022)?

Answer choices

Show solution

Solution

The two bases are the primitive cube roots of unity, ω=e2πi3\omega = e^{\frac{2\pi i}{3}} and its conjugate ω2=e2πi3.\omega^2 = e^{-\frac{2\pi i}{3}}. So f(n)=ωn+ωn=2cos2πn3.f(n) = \omega^n + \omega^{-n} = 2\cos\dfrac{2\pi n}{3}. Since 20222022 is a multiple of 3,3, ω2022=1,\omega^{2022} = 1, so f(2022)=1+1=2.f(2022) = 1 + 1 = 2. Thus, the correct answer is E.

More practice

Concepts: roots of unity · complex number

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.