Variational Methods | Physics - Wyatt's Notes
10.1 The Variational Principle
Section titled “10.1 The Variational Principle”For any trial wavefunction (normalised), the expectation value of the Hamiltonian is an upper bound on the true ground state energy:
The equality holds if and only if .
10.2 The Hydrogen Molecule Ion
Section titled “10.2 The Hydrogen Molecule Ion H2+H_2^+H2+”The simplest molecule: one electron in the field of two protons separated by distance . The Hamiltonian:
LCAO trial function:
The energies:
Where is the overlap integral, is the Coulomb integral, and is the exchange integral.
- (bonding): has a minimum at Giving a binding energy of eV (experiment: 2.8 eV).
- (antibonding): monotonically decreases, no bound state.
10.3 The Hydrogen Molecule
Section titled “10.3 The Hydrogen Molecule H2H_2H2”With two electrons, the full Hamiltonian includes the electron-electron repulsion. Using the variational method with properly (anti)symmetrised spatial-spin wavefunctions:
Bonding (singlet):
Antibonding (triplet):
The equilibrium bond length is with binding energy eV (experiment: 4.75 eV).
10.4 Key Relationships
Section titled “10.4 Key Relationships”| Method | Type | Guarantee | Accuracy |
|---|---|---|---|
| Variational | Ground state | Upper bound | Depends on trial function |
| Perturbation theory | Any state | No bound (asymptotic series) | Depends on smallness |
| WKB | Semiclassical | Leading order in | Good for large |
| Hartree-Fock | Many-body | Variational (single determinant) | 99% of energy |
10.5 Common Pitfalls
Section titled “10.5 Common Pitfalls”- Using a non-normalised trial function without adjusting. The variational principle requires . If the trial function is not normalised, use instead.
- Forgetting the variational principle only gives ground state bounds. For excited states, the trial function must be orthogonal to lower-energy states, which is hard to enforce.
- Choosing a trial function with the wrong symmetry. If the true ground state has a different parity or angular momentum than the trial function, the variational estimate can be very poor.
- Assuming more variational parameters always improves accuracy. Additional parameters can lead to overfitting, numerical instability, and may only marginally improve the energy while obscuring the physics.
10.6 Summary Table
Section titled “10.6 Summary Table”| System | Trial function | Variational parameter | Energy (theory) | Energy (exact) |
|---|---|---|---|---|
| He atom | eV | eV | ||
| LCAO | eV binding | eV | ||
| Singlet Heitler-London | eV binding | eV |
10.7 Applications
Section titled “10.7 Applications”- Quantum chemistry: The Hartree-Fock method is a variational approach where the trial function is a Slater determinant. Post-Hartree-Fock methods (CI, MP2, CC) systematically improve the variational bound.
- Condensed matter physics: The Hubbard model is studied variationally using Gutzwiller wavefunctions and density matrix renormalisation group (DMRG) methods.
- Nuclear physics: The nuclear shell model uses variational calculations with configurational mixing to predict nuclear spectra and binding energies.
- Machine learning: Variational autoencoders (VAEs) use the variational principle to approximate intractable posterior distributions by minimising the evidence lower bound (ELBO).
Worked Example 10.1: Variational Estimate for Helium Ground State
Use the trial function where is a variational parameter.
The energy expectation value (treating the electron-electron repulsion as a perturbation):
E(Z_{\text{eff}) = 2\times\frac{Z_{\text{eff}^2}}{2}\text{Ry} - 2\times\frac{Z_{\text{eff} Z}{1}\text{Ry} + \frac{5}{8}Z_{\text{eff}\text{Ry}}}}}
= \left(Z_{\text{eff}^2 - 4Z_{\text{eff} + \frac{5}{4}Z_{\text{eff}\right)\text{Ry} = \left(Z_{\text{eff}^2 - \frac{11}{4}Z_{\text{eff}\right)\text{Ry}}}}}}
Minimising: .
The exact (non-relativistic) ground state energy is eV, so the variational result is within 2%.
The effective charge reflects the screening of the nuclear charge by the other electron: each electron partially shields the nucleus from the other, reducing the effective charge from to .
10.8 Worked Example: Variational Estimate for Particle in a Finite Well
Section titled “10.8 Worked Example: Variational Estimate for Particle in a Finite Well”Problem. Estimate the ground state energy of a particle in a 1D finite square well for , for , using the Gaussian trial function .
Solution. The Hamiltonian is . The kinetic energy: . The potential energy: .
Thus . Minimising numerically for typical parameters ( eV, Å, ) gives Å and eV, compared to the exact value eV. The Gaussian trial function cannot capture the exponential decay outside the well, leading to a 12% error.
flowchart TD A[11_Variational Methods] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”The variational principle states that any trial wavefunction gives an energy estimate that is always greater than or equal to the true ground state energy. This transforms finding the ground state into an optimization problem: minimize the energy over a family of trial functions. The better the trial function, the closer the estimate. This method is exact in the limit of a complete basis set, but even simple trial functions give remarkably accurate results. It is the foundation of quantum chemistry calculations, where clever choices of trial wavefunctions and basis sets balance accuracy against computational cost.
Cross-References
Section titled “Cross-References”Approximation Methods: The variational principle is one of the key approximation methods in quantum mechanics.
Identical Particles and Exchange Symmetry: Exchange symmetry and Slater determinants are essential for variational calculations of many-body systems.
Angular Momentum and the Hydrogen Atom: The hydrogen atom provides exact solutions that test variational methods.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.