Maths Olympiad Prep

Library / /9 of 10

, 2011

Algebra Difficulty 6.0 AIME, harder Prove it India

Consider two polynomials P(x)=anxn+an1xn1++a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 and Q(x)=bnxn+bn1xn1++b1x+b0Q(x) = b_n x^n + b_{n-1} x^{n-1} + \dots + b_1 x + b_0 with integer coefficients such that anbna_n - b_n is a prime, an1=bn1a_{n-1} = b_{n-1} and anb0an1bn0a_n b_0 - a_{n-1} b_n \neq 0. Suppose there exists a rational number rr such that P(r)=Q(r)=0P(r) = Q(r) = 0. Prove that rr is an integer.

Solution

Let r=u/vr = u/v where gcd(u,v)=1\gcd(u, v) = 1. Then we get

anun+an1un1v++a1uvn1+a0vn=0,bnun+bn1un1v++b1uvn1+b0vn=0. \begin{align*} a_n u^n + a_{n-1} u^{n-1} v + \dots + a_1 u v^{n-1} + a_0 v^n &= 0, \\ b_n u^n + b_{n-1} u^{n-1} v + \dots + b_1 u v^{n-1} + b_0 v^n &= 0. \end{align*}

Subtraction gives
(anbn)un+(an2bn2)un2v2++(a1b1)uvn1+(a0b0)vn=0, (a_n - b_n)u^n + (a_{n-2} - b_{n-2})u^{n-2}v^2 + \dots + (a_1 - b_1)u v^{n-1} + (a_0 - b_0)v^n = 0,

since an1=bn1a_{n-1} = b_{n-1}. This shows that vv divides (anbn)un(a_n - b_n)u^n and hence it divides anbna_n - b_n. Since anbna_n - b_n is a prime, either v=1v=1 or v=anbnv = a_n - b_n. Suppose the latter holds. The relation takes the form
un+(an2bn2)un2v++(a1b1)uvn2+(a0b0)vn1=0. u^n + (a_{n-2} - b_{n-2})u^{n-2}v + \dots + (a_1 - b_1)u v^{n-2} + (a_0 - b_0)v^{n-1} = 0.

(Here we have divided throughout by vv.) If n>1n > 1, this forces vuv \mid u, which is impossible since gcd(v,u)=1\gcd(v, u) = 1 (v>1v > 1 since it is equal to the prime anbna_n - b_n). If n=1n = 1, then we get two equations:

a1u+a0v=0,b1u+b0v=0. \begin{align*} a_1 u + a_0 v &= 0, \\ b_1 u + b_0 v &= 0. \end{align*}

This forces a1b0a0b1=0a_1 b_0 - a_0 b_1 = 0 contradicting anb0a0bn0a_n b_0 - a_0 b_n \neq 0. (Note: The condition anb0a0bn0a_n b_0 - a_0 b_n \neq 0 is extraneous. The condition an1=bn1a_{n-1} = b_{n-1} forces that for n=1n=1, we have a0=b0a_0 = b_0. Thus we obtain, after subtraction
(a1b1)u=0.(a_1 - b_1)u = 0.
This implies that u=0u = 0 and hence r=0r = 0 is an integer.)

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 and solution reproduced as published; topic and difficulty added by this site.