|q⟩ Bad Qubits

intermediate · Physics · Angular Momentum Theory

Commutation Relations

The three components of angular momentum cannot be measured simultaneously with arbitrary precision. This single fact is encoded in their commutation relations, and from those relations the entire spectrum of angular momentum follows.

The fundamental relation

For the orbital operators of the previous lesson, a direct calculation with the differential forms gives

[L^x,L^y]=iL^z,[\hat{L}_x, \hat{L}_y] = i\hbar\,\hat{L}_z,

and by the cyclic xyzx\to y\to z symmetry,

[L^y,L^z]=iL^x,[L^z,L^x]=iL^y.[\hat{L}_y, \hat{L}_z] = i\hbar\,\hat{L}_x, \qquad [\hat{L}_z, \hat{L}_x] = i\hbar\,\hat{L}_y.

These three relations can be packaged compactly using the Levi-Civita symbol εijk\varepsilon_{ijk}:

[L^i,L^j]=ikεijkL^k.[\hat{L}_i, \hat{L}_j] = i\hbar\,\sum_k \varepsilon_{ijk}\,\hat{L}_k.

A sample derivation

Consider [L^x,L^y][\hat{L}_x, \hat{L}_y]. Using L^x=yp^zzp^y\hat{L}_x = y\hat{p}_z - z\hat{p}_y and L^y=zp^xxp^z\hat{L}_y = z\hat{p}_x - x\hat{p}_z, expand the commutator. Most terms cancel because operators acting on different coordinates commute (for example yy commutes with p^x\hat{p}_x). The surviving contributions come from the single non-commuting pair [z,p^z]=i[z, \hat{p}_z] = i\hbar, which leaves

[L^x,L^y]=i(xp^yyp^x)=iL^z.[\hat{L}_x, \hat{L}_y] = i\hbar\,(x\hat{p}_y - y\hat{p}_x) = i\hbar\,\hat{L}_z.

The abstract Lie algebra

Any set of three Hermitian operators obeying [J^i,J^j]=iεijkJ^k[\hat{J}_i, \hat{J}_j] = i\hbar\,\varepsilon_{ijk}\hat{J}_k is called an angular momentum. This is the Lie algebra of SU(2)\mathrm{SU}(2), and it does not require an underlying r×p\mathbf{r}\times \mathbf{p}. Spin is the prime example: it has no spatial wavefunction, yet its operators obey exactly these relations. We will exploit this generality throughout the module.

A concrete check with spin-1/2

The smallest nontrivial representation uses the Pauli matrices. Setting =1\hbar = 1 and Si=12σiS_i = \tfrac{1}{2}\sigma_i, you can verify the algebra by direct matrix multiplication:

[Sx,Sy]=iSz.[S_x, S_y] = i\,S_z.

In the exercise you will compute this commutator explicitly and read off the proportionality constant, confirming the fundamental relation in a finite-dimensional setting.

Try it

Build the spin-1/2 operators from the Pauli matrices and compute [Sx,Sy][S_x, S_y]. Compare it to iSzi\,S_z and return the proportionality constant (it should be 11).

Run your code to see the quantum state.

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