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.