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.

