I was solving a question which led to the following recurrence: $$3(x_{n+1} - x_{n}) = \sqrt{16+x^2_n} +\sqrt{16+x^2_{n+1}}$$ which I could not solve my approach : I tried putting $x_n= tan(t_n)$ and other trigonometric substitutions but could not reach an answer .Is there a way to solve this ? all help is greatly appreciated.
EDIT:I just wanted to add one thing that $x_1=3$,I hope it makes the question more clear.
hint
put
$$x_n=4\sinh(u_n)$$ then, the relation becomes
$$12(\sinh(u_{n+1})-\sinh(u_n))=4(\cosh(u_n)+\cosh(u_{n+1})$$