Maths Olympiad Prep

Library / /3 of 13

Algebra Difficulty 7.8 National Olympiad, round 2 Prove it Netherlands

Consider the sequence y0,y1,y_0, y_1, \dots such that y0=14y_0 = -\frac{1}{4} and y1=0y_1 = 0, and furthermore
yn+1+yn1=4yn+1 y_{n+1} + y_{n-1} = 4y_n + 1
for all n1n \ge 1. Prove that for all n0n \ge 0 the expression 2y2n+322y_{2n} + \frac{3}{2} is
a) a positive integer, and
b) the square of an integer.

Solution

We substitute xn=4yn+2x_n = 4y_n + 2. Then the equation becomes homogeneous:
xn+1+xn1=4yn+1+2+4yn1+2=4(4yn+1)+4=16yn+8=4xn, x_{n+1} + x_{n-1} = 4y_{n+1} + 2 + 4y_{n-1} + 2 = 4(4y_n + 1) + 4 = 16y_n + 8 = 4x_n,
with initial conditions x0=4(14)+2=1x_0 = 4(-\frac{1}{4}) + 2 = 1 and x1=40+2=2x_1 = 4 \cdot 0 + 2 = 2. So all the numbers in the sequence (xi)(x_i) are integers and we see that xn+1x_{n+1} and xn1x_{n-1} always have the same parity. In particular, x2nx_{2n} is always odd. So 2y2n+32=4y2n+32=x2n+122y_{2n} + \frac{3}{2} = \frac{4y_{2n}+3}{2} = \frac{x_{2n+1}}{2} is always an integer. To show that they are also positive, we prove by induction that xnx_n is an increasing sequence of positive numbers. This is indeed true for x1>x0>0x_1 > x_0 > 0. Now suppose as induction hypothesis that xn>xn1>0x_n > x_{n-1} > 0. Then we also find that xn+1xn=3xnxn1>xnxn1>0x_{n+1} - x_n = 3x_n - x_{n-1} > x_n - x_{n-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+yn1=4yny_{n+1} + y_{n-1} = 4y_n is given by x2+1=4xx^2 + 1 = 4x. Of these, the solutions are x=23x = 2 - \sqrt{3} and x=2+3x = 2 + \sqrt{3}. Now we choose a solution to the inhomogeneous equation, say yn=12y_n = -\frac{1}{2}. Then the general solution is
yn=A(23)n+B(2+3)n12. y_n = A(2 - \sqrt{3})^n + B(2 + \sqrt{3})^n - \frac{1}{2}.
If we solve this using n=0n = 0 and n=1n = 1, then we find 14=A+B12-\frac{1}{4} = A + B - \frac{1}{2} and
0=A(23)+B(2+3)12=2(A+B)+3(BA)120 = A(2 - \sqrt{3}) + B(2 + \sqrt{3}) - \frac{1}{2} = 2(A + B) + \sqrt{3}(B - A) - \frac{1}{2}. This means
that A+B=14A + B = \frac{1}{4} and BA=0B - A = 0, or A=B=18A = B = \frac{1}{8}. So
yn=18(23)n+18(2+3)n12. y_n = \frac{1}{8}(2 - \sqrt{3})^n + \frac{1}{8}(2 + \sqrt{3})^n - \frac{1}{2}.

(4yn+2)2=(12(23)n+12(2+3)n)2=14(23)2n+14(2+3)2n+12(23)n(2+3)n=14(23)2n+14(2+3)2n+12=2y2n+32. \begin{align*} (4y_n + 2)^2 &= \left(\frac{1}{2}(2 - \sqrt{3})^n + \frac{1}{2}(2 + \sqrt{3})^n\right)^2 \\ &= \frac{1}{4}(2 - \sqrt{3})^{2n} + \frac{1}{4}(2 + \sqrt{3})^{2n} + \frac{1}{2}(2 - \sqrt{3})^n(2 + \sqrt{3})^n \\ &= \frac{1}{4}(2 - \sqrt{3})^{2n} + \frac{1}{4}(2 + \sqrt{3})^{2n} + \frac{1}{2} \\ &= 2y_{2n} + \frac{3}{2}. \end{align*}
This proves part (b), because 4yn+2=xn4y_n + 2 = x_n is an integer. \square

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.