Commutation relations for angular momentum operator

Click For Summary

Discussion Overview

The discussion revolves around the commutation relations for angular momentum operators, specifically the expression ##[J_{i},J_{j}]=i\epsilon_{ijk}J_{k}##. Participants are examining the mathematical derivation and potential errors in the proof involving the angular momentum operators defined as ##\vec{J} = \vec{x} \times \vec{p} = \vec{x} \times (-i\vec{\nabla})##. The scope includes technical reasoning and mathematical manipulation related to quantum mechanics.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant attempts to prove the commutation relations but suspects an error in their proof, particularly in the manipulation of the Levi-Civita symbol.
  • Another participant suggests that the original poster may have overlooked the effect of the operator on an arbitrary wavefunction, which could lead to incorrect conclusions.
  • A later reply includes a revised calculation with the wavefunction explicitly included, aiming to clarify the steps and identify mistakes in the previous derivation.
  • Some participants propose simplifying the problem by focusing on specific components of the angular momentum operators, while others express a desire to practice more complex tensor manipulations.
  • There are suggestions to check specific terms in the calculations for potential errors, particularly regarding the use of the Kronecker delta and the properties of the operators involved.
  • One participant introduces an alternative approach using the Poisson bracket to derive the commutation relations, providing a different perspective on the problem.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correctness of the original proof or the specific errors involved. Multiple competing views and approaches to the problem are presented, indicating that the discussion remains unresolved.

Contextual Notes

Participants highlight potential limitations in the original proof, including assumptions about the operators acting on wavefunctions and the need for careful manipulation of symbols. The discussion reflects a variety of mathematical techniques and interpretations without settling on a definitive resolution.

spaghetti3451
Messages
1,311
Reaction score
31
I would like to prove that the angular momentum operators ##\vec{J} = \vec{x} \times \vec{p} = \vec{x} \times (-i\vec{\nabla})## can be used to obtain the commutation relations ##[J_{i},J_{j}]=i\epsilon_{ijk}J_{k}##.

Something's gone wrong with my proof below. Can you point out the mistake?

##[J_{i},J_{j}]##
##=J_{i}J_{j}-J_{j}J_{i}##
##=(-i\epsilon_{ikl}x_{k}\nabla_{l})(-i\epsilon_{jmn}x_{m}\nabla_{n})-(-i\epsilon_{jmn}x_{m}\nabla_{n})(-i\epsilon_{ikl}x_{k}\nabla_{l})##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}\nabla_{l}(x_{m}\nabla_{n})-x_{m}\nabla_{n}(x_{k}\nabla_{l})##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}\nabla_{n}+x_{k}\nabla_{n}\nabla_{l}x_{m}-x_{m}x_{k}\nabla_{n}\nabla_{l}-x_{m}\nabla_{l}\nabla_{n}x_{k}]##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}\nabla_{n}+x_{k}\nabla_{n}\delta_{lm}-x_{m}x_{k}\nabla_{n}\nabla_{l}-x_{m}\nabla_{l}\delta_{nk}]##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}\nabla_{n}+0-x_{m}x_{k}\nabla_{n}\nabla_{l}-0]##
##=0##
 
Physics news on Phys.org
I have not reviewed my old lecture on the use of the Levi-Civita symbol so I can't tell, at least for now, whether or not you made a mistake in that symbol related operation, but I can tell that in the transition from
failexam said:
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}\nabla_{n}+x_{k}\nabla_{n}\nabla_{l}x_{m}-x_{m}x_{k}\nabla_{n}\nabla_{l}-x_{m}\nabla_{l}\nabla_{n}x_{k}]##
to
failexam said:
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}\nabla_{n}+x_{k}\nabla_{n}\delta_{lm}-x_{m}x_{k}\nabla_{n}\nabla_{l}-x_{m}\nabla_{l}\delta_{nk}]##
You forgot that this operator will act on an arbitrary wavefunction. Therefore you have to pretend that the derivatives will also act on the product between ##x_l## and this dummy wavefunction.
 
Let me post my calculation with the wavefunction plugged in explicitly.

##[J_{i},J_{j}] \psi##
##=J_{i}J_{j}\psi-J_{j}J_{i}\psi##
##=(-i\epsilon_{ikl}x_{k}\nabla_{l})(-i\epsilon_{jmn}x_{m}\nabla_{n})\psi-(-i\epsilon_{jmn}x_{m}\nabla_{n})(-i\epsilon_{ikl}x_{k}\nabla_{l})\psi##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}\nabla_{l}(x_{m}\nabla_{n}\psi)-x_{m}\nabla_{n}(x_{k}\nabla_{l}\psi)##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}(\nabla_{n}\psi)+x_{k}(\nabla_{n}\psi)\nabla_{l}x_{m}-x_{m}x_{k}\nabla_{n}(\nabla_{l}\psi)-x_{m}(\nabla_{l}\psi)\nabla_{n}x_{k}]##
##=-\epsilon_{ikl}\epsilon_{jmn}[x_{k}x_{m}\nabla_{l}(\nabla_{n}\psi)+x_{k}(\nabla_{n}\psi)\delta_{lm}-x_{m}x_{k}\nabla_{n}(\nabla_{l}\psi)-x_{m}(\nabla_{l}\psi)\delta_{nk}]##
##=-\epsilon_{ikm}\epsilon_{jmn}x_{k}(\nabla_{n}\psi)+\epsilon_{inl}\epsilon_{jmn}x_{m}(\nabla_{l}\psi)##
##=-\epsilon_{mik}\epsilon_{mnj}x_{k}(\nabla_{n}\psi)+\epsilon_{nli}\epsilon_{njm}x_{m}(\nabla_{l}\psi)##
##=-(\delta_{in}\delta_{kj}-\delta_{ij}\delta_{kn})x_{k}(\nabla_{n}\psi)+(\delta_{lj}\delta_{im}-\delta_{lm}\delta_{ij})x_{m}(\nabla_{l}\psi)##
##=-x_{i}(\nabla_{j}\psi)+x_{k}(\nabla_{k}\psi)+x_{i}(\nabla_{j}\psi)-x_{k}(\nabla_{k}\psi)##
##=0##

