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

IMC / 1998 / Problems / Day 1, P3

IMC 1998 · Day 1 · P3

Let f(x)=2x(1x)f(x) = 2x(1-x), xRx \in \mathbb{R}. Define fn=ffn.f_n = \underbrace{f \circ \dots \circ f}_{n}.

a) (10 points) Find limn01fn(x)dx\lim\limits_{n \to \infty} \int_0^1 f_n(x)\,dx.

b) (10 points) Compute 01fn(x)dx\int_0^1 f_n(x)\,dx for n=1,2,n = 1, 2, \dots.

Solution (official)

a) Fix x=x0(0,1)x = x_0 \in (0,1). If we denote xn=fn(x0)x_n = f_n(x_0), n=1,2,n = 1, 2, \dots it is easy to see that x1(0,1/2]x_1 \in (0, 1/2], x1f(x1)1/2x_1 \le f(x_1) \le 1/2 and xnf(xn)1/2x_n \le f(x_n) \le 1/2 (by induction). Then (xn)n(x_n)_n is a bounded non-decreasing sequence and, since xn+1=2xn(1xn)x_{n+1} = 2 x_n (1 - x_n), the limit l=limnxnl = \lim_{n \to \infty} x_n satisfies l=2l(1l)l = 2l(1-l), which implies l=1/2l = 1/2. Now the monotone convergence theorem implies that limn01fn(x)dx=1/2.\lim_{n \to \infty} \int_0^1 f_n(x)\,dx = 1/2.

b) We prove by induction that fn(x)=1222n1(x12)2n(1)\tag{1} f_n(x) = \frac{1}{2} - 2^{2^n - 1} \left( x - \frac{1}{2} \right)^{2^n} holds for n=1,2,n = 1, 2, \dots. For n=1n = 1 this is true, since f(x)=2x(1x)=122(x12)2f(x) = 2x(1-x) = \frac{1}{2} - 2(x - \frac{1}{2})^2. If (1) holds for some n=kn = k, then we have fk+1(x)=fk(f(x))=1222k1((122(x12)2)12)2k=1222k1(2(x12)2)2k=1222k+11(x12)2k+1\begin{align*} f_{k+1}(x) &= f_k(f(x)) = \frac{1}{2} - 2^{2^k - 1} \left( \left( \tfrac{1}{2} - 2 (x - \tfrac{1}{2})^2 \right) - \tfrac{1}{2} \right)^{2^k} \\ &= \frac{1}{2} - 2^{2^k - 1} \left( -2 (x - \tfrac{1}{2})^2 \right)^{2^k} = \frac{1}{2} - 2^{2^{k+1} - 1} \left( x - \tfrac{1}{2} \right)^{2^{k+1}} \end{align*} which is (2) for n=k+1n = k+1.

Using (1) we can compute the integral, 01fn(x)dx=[x222n12n+1(x12)2n+1]x=01=1212(2n+1).\int_0^1 f_n(x)\,dx = \left[ \frac{x}{2} - \frac{2^{2^n - 1}}{2^n + 1} \left( x - \frac{1}{2} \right)^{2^n + 1} \right]_{x=0}^{1} = \frac{1}{2} - \frac{1}{2(2^n + 1)}.

Similar problems