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

IMC / 2012 / Problems / Day 2, P7

IMC 2012 · Day 2 · P7

medium

Define the sequence a0,a1,a_0, a_1, \dots inductively by a0=1a_0 = 1, a1=12a_1 = \frac{1}{2} and an+1=nan21+(n+1)anfor n1.a_{n+1} = \frac{n a_n^2}{1 + (n+1) a_n} \quad \text{for } n \ge 1. Show that the series k=0ak+1ak\sum\limits_{k=0}^{\infty} \dfrac{a_{k+1}}{a_k} converges and determine its value.

(Proposed by Christophe Debry, KU Leuven, Belgium)

Solution (official)

Observe that kak=(1+(k+1)ak)ak+1ak=ak+1ak+(k+1)ak+1for all k1,k a_k = \frac{(1 + (k+1) a_k) a_{k+1}}{a_k} = \frac{a_{k+1}}{a_k} + (k+1) a_{k+1} \quad \text{for all } k \ge 1, and hence k=0nak+1ak=a1a0+k=1n(kak(k+1)ak+1)=12+1a1(n+1)an+1=1(n+1)an+1(1)\tag{1} \sum_{k=0}^{n} \frac{a_{k+1}}{a_k} = \frac{a_1}{a_0} + \sum_{k=1}^{n} \bigl( k a_k - (k+1) a_{k+1} \bigr) = \frac{1}{2} + 1 \cdot a_1 - (n+1) a_{n+1} = 1 - (n+1) a_{n+1} for all n0n \ge 0.

By (1) we have k=0nak+1ak<1\sum\limits_{k=0}^{n} \frac{a_{k+1}}{a_k} < 1. Since all terms are positive, this implies that the series k=0ak+1ak\sum\limits_{k=0}^{\infty} \frac{a_{k+1}}{a_k} is convergent. The sequence of terms, ak+1ak\frac{a_{k+1}}{a_k} must converge to zero. In particular, there is an index n0n_0 such that ak+1ak<12\frac{a_{k+1}}{a_k} < \frac{1}{2} for nn0n \ge n_0. Then, by induction on nn, we have an<C2na_n < \frac{C}{2^n} with some positive constant CC. From nan<Cn2nn a_n < \frac{Cn}{2^n} we get nan0n a_n \to 0, and therefore k=0ak+1ak=limnk=0nak+1ak=limn(1(n+1)an+1)=1.\sum_{k=0}^{\infty} \frac{a_{k+1}}{a_k} = \lim_{n \to \infty} \sum_{k=0}^{n} \frac{a_{k+1}}{a_k} = \lim_{n \to \infty} \bigl( 1 - (n+1) a_{n+1} \bigr) = 1. Remark. The inequality an12na_n \le \frac{1}{2^n} can be proved by a direct induction as well.

How the field did

contestants scored
313
average (of 10)
4.74
solved (≥ 80%)
31.0%
near-0 (≤ 10%)
27.8%
discrimination
0.26

Score distribution (field cohort)

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

Similar problems

IMC 2010 · Day 1 · P3hardavg 3.3/10 · solved 29% · near-0 64% · disc 0.49
IMC 2024 · Day 2 · P8mediumavg 4.8/10 · solved 34% · near-0 33% · disc 0.66
IMC 2010 · Day 1 · P2mediumavg 5.4/10 · solved 37% · near-0 19% · disc 0.51
IMC 2000 · Day 1 · P4hardavg 4.7/10 · solved 22% · near-0 26% · disc 0.62