Skip to main content

2023 AMC 12A Problem 16

Problem 16 of 25IntermediateAlgebra

Consider the set of complex numbers zz satisfying 1+z+z2=4.|1+z+z^2|=4. The maximum value of the imaginary part of zz can be written in the form mn,\dfrac{\sqrt{m}}{n}, where mm and nn are relatively prime positive integers. What is m+n?m+n?

Answer choices

Show solution

Solution

Write z=x+yi.z=x+yi. Then 1+z+z21+z+z^2 =(1+x+x2y2)=(1+x+x^2-y^2) +y(1+2x)i,+y(1+2x)i, and the constraint is (1+x+x2y2)2+y2(1+2x)2=16. \begin{gathered} (1+x+x^2-y^2)^2\\ {}+y^2(1+2x)^2=16. \end{gathered} At a point where yy is maximal on this closed, bounded curve, implicit differentiation (or Lagrange multipliers) gives (1+2x)(P+2y2)=0,(1+2x)\bigl(P+2y^2\bigr)=0, where P=1+x+x2y2.P=1+x+x^2-y^2. But P+2y2=x2+x+1+y2>0,P+2y^2=x^2+x+1+y^2\gt 0, so x=12.x=-\tfrac12. Then 1+2x=0,1+2x=0, so the constraint reduces to (34y2)2=16.\left(\tfrac34-y^2\right)^2=16. Taking 34y2=4\tfrac34-y^2=-4 gives y2=194,y^2=\tfrac{19}{4}, so the maximum is y=192.y=\dfrac{\sqrt{19}}{2}. Here m=19m=19 and n=2,n=2, so m+n=21.m+n=21. Thus, the correct answer is B.

More practice

Concepts: complex number · optimization

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