Show that every $2\times 2$ matrix $A$, for which $A^2=-I$, is similar to $\begin{bmatrix} 0 & -1\\ 1 & 0 \end{bmatrix}$.
I need help proving this. Don't have any idea how to proceed. Obviously look at the matrix as a linear operator...
Show that every $2\times 2$ matrix $A$, for which $A^2=-I$, is similar to $\begin{bmatrix} 0 & -1\\ 1 & 0 \end{bmatrix}$.
I need help proving this. Don't have any idea how to proceed. Obviously look at the matrix as a linear operator...
Your statement is wrong. Let $A=\pmatrix{\pm i&0\\0&\pm i}$, there are at least two different forms. It would be true if you assume $A$ is a real matrix, in that case the eigenvalues of $A$ should be different, obtaining $i$ and $-i$, the statement follows.
Proof over the real matrices:
Let $A=\pmatrix{a&b\\c&d}$ be a real matrix such that $A^2=-I$. Then
$$A^2=\pmatrix{a&b\\c&d}\pmatrix{a&b\\c&d}=\pmatrix{a^2+bc&b(a+d)\\c(a+d)&d^2+bc}=\pmatrix{-1&0\\0&-1}=-I$$
and
$\left\{\begin{array}{l l} a^2+bc=-1\\ b(a+d)=0\\ c(a+d)=0\\ d^2+bc=-1 \end{array}\right.$
First off, we see that $b \neq 0 \neq c$, since $x^2=-1$ has no real solution. Hence $d=-a$ and $c=-\frac{1+a^2}{b}$, so
$$A=\pmatrix{a&b\\-\tfrac{1+a^2}{b}&-a}$$
Furthermore,
$$\pmatrix{1&-\tfrac{1}{a}\\-\tfrac{1+a^2}{ab}&0}^{-1}\pmatrix{a&b\\-\tfrac{1+a^2}{b}&-a}\pmatrix{1&-\tfrac{1}{a}\\-\tfrac{1+a^2}{ab}&0}=\pmatrix{0&-1\\1&0}$$
Proof over the complex matrices:
It can be shown that every complex (including real) matrix $A$ is similar to its Jordan normal form $J=P^{-1}AP$, where $P$ is a certain invertible matrix. Since $A^2=-I$, it follows that
$$J^2=(P^{-1}A\underbrace{P)(P^{-1}}_{I}AP)=P^{-1}\underbrace{A^2}_{-I}P=-P^{-1}P=-I$$
Now, we write $J=D+M$, where $D$ is a diagonal matrix and $M^2=0$. Then
$$J^2=(D+M)^2=D^2+DM+\underbrace{MD}_{DM}+\underbrace{M^2}_{0}=D^2+2DM$$
But $J^2=-I$ is diagonal, so we must have that $M=0$. Hence $J$ is also diagonal and
$$J=\pmatrix{\pm i&0\\0&\pm i}$$
Since we want $J$ to be similar to a real matrix, the diagonal elements must have opposite signs, so that the sum of the eigenvalues is real. Clearly, both possible matrices are similar to $\pmatrix{0&-1\\1&0}$. For example,
$$\pmatrix{i&1\\\tfrac{1}{2}&\tfrac{i}{2}}^{-1}\pmatrix{-i&0\\0&i}\pmatrix{i&1\\\tfrac{1}{2}&\tfrac{i}{2}}=\pmatrix{0&-1\\1&0}$$