Skip to main content
OlympiadHQ

Browse · MathNet

Print

75th NMO Selection Tests

Romania algebra

Problem

Determine all polynomials with integer coefficients, satisfying , for all non-negative integers .
Solution
The required polynomials are , , , and for some non-negative integer . The verification is routine and is hence omitted.

We first deal with the case . The polynomials and both satisfy the condition in the statement and .

We will prove that either or . Consider an index such that and let . Induct on to show that for all non-negative integers . The base cases and are clear. For the inductive step, assume for all non-negative integers . Then divides , so divides . As , it follows that , so . Consequently, has infinitely many roots, so it vanishes identically; that is, , as desired.

Finally, we deal with the case . Assume is non-zero. Let , where has integer coefficients. Then for all non-negative integers . If , repeat the argument for and so on and so forth, all the way down to some polynomial with a non-zero constant term — this is clearly the case, as is non-zero and degrees strictly decrease in the process. By the preceding, such a polynomial is either or . An obvious induction then shows that has one of the last two forms mentioned in the beginning.
Final answer
All such polynomials are exactly the following: - P(X) = 0; - P(X) = 1; - P(X) = (X − 1)^2; - P(X) = X(X − 1)⋯(X − k) for some nonnegative integer k; - P(X) = X(X − 1)⋯(X − k) (X − k − 2)^2 for some nonnegative integer k.

Techniques

Polynomial interpolation: Newton, LagrangeInduction / smoothingPolynomial operations