Let $n \in \Bbb N$ and consider the square matrix $$A_n =\begin{pmatrix} n^2 & 1\\-1 & n^2\end{pmatrix}.$$
Prove that there are sequence, $x_n,y_n$ such that $$A_1A_2\cdots A_n =\begin{pmatrix} x_n&y_n\\-y_n& x_n\end{pmatrix}.$$
Find the explicit expression of $x_n$ and $y_n$.
What can we say about the convergence of $x_n$ and $y_n$?
I have shown the existence of $x_n$ and $y_n$ by induction and it turn out after identification that they satisfy the relations, $$ x_{n+1} =(n+1)^2x_n-y_n, \qquad\qquad y_{n+1} = x_n +(n+1)^2y_n$$
Can someone help to solve this recursive formula in other to get into the two last questions? Is there a more elegant way to overcome this problem?