Learning Objectives
By the end of this section, you will be able to:
- Derive the time-independent Schrödinger equation from the time-dependent form using separation of variables
- Understand the Hamiltonian operator as the quantum analog of total energy
- Solve the eigenvalue problem for the infinite square well and interpret the quantized energy levels
- Explain why energy quantization arises from boundary conditions
- Connect eigenvalue problems in quantum mechanics to eigenvalue decomposition in machine learning
- Implement numerical solutions of the TISE using finite differences
The Big Picture: Energy and Stationary States
"The equation that describes the stationary states of quantum systems is perhaps the most important equation in all of physics." — Richard Feynman
In the previous section, we introduced the time-dependent Schrödinger equation, which describes how quantum states evolve in time. But many of the most important questions in quantum mechanics concern stationary states — states whose probability distributions do not change with time. These are the states of definite energy.
The time-independent Schrödinger equation (TISE) is an eigenvalue problem: it asks which wave functions satisfy the property that applying the energy operator returns the same function multiplied by a constant. This constant is the energy .
Why This Matters
The time-independent Schrödinger equation gives us the allowed energy levels of quantum systems. This explains:
- Atomic spectra: Why atoms emit and absorb light at specific wavelengths
- Chemical bonds: Why atoms combine in specific ways to form molecules
- Semiconductors: Why materials conduct, insulate, or exhibit intermediate behavior
- Quantum computing: The discrete energy levels that encode qubits
Historical Context
When Schrödinger developed his equation in 1926, he was motivated by de Broglie's wave hypothesis and the success of Bohr's atomic model. He sought a wave equation that would naturally produce the quantized energy levels that Bohr had postulated. The time-independent equation emerged when he looked for wave functions that oscillate in time with a single frequency.
From Time-Dependent to Time-Independent
The time-dependent Schrödinger equation governs how a general quantum state evolves:
where is the Hamiltonian operator (total energy). We seek stationary states — solutions where the probability density does not change with time. These can be found using separation of variables.
The Separation Ansatz
Assume the solution can be written as a product of spatial and temporal parts:
Substituting into the time-dependent equation and dividing by :
The left side depends only on , the right side only on . For equality to hold for all and , both sides must equal a constant — call it .
The Two Separated Equations
Temporal Equation
Solution:
This is just oscillation at frequency . The probability is constant.
Spatial Equation (TISE)
This is the eigenvalue problem! Find which and satisfy this equation.
The full solution for a stationary state is therefore:
Probability is Stationary
The probability density is , which is independent of time. This is why these states are called "stationary" — the probability distribution does not move or change.
The Hamiltonian Operator
The Hamiltonian operator is the quantum mechanical operator corresponding to total energy. It consists of kinetic energy plus potential energy:
Kinetic energy operator + Potential energy operator
Building the time-independent Schrödinger equation step by step
Kinetic Energy Operator
Classical kinetic energy is T = p²/2m. In quantum mechanics, we replace momentum p with the operator p̂ = -iℏ(d/dx).
Why d²/dx²?
The second derivative measures the curvature of the wave function. High curvature = short wavelength = high momentum = high kinetic energy. This connects to the de Broglie relation p = ℏk.
Eigenvalue Interpretation
When Ĥψ = Eψ, measuring energy always gives the value E with certainty. The state ψ is a "stationary state" — its probability density |ψ|² does not change with time.
| Classical | → | Quantum Operator |
|---|---|---|
| x | → | x̂ = x (multiplication) |
| p | → | p̂ = -iℏ d/dx |
| T = p²/2m | → | T̂ = -ℏ²/(2m) d²/dx² |
| H = T + V | → | Ĥ = T̂ + V̂ |
Physical Interpretation of Each Term
| Term | Classical Origin | Quantum Form | Physical Meaning |
|---|---|---|---|
| Kinetic | T = p²/2m | -ℏ²/(2m) d²/dx² | Curvature of ψ measures momentum |
| Potential | V(x) | V(x)ψ | Multiplication by potential function |
| Total | H = T + V | Ĥψ | Total energy of the quantum state |
Why d²/dx²?
The second derivative measures the curvature of the wave function. Higher curvature means shorter wavelength, which by de Broglie means higher momentum. Since kinetic energy , high curvature corresponds to high kinetic energy. The negative sign ensures positive kinetic energy when curves toward zero.
The Eigenvalue Problem
The time-independent Schrödinger equation is an eigenvalue equation:
The Time-Independent Schrödinger Equation
Eigenfunction: — the wave function that satisfies this equation
Eigenvalue: — the energy of this state
Explicitly, for a one-dimensional system:
Why "Eigenvalue"?
The German word "eigen" means "own" or "characteristic." The eigenvalue is the characteristic energy of the state . When you measure the energy of a particle in an eigenstate, you always get the eigenvalue with certainty.
The Eigenvalue Problem in Linear Algebra
If you discretize space (as we do numerically), the TISE becomes a matrix equation:
This is exactly the eigenvalue problem from linear algebra! The Hamiltonian matrix has eigenvalues (energies) and eigenvectors (discretized wave functions).
The Infinite Square Well: A Complete Example
The infinite square well (or "particle in a box") is the simplest non-trivial quantum system. It provides a complete, analytically solvable example that illustrates all the key concepts.
Setting Up the Problem
Consider a particle confined to a one-dimensional box of length :
The infinite potential at the boundaries means the wave function must vanish there: . Inside the box, the TISE becomes:
Solving the Differential Equation
This is a second-order linear ODE with constant coefficients. The general solution is:
Applying boundary conditions:
- requires
- requires , so for
The Eigenfunctions and Eigenvalues
Eigenfunctions
The factor normalizes the wave function so that .
Eigenvalues (Energies)
Energy is quantized — only these specific values are allowed. The ground state energy (zero-point energy).
Explore the stationary states ψn(x) and their energy eigenvalues En
Physical Interpretation
The Wave Function
The wave function is not directly observable, but its square gives the probability density of finding the particle at position .
Ground State (n = 1)
The particle is most likely to be found in the center of the box. There are no nodes inside the box.
Excited States (n > 1)
Higher states have nodes — points where the probability of finding the particle is zero.
Nodes and Energy
There's a deep connection between nodes and energy:
- More nodes = higher energy. The wave function must "wiggle" more to have more nodes, meaning shorter wavelength and higher kinetic energy.
- Ground state has no internal nodes. It's the smoothest possible function satisfying the boundary conditions.
- Higher excited states are orthogonal. The eigenfunctions with different are mutually orthogonal: for .
Zero-Point Energy
The lowest energy is , not zero! A confined particle cannot have zero kinetic energy. This is a direct consequence of the uncertainty principle: confining a particle to a box of size gives uncertainty in position , which implies uncertainty in momentum , and hence non-zero average kinetic energy.
Energy Level Quantization
One of the most profound consequences of quantum mechanics is that bound systems have discrete energy levels. The allowed energies are not continuous but come in specific, quantized values.
Quantized energy levels En = n²E1 for a particle in an infinite square well
Energy scales as 1/L² — smaller boxes have larger energy gaps
Why n²?
The n² dependence comes from fitting n half-wavelengths inside the box. Shorter wavelengths mean higher momentum (de Broglie: p = h/λ), and kinetic energy grows as p² = (h/λ)². Since λ = 2L/n, we get E ∝ n².
Why Does Quantization Occur?
Energy quantization arises from the boundary conditions. For the infinite square well:
- The wave function must vanish at and
- This requires fitting an integer number of half-wavelengths in the box:
- By de Broglie, momentum
- Kinetic energy
The boundary conditions act as a "selection rule" that allows only certain wavelengths (and hence energies) to exist.
Scaling with Size
The energy levels scale as . This has important consequences:
| System Size | Energy Spacing | Physical Implication |
|---|---|---|
| Atomic (L ~ 1 Å) | ΔE ~ eV | Visible light transitions |
| Nano (L ~ 10 nm) | ΔE ~ meV | Quantum dots, infrared |
| Macro (L ~ 1 m) | ΔE ~ 10⁻³⁷ eV | Effectively continuous |
Classical Limit
As the box gets larger (or the particle gets heavier), the energy level spacing becomes so small that the spectrum appears continuous. This is how quantum mechanics reduces to classical mechanics for macroscopic objects — a key requirement for any valid quantum theory.
General Properties of Eigenfunctions
The eigenfunctions of the time-independent Schrödinger equation have several general properties that hold for any Hamiltonian:
Orthogonality
Eigenfunctions corresponding to different eigenvalues are orthogonal. This allows expansion of any state as a sum of energy eigenstates.
Completeness
Any "reasonable" wave function can be expanded as a linear combination of the energy eigenfunctions.
Reality of Eigenvalues
The Hamiltonian is Hermitian, so all eigenvalues (energies) are real numbers. This is physically necessary — energy must be a real, measurable quantity.
Node Theorem
For a 1D potential, the n-th eigenfunction (ordered by energy) has exactly (n-1) nodes. The ground state has no nodes, first excited state has one node, etc.
Machine Learning Connections
The time-independent Schrödinger equation is an eigenvalue problem, and eigenvalue problems are ubiquitous in machine learning. Understanding this connection provides deep insight into both fields.
1. Principal Component Analysis (PCA)
PCA finds the eigenvalues and eigenvectors of the covariance matrix :
Just as in quantum mechanics, the eigenvectors form an orthogonal basis (principal components), and the eigenvalues tell us the "energy" (variance) captured by each component.
2. Graph Neural Networks
GNNs often use the graph Laplacian , which is the discrete analog of the Laplacian operator in the Schrödinger equation. Spectral GNNs explicitly work with the eigenvectors of .
3. Variational Quantum Eigensolver (VQE)
In quantum computing, VQE uses parameterized quantum circuits to find the ground state energy of molecular Hamiltonians — directly solving the TISE for complex molecules. This is one of the most promising near-term applications of quantum computers.
4. Neural Network Eigenvalue Problems
Physics-informed neural networks (PINNs) can be trained to solve eigenvalue problems by parameterizing as a neural network and optimizing to satisfy . This approach can handle complex potentials where analytical solutions don't exist.
| Quantum Mechanics | Machine Learning Analog |
|---|---|
| Wave function ψ | Feature vector / latent representation |
| Hamiltonian Ĥ | Covariance matrix / Laplacian matrix |
| Energy eigenvalue E | Variance explained / spectral frequency |
| Ground state | Principal component 1 / dominant mode |
| Excited states | Higher principal components |
| Orthogonality | Decorrelated features |
Python Implementation
Let's implement a numerical solver for the time-independent Schrödinger equation using finite differences. This method discretizes space onto a grid and converts the differential equation into a matrix eigenvalue problem.
Test Your Understanding
Check your understanding of the time-independent Schrödinger equation
Summary
In this section, we derived and explored the time-independent Schrödinger equation — the eigenvalue problem that determines the allowed energy levels and stationary states of quantum systems.
Key Equations
| Name | Formula |
|---|---|
| Time-Independent Schrödinger Equation | Ĥψ = Eψ |
| Hamiltonian Operator | Ĥ = -ℏ²/(2m) d²/dx² + V(x) |
| Infinite Well Eigenfunctions | ψₙ(x) = √(2/L) sin(nπx/L) |
| Infinite Well Eigenvalues | Eₙ = n²π²ℏ²/(2mL²) |
| Full Stationary State | Ψ(x,t) = ψ(x)e^{-iEt/ℏ} |
Key Takeaways
- The TISE is an eigenvalue problem: we seek wave functions and energies satisfying
- Energy quantization arises from boundary conditions — only certain wavelengths "fit" in the box
- The ground state has non-zero energy (zero-point energy) due to the uncertainty principle
- Higher energy eigenfunctions have more nodes — more wiggles mean higher kinetic energy
- Eigenfunctions are orthogonal and form a complete basis for any quantum state
- The TISE connects to eigenvalue problems in ML: PCA, spectral clustering, graph neural networks
- Numerical methods convert the differential equation to a matrix eigenvalue problem solvable with linear algebra
Coming Next: In the next section, we'll explore the time-dependent Schrödinger equation in more detail, studying how quantum states evolve in time and introducing the concept of wave packet dynamics.