|q⟩ Bad Qubits

beginner · Physics · The Schrödinger Equation (Intro)

Energy and Frequency

Stationary states oscillate in time

When a quantum system has a definite energy EE — an energy eigenstate ψ(x)\psi(x) satisfying H^ψ=Eψ\hat{H}\psi = E\psi — the full, time-dependent wave function takes the form

Ψ(x,t)=ψ(x)eiEt/.\Psi(x, t) = \psi(x)\,e^{-iEt/\hbar}.

This result follows directly from separating variables in the time-dependent Schrödinger equation. The spatial part ψ(x)\psi(x) is fixed; only the phase rotates. The complex exponential eiEt/e^{-iEt/\hbar} completes one full cycle whenever Et/Et/\hbar advances by 2π2\pi, so the angular frequency of this phase rotation is

ω=E.\omega = \frac{E}{\hbar}.

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ν=ωE = h\nu = \hbar\omega.

Why the oscillation is "stationary"

Despite the time-varying phase, all observable quantities are frozen. The probability density is

Ψ(x,t)2=ψ(x)2eiEt/2=ψ(x)2,|\Psi(x, t)|^2 = |\psi(x)|^2 \left|e^{-iEt/\hbar}\right|^2 = |\psi(x)|^2,

because eiEt/=1|e^{-iEt/\hbar}| = 1 for any real EE and tt. 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\psi_1 and ψ2\psi_2 with energies E1E_1 and E2E_2. Their superposition

Ψ(x,t)=c1ψ1(x)eiE1t/+c2ψ2(x)eiE2t/\Psi(x, t) = c_1\,\psi_1(x)\,e^{-iE_1 t/\hbar} + c_2\,\psi_2(x)\,e^{-iE_2 t/\hbar}

is no longer stationary. The relative phase between the two terms advances at the beat frequency

ω12=E2E1,\omega_{12} = \frac{E_2 - E_1}{\hbar},

so the probability density oscillates with angular frequency ω12\omega_{12}. The period of this oscillation is

T=2πω12=hE2E1.T = \frac{2\pi}{\omega_{12}} = \frac{h}{E_2 - E_1}.

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/\omega = E/\hbar is equivalent to E=ωE = \hbar\omega, which Planck wrote as E=hνE = h\nu (with h=2πh = 2\pi\hbar and ν=ω/2π\nu = \omega/2\pi). For a free particle of momentum pp, the energy is E=p2/2mE = p^2/2m, and the wave function is a plane wave eipx/iEt/e^{ipx/\hbar - iEt/\hbar}. The spatial frequency is k=p/k = p/\hbar (de Broglie) and the temporal frequency is ω=E/\omega = E/\hbar, both encoded in the same wave function.

Numerical example

For an electron in an infinite square well of width a=0.1nma = 0.1\,\text{nm}, the ground-state energy is

E1=π222mea2.E_1 = \frac{\pi^2 \hbar^2}{2 m_e a^2}.

Substituting =1.055×1034J⋅s\hbar = 1.055 \times 10^{-34}\,\text{J·s}, me=9.109×1031kgm_e = 9.109 \times 10^{-31}\,\text{kg}, and a=1010ma = 10^{-10}\,\text{m}:

E1=π2(1.055×1034)22×(9.109×1031)×(1010)26.02×1018J37.6eV.E_1 = \frac{\pi^2 (1.055 \times 10^{-34})^2}{2 \times (9.109 \times 10^{-31}) \times (10^{-10})^2} \approx 6.02 \times 10^{-18}\,\text{J} \approx 37.6\,\text{eV}.

The wave function therefore oscillates at

ω1=E1=6.02×10181.055×10345.7×1016rad/s.\omega_1 = \frac{E_1}{\hbar} = \frac{6.02 \times 10^{-18}}{1.055 \times 10^{-34}} \approx 5.7 \times 10^{16}\,\text{rad/s}.

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.0eVE = 2.0\,\text{eV}. Use 1eV=1.602×1019J1\,\text{eV} = 1.602 \times 10^{-19}\,\text{J} and =1.055×1034J⋅s\hbar = 1.055 \times 10^{-34}\,\text{J·s}. Return the angular frequency ω=E/\omega = E/\hbar in rad/s.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.