Where's the mistake now?
 
I would simply do it explicitly for ##J_1## and ##J_2## and use symmetry of the cross product. Yes, you should be able to crank it out using the L-C and delta symbols, but somehow it always seems to go wrong!
 
I know I can do it in your way, but I am trying to practice my Levi-Civita and tensor manipulations, hence I would like to do it in the hard way.
 
failexam said:
I know I can do it in your way, but I am trying to practice my Levi-Civita and tensor manipulations, hence I would like to do it in the hard way.

Expand it out fully (for ##J_1## and ##J_2##, say) and check each line of the symbolic solution to each line of the specific solution to find where you've gone wrong.

I would get rid of the ##-i## as well. You can always put that back in at the end.
 
failexam said:
##=-(\delta_{in}\delta_{kj}-\delta_{ij}\delta_{kn})x_{k}(\nabla_{n}\psi)+(\delta_{lj}\delta_{im}-\delta_{lm}\delta_{ij})x_{m}(\nabla_{l}\psi)##
##=-x_{i}(\nabla_{j}\psi)+x_{k}(\nabla_{k}\psi)+x_{i}(\nabla_{j}\psi)-x_{k}(\nabla_{k}\psi)##
In the upper line ##\delta_{ij} = 0## if ##i \neq j##, and also check again the first term in the second line, you made a mistake there.
 
failexam said:
I know I can do it in your way, but I am trying to practice my Levi-Civita and tensor manipulations, hence I would like to do it in the hard way.

<br /> [J_{i}, J_{m}] = \epsilon_{ijk} \ \epsilon_{mnr}[x_{j} \ p_{k}, x_{n} \ p_{r}] .<br />
To avoid confusion, always use the identity
<br /> [AB,C] = A[B,C] + [A,C]B<br />
Applying this to the bracket on the RHS together with the fundamental commutation relations,
<br /> [x_{i},x_{j}] = [p_{i},p_{j}] = 0, \ \ \ [x_{i},p_{j}] = i \delta_{ij} ,<br />
you get
<br /> [x_{j} \ p_{k},x_{n} \ p_{r}] = -i \delta_{nk} \ x_{j} \ p_{r} + i \delta_{jr} \ x_{n} \ p_{k} .<br />
Thus
<br /> \begin{align*}<br /> [J_{i},J_{m}] &amp;= i\epsilon_{ijk} \ \epsilon_{mrk} \ x_{j} p_{r} - i \epsilon_{ikj} \ \epsilon_{mnj} \ x_{n} p_{k} \\<br /> &amp;= ix_{j} p_{r} \left( \delta_{im} \delta_{jr} - \delta_{ir} \delta_{jm} \right) - ix_{n} p_{k} \left( \delta_{im} \delta_{kn} - \delta_{in} \delta_{km} \right) \\<br /> &amp;= i\left( x_{r} \ p_{r} \ \delta_{im} -x_{m} \ p_{i} \right) - i \left( x_{k} \ p_{k} \ \delta_{im} - x_{i} \ p_{m} \right) \\<br /> &amp;= i \left( x_{i} \ p_{m}-x_{m} \ p_{i} \right) \\<br /> &amp;=i \ \epsilon_{imn} \ J_{n} .<br /> \end{align*}<br />
You can also use the Poisson Bracket
<br /> \big\{ J_{i},J_{m} \big\} = \frac{\partial J_{i}}{\partial x_{l}} \frac{\partial J_{m}}{\partial p_{l}} - \frac{\partial J_{m}}{\partial x_{l}}\frac{\partial J_{i}}{\partial p_{l}} .<br />
Using
\frac{\partial J_{i}}{\partial x_{l}} = \epsilon_{ilk}p_{k} , \ \ \frac{\partial J_{i}}{\partial p_{l}} = \epsilon_{ijl}x_{j} ,<br />
you get
<br /> \begin{align*}<br /> \big\{ J_{i},J_{m} \big\} &amp;= \left( \epsilon_{mnl} \epsilon_{ikl} - \epsilon_{inl} \epsilon_{mkl} \right) x_{k} \ p_{n} \\<br /> &amp;= x_{i} \ p_{m} -x_{m} \ p_{i} \\<br /> &amp;= \epsilon_{imn} \ J_{n} .<br /> \end{align*}<br />
 
  • Like
Likes   Reactions: PeroK

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 31 ·
2
Replies
31
Views
5K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K