Skip to main content

2008 AMC 12B Problem 19

Problem 19 of 25HarderAlgebra

A function ff is defined by f(z)=(4+i)z2+αz+γf(z) = (4 + i)z^2 + \alpha z + \gamma for all complex numbers z,z, where α\alpha and γ\gamma are complex numbers and i2=1.i^2 = -1. Suppose that f(1)f(1) and f(i)f(i) are both real. What is the smallest possible value of α+γ?|\alpha| + |\gamma|?

Answer choices

Show solution

Solution

Let α=a+bi\alpha = a + bi and γ=c+di.\gamma = c + di. Then f(1)=(4+a+c)f(1) = (4 + a + c) +(1+b+d)i+ (1 + b + d)i and f(i)=(4b+c)f(i) = (-4 - b + c) +(1+a+d)i.+ (-1 + a + d)i. Both being real forces 1+b+d=01 + b + d = 0 and 1+a+d=0,-1 + a + d = 0, i.e. a=1da = 1 - d and b=1d.b = -1 - d. Hence α+γ=(1d)2+(1+d)2+c2+d2=2+2d2+c2+d2, \begin{aligned} &|\alpha| + |\gamma| \\ &= \sqrt{(1 - d)^2 + (1 + d)^2} \\ &\quad {}+ \sqrt{c^2 + d^2} \\ &= \sqrt{2 + 2d^2} \\ &\quad {}+ \sqrt{c^2 + d^2}, \end{aligned} which is smallest when c=d=0,c = d = 0, giving 2.\sqrt{2}. 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.