IMC 2024 · Problem 8

Day 231st IMC · Blagoevgrad, Bulgaria

Statement

Define the sequence x1,x2,x_1, x_2, \ldots by the initial terms x1=2x_1 = 2, x2=4x_2 = 4, and the recurrence relation

xn+2=3xn+12xn+2nxnfor n1.x_{n+2} = 3x_{n+1} - 2x_n + \frac{2^n}{x_n} \quad \text{for } n \ge 1.

Prove that limnxn2n\lim\limits_{n \to \infty} \dfrac{x_n}{2^n} exists and satisfies

1+32limnxn2n32.\frac{1 + \sqrt{3}}{2} \le \lim_{n \to \infty} \frac{x_n}{2^n} \le \frac{3}{2}.

Official solution

Hidden so you can work on the problem first.

Proposed by Karen Keryan, Yerevan State University & American University of Armenia, Armenia.