|q⟩ Bad Qubits

intermediate · Physics · Angular Momentum Theory

The Total Angular Momentum L²

The individual components Lx,Ly,LzL_x, L_y, L_z cannot be known simultaneously. But there is one more natural observable: the total angular momentum squared, and remarkably it can be measured together with any single component.

Definition

The total angular momentum operator is

L^2=L^x2+L^y2+L^z2.\hat{L}^2 = \hat{L}_x^2 + \hat{L}_y^2 + \hat{L}_z^2.

It is Hermitian (a sum of squares of Hermitian operators) and positive, so its eigenvalues are real and non-negative. Physically L^2\hat{L}^2 measures the magnitude of the angular-momentum vector, independent of its orientation.

L² commutes with every component

The key theorem of this lesson is

[L^2,L^x]=[L^2,L^y]=[L^2,L^z]=0.[\hat{L}^2, \hat{L}_x] = [\hat{L}^2, \hat{L}_y] = [\hat{L}^2, \hat{L}_z] = 0.

To prove [L^2,L^z]=0[\hat{L}^2, \hat{L}_z] = 0, expand using L^2=L^x2+L^y2+L^z2\hat{L}^2 = \hat{L}_x^2 + \hat{L}_y^2 + \hat{L}_z^2. The L^z2\hat{L}_z^2 term obviously commutes with L^z\hat{L}_z. For the others, use the identity [A2,B]=A[A,B]+[A,B]A[A^2, B] = A[A,B] + [A,B]A together with the fundamental relations [L^x,L^z]=iL^y[\hat{L}_x, \hat{L}_z] = -i\hbar\hat{L}_y and [L^y,L^z]=iL^x[\hat{L}_y, \hat{L}_z] = i\hbar\hat{L}_x:

[L^x2,L^z]=i(L^xL^y+L^yL^x),[\hat{L}_x^2, \hat{L}_z] = -i\hbar(\hat{L}_x\hat{L}_y + \hat{L}_y\hat{L}_x), [L^y2,L^z]=+i(L^yL^x+L^xL^y).[\hat{L}_y^2, \hat{L}_z] = +i\hbar(\hat{L}_y\hat{L}_x + \hat{L}_x\hat{L}_y).

These two terms are equal and opposite, so they cancel exactly, leaving [L^2,L^z]=0[\hat{L}^2, \hat{L}_z] = 0. The cyclic symmetry gives the same result for L^x\hat{L}_x and L^y\hat{L}_y.

Why this matters

A complete description of an angular-momentum state needs a complete set of commuting observables. Since the three components mutually fail to commute, we cannot use all of them. Instead we use the largest commuting set: {L^2,L^z}\{\hat{L}^2, \hat{L}_z\}. This is exactly why atomic states are labeled by \ell (from L^2\hat{L}^2) and mm (from L^z\hat{L}_z) and never by all three components at once.

A concrete check with spin-1/2

For spin-1/2 with =1\hbar = 1, the operator S2=Sx2+Sy2+Sz2S^2 = S_x^2 + S_y^2 + S_z^2 evaluates to 341\tfrac{3}{4}\,\mathbb{1}, a multiple of the identity. Any operator commutes with the identity, so [S2,Sz]=0[S^2, S_z] = 0 trivially. In the exercise you will compute this commutator matrix and confirm it is the zero matrix.

Try it

Build S2S^2 for spin-1/2 and compute [S2,Sz][S^2, S_z]. Return the sum of the absolute values of its entries; it should be 00, demonstrating that L2L^2 commutes with LzL_z.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.