Consider the sequence of positive terms, where $x_n$ it's difined by \begin{equation} x_1=3\ and\ x_{n+1}=\frac{3(1+x_n)}{3+x_n}. \end{equation} Find $a=\underset{n\rightarrow \infty}\lim x_n$.
All that I have found is that exists $c=0.2$ such that \begin{equation} |x_{n+2}-x_{n+1}| \leq 0.2|x_{n+1}-x_n|. \end{equation}
I also tried to prove that \begin{equation} x_{k+1} \leq x_k, \end{equation} but I failed.
$|x_{n+2}-x_{n+1}| \leq 0.2|x_{n+1}-x_n| \Rightarrow |x_{n+k}-x_{n}|\leq c^k |x_2-x_1|=c^k$
$s=\frac{1}{|c|}-1 \Rightarrow |c|=\frac{1}{1+s}$ and $Ns \geq \epsilon$
$|c|=\frac{1}{1+s} \Rightarrow |c|^k=(\frac{1}{1+s})^k=\frac{1}{(1+s)^k} \leq $ $\frac{1}{1+sk} < \frac{1}{sk} < \epsilon $
which means that $\lim_{n \to \infty}x_n=a$ exists
$\lim_{n \to \infty}x_n=a \Rightarrow \lim_{n \to \infty}x_{n+1}=a$
$x_{n+1}=\frac{3(1+x_n)}{3+x_n} \Rightarrow \lim_{n \to \infty}x_{n+1}=\lim_{n \to \infty}\frac{3(1+x_n)}{3+x_n}=\frac{3a+3}{3+a}=a$
$\frac{3a+3}{3+a}=a \Rightarrow a= \sqrt3$