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

IMC / 2018 / Problems / Day 2, P7

IMC 2018 · Day 2 · P7

medium

Let (an)n=0(a_n)_{n=0}^{\infty} be a sequence of real numbers such that a0=0a_0 = 0 and an+13=an28for n=0,1,2,a_{n+1}^3 = a_n^2 - 8 \quad \text{for } n = 0, 1, 2, \dots Prove that the following series is convergent: n=0an+1an.(1)\tag{1} \sum_{n=0}^{\infty} |a_{n+1} - a_n|. (Proposed by Orif Ibrogimov, National University of Uzbekistan)

Solution (official)

We will estimate the ratio between the terms an+2an+1|a_{n+2} - a_{n+1}| and an+1an|a_{n+1} - a_n|.

Before doing that, we localize the numbers ana_n; we prove that 2an43for n1.(2)\tag{2} -2 \le a_n \le -\sqrt[3]{4} \quad \text{for } n \ge 1. The lower bound simply follows from the recurrence: an=an128383=2a_n = \sqrt[3]{a_{n-1}^2 - 8} \ge \sqrt[3]{-8} = -2. The proof of the upper bound can be done by induction: we have a1=2<43a_1 = -2 < -\sqrt[3]{4}, and whenever 2an<0-2 \le a_n < 0, it follows that an+1=an2832283=43a_{n+1} = \sqrt[3]{a_n^2 - 8} \le \sqrt[3]{2^2 - 8} = -\sqrt[3]{4}.

Now compare an+2an+1|a_{n+2} - a_{n+1}| with an+1an|a_{n+1} - a_n|. By applying x3y3=(xy)(x2+xy+y2)x^3 - y^3 = (x - y)(x^2 + xy + y^2), x2y2=(xy)(x+y)x^2 - y^2 = (x - y)(x + y) and the recurrence, (an+22+an+2an+1+an+12)an+2an+1==an+23an+13=(an+128)(an28)==an+1+anan+1an.\begin{align*} (a_{n+2}^2 + a_{n+2} a_{n+1} + a_{n+1}^2) \cdot |a_{n+2} - a_{n+1}| &= \\ = |a_{n+2}^3 - a_{n+1}^3| = \bigl| (a_{n+1}^2 - 8) - (a_n^2 - 8) \bigr| &= \\ = |a_{n+1} + a_n| \cdot |a_{n+1} - a_n|. & \end{align*} On the left-hand side we have an+22+an+2an+1+an+12342/3;a_{n+2}^2 + a_{n+2} a_{n+1} + a_{n+1}^2 \ge 3 \cdot 4^{2/3}; on the right-hand side an+1+an4.|a_{n+1} + a_n| \le 4. Hence, an+2an+14342/3an+1an=433an+1an.|a_{n+2} - a_{n+1}| \le \frac{4}{3 \cdot 4^{2/3}} |a_{n+1} - a_n| = \frac{\sqrt[3]{4}}{3} |a_{n+1} - a_n|. By a trivial induction it follows that an+1an<(433)n1a2a1.|a_{n+1} - a_n| < \left( \frac{\sqrt[3]{4}}{3} \right)^{n-1} |a_2 - a_1|. Hence the series n=0an+1an\sum_{n=0}^{\infty} |a_{n+1} - a_n| can be majorized by a geometric series with quotient 433<1\frac{\sqrt[3]{4}}{3} < 1; that proves that the series converges.

How the field did

contestants scored
342
average (of 10)
5.17
solved (≥ 80%)
42.7%
near-0 (≤ 10%)
30.4%
discrimination
0.56

Score distribution (field cohort)

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

Similar problems

IMC 2002 · Day 1 · P3mediumavg 4.4/10 · solved 41% · near-0 49% · disc 0.41
IMC 2015 · Day 1 · P3mediumavg 4.9/10 · solved 41% · near-0 28% · disc 0.53
IMC 1999 · Day 1 · P2mediumavg 5.4/10 · solved 47% · near-0 39% · disc 0.64
IMC 2010 · Day 2 · P6mediumavg 7.4/10 · solved 47% · near-0 3% · disc 0.49