intermediate · Physics · Time Evolution & the Schrödinger Picture
Superposition and Beats
A single energy eigenstate is frozen. Combine two of them with different energies and the system
comes alive: probabilities oscillate at a frequency set by the energy gap. This is the quantum origin
of beats.
Two-state evolution
Mix two eigenstates equally:
∣ψ(0)⟩=21(∣E0⟩+∣E1⟩).
Each component winds at its own rate, e−iEnt/ℏ:
∣ψ(t)⟩=21(e−iE0t/ℏ∣E0⟩+e−iE1t/ℏ∣E1⟩).
Factor out the common phase e−iE0t/ℏ (it is global and unobservable):
∣ψ(t)⟩≃21(∣E0⟩+e−iω10t∣E1⟩),ω10≡ℏE1−E0.
Only the energy difference survives. The quantity ω10 is the Bohr frequency (or
beat frequency) of the pair.
The beating probability
Project the evolved state back onto the initial superposition
∣+⟩=21(∣E0⟩+∣E1⟩):
⟨+∣ψ(t)⟩=21(1+e−iω10t),
so the survival probability is
P+(t)=⟨+∣ψ(t)⟩2=411+e−iω10t2=cos22ω10t.
It oscillates between 1 and 0 with angular frequency ω10. The probability beats in
and out of the original state purely because the two components drift out of phase and back into
phase. This is the same mathematics as two slightly detuned tuning forks producing an audible
beat — here the "pitches" are energies and the beat is in probability.
Spectroscopy in one line
The Bohr frequency ω10=(E1−E0)/ℏ is exactly the frequency of light a system
emits or absorbs when transitioning between these two levels — the Bohr frequency condition
ΔE=ℏω. The beating of a superposition and the color of a spectral line are two
faces of the same energy gap.
Try it
This is a numerical exercise — your code should return a number. With energy gap E1−E0=2.0
(units ℏ=1) and t=π/4, compute the survival probability
P+=cos2(ω10t/2).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.