We have that $$ X_1 = 1, \quad X_{n+1} = \frac 1{1 + X_n}. $$ If $X_n$ has a limit find algebraically the value of the limit.
The sequence goes;
$$1,\frac{1}{2},\frac{3}{5},\frac{5}{8}, ...$$ The sequence appears to be converging to 0.6 as $n$ tends to infinity. May you have a say on this one. Thanks
Hint: Your recurrence is of the form $X(n+1) = f(X(n))$, where $f$ is the continuous function $f(x) = \frac 1{1 + x}$. It follows that if the sequence $X(n)$ approaches a limit $L$, then this limit $L$ must satisfy $$ L = f(L). $$ That is, $L$ must be a fixed point of the function.