recursion - Showing that a Sequence is defined recursively
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
No comments:
Post a Comment