Linear Algebra - Determinant Properties

Click For Summary

Homework Help Overview

The discussion revolves around properties of determinants in the context of linear algebra, specifically focusing on finding a 2x2 real matrix A such that A^2 = -I and proving that no real 3x3 matrix A can satisfy A^2 = -I.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the application of determinant properties to the problem, questioning whether the identity matrix can serve as an example for A.
  • Some participants express confusion regarding the requirements of the problem and whether their reasoning aligns with the questions posed.
  • There is a discussion about the geometric interpretation of the matrices involved and the concept of square roots of matrices.
  • One participant suggests using trial and error to find a suitable example for A, while others inquire about potential formulas or methods to derive such matrices systematically.
  • Participants also discuss the implications of determinant properties in relation to the existence of matrices that satisfy the given conditions.

Discussion Status

The discussion is ongoing, with participants providing feedback on each other's attempts. Some have offered guidance on geometric interpretations and properties of linear transformations, while others are still clarifying their understanding of the problem requirements. There is no explicit consensus yet, as participants continue to explore different approaches and interpretations.

Contextual Notes

Some participants note the potential constraints of the problem, such as the requirement for real matrices and the implications of determinant properties on the existence of solutions. There is also mention of the need for participants to show their attempts when seeking further help on related questions.

lubricarret
Messages
34
Reaction score
0

Homework Statement



1. Give an example of a 2x2 real matrix A such that A^2 = -I
2. Prove that there is no real 3x3 matrix A with A^2 = -I

Homework Equations



I think these equations would apply here?
det(A^x) = (detA)^x
det(kA) = (k^n)detA (A being an nxn matrix)
det(I) = 1

The Attempt at a Solution



1.
Would I use above equations with this question? This is what I did so far; I don't know if I'm off in answering this question...
I wrote:
It is a 2x2 matrix, so n = 2
det(A^2) = det(-I)
(detA)^2 = (-1^2)detI
(detA)^2 = detI (and detI = 1)

Therefore, detA * detA must = 1; so could I use the identity matrix itself as a matrix example for A:
A =
[1 0
0 1]
Then, detA * detA = 1 = detI
Does this make sense? Or am I not allowed to use the identity matrix here?

2.
I wrote:
It is a 3x3 matrix, so n = 3
det(A^2) = det(-I)
(detA)^2 = (-1^3)detI
(detA)^2 = -(detI )
(detA)^2 = -1

Then, can I just say that since (detA)^2 is always positive since it is squared... therefore, (detA)^2 can never equal -1, and there is no real 3x3 matrix A with A^2 = -I


Thanks a lot for the help!
 
Physics news on Phys.org
Your solutions look great to me! :smile:
 
I hate to disagree with gabbagabbahey, but you haven't answered the questions at all!

lubricarret said:

Homework Statement



1. Give an example of a 2x2 real matrix A such that A^2 = -I
2. Prove that there is no real 3x3 matrix A with A^2 = -I

Homework Equations



I think these equations would apply here?
det(A^x) = (detA)^x
det(kA) = (k^n)detA (A being an nxn matrix)
det(I) = 1

The Attempt at a Solution



1.
Would I use above equations with this question? This is what I did so far; I don't know if I'm off in answering this question...
I wrote:
It is a 2x2 matrix, so n = 2
det(A^2) = det(-I)
(detA)^2 = (-1^2)detI
(detA)^2 = detI (and detI = 1)

Therefore, detA * detA must = 1; so could I use the identity matrix itself as a matrix example for A:
A =
[1 0
0 1]
Then, detA * detA = 1 = detI
Does this make sense? Or am I not allowed to use the identity matrix here?
Have you forgotten what the question asked? You were asked to find A such that A2= -I. The example you give has A2= I, not -I.

2.
I wrote:
It is a 3x3 matrix, so n = 3
det(A^2) = det(-I)
(detA)^2 = (-1^3)detI
(detA)^2 = -(detI )
(detA)^2 = -1

Then, can I just say that since (detA)^2 is always positive since it is squared... therefore, (detA)^2 can never equal -1, and there is no real 3x3 matrix A with A^2 = -I
Yes, this part is correct.


Thanks a lot for the help!
 
Sorry, I had a small brain fart there :redface:...As Halls said, you are looking for an example of a matrix such that A^2=-I.
 
Yeah, thanks! Oops!

Well, since I am looking for an example of a matrix A where A^2 = -I, I could use the example A =
[0 -1
1 0]
Since this squared = -I

But, I found this using trial and error. Is there any other way to answer this question...? It seems the question is too easy if it's just asking for an answer... is there some sort of formula or something I can use here?

Thanks again.
 
lubricarret said:
Yeah, thanks! Oops!

Well, since I am looking for an example of a matrix A where A^2 = -I, I could use the example A =
[0 -1
1 0]
Since this squared = -I

But, I found this using trial and error. Is there any other way to answer this question...? It seems the question is too easy if it's just asking for an answer... is there some sort of formula or something I can use here?

Thanks again.

You could think geometrically. The linear operator -I represents rotation by 180 degrees in the plane. The square root of that just might be rotation by 90 degrees, right? What's the matrix for that?
 
Okay, so I could use properties from linear transformations and say:
[0 -1
-1 0]
= -I, which equals:
[cos180 -sin180
sin180 cos180]

Then, since A^2 =
[cos180 -sin180
sin180 cos180]

I need the square root of this, which is:
[cos90 -sin90
sin90 cos90]

So then A =
[0 -1
1 0]

This may sound like a stupid question, but how do I take the square root of
[cos180 -sin180
sin180 cos180]
to obtain:
[cos90 -sin90
sin90 cos90]

How do you take the square root of sin180, cos180 etc... Sorry I haven't done math before linear algebra in 4 years... I can't remember this stuff.

Thanks!
 
A^2(x)=A(A(x)). It just means, 'do A twice'. If you rotate by 90 twice, you get a rotation by 180. That's why I said think geometrically. Of course, you could also rotate by -90. There are two 'square roots'.
 
Ok got it. Thanks for the help!
 
  • #10
Or write A= \left[\begin{array}{cc}a & b \\ c & d\end{array}\right] so that A^2= \left[\begin{array}{cc}a^2+ bc & ab+ bd \\ ac+ cd & bc+ d^2\end{array}\right]= \left[\begin{array}{cc}-1 & 0 \\ 0 & -1\end{array}\right]

So we have a^2+ bc= -1, ab+ bd= 0, ac+ cd= 0, bc+ d^2= -1, four equations to solve for a, b, c, and d.
 
  • #11
Please help me with these:
1) Prove that: nxn real matrix A is a root of f(X)= a[n].X^n+...+a[0].I, where a[n],...,a[0] are coefficients of the polynomial P(t)= det [A-t.I]
2) Let 5x5 real matrix A be satisfied: A^2008 = 0. Prove that: A^5=0.
Thanks.
 
  • #12
universedrill said:
Please help me with these:
1) Prove that: nxn real matrix A is a root of f(X)= a[n].X^n+...+a[0].I, where a[n],...,a[0] are coefficients of the polynomial P(t)= det [A-t.I]
2) Let 5x5 real matrix A be satisfied: A^2008 = 0. Prove that: A^5=0.
Thanks.

Please start a new thread for your question and show an attempt. We don't know how much help you need and in which areas if you don't show us what you've tried or explain where you are having issues with the problem.
 

Similar threads

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