3. Wave Functions
Reading time: ~40 minutes | Pages: 8
Your Progress
Course: 0% complete
The wave function is the fundamental object in quantum mechanics, encoding all information about a system's state.
Position Representation
In position space, the state vector becomes a function:
Probability Interpretation
Normalization: $\int|\psi|^2d^3r = 1$
Visualizing Wave Function Time Evolution
Infinite Square Well
Note: Time evolution shows the oscillating phase of the quantum state.
- Wave function ψ(x,t) oscillates with frequency ω = E/ℏ
- Probability density |ψ|² remains constant in time (stationary state)
- Higher quantum numbers have higher energies and faster oscillations
Probability Density |ψ(x)|²
1D Probability Distribution
Interpretation:
- Brighter regions = higher probability of finding the particle
- Total integrated probability = 1 (normalization)
- Quantum predictions differ dramatically from classical (uniform) distribution
Normalizing a Wave Function
BASICProblem: A particle in a 1D box has wave function ψ(x) = A sin(πx/L) for 0 < x < L. Find the normalization constant A.
Given:
- ψ(x) = A sin(πx/L) for 0 < x < L
- ψ(x) = 0 elsewhere
- Normalization condition: ∫|ψ|² dx = 1
Find: Normalization constant A
Momentum Representation
Fourier transform relates position and momentum:
Gaussian Wave Packet in Momentum Space
INTERMEDIATEProblem: A particle has position-space wave function ψ(x) = A exp(-x²/2σ²). Find the momentum-space wave function φ(p).
Given:
- ψ(x) = A exp(-x²/2σ²)
- Fourier transform: φ(p) = (1/√(2πℏ)) ∫ exp(-ipx/ℏ)ψ(x)dx
- Gaussian integral: ∫ exp(-ax² + bx)dx = √(π/a)exp(b²/4a)
Find: φ(p) in momentum space
Schrödinger Equation in Position Space
Probability Current & Continuity
Probability density: $\rho = |\psi|^2$
Probability current:
Continuity equation:
Properties of Wave Functions
- ✓ Normalized: $\int|\psi|^2d^3r = 1$
- ✓ Square-integrable: $\psi \in L^2(\mathbb{R}^3)$
- ✓ Continuous (usually)
- ✓ Single-valued
- ✓ Global phase arbitrary: $\psi$ and $e^{i\theta}\psi$ physically equivalent
Self-Check Question
What is the physical interpretation of |ψ(x,t)|²?
Self-Check Question
Why must wave functions be square-integrable (∫|ψ|²dx < ∞)?
Self-Check Question
If ψ(x) is narrow in position space, what happens to φ(p) in momentum space?
Self-Check Question
What does the continuity equation ∂ρ/∂t + ∇·j = 0 represent physically?
Wave Functions in Modern Technology
1. Electron Microscopy
Materials ScienceTransmission Electron Microscopes (TEM) use the wave nature of electrons (ψ(r) for electrons) to achieve sub-angstrom resolution. The electron wave function's wavelength λ = h/p is much smaller than visible light, enabling atomic-resolution imaging.
Examples:
- STEM - scanning transmission electron microscopy (0.5 Å resolution)
- Protein structure determination for drug design
- Semiconductor defect analysis (Intel, TSMC chip development)
- Graphene and 2D material characterization
Impact: Essential for nanotechnology, materials science, and structural biology
2. Bose-Einstein Condensates
Atomic PhysicsUltracold atoms (<1 μK) occupy the same macroscopic wave function ψ(r,t), creating a 'matter wave' visible to the naked eye. The collective wave function exhibits quantum interference on macroscopic scales.
Examples:
- MIT BEC experiments (2001 Nobel Prize - Ketterle, Cornell, Wieman)
- Atom interferometry for precision measurements
- Quantum simulation of condensed matter systems
- Tests of quantum mechanics at macroscopic scales
Impact: New state of matter enabling quantum technologies and fundamental tests
3. Molecular Wavefunctions in Chemistry
Computational ChemistryElectronic wave functions ψ(r₁,r₂,...,rₙ) determine molecular structure, bonding, and reactivity. Quantum chemistry software solves Schrödinger equations for multi-electron systems to predict chemical properties.
Examples:
- Drug discovery - predicting protein-ligand binding (Schrödinger Inc.)
- Materials design - catalysts, batteries, solar cells
- Reaction pathway calculations - transition state theory
- Spectroscopy prediction - IR, Raman, UV-Vis spectra
Impact: Multi-billion dollar computational chemistry industry for pharmaceuticals and materials
Related Topics & Learning Path
From: Wave Functions
Postulates of QM
Postulate I defines wave functions as state vectors in Hilbert space
Hilbert Spaces
Mathematical structure underlying wave functions (L² spaces)
Measurement Theory
How measurement collapses the wave function
Uncertainty Principle
Fourier duality of ψ(x) and φ(p) leads to ΔxΔp ≥ ℏ/2
Infinite Square Well
First concrete example: solving for ψₙ(x) with boundary conditions
Free Particle
Plane wave solutions and wave packet spreading
Density Matrix
Generalization beyond pure states for mixed ensembles
📝 Chapter Summary
Key Equations
Key Concepts
- ψ encodes complete information about quantum state
- |ψ|² is probability density (Born interpretation)
- ψ must be normalized, square-integrable, continuous
- Position ↔ momentum via Fourier transform
- Narrow in x → broad in p (uncertainty principle)
- Probability is conserved (continuity equation)
- Global phase e^(iθ) is unobservable
The wave function is the heart of quantum mechanics. It contains all knowable information about a system, evolves deterministically via Schrödinger's equation, but yields only probabilistic predictions upon measurement. Mastering wave functions is essential for understanding all quantum phenomena.
Practice Problems
Problem 1:Normalize the wave function $\psi(x) = A e^{-\alpha|x|}$ where $\alpha > 0$. Find $A$.
Solution:
Step 1: Impose normalization: $\int_{-\infty}^{\infty}|\psi|^2\,dx = 1$.
Step 2: By symmetry of $|x|$: $|A|^2 \cdot 2\int_0^{\infty} e^{-2\alpha x}\,dx = 1$.
Step 3: Evaluate the integral: $\int_0^{\infty} e^{-2\alpha x}\,dx = \frac{1}{2\alpha}$.
Step 4: Solve: $|A|^2 \cdot \frac{2}{2\alpha} = |A|^2/\alpha = 1$, so $|A|^2 = \alpha$.
Answer: $A = \sqrt{\alpha}$ (choosing the positive real root).
Problem 2:For the infinite square well ($V=0$ for $0 < x < L$, $V=\infty$ elsewhere), find the energy eigenvalues and normalized eigenfunctions.
Solution:
Step 1: Inside the well, the Schrodinger equation gives $-\frac{\hbar^2}{2m}\frac{d^2\psi}{dx^2} = E\psi$, so $\psi(x) = A\sin(kx) + B\cos(kx)$ with $k = \sqrt{2mE}/\hbar$.
Step 2: Boundary condition $\psi(0) = 0$ requires $B = 0$. Boundary condition $\psi(L) = 0$ requires $\sin(kL) = 0$, so $kL = n\pi$ with $n = 1, 2, 3, \ldots$
Step 3: Energy eigenvalues: $E_n = \frac{\hbar^2 k^2}{2m} = \frac{n^2\pi^2\hbar^2}{2mL^2}$.
Step 4: Normalize: $\int_0^L |A|^2 \sin^2(n\pi x/L)\,dx = |A|^2 \cdot L/2 = 1$, giving $A = \sqrt{2/L}$.
Answer: $\psi_n(x) = \sqrt{\frac{2}{L}}\sin\!\left(\frac{n\pi x}{L}\right)$, $E_n = \frac{n^2\pi^2\hbar^2}{2mL^2}$ for $n = 1, 2, 3, \ldots$
Problem 3:Compute $\langle x \rangle$ and $\langle x^2 \rangle$ for the ground state of the harmonic oscillator, $\psi_0(x) = \left(\frac{m\omega}{\pi\hbar}\right)^{1/4} e^{-m\omega x^2/2\hbar}$.
Solution:
Step 1: $\langle x \rangle = \int_{-\infty}^{\infty} x|\psi_0|^2\,dx = 0$ by symmetry (the integrand is odd).
Step 2: For $\langle x^2 \rangle$, use the Gaussian integral $\int_{-\infty}^{\infty} x^2 e^{-\beta x^2}dx = \frac{\sqrt{\pi}}{2\beta^{3/2}}$ with $\beta = m\omega/\hbar$.
Step 3: $\langle x^2 \rangle = \sqrt{\frac{m\omega}{\pi\hbar}} \cdot \frac{\sqrt{\pi}}{2(m\omega/\hbar)^{3/2}} = \frac{\hbar}{2m\omega}$.
Answer: $\langle x \rangle = 0$ and $\langle x^2 \rangle = \frac{\hbar}{2m\omega}$, giving $\Delta x = \sqrt{\hbar/(2m\omega)}$.
Problem 4:Show that the probability current for a plane wave $\psi = Ae^{i(kx - \omega t)}$ equals $j = |A|^2 \hbar k / m$.
Solution:
Step 1: The probability current is $j = \frac{\hbar}{2mi}\left(\psi^*\frac{\partial\psi}{\partial x} - \psi\frac{\partial\psi^*}{\partial x}\right)$.
Step 2: Compute derivatives: $\frac{\partial\psi}{\partial x} = ik\psi$ and $\frac{\partial\psi^*}{\partial x} = -ik\psi^*$.
Step 3: Substitute: $j = \frac{\hbar}{2mi}\left(\psi^* \cdot ik\psi - \psi \cdot (-ik)\psi^*\right) = \frac{\hbar}{2mi}(2ik|\psi|^2)$.
Step 4: Simplify: $j = \frac{\hbar}{2mi} \cdot 2ik \cdot |A|^2 = \frac{\hbar k}{m}|A|^2$.
Answer: $j = |A|^2\hbar k/m = |A|^2 v$, where $v = p/m = \hbar k/m$ is the classical velocity.
Problem 5:A Gaussian wave packet has $\psi(x, 0) = \left(\frac{1}{2\pi\sigma_0^2}\right)^{1/4} e^{-x^2/(4\sigma_0^2)}e^{ik_0 x}$. Find $\Delta x$ and $\Delta p$ at $t = 0$ and verify the uncertainty principle.
Solution:
Step 1: The probability density is $|\psi|^2 \propto e^{-x^2/(2\sigma_0^2)}$. This is a Gaussian with standard deviation $\sigma_0$, so $\Delta x = \sigma_0$.
Step 2: The momentum-space wave function is $\phi(k) \propto e^{-(k - k_0)^2 \sigma_0^2}$ (Fourier transform of a Gaussian is a Gaussian).
Step 3: The momentum probability density $|\phi(k)|^2 \propto e^{-2(k-k_0)^2\sigma_0^2}$ has width $\Delta k = 1/(2\sigma_0)$, giving $\Delta p = \hbar\Delta k = \hbar/(2\sigma_0)$.
Step 4: Check: $\Delta x \cdot \Delta p = \sigma_0 \cdot \frac{\hbar}{2\sigma_0} = \frac{\hbar}{2}$.
Answer: $\Delta x\,\Delta p = \hbar/2$, exactly saturating the Heisenberg bound. The Gaussian wave packet is a minimum-uncertainty state at $t = 0$.
Runnable Simulations
Gaussian Wave Packet: Normalization and Expectation Values
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
Probability Current and Conservation
FortranClick Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server