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

IMC / 2011 / Problems / Day 2, P6

IMC 2011 · Day 2 · P6

Let (an)n=0(a_n)_{n=0}^{\infty} be a sequence with 12<an<1\frac{1}{2} < a_n < 1 for all n0n \ge 0. Define the sequence (xn)n=0(x_n)_{n=0}^{\infty} by x0=a0,xn+1=an+1+xn1+an+1xn(n0).x_0 = a_0, \qquad x_{n+1} = \frac{a_{n+1} + x_n}{1 + a_{n+1} x_n} \quad (n \ge 0). What are the possible values of limnxn\lim\limits_{n \to \infty} x_n? Can such a sequence diverge?

(Johnson Olaleru, Lagos)

Solution 1 of 2 (official)

We prove by induction that 0<1xn<12n+1.0 < 1 - x_n < \frac{1}{2^{n+1}}. Then we will have (1xn)0(1 - x_n) \to 0 and therefore xn1x_n \to 1.

The case n=0n = 0 is true since 12<x0=a0<1\frac{1}{2} < x_0 = a_0 < 1.

Supposing that the induction hypothesis holds for nn, from the recurrence relation we get 1xn+1=1an+1+xn1+an+1xn=1an+11+an+1xn(1xn).1 - x_{n+1} = 1 - \frac{a_{n+1} + x_n}{1 + a_{n+1} x_n} = \frac{1 - a_{n+1}}{1 + a_{n+1} x_n} (1 - x_n). By 0<1an+11+an+1xn<1121+0=120 < \frac{1 - a_{n+1}}{1 + a_{n+1} x_n} < \frac{1 - \frac{1}{2}}{1 + 0} = \frac{1}{2} we obtain 0<1xn+1<12(1xn)<1212n+1=12n+2.0 < 1 - x_{n+1} < \frac{1}{2} (1 - x_n) < \frac{1}{2} \cdot \frac{1}{2^{n+1}} = \frac{1}{2^{n+2}}. Hence, the sequence converges in all cases and xn1x_n \to 1.

Solution 2 of 2 (official)

As is well-known, tanh(u+v)=tanhu+tanhv1+tanhutanhv\tanh(u + v) = \frac{\tanh u + \tanh v}{1 + \tanh u \tanh v} for all real numbers uu and vv.

Setting un=ar tanhanu_n = \operatorname{ar\,tanh} a_n we have xn=tanh(u0+u1++un)x_n = \tanh(u_0 + u_1 + \dots + u_n). Then u0+u1++un>(n+1)ar tanh12u_0 + u_1 + \dots + u_n > (n+1) \operatorname{ar\,tanh} \frac{1}{2} and limnxn=limutanhu=1\lim\limits_{n \to \infty} x_n = \lim\limits_{u \to \infty} \tanh u = 1.

Remark. If the condition an(12,1)a_n \in (\frac{1}{2}, 1) is replaced by an(0,1)a_n \in (0, 1) then the sequence remains increasing and bounded, but the limit can be less than 1.

Similar problems