Maths Olympiad Prep

Library / /1335 of 1394

, 2020

Algebra Difficulty 6.1 National Olympiad Prove it United States

Problem:
A polynomial P(x)P(x) is a base-nn polynomial if it is of the form adxd+ad1xd1++a1x+a0a_{d} x^{d} + a_{d-1} x^{d-1} + \cdots + a_{1} x + a_{0}, where each aia_{i} is an integer between 00 and n1n-1 inclusive and ad>0a_{d} > 0. Find the largest positive integer nn such that for any real number cc, there exists at most one base-nn polynomial P(x)P(x) for which P(2+3)=cP(\sqrt{2} + \sqrt{3}) = c.
Proposed by: James Lin

Solution

Solution:
It is equivalent to determine the largest nn such that we cannot find two distinct base-nn polynomials P1P_{1} and P2P_{2} such that P1(2+3)=P2(2+3)P_{1}(\sqrt{2} + \sqrt{3}) = P_{2}(\sqrt{2} + \sqrt{3}). The difference of two base-nn polynomials is a polynomial with integer coefficients whose absolute values are less than nn, and all such polynomials are the difference of two base-nn polynomials. We compute the minimal polynomial of x=2+3x = \sqrt{2} + \sqrt{3} first: since x2=5+26x^{2} = 5 + 2\sqrt{6}, we have (x25)2=24\left(x^{2} - 5\right)^{2} = 24 so x410x2+1=0x^{4} - 10x^{2} + 1 = 0. Therefore 2+3\sqrt{2} + \sqrt{3} is a root of (x2+1)(x410x2+1)=x69x49x2+1\left(x^{2} + 1\right)\left(x^{4} - 10x^{2} + 1\right) = x^{6} - 9x^{4} - 9x^{2} + 1. The coefficients of this polynomial have magnitude at most 99, so n<10n < 10.

In the other direction, observe that (2+3)k(\sqrt{2} + \sqrt{3})^{k} is of the form a+b6a + b\sqrt{6} for integers aa and bb if kk is even, and a2+b3a\sqrt{2} + b\sqrt{3} if kk is odd. As no integer linear combination of the first expression can equal the second, we can treat these cases separately. Suppose Q(x)=cdx2d+cd1x2d2++c0Q(x) = c_{d} x^{2d} + c_{d-1} x^{2d-2} + \cdots + c_{0} is an even polynomial with ci<9|c_{i}| < 9 for all ii and cd0c_{d} \neq 0. Let y=(2+3)2=5+26y = (\sqrt{2} + \sqrt{3})^{2} = 5 + 2\sqrt{6} and observe that y>9y > 9. Then
cdydyd>8y1(yd1)=8yd1+8yd2++8y+8cd1yd1+cd2yd2++c0 \begin{aligned} |c_{d} y^{d}| & \geq y^{d} \\ & > \frac{8}{y-1}(y^{d} - 1) \\ & = 8y^{d-1} + 8y^{d-2} + \cdots + 8y + 8 \\ & \geq |c_{d-1} y^{d-1} + c_{d-2} y^{d-2} + \cdots + c_{0}| \end{aligned}
Therefore Q(2+3)=cdyd+cd1yd1++c00Q(\sqrt{2} + \sqrt{3}) = c_{d} y^{d} + c_{d-1} y^{d-1} + \cdots + c_{0} \neq 0, so no two distinct base-99 polynomials coincide at x=2+3x = \sqrt{2} + \sqrt{3}.

The same logic applies for the odd polynomial case after dividing out a factor of 2+3\sqrt{2} + \sqrt{3}, so n=9n = 9 works.

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.