IMC 2017 · Problem 9

Day 224th IMC · Blagoevgrad, Bulgaria

Statement

Define the sequence f1,f2, ⁣:[0,1)Rf_1, f_2, \ldots \colon [0, 1) \to \mathbb{R} of continuously differentiable functions by the following recurrence:

f1=1;fn+1=fnfn+1on (0,1),andfn+1(0)=1.f_1 = 1; \qquad f'_{n+1} = f_n f_{n+1} \quad \text{on } (0, 1), \quad \text{and} \quad f_{n+1}(0) = 1.

Show that limnfn(x)\lim\limits_{n \to \infty} f_n(x) exists for every x[0,1)x \in [0, 1) and determine the limit function.

Official solution

Hidden so you can work on the problem first.