Verifying Commutator Relations for $\vec{J}=\vec{Q}\times \vec{p}$

Click For Summary

Homework Help Overview

The discussion revolves around verifying commutation relations for angular momentum defined as \(\vec{J} = \vec{Q} \times \vec{p}\), with a focus on specific relations involving the commutators of angular momentum and position/momentum operators. Participants are exploring the mathematical framework and properties of the Levi-Civita symbol in this context.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the application of the Jacobi identity and the use of the Levi-Civita symbol to express components of the cross product. There are questions about the correct handling of indices and the implications of the Kronecker delta in their calculations.

Discussion Status

Some participants have provided guidance on expressing the cross product in terms of components, while others are working through the implications of their expressions and the properties of the Levi-Civita symbol. There is a recognition of the complexity involved in the summations and the need for careful index management.

Contextual Notes

Participants are navigating through the constraints of the problem, including the definitions of the commutation relations and the properties of the symbols involved. There is an acknowledgment of the challenges posed by the notation and the need for clarity in the mathematical expressions used.

kreil
Science Advisor
Insights Author
Messages
665
Reaction score
68

Homework Statement


Verify the following commutation relations using \vec J = \vec Q \times \vec p and [Q_{\alpha},p_{\beta}]=i \delta_{\alpha \beta} I

1. [J_{\alpha}, J_{\beta}]=i \epsilon_{\alpha \beta \gamma} J_{\gamma}

2. [J_{\alpha}, p_{\beta}]=i \epsilon_{\alpha \beta \gamma} p_{\gamma}

3. [J_{\alpha}, G_{\beta}]=i \epsilon_{\alpha \beta \gamma} G_{\gamma}

Homework Equations


note epsilon is 1 when alpha beta gamma are in permutable order, -1 when they are not, and 0 if any are equal.

The Attempt at a Solution



Diving right in on the first one,

[J_{\alpha},J_{\beta}]=[(Q \times p)_{\alpha}, (Q \times p)_{\beta}] = (Q \times p)_{\alpha}(Q \times p)_{\beta}-(Q \times p)_{\beta}(Q \times p)_{\alpha}=?

is this the right way to go about this? should i be using the jacobi identity instead?
 
Physics news on Phys.org
That's the right way. Do you know how to use the \epsilon symbol to write (Q\times p)_\alpha in terms of components?
 
fzero said:
That's the right way. Do you know how to use the \epsilon symbol to write (Q\times p)_\alpha in terms of components?

No, I don't.
 
Well you can easily verify that
(Q\times p)_\alpha = \epsilon_{\alpha\beta\gamma} Q_\beta p_\gamma .
It should make things a lot easier.
 
Thanks a lot, that helps enormously. Would this mean that

<br /> (Q\times p)_\beta = \epsilon_{\beta\gamma\alpha} Q_\gamma p_\alpha <br />
 
<br /> (Q \times p)_{\alpha}(Q \times p)_{\beta}-(Q \times p)_{\beta}(Q \times p)_{\alpha}=\epsilon_{\alpha\beta\gamma}Q_{\beta}p_{\gamma}(Q \times p)_{\beta}-(Q \times p)_{\beta}\epsilon_{\alpha\beta\gamma}Q_{\beta}p_{\gamma}<br />

I can see the end of the problem in sight, since I know that

[Q_{\alpha},p_{\beta}]=i \delta_{\alpha\beta}I

I just don't know how to write the beta cross product in terms of components..which indices can I reuse from cross product alpha?
 
Last edited:
I'm still having trouble with this. Can anyone help?
 
You're overusing the index β. It might be easier to keep track if you use regular letters for the indices you're summing over, so

\begin{align*}<br /> (Q \times P)_\alpha &amp;= \epsilon_{\alpha i j}Q_i p_j \\<br /> (Q \times P)_\beta &amp;= \epsilon_{\beta m n}Q_m p_n \\<br /> (Q \times P)_\alpha(Q \times P)_\beta &amp;= \epsilon_{\alpha i j}Q_i p_j\epsilon_{\beta m n}Q_m p_n<br /> \end{align*}

