Approximation Methods: Variational Principle and Perturbation Theory

In quantum mechanics, obtaining exact solutions to the Schrödinger equation is possible only for very simple systems, such as the hydrogen atom or the harmonic oscillator. For more complex systems, like multi-electron atoms or molecules, the Schrödinger equation becomes too difficult to solve analytically. In such cases, we rely on approximation methods to find solutions that are close to the exact ones. The two most fundamental and widely used approximation methods are the Variational Principle and Perturbation Theory.

The Need for Approximation Methods

The Hamiltonian operator (Ĥ), which represents the total energy of a system, becomes increasingly complex with the number of particles and interactions. For instance, the Hamiltonian for a helium atom includes kinetic energy terms for both electrons, electron-nucleus attraction terms for both electrons, and electron-electron repulsion terms. This latter term, the electron-electron repulsion, makes the Schrödinger equation non-separable and analytically intractable. Approximation methods allow us to tackle these complex problems by building upon the solutions of simpler, solvable systems or by making educated guesses about the true wave function.

1. Variational Principle

The Variational Principle is a powerful method used to estimate the ground state energy of a system. It is based on the idea that if you use a trial wave function (Ψtrial) that is a reasonable approximation to the true ground state wave function (Ψ0), the expectation value of the energy calculated using this trial function will be greater than or equal to the true ground state energy (E0).

The Mathematical Formulation

The expectation value of the energy, denoted by ⟨E⟩, is calculated using the formula:

⟨E⟩ = ∫ Ψtrial* Ĥ Ψtrial dτ / ∫ Ψtrial* Ψtrial

Here, Ĥ is the Hamiltonian operator of the system, Ψtrial is the trial wave function, Ψtrial* is its complex conjugate, and the integral is taken over all space (dτ represents the volume element).

The Variational Principle states that:

⟨E⟩ ≥ E0

where E0 is the true ground state energy.

How it Works

The core idea is to choose a trial wave function that depends on one or more adjustable parameters. We then calculate the expectation value of the energy ⟨E⟩ as a function of these parameters. To obtain the best possible approximation to the ground state energy, we minimize ⟨E⟩ with respect to these parameters. The minimum value obtained will be the closest possible approximation to the true ground state energy, and the corresponding trial wave function will be the best approximation to the true ground state wave function among all functions of that chosen form.

Steps for Applying the Variational Method

  1. Choose a Trial Wave Function (Ψtrial): Select a function that has the correct symmetry properties and boundary conditions of the system. It often incorporates adjustable parameters (e.g., α, β). For example, for a particle in a box, one might try a Gaussian function instead of the sine function.
  2. Calculate the Hamiltonian (Ĥ): Write down the Hamiltonian operator for the system you are studying.
  3. Calculate the Expectation Value of Energy (⟨E⟩): Compute the integral ⟨E⟩ = ∫ Ψtrial* Ĥ Ψtrial dτ / ∫ Ψtrial* Ψtrial dτ. This often involves integrating over all spatial coordinates.
  4. Minimize ⟨E⟩: Treat ⟨E⟩ as a function of the adjustable parameters. Take the partial derivative of ⟨E⟩ with respect to each parameter and set it to zero. Solve the resulting equations to find the optimal values of the parameters.
  5. Calculate the Variational Energy: Substitute the optimal parameter values back into the expression for ⟨E⟩. This minimum value is your best estimate for the ground state energy (E0).

Example: Particle in a 1D Box

Consider a particle of mass 'm' in a one-dimensional box of length 'L' (from x=0 to x=L). The true ground state wave function is Ψ1(x) = √(2/L) sin(πx/L) and the ground state energy is E1 = h2 / (8mL2).

Let's try a variational approach with a simple trial function, for instance, a parabolic function that is zero at the boundaries:

Ψtrial(x) = C * x * (L - x)

where C is a normalization constant. First, normalize Ψtrial:

0L |C * x(L-x)|2 dx = 1

C20L (x2L2 - 2x3L + x4) dx = 1

C2 [ L2x3/3 - 2Lx4/4 + x5/5 ]0L = 1

C2 [ L5/3 - L5/2 + L5/5 ] = 1

C2 L5 [ (10 - 15 + 6) / 30 ] = 1

C2 L5 (1/30) = 1 => C2 = 30/L5 => C = √(30/L5)

So, Ψtrial(x) = √(30/L5) * x(L-x).

