Show that, for the recurrence $$a_n=2a_{n-1}+a_{n-2},$$ the ratio $\dfrac{a_{n}}{a_{n-1}}$ tends to $\sqrt{2}-1$ as $n\to\infty$.
Not sure about this one, I know the recurrence relation solution is $$a_n=\frac{1}{2}\left((1-\sqrt{2})^n+(1+\sqrt{2})^n\right)$$ but not sure how to proceed from here.