If $0<u_1<1$ and $u_{n+1}=1-\sqrt{1-u_n}$ for $n\geq 1$ prove that
- sequence $\{u_n\}$ converges to $0$
- $\lim_{n\rightarrow \infty} \frac{u_{n+1}}{u_n}=\frac{1}{2}$
I know that Monotonic Increasing + Bdd above implies convergent
But don't know how to prove those for this particular problem. Unable to show $u_{n+1}>~ or ~< u_n$ Also unable to solve the 2nd one. Please help.
By induction we can show: $0 < u_n < 1$ for all $n \ge 1$. Thus: $u_{n+1} = \dfrac{u_n}{1+ \sqrt{1- u_n}} \implies \dfrac{u_{n+1}}{u_n} = \dfrac{1}{1+\sqrt{1- u_n}} \to \dfrac{1}{1+1} = \dfrac{1}{2}$ as $u_n \to 0$. To show $u_n \to 0$ observe that: $ 0 < u_{n+1} < u_n$ means $\{u_n\}$. is monotonically decreasing and bounded below by $0$ thus converges to $x$.So $x = 1 - \sqrt{1-x} \implies x = 0,1$. But $u_n < u_1 \implies x \le u_1 < 1 \implies x < 1 \implies x = 0.$ To show that $0 < u_n < 1$ by induction, we have $0 < u_1 < 1$ as given. So assume $0 < u_n < 1 \implies 0 < 1-u_n < 1 \implies 0 <\sqrt{1-u_n} < 1\implies 0 < 1 - \sqrt{1-u_n} < 1 \implies 0 < u_{n+1} < 1 \implies 0 < u_n < 1, \forall n \ge 1$.