Thread Closed

Show the product of two Orthogonal Matrices of same size is Orthogonal

 
Share Thread Thread Tools
Jul4-08, 12:15 AM   #1
 
Recognitions:
Gold Membership Gold Member

Show the product of two Orthogonal Matrices of same size is Orthogonal


1. The problem statement, all variables and given/known data
Show that the product of two Orthogonal Matrices of same size is an Orthogonal matrix.

I am a little lost as to how to start this one.

If A is some nxn orthogonal matrix, than [itex]AA^T=A^TA=I[/itex] where I is the nxn identity matrix.

So now what? Let's take A and B to be nxn orthogonal matrices.

Can I get a push in the right direction
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jul4-08, 12:34 AM   #2
 
Recognitions:
Gold Membership Gold Member
So if b_ij is an entry from B and a_ij is an entry from A, then an entry from the product C=BA is given by

[tex]c_{ij}=\sum_{k=1}^nb_{ik}a_{kj},[/tex]

Now, how I do I work in the details of the definitions of orthogonal matrices?? Or is this a bad approach?
Jul4-08, 12:45 AM   #3
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
The way this is proved in a textbook of mine is using the definition that a linear transformation T from R^n to R^n is called orthogonal if it preserves the length of vectors, and then showing that the product AB preserves length.
Jul4-08, 12:55 AM   #4
 
Recognitions:
Gold Membership Gold Member

Show the product of two Orthogonal Matrices of same size is Orthogonal


Ouch. Yeah, I have not run into any of those terms yet in this book. I have to assume that it wants us to use the definition of orthogonality that I gave.... and then some properties of products and sums or something. Thanks though Nick! The book you're using sounds like it uses more of a 'physical' approach. I think I would like that better!
Jul4-08, 01:36 AM   #5
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Well, what does it mean for the matrix AB to be orthogonal?
Jul4-08, 03:52 AM   #6
 
the solution to this is pretty simple
focus on the definition you provided

"If A is some nxn orthogonal matrix, than Click to see the LaTeX code for this image where I is the nxn identity matrix."

now if you look at the question it tells you to show that AB is also orthogonal
now apply the definition to show that

(AB) transpose multiplied by AB = AB multiplied by (AB) transpose = Identity matrix

the trick to this problem is to note what (AB) transpose is. you have to be careful here, and it should work out in a single line.
Jul4-08, 04:37 AM   #7
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Have you already proved that, for any square matrices, of the same size, (AB)T= BTAT?
Jul4-08, 04:46 AM   #8
 
Alternatively, you could use determinants.

I actually prefer the determinant proof since it emphasizes the fact that orthogonal matrices don't scale volumes, they just rotate and flip.
Jul4-08, 04:49 AM   #9
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by maze View Post
Alternatively, you could use determinants.

I actually prefer the determinant proof since it emphasizes the fact that orthogonal matrices don't scale volumes, they just rotate and flip.
There are two mistakes here: something that just preserves volume is in SL, not SO, and orthogonal matrices 'do flip', as a refection is an orthogonal matrix.
Jul4-08, 04:57 AM   #10
 
Quote by matt grime View Post
There are two mistakes here: something that just preserves volume is in SL, not SO, and orthogonal matrices 'do flip', as a refection is an orthogonal matrix.
SL has determinant +1 (no -1) and cannot flip, so that does not apply... SL is too small to encoumpass all volume preserving transformations.

If you take the measure of a set before and after a flip, you will find they are the same. There is no mistake.
Jul4-08, 06:37 AM   #11
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
The point, maze, was that you can't prove it by appeal to determinant. (My mistake about the flip part, I misread what you wrote).

SL is precisely the group that preserves (signed) volumes.

O(n) is the set of *distance* preserving matrices, it is not characterised by its effect on volumes.
Jul4-08, 07:39 AM   #12
 
I really didn't want to give out the proof, as this is the homework section, but at this point theres no other way to explain it.

Orthogonal matrices are precisely those that have determinant +/-1. The determinant of the product is the product of the determinants. 1 and minus 1 are closed under multiplication. Therefore the product of orthogonal matrices is an orthogonal matrix.
Jul4-08, 07:44 AM   #13
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Sorry, maze, but you appear to have your definitions confused. There are non-orthogonal matrices with determinant plus or minus 1. E.g. diag(2,1/2) has determinant 1 and is not in O(2), they preserve length not volume (ignoring signs).

O(n) is the set of matrices {X in M(n) : XX^t = Id }, they certainly have determinant plus or minus 1, but that does not uniquely characterise them.
Jul4-08, 08:02 AM   #14
 
Err, hmm. I'd like to call something like diag(2,1/2) orthogonal, as the columns are orthogonal, but I suppose that wouldn't work under the AA'=I definition. I'd feel more comfortable calling AA'=I matrices orthonormal instead, but apparently this isn't the convention.

But even so, the determinant proof still wouldn't work in light of things like [tex]\left(\begin{matrix}1 & \sqrt{2} \\ 0 & 1\end{matrix}\right)[/tex]. Very well, disregard the determinant idea.
Jul4-08, 08:44 AM   #15
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by maze View Post
Err, hmm. I'd like to call something like diag(2,1/2) orthogonal, as the columns are orthogonal
If you're going to give homework advice, then it's best to find out what the objects in question are, rather than what you'd like them to be.

Moreover, something like diag(2,2) would be "maze-orthogonal", and that has determinant 4.
Jul4-08, 10:53 AM   #16
 
Recognitions:
Gold Membership Gold Member
Quote by b0it0i View Post
the solution to this is pretty simple
focus on the definition you provided

"If A is some nxn orthogonal matrix, than Click to see the LaTeX code for this image where I is the nxn identity matrix."

now if you look at the question it tells you to show that AB is also orthogonal
now apply the definition to show that

(AB) transpose multiplied by AB = AB multiplied by (AB) transpose = Identity matrix


the trick to this problem is to note what (AB) transpose is. you have to be careful here, and it should work out in a single line.
This is what I am thinking about. I think I am heading in the right direction. Thanks!

Quote by HallsofIvy View Post
Have you already proved that, for any square matrices, of the same size, (AB)T= BTAT?
I have not worked it out, I have only seen that it is the case in a short list of rules about sums and products of transposes. Maybe I should work it out? Is that what you're implying? Or should I just employ it here? For some reason I had this rule in mind as I was falling asleep last night, but I couldn't figure out how to use it. (I must be losing my mind)

Alright, thanks guys! I'll work on this and post more when I have more
Jul4-08, 11:32 AM   #17
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Salad, what is the definition of orthogonal again? If A and B are orthogonal, you want to show AB satisfies the same criterion, which you wrote above. Namely that

(AB)(AB)^t = Id

Surely it you can see how knowing what (AB)^t is is going to be useful?
Thread Closed
Thread Tools


Similar Threads for: Show the product of two Orthogonal Matrices of same size is Orthogonal
Thread Forum Replies
orthogonal matrices Linear & Abstract Algebra 7
Symmetric matrices and orthogonal projections Calculus & Beyond Homework 1
Orthogonal Matrices Calculus & Beyond Homework 3
Orthogonal matrices are compact Linear & Abstract Algebra 2
Pauli Matrices and orthogonal projections Quantum Physics 5