Let we have the following sequence $$x_1=1$$ $$x_{n+1}=\frac{1}{2+x_n}$$ how can I prove it is a convergent sequence and how can I calculate its limit
2026-05-04 11:08:00.1777892880
On
how can I prove it is a convergent sequence and how can I calculate its limit
116 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Let $L=\sqrt{2}-1$. Observe that $x_n>0$ for all $n$. Therefore
$$ \begin{align*} |x_{n+1}-L|&=\left|\frac{1-L(2+x_n)}{2+x_n}\right|\\ &=\left|\frac{L}{2+x_n}(L^{-1}-(2+x_n))\right|\\ &=\left(\frac{L}{|2+x_n|}\right)|L-x_n|\\ &\leq \frac{L}{2}|L-x_n|. \end{align*} $$ Since $L/2<1$, it follows that $\lim_{n\to\infty}x_n=L$.
Notice that $f(x) = \frac{1}{2 + x}$ is a strict contraction on $[0,\infty)$, indeed $|f'(x)| = \frac{1}{(2 + x)^2} \le \frac14$. Then, by the Contraction mapping theorem, $x_{n + 1} = f(x_n)$ is a Cauchy sequence which converges to the unique positive fixed point of $f$: $$L = \frac{1}{2 + L} \Longrightarrow L = \sqrt2 - 1.$$