The Hamiltonian for a free particle is Ĥ = - (ħ2 / 2m) d2/dx2.

Now calculate ⟨E⟩ = ∫0L Ψtrial* Ĥ Ψtrial dx (since it's a real function, Ψtrial* = Ψtrial).

First, calculate ĤΨtrial:

trial/dx = C * (L - 2x)

d2Ψtrial/dx2 = C * (-2)

ĤΨtrial = - (ħ2 / 2m) * C * (-2) = (ħ2C / m)

Now, the integral for ⟨E⟩:

⟨E⟩ = ∫0L [C * x(L-x)] * (ħ2C / m) dx

⟨E⟩ = (ħ2C2 / m) ∫0L (Lx - x2) dx

⟨E⟩ = (ħ2C2 / m) [ Lx2/2 - x3/3 ]0L

⟨E⟩ = (ħ2C2 / m) [ L3/2 - L3/3 ]

⟨E⟩ = (ħ2C2 / m) [ L3/6 ]

Substitute C2 = 30/L5:

⟨E⟩ = (ħ2 / m) * (30/L5) * (L3/6)

⟨E⟩ = (ħ2 / m) * (5/L2) = 5ħ2 / (mL2)

Since ħ = h / 2π, ħ2 = h2 / (4π2).

⟨E⟩ = 5 * (h2 / 4π2) / (mL2) = 5h2 / (4π2mL2)

The true ground state energy is E1 = h2 / (8mL2). Our variational estimate is ⟨E⟩ = 5h2 / (4π2mL2). Note that π2 ≈ 9.87. So, 4π2 ≈ 39.48.

⟨E⟩ ≈ 5h2 / (39.48 mL2) ≈ 0.127 h2 / (mL2).

The true energy is E1 = 0.125 h2 / (mL2).

As expected, ⟨E⟩ > E1. This trial function gives a reasonable approximation, but not perfect.

Key takeaway for Variational Principle: It provides an upper bound to the ground state energy. The better the trial wave function, the closer the calculated energy will be to the true ground state energy. It is particularly useful when analytical solutions are impossible and we need a good estimate for the lowest energy state.

2. Perturbation Theory

Perturbation theory is used when the Hamiltonian of a system can be split into two parts: a solvable part (Ĥ0) and a small, non-solvable part (Ĥ'). This small part is called the "perturbation." The method allows us to find approximate solutions for the energy levels and wave functions of the perturbed system by starting from the known exact solutions of the unperturbed system.

The Mathematical Formulation

Let the total Hamiltonian be Ĥ = Ĥ0 + Ĥ'.

The unperturbed Schrödinger equation is Ĥ0 Ψn(0) = En(0) Ψn(0), where Ψn(0) and En(0) are the known wave functions and energies of the unperturbed system.

The perturbed Schrödinger equation is Ĥ Ψn = En Ψn.

We express the perturbed energy and wave function as a power series in a dimensionless parameter 'λ', which represents the strength of the perturbation (λĤ'). As λ approaches 0, the system becomes unperturbed.

En = En(0) + λEn(1) + λ2En(2) + ...

Ψn = Ψn(0) + λΨn(1) + λ2Ψn(2) + ...

where En(k) and Ψn(k) are the k-th order corrections to the energy and wave function, respectively.

First-Order Perturbation Theory (Non-Degenerate Case)

Assuming the energy levels of the unperturbed system are non-degenerate (each energy level is unique).

Energy Correction: The first-order energy correction is given by the expectation value of the perturbation Hamiltonian with respect to the unperturbed wave function:

En(1) = ⟨Ψn(0) | Ĥ' | Ψn(0)⟩ = ∫ Ψn(0)* Ĥ' Ψn(0)

This means the first-order corrected energy is En ≈ En(0) + En(1).

Wave Function Correction: The first-order wave function correction is given by:

Ψn(1) = Σm≠n [ ⟨Ψm(0) | Ĥ' | Ψn(0)⟩ / (En(0) - Em(0)) ] Ψm(0)

The term ⟨Ψm(0) | Ĥ' | Ψn(0)⟩ is the matrix element of the perturbation between states m and n. The denominator (En(0) - Em(0)) is the energy difference between the states.

Second-Order Perturbation Theory (Non-Degenerate Case)

The second-order energy correction is:

En(2) = Σm≠n [ |⟨Ψm(0) | Ĥ' | Ψn(0)⟩|2 / (En(0) - Em(0)) ]

The second-order correction to the wave function, Ψn(2), is more complex and involves terms from both the first-order correction and the perturbation.

Perturbation Theory for Degenerate Systems

When energy levels are degenerate (En(0) = Em(0) for n ≠ m), the denominators in the perturbation formulas become zero, and the above formulas are invalid. In such cases, a different approach is needed, typically involving solving a secular determinant within the degenerate subspace to lift the degeneracy and find the correct first-order energy corrections.

Example: Helium Atom (as a conceptual illustration)

The helium atom has two electrons and a nucleus with charge Z=2. The Hamiltonian can be written as:

Ĥ = - (ħ2 / 2m) ∇12 - (ħ2 / 2m) ∇22 - (2e2 / 4πε0r1) - (2e2 / 4πε0r2) + (e2 / 4πε0r12)

If we ignore the electron-electron repulsion term (e2 / 4πε0r12), the Hamiltonian becomes separable into two hydrogen-like atom Hamiltonians (one for each electron), which is solvable. This is our unperturbed Hamiltonian Ĥ0.

Ĥ0 = [ - (ħ2 / 2m) ∇12 - (2e2 / 4πε0r1) ] + [ - (ħ2 / 2m) ∇22 - (2e2 / 4πε0r2) ]

The unperturbed energy would be the sum of two hydrogen-like energies for Z=2. For example, the ground state energy (1s2) would be 2 * E1s(Z=2) = 2 * [-13.6 eV * Z2 / 12] = 2 * [-13.6 * 4] = -108.8 eV.

The perturbation is Ĥ' = (e2 / 4πε0r12).

Using first-order perturbation theory, the correction to the ground state energy is:

Eground(1) = ⟨Ψ1s(1)Ψ1s(2) | Ĥ' | Ψ1s(1)Ψ1s(2)⟩

This integral is challenging but can be calculated. It represents the average repulsion energy between the two electrons when they are in the 1s orbitals. The calculated value is approximately +34 eV.

So, the approximate energy of the helium atom is Eground ≈ Eground(0) + Eground(1) = -108.8 eV + 34 eV = -74.8 eV.

The experimentally observed ionization energy of Helium is about -79 eV. First-order perturbation theory gives a reasonable approximation, but to get closer, higher-order corrections or more sophisticated methods like the Variational method with a better trial function (e.g., including screening) are needed.

Key takeaway for Perturbation Theory: It's effective when a small perturbation is added to a solvable system. It allows us to estimate the changes in energy and wave functions. The accuracy depends on the smallness of the perturbation and the order of the correction calculated. It's crucial for understanding how external fields (like electric or magnetic fields) or internal interactions affect atomic and molecular systems.

Comparison and Complementarity

Both the Variational Principle and Perturbation Theory are essential tools in quantum chemistry, but they are applied in different scenarios and have different strengths:

  • Variational Principle: Best for estimating the ground state energy when the exact Hamiltonian is known but too complex to solve. It provides an upper bound and can be used to improve approximate wave functions.
  • Perturbation Theory: Best when a system can be divided into a solvable part and a small perturbing part. It's good for understanding the effect of small changes or external influences and can be extended to excited states.

Often, these methods are used together. For example, a variational method might be used to get a good initial guess for the ground state wave function, which can then be used as the unperturbed wave function in perturbation theory to study the effect of further small perturbations.

Applications in Spectroscopy

These approximation methods are fundamental to understanding spectroscopic phenomena:

  • Stark Effect: The splitting and shifting of spectral lines of atoms and molecules when placed in an external electric field. This is a classic example of perturbation theory, where the electric field is the perturbation (Ĥ').
  • Zeeman Effect: The splitting and shifting of spectral lines in the presence of an external magnetic field. Again, the magnetic field acts as a perturbation.
  • Vibrational and Rotational Spectroscopy: While basic models for molecular vibrations and rotations are solvable, real molecules have anharmonic vibrations and non-rigid rotations. Perturbation theory is used to account for these deviations from ideal models, leading to more accurate predictions of spectral transitions.
  • Fine Structure and Hyperfine Structure: Interactions like spin-orbit coupling (fine structure) or spin-spin coupling (hyperfine structure) are often treated as small perturbations to the electronic structure calculated without these interactions.

In essence, approximation methods are the workhorses that allow quantum mechanics to be applied to the vast majority of real-world chemical systems, bridging the gap between theoretical models and experimental observations, particularly in spectroscopy.