Trace of a $2 \times 2$ matrix

111 Views Asked by At

Let $\mathrm{A}$ a $2 \times 2$ matrix such that $\mathrm{I}\neq\mathrm{A}\neq\mathrm{-I}$, where $\mathrm{I}$ is the $2 \times 2$ identity matrix. If $\mathrm{A}=\mathrm{A}^{-1}$, find the trace of $\mathrm{A}.$

2

There are 2 best solutions below

3
On BEST ANSWER

if $A = A^{-1}$ then the eigenvalues of $A$ also satisfy $\lambda = \frac{1}{\lambda}.$ that means $\lambda = \pm 1$ so the trace of $A$ is the sum of the eigenvalues which is zero.

we will deal with the case where $A \neq I$ and has eigenvalues $1,1.$ in this instance $A$ is similar to the nilpotent matrix $N = \pmatrix{1&1\\0&1}.$ but then $A \neq A^{1-}$ because $N \neq N^{-1}.$ the other case is similar.

0
On

$$A=A^{-1}\implies A^2=I\implies (A+I)(A-I)=0\implies m_A(x)=p_A(x)=(x+1)(x-1)$$

with $\;m_A\,,\,\,p_A\;$ the minimal and characteristic polynomials, resp., and thus our matrix is similar to the diagonal one

$$\begin{pmatrix}\!\!-1&0\\0&1\end{pmatrix}\implies \text{Tra}\,A=0$$

The result also follows directly from the first line if you know that Tr.$\,A$ is minus the linear coefficient of the characteristic polynomial.