Let P(x) and Q(x) be two polynomials with integer coefficients such that no nonconstant polynomial with rational coefficients divides both P(x) and Q(x). Suppose that for every positive integer n the integers P(n) and Q(n) are positive, and 2Q(n)−1 divides 3P(n)−1. Prove that Q(x) is a constant polynomial.
Solution
First we show that there exists an integer d such that for all positive integers n we have gcd(P(n),Q(n))≤d. Since P(x) and Q(x) are coprime (over the polynomials with rational coefficients), Euclid's algorithm provides some polynomials R0(x),S0(x) with rational coefficients such that P(x)R0(x)−Q(x)S0(x)=1. Multiplying by a suitable positive integer d, we obtain polynomials R(x)=d⋅R0(x) and S(x)=d⋅S0(x) with integer coefficients for which P(x)R(x)−Q(x)S(x)=d. Then we have gcd(P(n),Q(n))≤d for any integer n.
To prove the problem statement, suppose that Q(x) is not constant. Then the sequence Q(n) is not bounded and we can choose a positive integer m for which M=2Q(m)−1≥3max{P(1),P(2),…,P(d)}.(1) Since M=2Q(n)−1∣3P(n)−1, we have 2,3∤M. Let a and b be the multiplicative orders of 2 and 3 modulo M, respectively. Obviously, a=Q(m) since the lower powers of 2 do not reach M. Since M divides 3P(m)−1, we have b∣P(m). Then gcd(a,b)≤gcd(P(m),Q(m))≤d. Since the expression ax−by attains all integer values divisible by gcd(a,b) when x and y run over all nonnegative integer values, there exist some nonnegative integers x,y such that 1≤m+ax−by≤d.
By Q(m+ax)≡Q(m)(moda) we have 2Q(m+ax)≡2Q(m)≡1(modM) and therefore M2Q(m+ax)−13P(m+ax)−1. Then, by P(m+ax−by)≡P(m+ax)(modb) we have 3P(m+ax−by)≡3P(m+ax)≡1(modM). Since P(m+ax−by)>0 this implies M≤3P(m+ax−by)−1. But P(m+ax−by) is listed among P(1),P(2),…,P(d), so M<3P(m+ax−by)≤3max{P(1),P(2),…,P(d)} which contradicts (1).
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.