Find a 2x2 matrix A such that A^2=-I

  • Thread starter Thread starter seanthinks
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

The discussion revolves around finding a 2x2 matrix A such that A² = -I, where I is the identity matrix. Participants explored various methods, including expressing A as a general matrix and setting up a system of equations. The key equations derived were a² + bc = -1, ab + bd = 0, ca + dc = 0, and cb + d² = -1. The solution involves recognizing that if a = -d, then the equations simplify, allowing for the identification of suitable values for b and c that satisfy the equation.

PREREQUISITES
  • Understanding of matrix multiplication and properties
  • Familiarity with linear equations and systems of equations
  • Basic knowledge of complex numbers and their properties
  • Concept of the identity matrix and its role in linear algebra
NEXT STEPS
  • Study the properties of complex matrices and their applications
  • Learn about eigenvalues and eigenvectors in relation to matrix equations
  • Explore the concept of determinants and their significance in linear algebra
  • Investigate scalar multiplication and its effects on matrix solutions
USEFUL FOR

Students of linear algebra, mathematicians, and anyone interested in solving matrix equations and understanding the properties of complex matrices.

seanthinks
Messages
9
Reaction score
1
This is a problem from Lang's Introduction to Linear Algebra. The problem statement is:

Find a 2 x 2 matrix A such that A2= ##\begin{pmatrix} -1 & 0 \\ 0 & -1 \\ \end{pmatrix}## = -I

The solution is available in the answer section of the book, but it is not shown how the author comes up with the solution.

My initial attempt at the problem involved multiplying both sides of the equation by the inverse of A in attempt to isolate A, that only produced IA=-A-1 which is really no more clear than what I started with.

I then attempted to express A as ##\begin{pmatrix} a & b \\ c & d \\ \end{pmatrix}## such that A2= ##\begin{pmatrix} a^2+bc & ab+bd \\ ca+dc & cb + d^2 \\ \end{pmatrix}##=-I, but it this didn't lead me anywhere either.

This section hasn't introduced to determinants so I certain that isn't a part of the approach. What am I missing?

Thanks.
 
Physics news on Phys.org
seanthinks said:
I then attempted to express A as ##\begin{pmatrix} a & b \\ c & d \\ \end{pmatrix}## such that A2= ##\begin{pmatrix} a^2+bc & ab+bd \\ ca+dc & cb + d^2 \\ \end{pmatrix}##=-I, but it this didn't lead me anywhere either.
Where'd you get stuck with this approach? It will work.
 
vela said:
Where'd you get stuck with this approach? It will work.

I got stuck after setting it up as a system of linear equations. I had $$ a^2 + bc = -1 \\ ab + bd = 0 \\ ca + dc = 0 \\ cb + d^2 = -1 $$ which when I solved yielded ##a = -d##, which means ##a^2=d^2##.

Then I get stuck on either ##ab + bd## or ##ca + dc## because that means either ##a, b, c, d## can be zero. But if ##b, c = 0## then that implies ##a^2=-1## which isn't true in ## \mathbb {R} ##.
 
Did you consider the possibility ##a=d=0##?
 
seanthinks said:
I got stuck after setting it up as a system of linear equations. I had $$ a^2 + bc = -1 \\ ab + bd = 0 \\ ca + dc = 0 \\ cb + d^2 = -1 $$ which when I solved yielded ##a = -d##, which means ##a^2=d^2##.

Then I get stuck on either ##ab + bd## or ##ca + dc## because that means either ##a, b, c, d## can be zero. But if ##b, c = 0## then that implies ##a^2=-1## which isn't true in ## \mathbb {R} ##.
If you have ##a=-d##, the second and third equations are satisfied. This leaves you with ##bc=-1-a^2##. You should be able to find three numbers which satisfy the one equation.
 
vela said:
If you have ##a=-d##, the second and third equations are satisfied. This leaves you with ##bc=-1-a^2##. You should be able to find three numbers which satisfy the one equation.
Ohhhh okay, I think the problem I'm having is that when I get there I see the solutions as being either ##b = -1/c## or ##c = -1/b##, neither of which seemed particular illuminating. And the solutions 1 and -1, while obvious seemed like I was just blindly guessing rather than reasoning them out. Why not 6 and -1/6 and so forth. But I see now that any solutions x and -1/x would simply be scalar multiples of 1 and -1.
 
Actually, scratch that last part, the error in my thinking is glaring to me now lol
 
Thanks for your help!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K