MHB Is the Cross Product of Orbital Angular Momentum Always Zero?

Click For Summary
The discussion revolves around the quantum mechanics concept of orbital angular momentum and the non-zero nature of its cross product. It clarifies that the cross product of orbital angular momentum, represented as L x L, equals iL due to the non-commutative properties of its components. The participants explain that this result stems from the fundamental commutation relations between the angular momentum components. Additionally, they note that in classical limits, where \hbar approaches zero, the expression would indeed yield zero, highlighting the quantum nature of the operators involved. The conversation emphasizes the importance of understanding these relationships in quantum mechanics.
ognik
Messages
626
Reaction score
2
Hi - from orbital angular momentum components, $[L_x, L_y] = iL_z$

My book claims 'Hence, $ \vec{L} \times \vec{L} = i\vec{L} $' I'm keen to know how they get that, an also why that cross products isn't = 0, like $A \times A$ would be ?
 
Physics news on Phys.org
ognik said:
Hi - from orbital angular momentum components, $[L_x, L_y] = iL_z$

My book claims 'Hence, $ \vec{L} \times \vec{L} = i\vec{L} $' I'm keen to know how they get that, an also why that cross products isn't = 0, like $A \times A$ would be ?
This is a Quantum Mechanics problem and the reason that L x L isn't 0 is due to the fact that the components of L are not commutative: [math]L_i ~ L_j \neq L_j ~ L_i [/math].

You need two more relations to do this problem. In total we have
[math] [ L_x, ~ L_y ] = i L_z[/math]

[math] [ L_y, ~ L_z ] = i L_x[/math]

[math] [ L_z, ~ L_x ] = i L_y[/math]

(This is more compactly stated as [math] [ L_i, ~ L_j ] = i \epsilon _{ijk} L_k[/math]. (The "i" in the coefficient is the usual complex number, whereas [math]i,~j,~k = x,~y~,z [/math] respectively otherwise.)

So.
[math]L \times L = \left | \begin{matrix} \hat{x} & \hat{y} & \hat{z} \\ L_x & L_y & L_z \\ L_x & L_y & L_z \end{matrix} \right | [/math]

[math]= \hat{x} \left ( L_y ~ L_z - L_z ~ L_y \right ) + \hat{y} \left ( L_z ~ L_x - L_x ~ L_z \right ) + \hat{z} \left ( L_x ~ L_y - L_y ~ L_x \right )[/math]

[math]= \hat{x} ~ [ L_y, ~ L_z ] + \hat{y} ~ [ L_z, ~ L_x ] + \hat{z} ~ [ L_x, ~ L_y ] [/math]

[math]= \hat{x} i L_x + \hat{y} i L_y + \hat{z} i L_z = i L[/math]

-Dan

Addendum: I should mention that if you look at L x L = i L you will notice that the units don't match up. This is because many Physicists have an annoying habit of setting [math]\hbar = 1[/math]. (I don't mind the other convention: c = 1.) The rule of thumb is that any quantity that contains an [math]\hbar[/math] is a purely Quantum property/operator and thus vanishes in the Classical limit. In this case we should have [math]L \times L = i \hbar L[/math]. This equation contains an [math]\hbar[/math] so in the Classical limit [math]\lim_{\hbar \to 0} L \times L = 0[/math], which it should. By setting [math]\hbar = 1[/math] we would not be able to see this.
 
Last edited by a moderator:
topsquark said:
[math]L \times L = \left | \begin{matrix} \hat{x} & \hat{y} & \hat{z} \\ L_x & L_y & L_z \\ L_x & L_y & L_z \end{matrix} \right | [/math]

[math]= \hat{x} \left ( L_y ~ L_z - L_z ~ L_x \right ) + [/math]...
- assume the $L_x$ is a typo.I get $ \hat{x} \left ( L_y ~ L_z - L_y ~ L_z \right ) +... $ what makes the order change around please?

topsquark said:
Addendum: I should mention that if you look at L x L = i L you will notice that the units don't match up. This is because many Physicists have an annoying habit of setting [math]\hbar = 1[/math]. (I don't mind the other convention: c = 1.) The rule of thumb is that any quantity that contains an [math]\hbar[/math] is a purely Quantum property/operator and thus vanishes in the Classical limit. In this case we should have [math]L \times L = i \hbar L[/math]. This equation contains an [math]\hbar[/math] so in the Classical limit [math]\lim_{\hbar \to 0} L \times L = 0[/math], which it should. By setting [math]\hbar = 1[/math] we would not be able to see this.

Immensely valuable point, thanks.
 
ognik said:
- assume the $L_x$ is a typo.
Yes, it's a typo. I'll fix it up in a moment. Thanks for the catch!

ognik said:
I get $ \hat{x} \left ( L_y ~ L_z - L_y ~ L_z \right ) +... $ what makes the order change around please?
The x component of a x b is [math]a_y b_z - a_z b_y[/math]. It's a definition.

-Dan
 
Aaaargh, I've been doing it wrong for years, outside of operators I suppose it didn't matter, will remember this now - but 'by definition' never sits well in my weird ol' head...