Skip to main content

2021 Fall AMC 12A Problem 23

Problem 23 of 25HarderAlgebra

A quadratic polynomial with real coefficients and leading coefficient 11 is called disrespectful if the equation p(p(x))=0p(p(x)) = 0 is satisfied by exactly three real numbers. Among all the disrespectful quadratic polynomials, there is a unique such polynomial p~(x)\tilde{p}(x) for which the sum of the roots is maximized. What is p~(1)?\tilde{p}(1)?

Answer choices

Show solution

Solution

Let pp have roots rr and s.s. Then p(p(x))=0p(p(x)) = 0 splits into p(x)=rp(x) = r and p(x)=s,p(x) = s, with discriminants (rs)2+4r(r - s)^2 + 4r and (rs)2+4s.(r - s)^2 + 4s. Exactly three real roots means one discriminant is 00 and the other positive. Take (rs)2+4s=0(r - s)^2 + 4s = 0 and set u=rs.u = r - s. Then s=u24s = -\tfrac{u^2}{4} and the other discriminant is 4u,4u, so u>0.u>0. Also r+s=u22+u,r+s=-\tfrac{u^2}{2}+u, maximized at u=1,u=1, giving r=34r=\tfrac34 and s=14.s=-\tfrac14. So p~(x)=(x34)(x+14),\tilde{p}(x) = \left(x - \tfrac34\right)\left(x + \tfrac14\right), and p~(1)=1454=516.\tilde{p}(1) = \tfrac14\cdot\tfrac54 = \tfrac{5}{16}. Thus, the correct answer is A.

More practice

Concepts: polynomial · quadratic · optimization

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