The Variational Method

The Variational Method#

The next two techniques we wish to discuss are cases in which the Hamiltonian is not obviously close to solvable; thus, we consider them “nonperturbative”. These are the variational method and the WKBJ approximation. Essentially, the former works for ground state energies and the latter for highly excited states.

The essential point is as follows. Consider any state |ψ. We will not worry about normalization; the expectation value ofthe Hamiltonian (the average of the measured energy over many measurements) is:

E=ψ|Hketψψ|ψ

Now insert a resolution of the identity 1=n|nn| where the sum is over all energy eigenstates starting with the ground state n=0. Then

E=ψ|nn|H|ψψ|ψ=nEnψ|nn|ψψ|ψE0nψ|nn|ψψ|ψ=E0

where we have used EnE0. Thus any such expectation value is bounded from below by the ground state energy.

The variational principle uses this by starting with a family of states |ψ,λ where λ indexes that family; we then minimize E over λ, to get an estimate of the ground state energy. This is worthwhile if we want to get an estimate of how this energy depends on parameters of teh Hailotnian, for example, in situations for which the spectrum of the Hamiltonian cannot be solved for even in perturbation theory.

The essential reason this can work is as follows. Let us say we guess the ground state wavefunction with some error, |ψ=|0+ϵ|err where err|0=0. Then

E=E0+ϵ2err|H|err1+ϵ2err|err

Thus the error in our esptimate of E0 is smaller by O(ϵ) than our error in guessing the state.

The trick is to find a set of trial states for which

  1. We know how to compute H, and

  2. For which we can guess, based on simple principles, that the family overlaps strongly with the ground state. For bound state problems in one dimension, we can first ensure that the wavefunction has no nodes, and that it falls off at infinity. If the potential is parity-symmetric, we can guess that the ground state wavefunction is also and choose a family of trial wavefunctions which are also parity symmetric.

Past this point, it is most illumating to work through some examples.

Infinite square well#

We know how to solve this; the point is to see how well the variational technique works.

We consider a 1d square well:

V(x)={xL0L<x<LxL

As a reminder, the ground state eigenfunction is

ψn(x)=1Lcos(πxL)

and the energy is

E0=2π28mL2

Now let us pretend we didn’t know this. We do know that the wavefunction has to vanish for |x|L, and that as a ground state it should have no nodes, and be parity even. We will throw caution to the wind and try

ψ(x)=|L|λ|x|λ

A short computation yields

E=(λ+1)(2λ+1)2λ124m2ϵ2

This is minimized when

λ=1+621.72

for which

A=5+26π2E01.003E0

SO even with this ridiculous wavefunction we get .3% accuracy. Note that we also get the parametric dependence of E on ,m,L (though dimensional analysis would have done the job in this case – you should convince yourself of this!).

Linear potential#

Next, consider the potential

V(x)=g|x|

This can be solved with Airy functions, but it is a pain and we can show that the variational method does well. The actual ground state energy is

E0.8086(g22m)

Again, we demand parity symmetry, the lack of nodes, and normalizability (also of the expectation value of the Hamiltonian, since V grows linearly). A good trial wavefunction is

ψ=(2απ)1/4eαx2

which we have selected to be properly normalized. The parameter α, the width of the Gaussian, is what we will vary.

Now

\[\vev{E} = \int_{-\infty}^{\infty} dx \psi^*(x) \left[- \frac{\hbar^2}{2m} \frac{\del^2}{\del x^2} + g|x|\right) \psi(x) = \frac{\hbar^2\alpha}{2m} + \frac{g}{\sqrt{2\pi \alpha}\]

The minimum is determined by

Eα=22mg22πα3/2α=(mg2π2)2/3

Some algebra finally gives us

E=1π1/3(124/3+121/3)(g22m)1/3.813(g22m)1/3

which is a .5% error.

Helium atom#

Finally, a more realistic situation is that of the Helium atom, with fixed nucleaus and Hamiltonian for the electrons:

H=p122m+p222m2e2r12e2r2+e2|r1r2|

here ri is the distance of each electron to the nucleus.

Now as it happens, the ground state is in a spin singlet state. One standard argument is that if we make an approximation that the electron-electron interaction is absent, the gorund state is clearly one in which each electron is in the ground state of the coulomb problem with a charge-2 nucleus. This is symmetric, so by the Pauli principle (which we have not yet discussed!) the spin degrees of freedom are antisymmetric.

To movivate the choice of a trial wavefunction, we postulate that each electron will provide a partial screening of the charge of the nucleus. Thus, we choose the wavefunction

ψ(x1,x2)=(Z3πa02)eZ(r1+r2)/(2a0)

where a0 is the Bohr radius of the hydrogen atom. This is the product of the ground state wavefunction for each electron in a Coulomb potential created by a nucleus with positive charge Ze. We then compute E and vary it with respect to Z.

E=2me422(4ZZ258Z)

This is minimized when Z=2716 which we note is between 1 and 2, so it is consistent with our heuristic of the nucleus being partially screened by the electron.

The actual ground state energy can be measured as

E0=78.8 eV

We can try to compute this by treating the electron-electron interaction as a perturbation, with the unperturbed wavefunction being the product of the relevant ground states of the Z=2 Coulomb problem. This yields:

E0pert=74.8 eV

which is a 5% error. Not too bad! The variational calculation, however, yields

E0var=77.5 eV

which is a 1.6% error, even better.