This is my question. Let the sequence $u_n$ be recursively defined by $u_{n+1} = \frac{k}{1+u_n}$ where k>0 and $u_1$>0. Check the convergence of the sequence.
So I used this method.
Since $u_1$>0 and k>0 for all n $\epsilon$ $Z_+$,$u_n$>0
$$\lim_{n\to \infty} u_{n+1} = \frac{k}{1 + \lim_{n\to \infty} u_n}$$ Suppose $\lim_{n\to \infty} u_n$ exist and $\lim_{n\to \infty} u_n = t$ then $\lim_{n\to \infty} u_{n+1} = t$
$$t = \frac{k}{1+t}$$ $$t^2 + t - k = 0$$ $$t = \frac{-1\pm\sqrt{1+4k}}{2}$$ Since $u_1$>0 and k>0 for all n $\epsilon$ $Z_+$,$u_n$>0
$$\lim_{n\to \infty} u_n = \frac{\sqrt{1+4k}-1}{2}$$ Therefore the sequence is convergent
I'm not really sure this is the write way to do this. Please help me. If there is a better way please mention it.
Just some thoughts:
First of all, the sequence is bounded:
\begin{align*} u_{n} = \frac{k}{1+u_{n-1}} = \frac{k}{1+\frac{k}{1+u_{n-2}}} = \frac{(1+u_{n-2}) \cdot k}{1+u_{n-2} + k} < \frac{(1+u_{n-2}) \cdot k}{1+u_{n-2}} = k. \end{align*} Also, it is oscillating in the sense that $u_n < u_{n+1} \Leftrightarrow u_{n+1} > u_{n+2}$: If, for instance, $u_{n} < u_{n+1}$, then \begin{align*} u_{n+2} = \frac{k}{1+u_{n+1}} < \frac{k}{1+u_n} = u_{n+1}, \end{align*} and vice versa. Using this oscillating property, one can prove that $|u_{n+1} - u_n | < |u_{n}- u_{n-1}|$ for all $n$, and with some estimates of the size of $|u_{n+1}-u_n|$ one can then hope to prove that
\begin{align*} \lim_{n \rightarrow \infty} |u_{n+1}-u_n| = 0. \end{align*}
This will force the sequence to zoom in on some real point, which will of course be the limit.