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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
19 replies · 4K views
Messages
665
Reaction score
68

Homework Statement


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

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

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

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

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,

[tex][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}=?[/tex]

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 [tex]\epsilon[/tex] symbol to write [tex](Q\times p)_\alpha[/tex] in terms of components?
 
Well you can easily verify that
[tex](Q\times p)_\alpha = \epsilon_{\alpha\beta\gamma} Q_\beta p_\gamma .[/tex]
It should make things a lot easier.
 
[tex] (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}[/tex]

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

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

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:
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

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

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

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

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

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

What assumptions can I make to proceed from here?
 
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.

[tex]\sum_{i=- \infty}^{\infty} a_i \delta_{ij}=a_j[/tex]

given that the indices of the Q and p in each term don't match that of the delta
 
I'm not sure I follow..I think this 'shorthand' notation is causing me problems. Is this expression correct?

[tex] 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 ) [/tex]
 
OK so in that case we would get

edit:
[tex] <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 /> [/tex]

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:
[tex] \epsilon_{\alpha n j}\epsilon_{\beta mn} = \left | \begin{array}{ccc} \delta_{\alpha\beta} & \delta_{\alpha m} & \delta_{\alpha n} \\ \delta_{n\beta} & \delta_{nm} & \delta_{nn} \\ \delta_{j\beta} & \delta_{jm} & \delta_{jn} \end{array} \right |[/tex]

and similarly,

[tex] \epsilon_{\alpha i m}\epsilon_{\beta mn} = \left | \begin{array}{ccc} \delta_{\alpha\beta} & \delta_{\alpha m} & \delta_{\alpha n} \\ \delta_{i \beta} & \delta_{im} & \delta_{in} \\ \delta_{m \beta} & \delta_{mm} & \delta_{mn} \end{array} \right |[/tex]

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:
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!
 
Great!

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

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