beginner · Physics · The Schrödinger Equation (Intro)
Phase Evolution e^{-iEt/ħ}
When a quantum system is in a stationary state — an energy eigenstate of its Hamiltonian — the
time-dependent Schrödinger equation tells us exactly how the wave function evolves. If ψn(x)
is a spatial eigenfunction with energy eigenvalue En, the full time-dependent solution is
Ψn(x,t)=ψn(x)e−iEnt/ℏ.
The exponential e−iEnt/ℏ is the phase factor, and it deserves close attention.
The phase factor is a unit complex number
Because En, t, and ℏ are all real, the exponent −iEnt/ℏ is purely imaginary. A
complex exponential of the form eiθ (with θ∈R) lies on the unit circle
in the complex plane: its real part is cosθ and its imaginary part is sinθ, so
eiθ=cos2θ+sin2θ=1.
Setting θ=−Ent/ℏ confirms that ∣e−iEnt/ℏ∣=1 for every energy, every
time, and every value of ℏ.
Why the magnitude of the wave function does not change
Because the phase factor has unit magnitude, multiplying ψn(x) by it leaves the spatial
probability density unchanged:
∣Ψn(x,t)∣2=∣ψn(x)∣2e−iEnt/ℏ2=∣ψn(x)∣2.
This is precisely what earns these solutions the name stationary states: the probability
distribution ∣Ψn(x,t)∣2 is independent of time. The phase rotates continuously at angular
frequency ωn=En/ℏ, but nothing measurable oscillates — at least not until two
stationary states are superposed.
The phase rotates at angular frequency E/ħ
Writing the phase factor in polar form makes the rotation explicit:
e−iEnt/ℏ=cos(ℏEnt)−isin(ℏEnt).
The argument decreases linearly in time, so the phase vector sweeps clockwise around the unit
circle at a rate ωn=En/ℏ radians per second. A higher energy eigenstate rotates
faster. In natural units where ℏ≈6.582×10−16eV⋅s, a
state with E=1eV completes a full 2π rotation in a period
T=E2πℏ=1eV2π×6.582×10−16eV⋅s≈4.13×10−15s,
which is on the scale of a few femtoseconds — an astonishingly fast oscillation that is physically
meaningful when two states of different energy interfere.
Try it
This exercise focuses on the key insight above. Your code should return a number.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.