Maths Olympiad Prep

Library / /27 of 84

, 2014

Algebra Difficulty 5.1 AIME, harder Prove it United States

Problem:

Let bb and cc be real numbers, and define the polynomial P(x)=x2+bx+cP(x) = x^{2} + b x + c. Suppose that P(P(1))=P(P(2))=0P(P(1)) = P(P(2)) = 0, and that P(1)P(2)P(1) \neq P(2). Find P(0)P(0).

Solution

Solution:

Since P(P(1))=P(P(2))=0P(P(1)) = P(P(2)) = 0, but P(1)P(2)P(1) \neq P(2), it follows that P(1)=1+b+cP(1) = 1 + b + c and P(2)=4+2b+cP(2) = 4 + 2b + c are the distinct roots of the polynomial P(x)P(x). Thus, P(x)P(x) factors:
P(x)=x2+bx+c=(x(1+b+c))(x(4+2b+c))=x2(5+3b+2c)x+(1+b+c)(4+2b+c) \begin{aligned} P(x) &= x^{2} + b x + c \\ &= (x - (1 + b + c))(x - (4 + 2b + c)) \\ &= x^{2} - (5 + 3b + 2c)x + (1 + b + c)(4 + 2b + c) \end{aligned}
It follows that (5+3b+2c)=b-(5 + 3b + 2c) = b, and that c=(1+b+c)(4+2b+c)c = (1 + b + c)(4 + 2b + c). From the first equation, we find 2b+c=522b + c = -\frac{5}{2}. Plugging in c=522bc = -\frac{5}{2} - 2b into the second equation yields
522b=(1+(52)b)(4+(52)) -\frac{5}{2} - 2b = (1 + (-\frac{5}{2}) - b)(4 + (-\frac{5}{2}))
Solving this equation yields b=12b = -\frac{1}{2}, so c=522b=32c = -\frac{5}{2} - 2b = -\frac{3}{2}.

Therefore,
P(0)=02+b0+c=c=32. P(0) = 0^{2} + b \cdot 0 + c = c = -\frac{3}{2}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.