beginner · Physics · Spin & the Stern–Gerlach Experiment
Pauli Matrices as Spin Operators
Spin-1/2 is the simplest quantum mechanical degree of freedom. A spin-1/2 particle has only two
spin states along any axis: spin-up and spin-down. The mathematical machinery for all three spin
components is encoded in three 2×2 matrices called the Pauli matrices:
σx=(0110),σy=(0i−i0),σz=(100−1).
The physical spin operator along each axis is obtained by scaling:
Sx=2ℏσx,Sy=2ℏσy,Sz=2ℏσz.
The factor ℏ/2 is not arbitrary: it ensures that measuring Sz yields one of the two values
±ℏ/2, the experimentally observed spin eigenvalues. In many calculations it is convenient to
work with the dimensionless Pauli matrices directly and restore factors of ℏ/2 at the end.
Eigenstates and eigenvalues
An eigenstate of an operator A with eigenvalue λ satisfies A∣ψ⟩=λ∣ψ⟩.
For σz the two eigenstates are the standard basis vectors:
σz∣0⟩=∣0⟩,σz∣1⟩=−∣1⟩,
where ∣0⟩=(01) and ∣1⟩=(10). This can be verified by direct
matrix multiplication:
(100−1)(10)=(10)=+1⋅∣0⟩.
So ∣0⟩ is the spin-up eigenstate of σz with eigenvalue +1, and ∣1⟩ is the
spin-down eigenstate with eigenvalue −1.
For σx the eigenstates are the diagonal states:
∣+x⟩=21(11),∣−x⟩=21(1−1).
One can check: σx∣+x⟩=(0110)21(11)=21(11)=+1⋅∣+x⟩, confirming eigenvalue +1.
Algebraic properties
The Pauli matrices satisfy three important relations. First, each squares to the identity:
σx2=σy2=σz2=I.
Second, they anticommute in pairs:
σxσy+σyσx=0,σyσz+σzσy=0,σzσx+σxσz=0.
Third, they satisfy cyclic commutation relations:
[σx,σy]=2iσz,[σy,σz]=2iσx,[σz,σx]=2iσy.
These three commutators encode the non-commutativity of spin: measuring Sx and then Sy is not
the same as measuring Sy and then Sx. Physically, this means spin components along different
axes cannot both have definite values simultaneously.
Expectation values
The expectation value of an observable A in state ∣ψ⟩ is the average measurement
outcome, computed as the inner product:
⟨A⟩=⟨ψ∣A∣ψ⟩.
For example, the expectation value of σz in the state
∣ψ⟩=α∣0⟩+β∣1⟩ is
⟨σz⟩=⟨ψ∣σz∣ψ⟩=(α∗,β∗)(100−1)(αβ)=∣α∣2−∣β∣2.
This result has a clean interpretation: ∣α∣2 is the probability of finding spin-up (contributing +1) and ∣β∣2 is the probability of finding spin-down (contributing −1), so the expectation value is the probability-weighted average of the two outcomes.
Try it
This is a numerical exercise — return a number. Using matrix arithmetic, compute the expectation
value ⟨+x∣σx∣+x⟩ where ∣+x⟩=21(11) is
the spin-up eigenstate of σx.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.