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?
Similarly like here we identify
$$ 1 \equiv \left(\begin{matrix} 1& 0\\0&1 \end{matrix}\right)~~~\text{and}~~~~ i \equiv \left(\begin{matrix} 0& 1\\-1&0 \end{matrix}\right).$$
$$A_n =\left(\begin{smallmatrix} n^2&1\\-1&n^2\end{smallmatrix}\right)\equiv n^2+i := z_n$$
$z_n$ is a complex number hence product of $z_n$ is also a complex number. this literally prove the existence of $x_n$ and $y_n$ and we have, $$A_1A_2\cdots A_n =\left(\begin{smallmatrix} x_n&y_n\\-y_n& x_n\end{smallmatrix}\right) \equiv z_1z_2\cdots z_n =x_n+iy_n.$$
Moreover, we have utilizing the polar form we get, $$z_n = n^2+i =\sqrt{n^4+1}\exp\left(i\sum_{k=1}^{n}\arctan(\frac{1}{k^2})\right)$$
Hence $$x_n+iy_n = z_1z_2\cdots z_n = \left(\prod_{k= 1}^{n}\sqrt{k^4+1}\right)\exp\left(i\sum_{k=1}^{n}\arctan(\frac{1}{k^2})\right) $$
By identification we have $$x_n = \left(\prod_{k= 1}^{n}\sqrt{k^4+1}\right)\cos\left(\sum_{k=1}^{n}\arctan(\frac{1}{k^2})\right)$$ $$y_n = \left(\prod_{k= 1}^{n}\sqrt{k^4+1}\right)\sin\left(\sum_{k=1}^{n}\arctan(\frac{1}{k^2})\right)$$