autodidude
- 332
- 0
Homework Statement
Find all 2x2 matrices such that A=A^-^1 (the inverse, just in case the notation is different)
Homework Equations
<br /> <br /> A=<br /> \begin{bmatrix}<br /> a & b<br /> \\ c & d<br /> \end{bmatrix}<br />
The Attempt at a Solution
This is my second attempt at this question. The first time, I took a different approach, using the four equations below. This time, I started off with four other different equations and had a very tough time trying to figure it all out. If I hadn't looked at the solutions, I never would've gotten anywhere. Even with it, I struggled a lot and it took an unreasonable amount of time to work it all out...
----
If A=A^-1, then A^2=I. From that, I derived the following equations:
(i)a^2+bc=1
(ii)ab+bd=0
(iii)ac+cd=0
(iv)d^2+bc=1
From (ii) and (iii), if a≠-d, then b=0 and c=0. Then from (i) and (iv),a^2=1 and d^2=1and since a≠-d, then a=1 and d=1 or a=-1 and d=-1
So from that, I get two 2x2 matrices
\begin{bmatrix}
1 & 0
\\ 0&1
\end{bmatrix}
\begin{bmatrix}
-1 & 0
\\ 0&-1
\end{bmatrix}
[/tex]Then to get the others, I let b=0 and c be any real number (again, I never would've done this if I hadn't seen the answers), then to satisfy (iii), a and d would have to be opposite. I did that for c=0 as well and the result was four more matrices
<br /> \begin{bmatrix}<br /> 1 & 0<br /> \\ k &-1<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> -1 & 0<br /> \\ k &1<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> 1 & k<br /> \\ 0 & -1<br /> \end{bmatrix}<br /> <br /> \begin{bmatrix}<br /> -1 & k<br /> \\ 0&1<br /> \end{bmatrix}<br />
To get the last answer given in the book:
<br /> <br /> \begin{bmatrix}<br /> a & b<br /> \\ \frac{1-a^2}b&-a<br /> \end{bmatrix}<br />
I just rearranged (i) to get b. But couldn't you write represent c in a similar way but with b in the denominator? Are they just writing it in terms of a and b?
Anyway, though it's solved, it took me super long and I'm still not happy with the method I used. I went down another road where I said b=0 iff a+d≠0 because I used
b=\frac{-b}{ad-bc}
ab+bd=0
b(a+d)=0
b=0
And I also said that if b≠0, then ad-bc-1 and I had all these equations but couldn't get anywhere with them.
Basically, I just want to see how you guys would approach this, what would be a systematic way to solve it? This wasn't even a challenge question and I got destroyed by it.
EDIT: Also, I'm unsure about my reasoning. I was more happy with the way I did it last time.