The sequence defined by
$$x_1 = 1, \qquad x_{n+1} = \frac{x_n+3}{x_n+1}$$
gives better and better approximations to $\sqrt{3}$
The first 3 terms are $x_1 = 1, x_2 = 2, x_3 = \frac{5}{3}$
Show that if the sequence converges, then it converges to $\sqrt{3}$
I don't see how this sequence converges to $\sqrt{3}$, can anyone shed some light on whether this question makes sense?
Suppose the proposed sequence converges to $L$, let us say. We shall prove first that $x_{n} > 0$ for every $n\in\mathbb{N}_{>0}$ using the induction principle. Clearly $x_{1} = 1 > 0$. Suppose that $x_{n} > 0$. Then we conclude the induction thesis by noticing that: \begin{align*} x_{n+1} = \frac{x_{n} + 3}{x_{n} + 1} > 0 \end{align*} since $x_{n} + 3 > 3 > 0$ and $x_{n} + 1 > 1 > 0$. Having said that, it yields that $L\geq 0$.
Consequently, on the assumption of convergence, one gets the desired result as next:
\begin{align*} \lim_{n\to\infty}x_{n+1} = \lim_{n\to\infty}\frac{x_{n} + 3}{x_{n} + 1} & \Rightarrow L = \frac{L + 3}{L + 1} \Rightarrow L^{2} + L = L + 3 \Rightarrow L = \sqrt{3} \end{align*}