Skip to main content

2011 AMC 12A Problem 23

Problem 23 of 25HarderAlgebra

Let f(z)=z+az+bf(z) = \dfrac{z + a}{z + b} and g(z)=f(f(z)),g(z) = f(f(z)), where aa and bb are complex numbers. Suppose that a=1|a| = 1 and g(g(z))=zg(g(z)) = z for all zz for which g(g(z))g(g(z)) is defined. What is the difference between the largest and smallest possible values of b?|b|?

Answer choices

Show solution

Solution

Direct composition gives g(z)=Az+BCz+D, g(z)=\dfrac{Az+B}{Cz+D}, where A=1+a,A=1+a, B=a(1+b),B=a(1+b), C=1+b,C=1+b, and D=a+b2.D=a+b^2. The matrix (ABCD)\begin{pmatrix}A&B\\C&D\end{pmatrix} represents g.g. For ggg\circ g to be the identity, its square must be scalar. Comparing the off-diagonal entries and the two diagonal entries gives two possibilities: either B=C=0B=C=0 and A=D,A=D, or A+D=0.A+D=0. The first gives b=1b=-1 (with a1a\ne-1); the second gives b2=(1+2a). b^2=-(1+2a). In the second case, b2=1+2a.|b|^2=|1+2a|. As aa runs around the unit circle, 1+2a|1+2a| ranges from 11 to 3,3, so 1b3.1\le|b|\le\sqrt3. Both endpoints occur: take (a,b)=(1,1)(a,b)=(-1,1) and (a,b)=(1,i3).(a,b)=(1,i\sqrt3). The separate case b=1b=-1 also has b=1.|b|=1. Therefore the requested difference is 31.\sqrt3-1. Thus, the correct answer is C.

More practice

Concepts: complex number · matrix · roots of unity

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