beginner · Physics · The Schrödinger Equation (Intro)
Energy and Frequency
Stationary states oscillate in time
When a quantum system has a definite energy E — an energy eigenstateψ(x) satisfying
H^ψ=Eψ — the full, time-dependent wave function takes the form
Ψ(x,t)=ψ(x)e−iEt/ℏ.
This result follows directly from separating variables in the time-dependent Schrödinger equation.
The spatial part ψ(x) is fixed; only the phase rotates. The complex exponential e−iEt/ℏ
completes one full cycle whenever Et/ℏ advances by 2π, so the angular frequency of
this phase rotation is
ω=ℏE.
Higher energy means faster oscillation. This is the quantum analogue of the classical statement
that a higher frequency oscillator carries more energy, and it is a direct descendant of Planck's
and Einstein's relation E=hν=ℏω.
Why the oscillation is "stationary"
Despite the time-varying phase, all observable quantities are frozen. The probability density is
∣Ψ(x,t)∣2=∣ψ(x)∣2e−iEt/ℏ2=∣ψ(x)∣2,
because ∣e−iEt/ℏ∣=1 for any real E and t. The expectation value of every
time-independent observable likewise carries no time dependence for a pure energy eigenstate.
This is why such states are called stationary even though the wave function itself is not
constant.
Superpositions: the relative phase matters
Consider two energy eigenstates ψ1 and ψ2 with energies E1 and E2.
Their superposition
Ψ(x,t)=c1ψ1(x)e−iE1t/ℏ+c2ψ2(x)e−iE2t/ℏ
is no longer stationary. The relative phase between the two terms advances at the beat frequency
ω12=ℏE2−E1,
so the probability density oscillates with angular frequency ω12. The period of
this oscillation is
T=ω122π=E2−E1h.
This is the quantum version of a classical beating pattern: two sinusoids of slightly different
frequency combine into a slowly modulated envelope. In quantum mechanics the envelope is the
time-varying probability density, and the "frequency" is set by the energy gap.
Connecting to Planck and de Broglie
The relation ω=E/ℏ is equivalent to E=ℏω, which Planck wrote as
E=hν (with h=2πℏ and ν=ω/2π). For a free particle of momentum p,
the energy is E=p2/2m, and the wave function is a plane wave eipx/ℏ−iEt/ℏ.
The spatial frequency is k=p/ℏ (de Broglie) and the temporal frequency is ω=E/ℏ,
both encoded in the same wave function.
Numerical example
For an electron in an infinite square well of width a=0.1nm, the ground-state energy is
E1=2mea2π2ℏ2.
Substituting ℏ=1.055×10−34J⋅s, me=9.109×10−31kg,
and a=10−10m:
This is an ultraviolet-range frequency, consistent with the energy scale of atomic physics.
Try it
This is a numerical exercise — your code should return a number. An energy eigenstate has
energy E=2.0eV. Use 1eV=1.602×10−19J and
ℏ=1.055×10−34J⋅s. Return the angular frequency
ω=E/ℏ in rad/s.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.