$a_n$ is a real sequence, $a_1,a_2$ are positive and for all $n>2$ : $$ a_{n+2} =\frac{1}{a_{n+1}} + \frac{1}{a_{n}}.$$ Prove that: $\displaystyle \lim_{n\to \infty} a_n$ exists, then find it.
Mathematica gave me $\sqrt{2}$ as an approximate limit, I tried to eliminate $a_{n+2}$ then do some work with Stolz lemma but I failed, Are there any strategy to find the asymptotic expansion for this kind of sequences (I can do it only if it was a first order) ?
Any help is appreciated (if you find it too easy, just post hints).
It is easy to show that the sequence is bounded. If $\sqrt{2}/M \le a_n,a_{n+1} \le \sqrt{2}M$, then also $\sqrt{2}/M \le a_{n+2} \le \sqrt{2}M$.
In fact, if we let $b_n=\max(|\log (a_n/\sqrt{2})|,|\log (a_{n+1}/\sqrt{2})|)$, then $b_{n+1}\le b_n$. Therefore (since $b_n$ is non-negative) $b_n$ converges to its infimum. Let us denote $\lim_{n\to\infty} b_n = B$. All that is left is to do is prove that $B=0$. Suppose that $B>0$, then for some $N$, we have $B-\epsilon<b_n<B+\epsilon$ for all $n>N$. So $|\log (a_{N}/\sqrt{2})|<B+\epsilon$ and $|\log (a_{N+1}/\sqrt{2})|<B+\epsilon$. If both $a_N$ and $a_{N+1}$ are on different sides of $\sqrt{2}$, then $|\log (a_{N+2}/\sqrt{2})|<B-2\epsilon$ (with $C$ some constant) and the same for $a_{N+3}$. If both are on the same side then $a_{N+2}$ is on the other side, and the argument is the same. In any case we have that $b_{N+3}<B-2\epsilon$ and so a contradiction.