Let, $(x_{n})$ be a sequence define recursively by, $x_{1}=1$ and $x_{n+1}=\frac{1}{2}(x_{n}+\sqrt{3x_{n}})$. Verify that the sequence is bounded above by 4.
By induction we have:
for $n=1$,
$ x_{1}=1<4$.
Now suppose that $x_{n}<4$ is true for some $n \in \mathbb{N}$. Let see if $x_{n+1}<4$ is true:
By definition of $(x_{n})$ we have, $$\frac{1}{2}(x_{n}+\sqrt{3x_{n}})<4$$ $$x_{n}+\sqrt{3x_{n}}<8$$
By the hypothesis, $x_{n}<4$: $$x_{n}+\sqrt{3x_{n}}<4+\sqrt{12}$$
But now, what can I conclued? Can you help me? Thanks.