Let $ A = \begin{pmatrix} 1 & 2 \\-1 & 1 \\ \end{pmatrix}$. Prove that for every positive integer $n$ there exist integers $x_{n},y_{n}$ such that $A^n= \begin{pmatrix} x_{n} & -2y_{n} \\ y_{n} & x_{n} \\ \end{pmatrix}$. Prove that for all $n$ the numbers $x_{n}$ and $y_{n}$ are non-zero.
I proved the existence of numbers $x_{n}$ and $y_{n}$, with the recurrence relations $x_{n+1}=x_{n}+2y_{n}$ and $y_{n+1}=y_{n}-x_{n}$.
For proving that these numbers are non-zero, I assumed that if $x_{n}=0$, then $detA^n=3^n=2y_{n}^2$. Since $3^n$ is always an odd integer, and $2y_{n}$ is always an even integer, we reach a contradiction. However, I'm stuck at the case $y_{n}=0$. I've looked at other approaches to this problem, but no other has worked so far.
If you find the eigenvalues and eigenvectors of the matrix, you can diagonalize the matrix and therefore obtain an explicit expression for $A^n$. Do you know this method?