Consider the sequence y0,y1,… such that y0=−41 and y1=0, and furthermore yn+1+yn−1=4yn+1 for all n≥1. Prove that for all n≥0 the expression 2y2n+23 is a) a positive integer, and b) the square of an integer.
Solution
We substitute xn=4yn+2. Then the equation becomes homogeneous: xn+1+xn−1=4yn+1+2+4yn−1+2=4(4yn+1)+4=16yn+8=4xn, with initial conditions x0=4(−41)+2=1 and x1=4⋅0+2=2. So all the numbers in the sequence (xi) are integers and we see that xn+1 and xn−1 always have the same parity. In particular, x2n is always odd. So 2y2n+23=24y2n+3=2x2n+1 is always an integer. To show that they are also positive, we prove by induction that xn is an increasing sequence of positive numbers. This is indeed true for x1>x0>0. Now suppose as induction hypothesis that xn>xn−1>0. Then we also find that xn+1−xn=3xn−xn−1>xn−xn−1>0. With this, we conclude the proof of part (a).
For part (b), we note that the characteristic equation for the homogeneous part yn+1+yn−1=4yn is given by x2+1=4x. Of these, the solutions are x=2−3 and x=2+3. Now we choose a solution to the inhomogeneous equation, say yn=−21. Then the general solution is yn=A(2−3)n+B(2+3)n−21. If we solve this using n=0 and n=1, then we find −41=A+B−21 and 0=A(2−3)+B(2+3)−21=2(A+B)+3(B−A)−21. This means that A+B=41 and B−A=0, or A=B=81. So yn=81(2−3)n+81(2+3)n−21.
(4yn+2)2=(21(2−3)n+21(2+3)n)2=41(2−3)2n+41(2+3)2n+21(2−3)n(2+3)n=41(2−3)2n+41(2+3)2n+21=2y2n+23. This proves part (b), because 4yn+2=xn 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 reproduced verbatim; metadata (topic, difficulty) added by this project.