Maths Olympiad Prep

Library / /9 of 24

Algebra Difficulty 5.3 AIME, harder Prove it Croatia

Find all polynomials PP with real coefficients such that
P(x2)+2P(x)=(P(x))2+2 P(x^2) + 2P(x) = (P(x))^2 + 2
holds for every real number xx.

Solution

The original equation is equivalent to P(x2)1=P2(x)2P(x)+1P(x^2) - 1 = P^2(x) - 2P(x) + 1, i.e.
P(x2)1=(P(x)1)2. P(x^2) - 1 = (P(x) - 1)^2.
If we define Q(x):=P(x)1Q(x) := P(x) - 1, the above equation becomes
Q(x2)=Q2(x). Q(x^2) = Q^2(x).
If Q(x)Q(x) is a constant polynomial, this implies that it has to be 00 or 11. On the other hand, if the degree of QQ is a positive integer nn, we can write Q(x)=anxn+R(x)Q(x) = a_n x^n + R(x), where RR is a polynomial of degree r<nr < n. Plugging this into the equation, we get
anx2n+R(x2)=an2x2n+2anxnR(x)+R2(x). a_n x^{2n} + R(x^2) = a_n^2 x^{2n} + 2a_n x^n R(x) + R^2(x).
We conclude an=1a_n = 1 and R(x2)=2anxnR(x)+R2(x)R(x^2) = 2a_n x^n R(x) + R^2(x).
Notice that the left-hand side of the above equality is of degree 2r2r, while the right-hand side is of degree n+rn + r. Since r<nr < n, it follows that r=0r = 0. Therefore, Q(x)=xnQ(x) = x^n.
The solutions of the initial equation are P(x)=1P(x) = 1, P(x)=2P(x) = 2 and P(x)=xn+1P(x) = x^n + 1, for any positive integer nn.

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.