Given a sequence $(a_n)_{n \geq 1}$ in $\mathbb{R}$, and given that $$ a_1 > 0 \ \ \ \ \text{and} \ \ \ \ \ a_{n+1} = \sqrt{a_n + 6}\ \ \ (n\geq1)$$ Prove that $(a_n)_{n \geq 1}$ converges.
My thoughts
- for $a_1 > 3$, we know that $3<a_{n+1} < a_n \ \ (n\in \mathbb{N})$ (1)
- for $a_1 < 3$, we know that $0<a_{n} < a_{n+1}<3 \ \ (n\in \mathbb{N})$ (2)
Now I now how to prove convergence. However, I'm having difficulty proving my two thoughts about the situation where $a_1 >3$ and $a_1 < 3$.
Any help on how I can show this correctly?
$$a_{n+1}-a_n=\sqrt{a_n+6}-a_n=\frac{(3-a_n)(2+a_n)}{\sqrt{a_n+6}+a_n}$$
Now, if $a_1<3$ then $a_{n+1}>a_n$, which says that $\{a_n\}$ is increasing and the limit exists.
If $a_1=3$ then $a_n=3$.
If $a_1>3$ then $\{a_n\}$ is decreasing and the limit exists again.
Let $a$ be our limit. Thus, $a=\sqrt{6+a}$, which gives $a=3$.