Define a sequence inductively by: $$x_1=1,\space x_{n+1}=\frac{1}{5}(x^2_{n}+6)$$ for $n\ge1$
I need to show that {$x_n$} is an increasing sequence with $x_n \le 2$ for all $n$.
I'm struggling to make a start on this question. I know that I need to use induction but can't think of how to do it.
Clearly $x_1=1<2$, suppose $x_n<2$ then $$x_{n+1}=\frac{1}{5}(x^2_n+6)<\frac{1}{5}(2^2+6)=\frac{10}{5}=2$$ Clearly by definition all terms are positive. Therefore the sequence is bounded. On the other hand note $$x_{n+1}-x_n=\frac{1}{5}(x^2_n+6-5x_n)=\frac{1}{5}(x_n-3)(x_n-2)>0$$ since for all $n$ we showed $x_n<2$. Hence a monotonic increasing sequence. Then by Bolzano-Weierstrass the sequence has a limit point $x$. Thus $$\lim_{n\to\infty}x_{n+1}=\lim_{n\to\infty}\frac{1}{5}(x^2_n+6)\Rightarrow x=\frac{1}{5}(x^2+6)\Rightarrow x^2-5x+6=0\Rightarrow x\in\{2,3\}$$ Since $x_n<2$ for all $n$ then $x=2$ is the solution.