Problem:
A polynomial is a base- polynomial if it is of the form , where each is an integer between and inclusive and . Find the largest positive integer such that for any real number , there exists at most one base- polynomial for which .
Proposed by: James Lin
, 2020
Solution
Solution:
It is equivalent to determine the largest such that we cannot find two distinct base- polynomials and such that . The difference of two base- polynomials is a polynomial with integer coefficients whose absolute values are less than , and all such polynomials are the difference of two base- polynomials. We compute the minimal polynomial of first: since , we have so . Therefore is a root of . The coefficients of this polynomial have magnitude at most , so .
In the other direction, observe that is of the form for integers and if is even, and if is odd. As no integer linear combination of the first expression can equal the second, we can treat these cases separately. Suppose is an even polynomial with for all and . Let and observe that . Then
Therefore , so no two distinct base- polynomials coincide at .
The same logic applies for the odd polynomial case after dividing out a factor of , so works.