Solving the Group O(n) Generator Problem

  • Thread starter Thread starter Norman
  • Start date Start date
  • Tags Tags
    Generator Group
Click For Summary

Homework Help Overview

The discussion revolves around determining the number of generators needed for the group O(n) by analyzing rotation matrices and their properties. The original poster is exploring the structure of antisymmetric matrices and the implications of Hermitian and imaginary conditions on the parameters involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the independence of parameters in antisymmetric matrices and how to count them. There are questions about the nature of complex numbers and their conjugates in this context. The original poster seeks clarification on how to express matrix components for use in commutators.

Discussion Status

Some participants have provided insights into the counting of parameters for antisymmetric matrices and the structure of the commutator. There is ongoing confusion regarding notation and the correct formulation of the commutator, with multiple interpretations being explored.

Contextual Notes

The original poster has indicated a lack of familiarity with group theory, which may be influencing their understanding of the problem. There are also indications of uncertainty regarding the definitions and properties of the matrices involved.

Norman
Messages
895
Reaction score
4
Problem:
a) To determine the number of generators needed for the group O(n) we write a rotation matrix as:
[tex]R=e^{-i\theta J}[/tex]
where [itex]J[/itex] is an n x n matrix, Hermitian and imaginary, and therefore anti-symmetric. The number of indepedent parameters [itex]\theta[/itex] (and hence the number of generators) is the number of independent matrices. This number can be found by counting the number of parameters required to make up any n x n antisymmetric matrix. This is n(n-1)/2- WHY?
b)Show for any n:
[tex][J_{ij},J_{kl}]=\plusminus (\delta_{ij}J_{il}-\delta_{ik}J_{jl}-\delta_{jl}J_{ik}+\delta_{il}J_{ik})[/tex]

where [itex]J_{ij}[/itex] are two index objects with matrix elements:

[tex](J_{ij})_{kl} = -i(\delta_{ik}\delta_{jl} - \delta_{il}\delta_{jk})[/tex]

and
[tex][J_{ij},J_{kl}][/tex]
is the commutator

Ok...
So part a):
I am a little confused. I know that the matrix must be imaginary and hermitian, but I don't think that is enough to prove that only n(n-1)/2 parameters are required to make a n x n antisymmetric matrix. In fact I am not even sure what determines whether the parameters are independent. Is a complex number and its conjugate independent? If not, then I think I understand. But if not I am lost.

part b) No clue.

I have never taken a group theory class and this was thrown into a Quantum Mechanics homework set so I am pretty lost. Any help would really be appreciated.
 
Last edited:
Physics news on Phys.org
No, a complex number, a+ bi, and its conjugate, a- bi, are definitely NOT independent! Especially if we are given that the numbers are all imaginary so it is really bi and -bi. Clearly an imaginary, Hermitian matrix is anti-symmetric. Now, calculate how many "choices" you could make for the values in an anti-symmetric matrix: aij= -aji.

In particular, all the entries on the main diagonal (i= j) must be 0: aii= -aii means aii= 0 so we cannot make any choices for them. There are, of course, exactly n diagonal elements in an n by n matrix, leaving n2-n. If we "choose" anyone of those, say aij then its "opposite", aji is fixed. That is, we can "choose" exactly half of the numbers off the main diagonal (choose all those above the main diagonal for example and all those below are automatically fixed as their negatives). We can "choose" (n2-n)/2= n(n-1)/2 values.

b) The "commutator"is , by definition, given by
[tex][J_{ij},J_{kl}]= J_{ij}J_{kl}-J{kl}J{ij}[/tex]
Since you are told that [tex](J_{ij})_{kl} = -i(\delta_{ik}\delta_{jl} - \delta_{il}\delta_{jk})[/tex], go ahead a put those into that formula and see what you get!
 
HallsofIvy,

First of all, thankyou so much for responding. I am really not comfortable with Group Theory yet and it is a great relief that my intuition about part a) was correct.
For part b) I am a little confused still. I only know the [itex]kl[/itex] components of the matrix. How do I write [itex]J_{ij}[/itex] and [itex]J_{kl}[/itex] in a form in which I can just plug them into the commutator?
Thanks again for the help.
Norm
 
Help... still stuck.
 
Originally posted by Norman
Problem:
a) To determine the number of generators needed for the group O(n) we write a rotation matrix as:
[tex]R=e^{-i\theta J}[/tex]
where [itex]J[/itex] is an n x n matrix, Hermitian and imaginary, and therefore anti-symmetric. The number of indepedent parameters [itex]\theta[/itex] (and hence the number of generators) is the number of independent matrices. This number can be found by counting the number of parameters required to make up any n x n antisymmetric matrix. This is n(n-1)/2- WHY?
b)Show for any n:
[tex][J_{ij},J_{kl}]=i(\delta_{ij}J_{il}-\delta_{ik}J_{jl}-\delta_{jl}J_{ik}+\delta_{il}J_{ik})[/tex]

where [itex]J_{ij}[/itex] are two index objects with matrix elements:

[tex](J_{ij})_{kl} = -i(\delta_{ik}\delta_{jl} - \delta_{il}\delta_{jk})[/tex]


Does anyone think that this should actually be:
[tex][J_{ij},J_{kl}]= -i (\delta_{jk}J_{il}-\delta_{ik}J_{jl}-\delta_{jl}J_{ik}+\delta_{il}J_{ik})[/tex]
??
Any help would really be appreciated.
Thanks.
 
Last edited:


Originally posted by Norman
Does anyone think that this should actually be:
[tex][J_{ij},J_{kl}]= -i (\delta_{jk}J_{il}-\delta_{ik}J_{jl}-\delta_{jl}J_{ik}+\delta_{il}J_{ik})[/tex]
??
Any help would really be appreciated.
Thanks.

That's certainly looks better since it's symetric. I'm not quite following the notation though, so I can't give you a stronger answer.
 


Originally posted by NateTG
That's certainly looks better since it's symetric. I'm not quite following the notation though, so I can't give you a stronger answer.

The way I was told to think about it is that:
[tex](J_{ij})_{kl} = -i(\delta_{ik}\delta_{jl} - \delta_{il}\delta_{jk})[/tex]
is the [itex]kl^{th}[/itex] component of the matrix [itex]J_{ij}[/itex] so all you do is sum over k and l for matrix multiplication. But I have no clue if that is correct or not and if I am understanding this at all. It is very frustrating.
Thanks for the reply.
Cheers,
Norman
 
OK, that makes a little bit more sense.

From group theory we have that
[tex][ab]=b^{-1}a^{-1}ba[/tex]

You may be able to grind it out from there by figuring out what the inverse of [tex]J_{il}[/tex] looks like.
 
Originally posted by NateTG

[tex][ab]=b^{-1}a^{-1}ba[/tex]

is:
[tex][ab]=b^{-1}a^{-1}ba[/tex]
the commutator or just multiplication?
Thanks,
Norman
 
  • #10
[tex][ab][/tex] is shorthand for the commutator of [tex]a[/tex] and [tex]b[/tex]. The RHS of that equation is a general expression for the commutator. If you multiply [tex]ab[/tex] by it, you get [tex]ba[/tex] so it commutes them.
 

Similar threads

Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K