Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2024 / Problems / Day 2, P8

IMC 2024 · Day 2 · P8

medium

Define the sequence x1,x2,x_1, x_2, \dots 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} = 3 x_{n+1} - 2 x_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 \frac32. (proposed by Karen Keryan, Yerevan State University & American University of Armenia, Armenia)

Solution (official)

Hint: Prove that 2xnxn+12xn+n2 x_n \le x_{n+1} \le 2 x_n + n.

Let's prove by induction that xn+12xnx_{n+1} \ge 2 x_n. It holds for n=1n = 1. Assume it holds for nn. Then by the induction hypothesis we have that xn2xn12n1x1>0x_n \ge 2 x_{n-1} \ge \dots \ge 2^{n-1} x_1 > 0 and xn+2=2xn+1+(xn+12xn)+2nxn>2xn+1.x_{n+2} = 2 x_{n+1} + (x_{n+1} - 2 x_n) + \frac{2^n}{x_n} > 2 x_{n+1}. Similarly we prove that xn+12xn+nx_{n+1} \le 2 x_n + n. Again it holds for n=1n = 1. Assume that the inequality holds for nn. Then using that xn2nx_n \ge 2^n and the induction hypothesis we obtain xn+23xn+12xn+12xn+1+(2xn+n)2xn+1=2xn+1+n+1.x_{n+2} \le 3 x_{n+1} - 2 x_n + 1 \le 2 x_{n+1} + (2 x_n + n) - 2 x_n + 1 = 2 x_{n+1} + n + 1. Using the previous inequalities we obtain that the sequence yn=xn2ny_n = \dfrac{x_n}{2^n} is increasing and yn+1yn+n2ny1+k=1nk2k<y_{n+1} \le y_n + \dfrac{n}{2^n} \le \dots \le y_1 + \sum\limits_{k=1}^{n} \dfrac{k}{2^k} < \infty, thus limnyn=c\lim\limits_{n \to \infty} y_n = c exists.

The recurrence relation has the following form for yny_n: 4yn+22yn+1=4yn+12yn+12nyn.4 y_{n+2} - 2 y_{n+1} = 4 y_{n+1} - 2 y_n + \frac{1}{2^n \cdot y_n}. By summing up the above equality for n=1,,mn = 1, \dots, m we obtain 4ym+22ym+1=4y22y1+n=1m12nyn=2+n=1m12nyn.(1)\tag{1} 4 y_{m+2} - 2 y_{m+1} = 4 y_2 - 2 y_1 + \sum_{n=1}^{m} \frac{1}{2^n \cdot y_n} = 2 + \sum_{n=1}^{m} \frac{1}{2^n \cdot y_n}. Now using the facts that y1=1y_1 = 1, yny_n increases and limnyn=c\lim\limits_{n \to \infty} y_n = c we obtain 1ync1 \le y_n \le c. Hence 1cn=112nyn1.\frac1c \le \sum_{n=1}^{\infty} \frac{1}{2^n \cdot y_n} \le 1. Thus we get from (1) 2c=limm(4ym+22ym+1)=2+n=112nyn[2+1c,3].2c = \lim_{m \to \infty} (4 y_{m+2} - 2 y_{m+1}) = 2 + \sum_{n=1}^{\infty} \frac{1}{2^n \cdot y_n} \in \left[ 2 + \frac1c, 3 \right]. So we have 2c22c+12c^2 \ge 2c + 1 and 2c32c \le 3. Recall that c1c \ge 1. Therefore 1+32c31 + \sqrt{3} \le 2c \le 3, which finishes the proof.

How the field did

contestants scored
397
average (of 10)
4.76
solved (≥ 80%)
33.8%
near-0 (≤ 10%)
32.7%
discrimination
0.66

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2000 · Day 1 · P4hardavg 4.7/10 · solved 22% · near-0 26% · disc 0.62
IMC 2016 · Day 2 · P6easyavg 7.0/10 · solved 56% · near-0 10% · disc 0.42
IMC 2015 · Day 2 · P6easyavg 6.7/10 · solved 64% · near-0 25% · disc 0.44