I was wondering if someone can give me a hint on the following problem:
Given $0<x_1<1$ and $x_{n+1}=x_n(1-x_n)$ for $n\ge 1$, prove that $$\lim_{n\to\infty}nx_n=1.$$
So far, I am able to confirm that this limit exists (indeed, the sequence $\{nx_n\}$ is increasing and bounded above). But it seems that this limit cannot be obtained by using the recursive formula in a simple way (like transforming and taking limit on both sides, which always leads to an identity). Any hint will be highly appreciated.