I've been trying to solve this exam question on an exam in real analysis. Thus, only such methods may be used. The problem is as follows.
Show that the sequence $a_n$ defined by $a_1=1$ and $a_{n+1}=(3+a_n)^{-1}$ for $n=1,2,\dots$ converges and determine the limit.
I'm not really able to find a closed form for the sequence. I guess that computing that and then showing that it's a Cauchy sequence works for showing convergence.
I just have to find that closed form first, which I'm unable to do. If there's a general strategy I'd love to see how that works as I've been unable to find any.
Recursively $a_n>0$, $f(x)={1\over{x+3}}$, $f'(x)=-{1\over{(x+3)^2}}$, implies that $|a_{n+2}-a_{n+1}|=|f'(c_n)||a_{n+1}-a_n|\leq {1\over 3^2}|a_{n+1}-a_n|$, $c_n$ is an element of $(a_n,a_{n+1})$ or $(a_{n+1},a_n)$. You deduce that the sequence is a Cauchy sequence. (recursively you can show that $|a_{n+1}-a_n|\leq {1\over 3^{2(n-2)}}|a_2-a_1|$.
so it converges, the limit verifies $f(l)=l$ which implies that $l^2+3l-1=0$ ans is the positive root of this quadratic equation.