How can I show that the sequence is defined recursively?
Show that the recursively defined sequence $(x_n)_{n\in\mathbb{N}}$ with $$x_1=1, \qquad\qquad x_{n+1}=\sqrt{6+x_n}$$ converges and determine its limit
How can I show that the sequence is defined recursively?
Show that the recursively defined sequence $(x_n)_{n\in\mathbb{N}}$ with $$x_1=1, \qquad\qquad x_{n+1}=\sqrt{6+x_n}$$ converges and determine its limit
The sequence is defined recursively, with initial value $x_1=1$ and with recursive relation $x_{n+1}=\sqrt{6+x_n}$. Your task is to prove that it converges and to determine its limit.
Convergence: There is a theorem that says that if a sequence is monotonically increasing and bounded from above, then it has a limit. This suggests the following:
Show that the sequence is monotonically increasing.
Show that the sequence is bounded from above.
Computing the limit: use the fact that as $n$ tends to infinity, both $x_{n+1}$ and $x_n$ are roughly equal to the limit $L$.