[Math] the limit of a sequence defined recursively as $x_1=2$, $x_{n+1}=\frac{1}{3-x_n}$ with $n \in \mathbb{N}$, and how to prove it exists

limitsreal-analysissequences-and-series

This is an exercise I've found online.

Find the limit of a sequence defined recursively as $x_1=2$, $x_{n+1}=\dfrac{1}{3-x_n}$ with $n\in \mathbb{N}$. Show that the limit exists before attempting to find it.

So far, I have shown that $\{x_{n}\}$ is bounded below by $0$ and above by $2$ since $\frac{1}{3-x_n}>0$ and $\frac{1}{3-x_n}\le 2$ for all $n$.

I'm stuck here because I'm not sure what to show next, and I don't know precisely how to show the limit exists.

Best Answer

At first, you can show that $x_1>x_2$ easily.

If $x_{n-1}>a_n$ holds (and $0\le x_n \le 2$ for all $n$), we get $$\begin{align} x_{n-1}>x_n & \Longrightarrow & -x_{n-1}<-x_n \\ & \Longrightarrow & 3-x_{n-1}<3-x_n \\ & \Longrightarrow & \frac{1}{3-x_{n-1}}>\frac{1}{3-x_n} \\ & \Longrightarrow & x_n > x_{n+1}\\ \end{align}$$

so $x_n>x_{n+1}$. So this sequence convergent, by monotone convergence theorem.

Related Question