Maths Olympiad Prep

Library / /389 of 462

Algebra Difficulty 6.9 National Olympiad Prove it Ireland

The maximum of two real numbers aa and bb is defined as follows:
max{a,b}={a,if ab,b,otherwise. \max\{a, b\} = \begin{cases} a, & \text{if } a \ge b, \\ b, & \text{otherwise.} \end{cases}
For any two positive real numbers x0>0x_0 > 0, x1>0x_1 > 0 a sequence of real numbers xnx_n is defined recursively as given below. Find x2010x_{2010}.
xn+1=4max{xn,4}xn1for n1. x_{n+1} = \frac{4 \max\{x_n, 4\}}{x_{n-1}} \quad \text{for } n \ge 1.

Solution

The recurrence is a version of what is sometimes called the Lyness max equation. All solutions are periodic with period 5 which can be established by computation. Hence x2010=x0x_{2010} = x_0.
The change of variable xn=4ynx_n = 4y_n puts the recurrence in standard form
yn+1=max{yn,1}yn1 y_{n+1} = \frac{\max\{y_n, 1\}}{y_{n-1}}
after which the periodicity can be established by considering the four cases indicated below:

y01y_0 \le 1, y11y_1 \le 1y01y_0 \le 1, y1>1y_1 > 1y0>1y_0 > 1, y11y_1 \le 1y0>1y_0 > 1, y1>1y_1 > 1
y2=y_2 =1/y01/y_0y1/y0y_1/y_01/y01/y_0y1/y0y_1/y_0
y3=y_3 =1/(y0y1)1/(y_0 y_1)1/y01/y_01/y11/y_1max{1/y0,1/y1}\max\{1/y_0, 1/y_1\}
y4=y_4 =1/y11/y_11/y11/y_1y0/y1y_0/y_1y0/y1y_0/y_1
y5=y_5 =y0y_0y0y_0y0y_0y0y_0
y6=y_6 =y1y_1y1y_1y1y_1y1y_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.