Maths Olympiad Prep

Library / /16 of 20

Algebra Difficulty 5.3 AIME, harder Prove it United States

Problem:
Let xx and yy be real numbers, and define a sequence a0,a1,a2,a_{0}, a_{1}, a_{2}, \ldots by
an=k=0nxkynk a_{n}=\sum_{k=0}^{n} x^{k} y^{n-k}
Suppose that am,am+1,am+2,am+3a_{m}, a_{m+1}, a_{m+2}, a_{m+3} are integers for some m0m \geq 0. Prove that ana_{n} is an integer for all n0n \geq 0.

Solution

Solution:
By cancellation of terms we see that
an+1xan=yn+1 and an+1yan=xn+1 a_{n+1}-x a_{n}=y^{n+1} \quad \text{ and } \quad a_{n+1}-y a_{n}=x^{n+1}
In particular, an+2xan+1=yn+2=yyn+1=y(an+1xan)a_{n+2}-x a_{n+1}=y^{n+2}=y \cdot y^{n+1}=y\left(a_{n+1}-x a_{n}\right), which we can write as
an+2=(x+y)an+1xyan. a_{n+2}=(x+y) a_{n+1}-x y a_{n} .
We let s=x+ys=x+y and t=xyt=x y. Then the four given integral values of ana_{n} yield a pair of linear equations in ss and tt (or, to be precise, ss and t-t ):
am+2=sam+1tamam+3=sam+2tam+1 \begin{aligned} & a_{m+2}=s a_{m+1}-t a_{m} \\ & a_{m+3}=s a_{m+2}-t a_{m+1} \end{aligned}
If the determinant am+12am+2ama_{m+1}^{2}-a_{m+2} a_{m} is nonzero, these equations have a unique solution. In fact,
am+12am+2am=am+1(am+1xam)am(am+2xam+1)=am+1ym+1amym+2=ym+1(am+1yam)=xm+1ym+1=tm+1 \begin{aligned} a_{m+1}^{2}-a_{m+2} a_{m} & =a_{m+1}\left(a_{m+1}-x a_{m}\right)-a_{m}\left(a_{m+2}-x a_{m+1}\right) \\ & =a_{m+1} y^{m+1}-a_{m} y^{m+2}=y^{m+1}\left(a_{m+1}-y a_{m}\right)=x^{m+1} y^{m+1}=t^{m+1} \end{aligned}
So we distinguish two cases.

Case 1. t=0t=0. Then without loss of generality y=0y=0, so an=xna_{n}=x^{n}. The conclusion follows from the following lemma:

Lemma 1. If xx is a real number and nn a nonnegative integer such that xnx^{n} and xn+1x^{n+1} are integers, then xx is an integer.

Proof. Note that x=xn+1/xnx=x^{n+1} / x^{n} is rational (if x=0x=0, the conclusion is immediate). Write x=p/qx=p / q in lowest terms with q>0q>0; then xn=pn/qnx^{n}=p^{n} / q^{n} is also in lowest terms, hence q=1q=1.

Case 2. t0t \neq 0. Then tm+1t^{m+1} is an integer, and likewise tm+2=am+22am+3am+1t^{m+2}=a_{m+2}^{2}-a_{m+3} a_{m+1} is an integer. So by Lemma 1 again, tt is an integer. Now ss is rational by Cramer's rule applied to (7). If we can prove ss is an integer, then since a0=1a_{0}=1 and a1=sa_{1}=s, we will be done by 6 .

Write s=u/vs=u / v in lowest terms and assume that v>1v>1. Every ana_{n} is rational; write an=un/vna_{n}=u_{n} / v_{n} in lowest terms. We claim that vn=vnv_{n}=v^{n} for every n0n \geq 0. The cases n=0n=0 and n=1n=1 are clear. We now induct, using (6):
un+2vn+2=uvun+1vn+1tunvn=uun+1tv2unvn+2 \frac{u_{n+2}}{v_{n+2}}=\frac{u}{v} \cdot \frac{u_{n+1}}{v^{n+1}}-t \cdot \frac{u_{n}}{v^{n}}=\frac{u u_{n+1}-t v^{2} u_{n}}{v^{n+2}}
Since uu and un+1u_{n+1} are coprime to vv, the last fraction is reduced. So vn+2=vn+2v_{n+2}=v^{n+2} as desired. Hence anZa_{n} \notin \mathbb{Z} for n1n \geq 1, which is a contradiction.

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.