How do I find explicit formula for $(x_n,y_n)$ and show that the sequence tends to converge to $(0,0)$?
In $\mathbb{R}^2$, the sequence $(x_n,y_n)$, $n\in \mathbb{N}_0$ is recursively defined: $\begin{pmatrix}x_{n+1}\\ y_{n+1}\end{pmatrix}=\left (\begin{matrix}0 & 1\\ 1/4 &0 \end{matrix} \right )\begin{pmatrix}x_n\\ y_n\end{pmatrix}$.
So for $(x_0,y_0)=(4,2)$. I have found some follow members:$(x_1,y_1)=(2,1),(x_2,y_2)=(1,1/2),(x_3,y_3)=(1/2,1/4),(x_4,y_4)=(1/4,1/8)...$ At this point I see that $x_{n+1}=x_n/2$. But how do I write it correctly? How to show that it converges in $(0,0)$?