It may be a bit less tedious if you keep everything in the commutator, e.g.,

[\epsilon_{\alpha i j}Q_i p_j, \epsilon_{\beta m n}Q_m p_n]

and use the properties of commutators you should hopefully be familiar with.
 
After applying the identities

[A,BC] = [A,B]C + B[A,C]

[AB,C] = A[B,C] + [A,C]B

I arrived at the following expression

i\epsilon_{\alpha i j}\epsilon_{\beta nm} \hat 1 \left ( Q_mp_j\delta_{in}-Q_ip_n \delta_{jm} \right )

What assumptions can I make to proceed from here?
 
  • #10
  • #11
vela said:
You need to use the delta functions to evaluate some of the summations.

This is what is giving me trouble. I've read and reread the levi-civita WiKi page for a while now (since my book did an awful job of defining the symbol).

So assuming I am summing over all i,j,m,n in the above expression, how do I apply the sifting property of the delta, i.e.

\sum_{i=- \infty}^{\infty} a_i \delta_{ij}=a_j

given that the indices of the Q and p in each term don't match that of the delta
 
  • #12
For the initial summations, only the indices on the Levi-Civita symbols will change.
 
  • #13
I'm not sure I follow..I think this 'shorthand' notation is causing me problems. Is this expression correct?

<br /> i\sum_i \sum_j \sum_m \sum_n \epsilon_{\alpha i j}\epsilon_{\beta mn} \hat 1 \left ( Q_mp_j\delta_{in}-Q_ip_n \delta_{jm} \right ) <br />
 
  • #14
Yes.
 
  • #15
No, you can only sum over either i or n for the first term and only over either j or m for the second term because the respective Kronecker deltas only multiply one term.
 
  • #16
OK so in that case we would get

edit:
<br /> <br /> i\sum_j\sum_m \sum_n \epsilon_{\alpha n j}\epsilon_{\beta mn} Q_mp_j - i\sum_i\sum_m \sum_n \epsilon_{\alpha im}\epsilon_{\beta mn} Q_ip_n<br /> <br />

where i summed the i's in the first term and the j's in the second. I have no clue what to do next..
 
Last edited:
  • #17
That's better. Now refer to the Wiki page to see how to deal with the Levi-Civita symbols by turning them into combinations of Kronecker deltas.
 
  • #18
<br /> \epsilon_{\alpha n j}\epsilon_{\beta mn} = \left | \begin{array}{ccc} \delta_{\alpha\beta} &amp; \delta_{\alpha m} &amp; \delta_{\alpha n} \\ \delta_{n\beta} &amp; \delta_{nm} &amp; \delta_{nn} \\ \delta_{j\beta} &amp; \delta_{jm} &amp; \delta_{jn} \end{array} \right |<br />

and similarly,

<br /> \epsilon_{\alpha i m}\epsilon_{\beta mn} = \left | \begin{array}{ccc} \delta_{\alpha\beta} &amp; \delta_{\alpha m} &amp; \delta_{\alpha n} \\ \delta_{i \beta} &amp; \delta_{im} &amp; \delta_{in} \\ \delta_{m \beta} &amp; \delta_{mm} &amp; \delta_{mn} \end{array} \right |<br />

I left the determinants in matrix form for simplicity (there are now 12 total terms)

do i now go through term by term and compute the i and j sums?
 
Last edited:
  • #19
Thank you so much for your patience! I got the right answer for (a) after exhaustively evaluating all the sums, and then (b) and (c) were quite easy. I understand this much better now!
 
  • #20
Great!

Just wanted to point out that because the Levi-Civita symbols have an index in common, you can write, for example,

\epsilon_{\alpha nj}\epsilon_{\beta mn} = -\epsilon_{\alpha jn}\epsilon_{\beta mn} = -(\delta_{\alpha \beta}\delta_{jm} - \delta_{\alpha m}\delta_{\beta j})
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
Replies
8
Views
2K
Replies
0
Views
2K
Replies
5
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
5K