Stationary States
What makes a state "stationary"?
When the Hamiltonian does not depend on time, a special class of solutions to the time-dependent Schrödinger equation (TDSE) exists: solutions where the spatial and time parts factorize. Writing and substituting into
the left side contributes and the right side gives . Dividing through by separates the equation into two independent sides: one depending only on , the other only on . Each side must therefore equal the same constant, which we call :
The second equation is the time-independent Schrödinger equation (TISE); solutions are called energy eigenstates (or stationary states) with associated energy eigenvalue .
The time phase factor
The time equation is an ordinary first-order ODE with solution
where is the angular frequency of the phase oscillation.
The full solution for an energy eigenstate is therefore
Why "stationary"?
Even though the wave function picks up a time-dependent phase, every observable probability density is completely static:
The modulus of a complex exponential is always 1 for real , so . The spatial probability density is frozen in time — nothing observable about the state changes, which is exactly why these solutions earn the name "stationary."
The same argument applies to expectation values: any observable that does not explicitly depend on time satisfies for a stationary state, because the phase factor cancels between the bra and the ket.
The angular frequency in numbers
The oscillation frequency sets the "tick rate" of the phase. Because is tiny ( Js), even a modest energy of eV ( J) produces a very high frequency:
\approx 1.52 \times 10^{15}\,\text{rad/s}.$$ That frequency lies in the near-infrared (a $1$ eV quantum corresponds to a wavelength of about $1240$ nm) — a reminder that eV-scale energies sit in the optical region of the spectrum. Visible light spans roughly $1.6$–$3.3$ eV, so atomic energy scales of a few eV correspond to the infrared-through-near-UV light seen in atomic emission spectra. ## Try it This is a numerical exercise — `return` a number. A quantum particle is in a stationary state with energy $E = 1.0\,\text{eV}$. What is the angular frequency $\omega = E/\hbar$ of its time phase factor $e^{-i\omega t}$ (in rad/s)? Use $1\,\text{eV} = 1.602 \times 10^{-19}\,\text{J}$ and $\hbar = 1.055 \times 10^{-34}\,\text{J·s}$. <RunnableExample />Sign in on the full site to ask questions and join the discussion.