MHB Finding All $2\times 2$ Matrices That Satisfy $A^2=A$

  • Thread starter Thread starter juantheron
  • Start date Start date
  • Tags Tags
    Matrices
juantheron
Messages
243
Reaction score
1
How can i find all matrix $A$ of order $2\times 2$ that satisfy the $A^2 = \begin{pmatrix}1 & 1\\
0 & 1
\end{pmatrix}$
 
Physics news on Phys.org
jacks said:
How can i find all matrix $A$ of order $2\times 2$ that satisfy the $A^2 = \begin{pmatrix}1 & 1\\
0 & 1
\end{pmatrix}$

Hi jacks,

Let \(A = \begin{pmatrix}a & b\\ c & d\end{pmatrix}\). Then \(A^2 = \begin{pmatrix}a^2+bc & ab+bd\\ ac+cd & bc+d^2\end{pmatrix}\)

Since, \(A^2 = \begin{pmatrix}1 & 1\\ 0 & 1\end{pmatrix}\)

\[a^2+bc=1~~~~~~~(1)\]

\[ab+bd=1~~~~~~~(2)\]

\[bc+d^2=1~~~~~~~~(3)\]

\[ac+cd=0~~~~~~~~(4)\]

From (1) and (3), \(a=\pm d\). But (4) implies that, \(a=d\). Then substituting for \(d\) in (4), \(ac=0\). If \(a=0\Rightarrow d=0\) and we get a contradiction from (2). Therefore, \(c=0\). Then by (1) and (3), \(a=d=\pm 1\). Finally by (2), \(b=\pm\frac{1}{2}\). So we have two sets of answers,

\[a=d=1,~b=\frac{1}{2},~c=0\mbox{ or }a=d=-1,~b=-\frac{1}{2},~c=0\]
 
The world of 2\times 2 complex matrices is very colorful. They form a Banach-algebra, they act on spinors, they contain the quaternions, SU(2), su(2), SL(2,\mathbb C), sl(2,\mathbb C). Furthermore, with the determinant as Euclidean or pseudo-Euclidean norm, isu(2) is a 3-dimensional Euclidean space, \mathbb RI\oplus isu(2) is a Minkowski space with signature (1,3), i\mathbb RI\oplus su(2) is a Minkowski space with signature (3,1), SU(2) is the double cover of SO(3), sl(2,\mathbb C) is the...
Back
Top