In my analysis class they let us find out if the following sequence converges or not: $$x_1=1,\quad x_2=2,\quad x_{n+2}=\frac{x_{n+1}+x_n}{x_{n+1}-x_n}$$
This sequence appears in the Bartle but the exercise does not ask to prove convergence. The whole class has had problems with proving that the sequence diverges (because according to Wolfram the sequence is divergent). We have tried to do operations of the type $x_{n+1}-x_{n+2}$ and try to prove that it converges to two different limits and thus conclude the divergence, but it doesn't seem to work
$$x_{n+1}=\frac{x_n+x_{n-1}}{x_n-x_{n-1}},\quad x_{n+2}=\frac{x_{n-1}+x_n(1+x_n-x_{n-1})}{x_{n+1}-x_n(-1+x_n-x_{n-2})}$$
where $x_{n+2}\to x$ and $\frac{x_{n-1}+x_n(1+x_n-x_{n-1})}{x_{n+1}-x_n(-1+x_n-x_{n-2})}\to \frac{2x}{2x}=1$
But it seems that attacking the problem from this point is not convincing, does anyone have any suggestions?
EDIT (Progress according to a user's proposal, I think you have good ideas)---------------
The idea is to first assume that $x_n=0$ for some $n\in\mathbb{N}$, and let $N=\min\{ n\in\mathbb{N}\;:\; x_n=0\}$, then
$\displaystyle x_{N+1}=\frac{x_N+x_{N-1}}{x_N-x_{N-1}}=\frac{x_{N-1}}{-x_{N-1}}=-1$
and
$\displaystyle x_{N+2}=\frac{x_{N+1}+x_N}{x_{N+1}-x_N}=\frac{-1}{-1}=1 $
in this way we have the sequence behaves $0, -1, 1, 0, -1, 1,...$ and diverges.
Now assuming that $x_n\neq 0$ for all $n\in\mathbb{N}$ and suppose that $(x_n)$ converges to $L$, then $\displaystyle x_{n+2}(x_{n+1}-x_n)=x_{n+1}+x_n \Rightarrow $ $L(L-L)=L+L$ and $L=0$. Now, let
$a_n=\frac{x_{n+1}}{x_n}$ notice that
$\displaystyle x_{n+2}=\frac{x_{n+1}+x_n}{x_{n+1}-x_n}=1+\frac{2x_n}{x_{n+1}-x_n}=1+\frac{2}{a_n-1}$
therefore $ \lim_{n\to\infty} \frac{2}{a_n-1}=-1$ and $\lim a_n=-1$.
This is what I have, any idea to end the demonstration or some other way?