Skip to main content

2021 Fall AMC 10A Problem 25

Problem 25 of 25HarderAlgebra

A quadratic polynomial p(x)p(x) 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

The polynomial must have two distinct real roots: a repeated real root produces at most two real solutions of p(p(x))=0,p(p(x))=0, while nonreal roots produce none. Let its roots be rr and s,s, so p(x)=(xr)(xs)=x2(r+s)x+rs. \begin{aligned} p(x) &=(x-r)(x-s) \\ &=x^2-(r+s)x+rs. \end{aligned} The equation p(p(x))=0p(p(x))=0 is equivalent to p(x)=rp(x)=r or p(x)=s.p(x)=s. For exactly three real solutions, one of these two quadratic equations must have a double root and the other must have two distinct real roots. Suppose p(x)=rp(x)=r has the double root. Its discriminant is (r+s)24(rsr)=(rs)2+4r, \begin{aligned} &(r+s)^2-4(rs-r) \\ &=(r-s)^2+4r, \end{aligned} so (rs)2=4r,(r-s)^2=-4r, forcing r0.r\le0. The other equation, p(x)=s,p(x)=s, has discriminant (rs)2+4s(r-s)^2+4s =4r+4s=-4r+4s =4(sr),=4(s-r), which must be positive. Hence s>r,s\gt r, so rs=2rr-s=-2\sqrt{-r} and s=r+2r.s=r+2\sqrt{-r}. The sum of the roots is r+s=2r+2r.r+s=2r+2\sqrt{-r}. Let u=r,u=\sqrt{-r}, so this is 2u2+2u,-2u^2+2u, maximized at u=12.u=\frac{1}{2}. Thus r=14r=-\frac{1}{4} and s=34.s=\frac{3}{4}. Therefore p(x)=x212x316,p(x)=x^2-\frac{1}{2}x-\frac{3}{16}, and p(1)=112316=516.p(1)=1-\frac{1}{2}-\frac{3}{16}=\frac{5}{16}. Thus, A is the correct answer.

More practice

Concepts: quadratic · function · optimization

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