Give a 2x2 matrix with Det(A)=+/-1 that is not orthogonal.

I mean, you can certainly interpret it that way, but then the conclusion is always false, i.e. there are no matrices that satisfy that condition.Basically, the \pm is saying that the determinant can be either 1 or -1, not both at the same time.
  • #1
pyroknife
613
3
I attached the problem.
I only need help with part b), I provided part a) just to remind you guys what a orthogonal matrix was.

The only 2x2 matrix I can think of with a determinant of + or - 1 is something like

√1 0
0 1

The determinant of this would be √1 = + or - 1

The second part asks me to show that this matrix is not orthogonal thus A^-1≠A^T

A^T=
√1 0
0 1


To calculate A^-1 I set up the 2x2 matrix with the identify matrix on the right and reduce so the left becomes the I matrix.
√1 0 1 0
0 1 0 1


1 0 1/√1 0
0 1 0 1


But when I do this I get A^-1 =
1/√1 0
0 1


Is this still considered = to A^T =
√1 0
0 1
?
 

Attachments

  • Untitled.png
    Untitled.png
    8.7 KB · Views: 801
Physics news on Phys.org
  • #2
√1 is 1. Try thinking of matrices with nonzero off-diagonal elements.
 
  • #3
A 2x2 orthogonal matrix must satisfy:
[tex]
\left(\begin{array}{cc}
a & b \\

c & d
\end{array} \right) \cdot \left(\begin{array}{cc}
a & c \\

b & d
\end{array}\right) = \left(\begin{array}{cc}
a^2 + b^2 & a \, c + b \, d \\

a \, c + b \, d & c^2 + d^2
\end{array}\right) = \left(\begin{array}{cc}
1 & 0 \\

0 & 1
\end{array}\right)
[/tex]
You can simply make it non-orthogonal if you make the off-diagonal element to be non-zero, for example:
[tex]
a \, c + b \, d = 1
[/tex]
Now, the determinant is:
[tex]
a \, d - b \, c = \pm1
[/tex]
Solve these two equations for a, and b, for example, and you will get a two-parameter family of matrices that are non-orthogonal, but with determinant ±1.
 
  • #4
You can write down a lot of simple examples without thinking half that hard.
 
Last edited:
  • #5
I'm not sure if I misinterpreted this problem when it says Det(A)=±1, does that mean the + and - have to be both satisfied?

or can I have a matrix that's simply
2 1
1 1
 
  • #6
Dick said:
You can write down a lot of simple examples without thinking half that hard.

yes, you and I can. Please unquote the solution.
 
  • #7
pyroknife said:
can I have a matrix that's simply
2 1
1 1

yes.
 
  • #8
Oh will, I guess I was thinking too hard. Usually when they give ±, I assume that both conditions have to be met.

Can someone verify if I proved part a right? I'm second guessing myself.

Det(A^-1)=Det(A^t)
Since Det(A^t)=Det(A)
Det(A)=Det(A^-1)
Det(A^-1)=1/Det(A)
Thus
Det(A)=1/Det(A)
(Det(A))^2=1
Det(A)=±1
 
  • #9
pyroknife said:
Oh will, I guess I was thinking too hard. Usually when they give ±, I assume that both conditions have to be met.

Can someone verify if I proved part a right? I'm second guessing myself.

Det(A^-1)=Det(A^t)
Since Det(A^t)=Det(A)
Det(A)=Det(A^-1)
Det(A^-1)=1/Det(A)
Thus
Det(A)=1/Det(A)
(Det(A))^2=1
Det(A)=±1

yes, it is correct.
 
  • #10
pyroknife said:
Oh will, I guess I was thinking too hard. Usually when they give ±, I assume that both conditions have to be met.

The [itex]\pm[/itex] operator is called plus or minus, not plus and minus :tongue:
 
  • #11
and imposing the conditions
[tex]
x = 1 \wedge x = -1
[/tex]
leads to a contradiction
[tex]
1 = -1
[/tex]
so, that interpretation doesn't make sense.
 

1. What is a 2x2 matrix?

A 2x2 matrix is a rectangular array of numbers or variables arranged in two rows and two columns.

2. What does Det(A) represent?

Det(A) represents the determinant of matrix A, which is a numerical value calculated from the elements of the matrix.

3. How can a 2x2 matrix have a determinant of +/-1?

A 2x2 matrix can have a determinant of +/-1 if it is a special type of matrix known as a rotation matrix. These matrices are used to represent rotations in geometry and have a determinant of either +1 or -1.

4. What does it mean for a matrix to be orthogonal?

A matrix is orthogonal if its columns and rows are all perpendicular to each other. This means that the dot product of any two columns or rows is equal to 0.

5. Can a 2x2 matrix with Det(A)=+/-1 be non-orthogonal?

Yes, a 2x2 matrix with Det(A)=+/-1 can be non-orthogonal. As mentioned before, the determinant of a matrix only represents its special type, not its orthogonality. A rotation matrix with Det(A)=+/-1 is an example of a non-orthogonal matrix with a determinant of +/-1.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
724
  • Precalculus Mathematics Homework Help
Replies
32
Views
838
  • Precalculus Mathematics Homework Help
2
Replies
57
Views
3K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Differential Equations
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
88
  • Precalculus Mathematics Homework Help
Replies
13
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
746
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
  • Introductory Physics Homework Help
Replies
4
Views
543
Back
Top