beginner · Physics · Spin & the Stern–Gerlach Experiment
Measuring Spin Along x
The Sx, Sy, and Sz operators for a spin-21 particle are given by the Pauli
matrices:
Si=2ℏσi,i∈{x,y,z}.
The Sz eigenstates ∣↑⟩ and ∣↓⟩ form a convenient basis.
When a particle is in one of these states and we measure Sx instead, the result is no longer
certain — the Sz eigenstates are not eigenstates of Sx.
Eigenstates of Sx
The Sx operator has matrix representation
Sx=2ℏ(0110).
Solving Sx∣v⟩=λ∣v⟩ gives eigenvalues λ=±ℏ/2 and, after
normalisation, the eigenstates expressed in the z-basis:
∣+⟩x=21(∣↑⟩+∣↓⟩),∣−⟩x=21(∣↑⟩−∣↓⟩).
You can verify these directly: acting Sx on ∣+⟩x gives
2ℏ∣+⟩x, and on ∣−⟩x gives −2ℏ∣−⟩x.
Predicting x-measurement outcomes
Suppose the particle has been prepared in ∣↑⟩ (spin-up along z). Invert the two
relations above to express ∣↑⟩ in the Sx eigenbasis:
∣↑⟩=21∣+⟩x+21∣−⟩x.
By the Born rule, the probability of each outcome is the squared modulus of the corresponding
amplitude:
P(Sx=+2ℏ)=212=21,P(Sx=−2ℏ)=212=21.
Both outcomes are equally likely — a 50:50 split. This is the defining signature of a state
that is an eigenstate of one spin component being measured along a perpendicular component.
Bloch sphere picture
On the Bloch sphere, ∣↑⟩ sits at the north pole and ∣↓⟩ at the
south pole, while ∣+⟩x points along +x and ∣−⟩x along −x. Measuring
Sx for a state on the z-axis is geometrically equivalent to projecting a vector that is
perpendicular to the measurement axis — the two projections are equal, explaining the 50:50
outcome directly.
Try it
This is a numerical exercise — your code should return a number. A spin-21 particle
is prepared in ∣↑⟩z and a Stern–Gerlach device is oriented along x. Compute
the probability of obtaining Sx=+ℏ/2.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.