Lecture Notes On Quantum Mechanics
Lecture Notes On Quantum Mechanics
Lecture Notes On Quantum Mechanics
PHYSICS 430
J. Greensite
Fall 2003
CONTENTS
Part I - Fundamentals
8. Rectangular Potentials
Qualitative behavior of energy eigenstates. Why bound state energies are dis-
crete, why unbound eigenstates oscillate. Step potentials. The finite square well.
Tunnelling, resonance, and the Ramsauer effect.
APOLOGIA
These are my lecture notes for Physics 430 and 431, written a number of years
ago. They are still a bit incomplete: Chapters 19 and 20 remain to be written, and
Chapter 23 is unfinished. Perhaps this year I will get around to it. It is likely that
there are still many misprints scattered here and there in the text, and I will be
grateful if these are brought to my attention.
6
Chapter 1
In the first quarter of this century, it was discovered that the laws of motion formulated
by Galileo, Newton, Lagrange, Hamilton, Maxwell, and many others, were inadequate
to explain a wide range of phenomena involving electrons, atoms, and light. After a
great deal of effort, a new theory (together with a new law of motion) emerged in 1924.
That theory is known as quantum mechanics, and it is now the basic framework for
understanding atomic, nuclear, and subnuclear physics, as well as condensed-matter
(or ”solid-state”) physics. The laws of motion (due to Galileo, Newton,...) which
preceded quantum theory are referred to as classical mechanics.
Although classical mechanics is now regarded as only an approximation to quan-
tum mechanics, it is still true that much of the structure of the quantum theory is
inherited from the classical theory that it replaced. So we begin with a lightning
review of classical mechanics, whose formulation begins (but does not end!) with
Newton’s law F = ma.
7
8 CHAPTER 1. THE CLASSICAL STATE
this trajectory exactly, but we would like to develop a method which can be applied
to a particle moving in any potential field V (x). So let us begin with Newton’s law
F = ma, which is actually a second-order differential equation
d2 x dV
m 2
=− (1.1)
dt dx
It is useful to reexpress this second-order equation as a pair of first-order equations
dx p
=
dt m
dp dV
= − (1.2)
dt dx
where m is the mass and p is the momentum of the baseball. We want to find the
solution of these equations such that x(t0 ) = Xin and x(t0 + ∆t) = Xf , where Xin
and Xf are, respectively, the (initial) height of your hand when the baseball leaves
it, and the (final) height of your hand when you catch the ball.1
With the advent of the computer, it is often easier to solve equations of motion
numerically, rather than struggle to find an analytic solution which may or may not
exist (particularly when the equations are non-linear). Although the object of this
section is not really to develop numerical methods for solving problems in baseball,
we will, for the moment, proceed as though it were. To make the problem suitable
for a computer, divide the time interval ∆t into N smaller time intervals of duration
= ∆t/N , and denote, for n = 0, 1, ..., N ,
tn ≡ t0 + n ,
xn = x(tn ) , pn = p(tn ) ,
(1.3)
x0 = Xin , xN = X f
An approximation to a continuous trajectory x(t) is given by the set of points {xn }
connected by straight lines, as shown in Fig. [1.1]. We can likewise approximate
derivatives by finite differences, i.e.
!
dx x(tn+1 ) − x(tn ) xn+1 − xn
→ =
dt t=tn
!
dp p(tn+1 ) − p(tn ) pn+1 − pn
→ =
dt t=tn
2
! ! !
dx 1 dx dx
→ −
dt2 t=tn
dt t=tn
dt t=tn−1
( )
1 (xn+1 − xn ) (xn − xn−1 )
→ − (1.4)
1
We will allow these positions to be different, in general, since you might move your hand to
another position while the ball is in flight.
1.1. BASEBALL, F = M A, AND THE PRINCIPLE OF LEAST ACTION 9
Then Newton’s Law F = ma can be restated as the condition that the action func-
tional S[{xi }] is stationary with respect to variation of any of the xi (except for the
endpoints x0 and xN , which are held fixed). In other words
d NX−1
1 (xn+1 − xn )2
" #
d
S[{xi }] = m − V (xn )
dxk dxk n=0 2
1 (xk+1 − xk )2 1 (xk − xk−1 )2
( )
d
= m + m − V (xk )
dxk 2 2
= {−ma(tk ) + F (tk )}
= 0 for k = 1, 2, ..., N − 1 (1.10)
This set of conditions is known as the Principle of Least Action. It is the principle
that the action S is stationary at any trajectory {xn } satisfying the equations of
motion F = ma, eq. (1.7), at every time {tn }.
The procedure for solving for the trajectory of a baseball by computer is to pro-
gram the computer to find the set of points {xn } which minimizes the quantity
!2
X ∂S
Q= (1.11)
k ∂xk
In discussing the motion of the baseball, we have been ignoring a lot of details
about baseballs, such as the composition of the interior, the pattern of the stitching,
and the brand-name printed on the surface. Instead, the baseball has been treated
as though it were essentially a structureless point of mass m. It is necessary to
make idealizations like this in physics; the real world is otherwise too complicated to
describe. But sometimes an idealization misses something crucial. See if you can find
what goes wrong in the following argument, which tries to prove that a rolling wheel
(or, for that matter, a rolling baseball) can never come to rest through friction with
the ground.
”Proof”: As shown in Fig. [1.3], the forward momentum of a wheel in the positive
x-direction can only be eliminated by a force applied in the opposite direction. But
the only place this force could be applied by friction is the point where the wheel
touches the ground. And a force in the negative x-direction, applied at this point,
will have the effect of making the wheel spin faster! Therefore, the wheel will never
come to rest due to friction. QED.
2
I owe this exercise to Dr. Jeppe Dyre, Roskilde University, Denmark.
12 CHAPTER 1. THE CLASSICAL STATE
This is the Euler-Lagrange equation for the baseball. It becomes simpler when we
take the → 0 limit (the ”continuum” limit). In that limit, we have
xn+1 − xn dx
ẋn = → ẋ(t) =
dt
N
X −1 Z t0 +∆t
S= L[xn , ẋn ] → S = dt L[x(t), ẋ(t)] (1.19)
n=1 t0
1.2. EULER-LAGRANGE AND HAMILTON’S EQUATIONS 13
1. The Lagrangian
2. The Action Z
S= dt L[{q i }, {q̇ i }] (1.36)
From the Least Action Principle, following a method similar to the one we used for
the baseball (see Problem 4), we derive
q̇ i = q̇ i [{q n , pn }] (1.39)
5. The Hamiltonian
H[{q i , pi }] ≡ pn q̇ n − L[{q i , q̇ i }]
X
(1.40)
n
6. Hamilton’s Equations
∂H
q̇ i =
∂pi
∂H
ṗi = − i (1.42)
∂q
1.3. CLASSICAL MECHANICS IN A NUTSHELL 17
Our pendulum is a mass m at the end of a weightless rigid rod of length l, which
pivots in a plane around the point P. The ”generalized coordinate”, which specifies
the position of the pendulum at any given time, is the angle θ (see Fig. [1.4]).
1. Lagrangian
1
L = ml2 θ̇ 2 − (V0 − mgl cos(θ)) (1.43)
2
where V0 is the gravitational potential at the height of point P , which the pendulum
reaches at θ = π/2. Since V0 is arbitrary, we will just set it to V0 = 0.
2. The Action
t1 1 2 2
Z
S= dt ml θ̇ + mgl cos(θ) (1.44)
t0 2
3. Euler-Lagrange Equations
We have
∂L
= −mgl sin(θ)
∂θ
∂L
= ml2 θ̇ (1.45)
∂ θ̇
and therefore
ml2 θ̈ + mgl sin(θ) = 0 (1.46)
is the Euler-Lagrange form of the equations of motion.
5. The Hamiltonian
Insert
p
θ̇ = (1.48)
ml2
into
1
H = pθ̇ − ml2 θ̇ 2 + mgl cos(θ) (1.49)
2
to get
1 p2
H= − mgl cos(θ) (1.50)
2 ml2
18 CHAPTER 1. THE CLASSICAL STATE
6. Hamilton’s equations
∂H p
θ̇ = =
∂p ml2
∂H
ṗ = − = −mgl sin(θ) (1.51)
∂θ
which are easily seen to be equivalent to the Euler-Lagrange equations.
Problem - Two pointlike particles moving in three dimensions have masses m1 and
m2 respectively, and interact via a potential V (x~1 − x~2 ). Find Hamilton’s equations
of motion for the particles.
Problem - Suppose, instead of a rigid rod, the mass of the plane pendulum is
connected to point P by a weightless spring. The potential energy of the spring is
1
2
k(l − l0 )2 , where l is the length of the spring, and l0 is its length when not displaced
by an external force. Choosing l and θ as the generalized coordinates, find Hamilton’s
equations.
In this way, the physical state at any later time can be obtained (in principle) to an
arbitrary degree of accuracy, by making the time-step sufficiently small (or else, if
1.4. THE CLASSICAL STATE 19
possible, by solving the equations of motion exactly). Note that the coordinates {q a }
alone are not enough to specify the physical state, because they are not sufficient to
predict the future. Information about the momenta {pa } is also required.
The space of all possible {q a , pa } is known as phase space. For a single particle
moving in three dimensions, there are three components of position and three compo-
nents of momentum, so the ”physical state” is specified by 6 numbers (x, y, z, px , py , pz ),
which can be viewed as a point in 6-dimensional phase space. Likewise, the physical
state of a system of N particles consists of 3 coordinates for each particle (3N co-
ordinates in all), and 3 components of momentum for each particle (3N momentum
components in all), so the state is given by a set of 6N numbers, which can be viewed
as a single point in 6N -dimensional space.
As we will see in the next lectures, classical mechanics fails to predict correctly
the behavior of both light and matter at the atomic level, and is replaced by quantum
mechanics. But classical and quantum mechanics have a lot in common: they both
assign physical states to objects, and these physical states evolve according to 1st-
order differential equations. The difference lies mainly in the contrast between a
physical state as understood by classical mechanics, the ”classical state”, and its
quantum counterpart, the ”quantum state”. This difference will be explored in the
next few lectures.
20 CHAPTER 1. THE CLASSICAL STATE
Chapter 2
Where do correct ideas come from? Do they drop from the sky? No! Are they innate
in the mind? No! They come from social practice, and from it alone.
- Mao Tse-Tung
The suggestion that all matter is composed of atoms, and the name ”atom” itself,
are due to the Greek thinker Democritus, who lived five centuries before Christ. Not
until the 19th century, however, did evidence for this hypothesis begin to accumulate,
particularly from thermodynamics. The evidence was indirect, but compelling: as-
suming that gases are composed of atoms, one could derive analytically the equation
of state for ideal gases P V = nRT , which had been discovered empirically by Boyle
and others. In addition, assuming that solids as well as gases are composed of atoms,
one could deduce their specific heats, which agreed fairly well with the experimental
values at high temperatures . By the early 20th century, improvements in technology
and the discovery of radioactivity had enabled physicists to study in some detail the
internal structure of atoms, the mass and charge of the electron, and the interaction
of atoms with light.
Certain aspects of atomic physics which emerged from these early investigations
were puzzling and even paradoxical, in the sense that the observed behavior of elec-
trons, atoms, and light seemed in contradiction to the known laws of mechanics and
electromagnetism. These aspects fell roughly into three categories:
21
22 CHAPTER 2. ORIGINS OF QUANTUM MECHANICS
1
Erad = no. of degrees of freedom × kT
2
1
= 2 × (no. of standing waves) × kT (2.1)
2
where k is Boltzman’s constant and T is the temperature of the box. An electro-
magnetic field in a box can be thought of as a superposition of an infinite number of
standing waves; the ”degrees of freedom” are the amplitudes of each distinct standing
wave. The factor of 2 comes from the fact that each standing wave can be in one of
two possible polarizations.
As we will see in a later lecture, the number of standing waves that can exist in
a cubical box of volume V , for frequencies in the interval [f, f + ∆f ], is
4π 2
N (f )∆f = V f ∆f (2.2)
c3
Then the energy of radiation in this range of frequencies will be
1 4πkT f 2
∆Erad = 2N (f )∆f × kT = V ∆f (2.3)
2 c3
The energy density per unit frequency E(f, T )is therefore
∆Erad 4πkT f 2
E(f, T ) ≡ = (2.4)
V ∆f c3
which is known as the Rayleigh-Jeans law.
The Rayleigh-Jeans law can be tested by making a hole in the box, and measur-
ing the intensity of radiation emitted from the box as a function of frequency; this
intensity is directly proportional to E(f, T ). Radiation from a small hole in a cavity
is known as ”black-body radiation”, because any radiation falling into the hole is not
reflected out the hole, but is ultimately absorbed by the walls. The experimental
result, compared to the prediction, is shown in Fig. [2.1]. Theory disagrees with
experiment at high frequencies. In fact, it is clear that there had to be something
wrong with theory, because the total energy is predicted to be
1
Erad = 2 × (no. of standing waves) × kT
2
= ∞ (2.5)
(otherwise its mass, according to special relativity, would be infinite), so this result
cannot possibly be correct.
Planck’s contribution to this problem was a masterpiece of what is known in
physics as phenomenology. The first step of phenomenology is to stare at the data,
in this case the experimental curve shown in Fig. [2.1], and try to find some simple
analytical expression that fits it. Planck found that
8πhf 3 1
E(f, T ) = (2.6)
c3 ehf /kT − 1
would do nicely, if one chose the constant h to be
The second step is to try to derive the analytical expression for the data, starting
from some simple physical assumptions about the system. Planck took aim at the
equipartition principle. This principle is only valid if the energy associated with each
degree of freedom can take on any value between 0 and ∞, depending on the physical
state. In electromagnetism, the energy of a standing wave of a given wavelength is
proportional to the square of its amplitude, which can certainly be any number in the
range [0, ∞]. Planck’s suggestion was that, for some unknown reason, the oscillating
charges in the walls could only emit or absorb energy in multiples of hf , where f is
the frequency of the oscillator. This means that the energy of radiation of frequency
f in the box could only have the possible values
En = nhf (2.8)
where n is an integer. This assumption, combined with the rules of statistical me-
chanics, is enough to deduce the Planck distribution (2.6).
Note the appearance in Planck’s formula of the constant h, known as Planck’s
constant. It is one of the three most fundamental constants in physics, sharing the
honor with c, the speed of light, and G, Newton’s constant. All theoretical predictions
of quantum physics, to the extent that they disagree with classical physics, have
Planck’s constant h appearing somewhere in the expression.
what is surprising about it is that the energy of the emitted electrons is independent
of the intensity of the incident light.
The experimental setup, used to measure the energy of the most energetic elec-
trons, is shown in Fig. [2.2]. The electrons are emitted at the photocathode, fall
on a collecting plate, and complete a circuit. The resulting current is measured by
an ammeter. A battery can be used to put a potential difference V across the gap
between the cathode and the plate, which tends to repel the electrons back towards
the cathode. For an electron to reach the collecting plate, it must have an energy of
at least eV , where e is the magnitude of the charge of an electron. As the repelling
potential is increased, fewer electrons have sufficient energy to reach the plate, and
the current measured by the ammeter decreases. Let Vs denote the voltage where
the current just vanishes; i.e. Vs is the lowest voltage such that, at any V > Vs , the
current is zero. This means that the maximum energy of the emitted electrons is just
Ephoton = hf (2.11)
Suppose that the minimum energy required to free an electron from the photocathode
is E0 , and an electron absorbs energy from the light by absorbing a photon. Then
the maximum possible energy for an emitted electron is the energy of the absorbed
photon, less the minimum energy required to free the electron from the metal, i.e.
Emax = hf − E0 (2.12)
Raising the intensity of the light simply increases the number of photons hitting the
metal per second, which increases the number of emitted electrons per second. But
the energy of each electron is dependent only on the energy of the absorbed photon,
and this energy depends only on frequency.
Einstein’s theory of the photon composition of light immediately explains Planck’s
condition that the energy of electromagnetic radiation of frequency f , in a box, is
restricted to the values
E = nhf (2.13)
26 CHAPTER 2. ORIGINS OF QUANTUM MECHANICS
Since there can only be an integer number of photons n at any given frequency, each
of energy hf , the energy of the field at that frequency can only be nhf . Planck’s
restriction on energies is thereby explained in a very natural, appealing way.
Except for one little thing. ”Frequency” is a concept which pertains to waves;
yet Einstein’s suggestion is that light is composed of particles. The notion that
the energy of each ”particle” is proportional to the frequency of the electromagnetic
”wave”, which in turn is composed of such ”particles”, seems like an inconsistent mix
of quite different concepts. However, inconsistent or not, evidence in support of the
existence of photons continued to accumulate, as in the case of the Compton effect.
In this formula E1 is the energy of the incident photon, and mc2 is the
q energy of an
electron at rest, while E2 is the energy of the scattered photon, and p2e c2 + m2 c4 is
the energy of the scattered electron. Using the fact that E = pc for photons, we have
p2e = (~
p1 − p~2 ) · (~
p1 − p~2 )
2 2
= p1 + p2 − 2p1 p2 cos θ (2.20)
and insert the expression for p2e into the energy conservation equation (2.19), to find
1 1 1
− = (1 − cos θ) (2.21)
p2 p1 mc
Finally, using the relation (2.16), Compton deduced that
h
λ2 − λ 1 = (1 − cos θ) (2.22)
mc
which, in fact, agrees with experiment.
This implies that the more accurately we measure the particle’s position (∆x very
small), the more uncertainty there is in its momentum (∆p very large), and vice versa.
A concrete, although much oversimplified arrangement for measuring particle po-
sition is known as ”Heisenberg’s microscope”; the setup is shown in Fig. [2.5]. The
idea is to measure the position of a particle moving along the x-axis with a known
momentum px , to an accuracy ∆x. This is done by shining light on the particle. The
particle scatters the incident light, and this scattered light is brought to a focal point
by a lens of diameter D. However, the ability of a lens to determine position is limited
by the resolution of the lens.
Consider two point sources of light a distance L from the lens, which are separated
by an interval ∆x. Resolution of these two points requires resolution of an angular
separation
∆x
φ= (2.24)
L
On the other hand, according to the Rayleigh criterion, the smallest angular separa-
tions which can be resolved by a lens of diameter D is of the order
λ
φmin ≈ (2.25)
D
Equating these two angles, we find that the smallest possible separation between two
points which can be resolved by the lens is
λ λ
∆x ≈ ≈ (2.26)
D/L sin θ
If a lens cannot resolve point sources separated by intervals less than ∆x, it is also
unable to resolve the position of a single point source to an accuracy better than ∆x.
Because a lens focuses all light at a certain image point, we cannot determine
at exactly what angle the light was scattered, relative to the y-axis. Scattered light
will reach the lens at any scattering angle between 0 and θ. But that means that the
x-component of the momentum of the scattered photon is uncertain by approximately
h
∆px ≈ p sin θ = sin θ (2.27)
λ
Multiplying (2.24) by (2.27) gives the uncertainty relation
∆x∆px ≈ h (2.28)
as before.
A physical state is supposed to be determined by measurement, but from the re-
lation (2.28) we see that measurements of position and momentum cannot be made
simultaneously, to arbitrarily high precision, if light is used to observe the particle
position. This is the first hint that something may be wrong with the classical view
2.5. THE BOHR ATOM 29
of a physical state. Of course, it could be that the relation (2.28) is simply a practi-
cal limit on measurement; a particle might have a definite position and momentum
despite our inability to measure those quantities simultaneously. But the difficulty
could also be much more profound: if a physical state is simply the mathematical
representation of the outcome of an accurate measurement process (a view which
was advocated in Fig. [1.5] of Lecture 1) and if accurate numbers (x, p) are never
an outcome of any measurement, then perhaps we are mistaken in thinking that a
physical state corresponds to definite values of (x, p). In other words, the origin of
the uncertainty could be due to trying to fit a square peg (the true physical state,
whatever that may be) into a round hole (the set (x, p)). At the very least, if x and
p cannot be measured simultaneously, then there is certainly no experimental proof
that the classical state is the true physical state. This view is obviously a very radical
option; for the moment we only raise it as a possibility, and turn to the mystery of
the stability of the atom.
passed through a prism or diffraction grating, it is split into a relatively small number
of bright lines, known as ”spectral lines”. It is not hard to understand that an atom,
stimulated by an electric current, might emit light; but why should it only emit that
light at certain definite frequencies? Empirically, spectoscopists had found that each
spectral line of hydrogen could be associated with two integers, m and n, such that
the wavelength λ of the spectral line was given by
1 1 1
= RH 2
− 2 (2.29)
λ n m
where
RH = 109677.576(12) cm−1 (2.30)
is known as ”Rydberg’s constant” for Hydrogen. This formula works for Hydrogen,
modified forms work for certain other gases, but, at the time, nobody could explain
its success.
In 1913, Niels Bohr discovered that the formula for the spectral lines of Hydrogen
could be derived from one crucial assumption about electron orbits: the angular
momentum of an electron can only come in multiples of Planck’s constant divided by
2π. In particular, for circular orbits,
h
L = pr = n (2.31)
2π
where p is the electron momentum, and r is the radius of the (assumed) circular orbit.
The expression h/2π comes up so often in quantum physics that it is given its own
symbol
h
h̄ ≡ (2.32)
2π
pronounced ”h-bar”.
Bohr was led to the assumption (2.31) by the following reasoning: A charged
particle rotating in a circular orbit will emit electromagnetic waves which possess
both energy and angular momentum. Suppose ∆E is the energy of radiation emitted
in a certain time interval ∆t. Then according to Maxwell’s electrodynamics, the
electromagnetic radiation also contains a certain amount of angular momentum ∆L,
related to ∆E by the formula
∆E = 2πf ∆L (2.33)
where f is the frequency of the radiation. Now, according to Einstein, the smallest
amount of energy emitted is that of one photon, ∆E = hf . Then the smallest amount
of angular momentum that could have been emitted would be
h
∆L = (2.34)
2π
In the case of the hydrogen atom, this means that the angular momentum of the
electron, upon emitting a photon, must change by exactly this amount. This led
2.5. THE BOHR ATOM 31
Bohr to guess that, if electron angular momentum can only change by units of h̄,
then the total angular momentum of the electron in the Hydrogen atom should be an
integer multiple of that amount. This is the condition (2.31). Lets see how it leads
to a prediction for atomic spectra.
The electron is assumed to be moving around the nucleus in a circular orbit. Now,
for any circular orbit, the centripetal force must equal the attractive force, i.e.
p2 e2
= 2 (2.35)
mr r
However, Bohr’s quantization condition (2.31) implies
nh̄
pn = (2.36)
r
where the subscript indicates that each momentum is associated with a particular
integer n. Inserting this expression into (2.35) and solving for r, we find
n2 h̄2
rn = (2.37)
me2
The total energy of the electron, in an orbit of radius rn , is therefore
p2n e2
En = −
2m rn
n2 h̄2 e2
= −
2mrn2 rn
4
!
me 1
= − 2 (2.38)
2h̄ n2
The total energy is negative because the electron is in a bound state; energy must be
added to bring the electron energy to zero (i.e. a free electron at rest).
Bohr’s idea was that a Hydrogen atom emits a photon when the electron jumps
from an energy state Em , to a lower energy state En . The photon energy is the
difference of these two energies
Ephoton = Em − En
me4
!
1 1
hf = −
2h̄2 n2 m2
me4
!
c 1 1
h = −
λ 2h̄2 n2 m2
me4
!
1 1 1
= − (2.39)
λ 2chh̄2 n2 m2
32 CHAPTER 2. ORIGINS OF QUANTUM MECHANICS
This final expression not only matches the form of the empirical equation for spectral
lines, but an explicit evaluation of the constant factor shows that it is numerically
equal to the Rydberg constant
me4
RH = (2.40)
2chh̄2
In addition to getting the Hydrogen spectra right, Bohr’s quantization condition
(2.31) also implies, if it doesn’t exactly explain, the stability of the atom. For if
Bohr’s condition is correct, then there is a minimum radius for the electron orbit,
namely
h̄2
r1 = = 5.29 × 10−11 m (2.41)
me2
which is known as the ”Bohr radius”. The electron can neither spiral nor jump to
a radius smaller than this. Therefore, Bohr’s theory actually predicts the size of the
Hydrogen atom, which agrees with empirical estimates based on, e.g., the van der
Waals equation of state.1
After the success of Bohr’s model of the atom, attempts were made to gener-
alize his work to elliptical orbits, to include relativistic effects, and to apply it to
multi-electron atoms. The outcome of a great deal of effort was this: sometimes
the quantization condition worked, and sometimes it didn’t. Nobody understood the
range of validity of the quantization condition, nor why classical mechanics should be
subject to such a drastic restriction. A good new idea was needed.
h
Ephoton = hf and pphoton = (2.42)
λ
Louis de Broglie’s very great contribution to physics, in the year 1924, was the sug-
gestion that these relations also hold true for electrons, i.e.
h
Eelectron = hf and pelectron = (2.43)
λ
In the case of light, the conceptual difficulty is with the left-hand side of these equa-
tions: how can light waves have particle properties? In the case of electrons, it is the
right-hand side of the equations which is difficult to understand: what does one mean
by the frequency and wavelength of an electron?
De Broglie had the idea that the wave which is somehow associated with an
electron would have to be a standing wave along the electron orbits of the hydrogen
1
Of course, there is a hidden assumption that n > 0, i.e. there are no orbits of radius r = 0.
2.6. DE BROGLIE WAVES 33
atom. Now the condition for a standing wave on, e.g., a circular string, is simply that
an integral number of wavelengths fit along the circumference, i.e.
nλ = 2πr (2.44)
But then, under the assumption that the wavelength of an electron ”wave” is related
to its momentum by p = h/λ, this becomes
h
n = 2πr (2.45)
p
or
pr = nh̄ (2.46)
which is precisely Bohr’s quantization condition!
Although deriving the Bohr model is a splendid achievement of de Broglie’s as-
sumptions, it is still true that any wave motion should exhibit interference phenomena.
By sending light through a pair of slits, Young (in 1801) found the characteristic 2-slit
interference pattern of wave motion, thereby confirming the wave-like nature of light.
What if one does the same experiment with electrons?
34 CHAPTER 2. ORIGINS OF QUANTUM MECHANICS
Chapter 3
Truth is stranger than fiction, but it is because fiction is obliged to stick to possibilities;
truth isn’t.
- Mark Twain
35
36 CHAPTER 3. THE WAVE-LIKE BEHAVIOR OF ELECTRONS
E
ω = 2πf = (3.3)
h̄
and where we have used the de Broglie relations to express λ and f in terms of
electron momentum p and energy E. Then the electron wavefunction could have the
form of a sin wave
px − Et
ψ(x, t) = sin(kx − ωt) = sin (3.4)
h̄
or a cosine
px − Et
ψ(x, t) = cos(kx − ωt) = cos (3.5)
h̄
or any linear combination of sin and cosine, including the complex function
Normally we would rule out a complex wavefunction of the form (3.6), on the grounds
that, e.g., the displacement of a vibrating string, or the strength of electric and
magnetic fields in a radio wave, or the pressure variation in a sound wave, are strictly
real quantitites.
Given the wavefunction, what is the wave equation? Waves on strings, sound
waves, and light waves, all satisfy wave equations of the form
∂2ψ ∂2ψ
= α (3.7)
∂t2 ∂x2
where α = 1/v 2 is a constant. However, if we plug the sin-wave form (3.4) into this
expression we find
E2 px − Et p2 px − Et
2 sin = α 2 sin (3.8)
h̄ h̄ h̄ h̄
which implies
E 2 = αp2 (3.9)
3.1. WAVE EQUATION FOR DE BROGLIE WAVES 37
The same result is obtained, of course, for the cosine. This expression for the energy
of a non-relativistic particle in terms of its momentum is simply wrong. For a particle
of mass m, the correct expression is
p2
E= (3.10)
2m
In order to recover this expression, we need a wave equation with one time derivative
(which brings down one factor of E), and two space derivatives (which bring down a
factor of p2 ), i.e.
∂ψ ∂2ψ
=α 2 (3.11)
∂t ∂x
A sin-function will not satisfy this equation, however, since we end up with a cosine
on the left-hand side, and a sin on the right-hand side; and vice-versa for the cosine
wavefunction. The wavefunction which does work is the complex form (3.6), which,
when inserted into (3.11) gives
−iE i(px−Et)/h̄ −p2
e = α 2 ei(px−Et)/h̄ (3.12)
h̄ h̄
Setting E = p2 /2m, we can solve for α to find
∂ψ ih̄ ∂ 2 ψ
= (3.13)
∂t 2m ∂x2
or, equivalently,
∂ψ h̄2 ∂ 2 ψ
ih̄ =− (3.14)
∂t 2m ∂x2
This is the wave equation for de Broglie waves moving in one dimension. The gener-
alization to three dimensions is a wavefunction of the form
~
ψ(~x, t) = ei(k·~x−ωt) = ei(~p·~x−Et)/h̄ (3.15)
which satisfies the wave equation
∂ψ h̄2 2
ih̄ =− ∇ψ (3.16)
∂t 2m
It is important to realize that in contrast to waves in classical physics, the amplitude
of de Broglie waves is necessarily complex.
By the superposition principle of wave motion 1 the amplitude of the de Broglie wave
at point y is
ψ(y, t) = ψA (y, t) + ψB (y, t)
p∆L
= 2N exp[i(pLav − Et)/h̄] cos (3.21)
2h̄
where
∆L = LBy − LAy
1
Lav = (LAy + LBy ) (3.22)
2
If the distance to the screen is much greater than the separation d of the slits, then
∆L is approximately
∆L = d sin θ (3.23)
1
which actually follows from the fact that the wave equation (3.16) is a linear equation.
3.2. THE DOUBLE-SLIT EXPERIMENT 39
where θ is the angle, relative to the x-axis, from the center of the barrier to the point
y on the screen.
Now the intensity of a wave is proportional to the square of its amplitude. The
generalization to complex amplitudes is that the intensity is proportional to the square
of the modulus of the amplitude, i.e.
I ∝ ψ∗ψ (3.24)
The intensity of the de Broglie wave arriving at point y on the screen is therefore
!
pd sin θ
I(y) ∝ cos2 (3.25)
2h̄
Finally we can make contact with particle motion, because ”intensity” is a concept
which applies not only to waves, but also to a beam of particles. Intensity is the energy
passing through a surface, per unit area, per unit time. Let
N (y) = no. of electrons per unit area per unit time (3.26)
which reach the screen in the neighborhood of point y. Since each electron has an
energy E = p2 /2m, it follows that
p2
I(y) = N (y) (3.27)
2m
Comparing this expression to (3.24) and (3.25), we have a prediction from de Broglie’s
theory that
N (y) ∝ ψ ∗ ψ
!
2 pd sin θ
∝ cos (3.28)
2h̄
which can be compared to experiment, simply by counting the number of electrons ar-
riving per second at different regions on the screen. The result of the Davisson-Germer
experiment, and other experiments closely analogous to the double-slit experiment, is
that de Broglie’s prediction is confirmed. Just as photons have particle-like properties,
electrons undoubtably have wave-like properties.
Suppose that Ntotal electrons get past the barrier. Lets ask the question: what
is the probability that any one of these electrons will pass through a small area ∆A
of the screen, centered at point y, in one second? Assuming that the particles move
independently, this probability is
N (y)∆A
prob. to cross ∆A/sec = (3.29)
Ntotal
40 CHAPTER 3. THE WAVE-LIKE BEHAVIOR OF ELECTRONS
But in order for an electron to pass through a small region of the screen sometime
in the interval t = t0 and t = t0 + ∆t, an electron moving with velocity v must have
been located in a small volume
∆V = ∆A × v∆t (3.30)
in front of the surface ∆A (see Fig. [3.3]). Therefore, the probability that a particle
passes the area element ∆A in time ∆t, is equal to the probability that the particle,
at a given time t0 , is located in a small volume in front of the screen size ∆V , i.e.
If an electron exists, then the total probability that it is somewhere in the Universe
is 100%. Therefore, a corrollary of the Born interpretation is the Normalization
Condition Z
dxdydz ψ ∗ (x, y, z, t)ψ(x, y, z, t) = 1 (3.33)
which must be satisfied by any wavefunction associated with an electron.
Now the probabilities PA (y) and PB (y) are nearly constant for detectors placed
in a sizable region of the screen (see Fig. [3.4]), which is consistent with the fact
that the moduli of the de Broglie waves ψA and ψB are (nearly) constant. Then P (y)
should be nearly constant as well.
In fact, P (y) is not constant at all. Instead, it goes like
!
pd sin θ
2
P (y) ∝ cos
2h̄
∗
∝ ψ (y, t)ψ(y, t) (3.36)
When a conclusion (eq. (3.35) in this case) turns out to be false, and the reasoning
which led to the conclusion is correct, then there must be something wrong with
the premises. The premises in this case are that the electrons in the beam travel
independently of one another, and that each electron in the beam passed through
either slit A or slit B. More generally, we have assumed that the electron, as a
”pointlike particle”, follows a trajectory which takes it through one of the two slits
on its way to the screen.
It is easy to check whether the interference effect is due to some collective inter-
action between electrons in the beam. We can use a beam of such low intensity that
the electrons go through the barrier one by one. It takes a little longer to accumulate
the data needed to compute PA (y), PB (y), and P (y), but the results are ultimately
the same. So this is not the explanation.
Then perhaps we should stop thinking of the electron as a point-like object, and
start thinking of it as literally a de Broglie wave? A wave, after all, can pass through
both slits; that is the origin of interference. The problem with this idea is that de
Broglie waves expand. At slits A and B, the wave is localized just in the narrow
region of the open slits, but as the wave propagates towards the screen it expands,
typically spanning (in a real electron diffraction experiment) a region on the order
of 10 cm across. Then one would detect ”parts” of an electron. Assuming a de
3.3. DO ELECTRONS TRAVEL ALONG TRAJECTORIES? 43
Broglie wave which had expanded to several centimeters across was intense enough
to trigger even a single geiger counter, then if a set of geiger counters were arranged
in a close array, they would all be triggered simultaneously. Likewise, a wave of such
dimensions should leave a diffuse glow on a photographic plate, or a thick cylindrical
track through a cloud chamber. None of this is ever observed. No matter how big
the de Broglie wave of a single electron becomes (as big as a baseball, as big as a
house...), only a single ”click” of a geiger counter is heard, only a sharp ”dot” on a
photographic plate is recorded. An electron is not, literally, a wave. As far as can be
determined from measurements of electron position, electrons are discrete, point-like
objects.
If electrons are pointlike objects, then one could imagine (with the help of a pow-
erful microscope) actually observing the barrier as the electrons reach it, to determine
if they go through slit A, or slit B, or somehow through both. If one would perform
such an experiment,2 the result is that each electron is indeed observed to pass either
through slit A or slit B (never both), but then the interference pattern is wiped out!
Instead, one finds the uniform distribution of eq. (3.35). Thus if an electron is forced
(essentially by observation) to go through one or the other of the two slits, the inter-
ference effect is lost. Interference is regained only if the electron is not constrained to
a trajectory which has passed, with certainty, through one or the other slit.
We are left with the uncomfortable conclusion that electrons are pointlike objects
which do not follow definite trajectories through space. This sounds like a paradox:
how then can electrons get from one point to another? It is actually not a paradox,
but it does require a considerable readjustment of our concept of the physical state
of electrons (not to mention atoms, molecules, and everything else that makes up the
physical Universe). This will be the subject of the next lecture.
2
This is usually presented as a ”thought” experiment in most textbooks, but recently a real
experiment of this sort has been carried out, with the results described above.
44 CHAPTER 3. THE WAVE-LIKE BEHAVIOR OF ELECTRONS
Chapter 4
We take for granted the idea that every object, at every moment in time, is centered at
a definite point in three-dimensional space, and that over a span of time, the location
of the object traces a trajectory through that space. We are sure of this because of
our long experience, beginning at birth, with the behavior of macroscopic objects, i.e.
objects on the scale of a micron or larger, objects which we can see, objects which we
have the illusion of observing continuously.1
It is now time to abandon the view that objects move in trajectories in three-
dimensional space, at least in the case of microscopic objects such as electrons, pho-
tons, and atoms. This is for two reasons. First, if a particle moves in a trajectory, then
it must have a definite position and momentum at every moment in time. However,
as we have discussed in the case of the Heisenberg microscope, there is no exper-
iment which can verify this. Second, and more importantly, the mere assumption
that electrons and photons follow definite trajectories ~x(t) leads to conclusions which
disagree with experiment, such as the Davisson-Germer experiment discussed in the
last lecture, and many other examples to follow later in the course.
How, then, does an electron get from one point to another, without tracing a path
through space? The answer is that the electron does follow a path; however, it is not
a path in the ordinary three-dimensional space we are used to.
45
46 CHAPTER 4. THE QUANTUM STATE
Let us imagine subdividing the length of the pipe into N equal intervals of length
= L/N , as shown in Fig. [4.2]. If the particle is in the first interval, we choose
to represent its state not by a number, such as x1 , but rather by an N-dimensional
vector
1
0
0
~e 1 =
.
(4.1)
.
.
0
If the particle is in the second interval, this will be represented by
0
1
0
~e 2 = . (4.2)
.
.
0
The position of the particle is therefore approximated, at any given time, by one of
the ~e n unit vectors, and as the particle moves from one interval to another, the unit
vector ”jumps” discontinuously from some ~e k to either ~e k+1 or ~e k−1 , depending on
which way the particle is moving. If the number of intervals N is large enough, the
particle position can be represented, as a function of time, to arbitrary precision.
A reasonable objection to this representation of motion is that, in introducing a set
of N orthogonal vectors {~e n }, we have also introduced an N-dimensional space which
contains linear combinations of those vectors. What, for example, is the physical
meaning of a vector such as
~v = a~e 1 + b~e 2
4.1. A NEW REPRESENTATION OF MOTION 47
a
b
0
=
.
(4.4)
.
.
0
which seems to suggest that the particle could be in intervals 1 and 2 at the same
time? In a classical mechanics, a particle is definitely in a single interval at any
given time, so only the unit vectors ~e n are physically meaningful. The very natural
mathematical operation of addition of vectors would therefore have to be regarded,
in this representation of classical motion, as physically meaningless.
On the other hand, we have already seen that the de Broglie wavefunction ψ(x, t)
gives probabilistic information about the location of the electron. Therefore, let us give
the following ”Born Interpretation” to the N-dimensional vector, whose components
ψn are allowed to be complex numbers:
~ will
The probability Pn that an electron, in the state represented by the vector ψ,
be found upon measurement to be in the n-th interval of the tube, is equal to squared
modulus
Pn = ψn∗ ψn (4.6)
Digression
We must pause for a moment to discuss the inner product of vectors with complex
components. The norm of a vector is defined as square root of the inner product of
a vector with itself
√
|v| = ~v · ~v (4.7)
where the inner product is represented as the product of a row vector times a column
48 CHAPTER 4. THE QUANTUM STATE
On the other hand, if the components of ~v are complex, this can lead to a negative
inner product, and an imaginary norm. In vector algebra the norm of a vector is
always real, so the definition of a row vector is modified: its components are the
complex conjugate of the corresponding column vector, i.e
v1
v2
v
3
~v · ~v = [v1∗ , v2∗ , v3∗ ..., vN
∗
] .
.
.
vN
∗ ∗ ∗
= v1 v1 + v2 v2 + ... + vN vN (4.9)
In vector algebra a vector comes in two forms, rows and columns. However, the
notation ~v does not distinguish between row and column vectors, and sometimes this
distinction is useful. We therefore introduce the ”bra-ket” notation in which a ”ket”
|v > corresponds to a column vector
v1
v2
v3
|v >⇐⇒
.
(4.10)
.
.
vN
Returning to the ”Born Interpretation” of the vector ψ ~ (or ”|ψ >”), we see that
the total probability for the electron to be found somewhere in the tube is
Ptotal = P1 + P2 + ... + PN
= ψ1∗ ψ1 + ψ2∗ ψ2 + ... + ψN
∗
ψN
~·ψ
= ψ ~
= < ψ|ψ > (4.13)
From the fact that the probability to find the particle somewhere in the tube is 100%,
we can conclude that |ψ > is a unit vector, i.e.
We can now view electron motion in the following way: The physical state of the
electron is represented by unit vectors |ψ > in a complex N-dimensional vector space.
Since the tip of a unit vector falls on the surface of sphere of radius R = 1, in the
N-dimensional space, the motion of the electron corresponds to a trajectory along the
surface of a unit sphere in N-dimensional space. In this way, an electron can travel
smoothly and continuously, with no ”jumps”, from e.g. the interval 1, represented
by vector ~e 1 to the interval 2, represented by ~e 2 , as shown in Fig. [4.3]. Of course,
in going from interval 1 to interval 2, the electron passes through intermediate states
such as (4.4), where the electron cannot be viewed as being either in interval 1 or in
interval 2. But the electron is always located at a definite point on the surface of the
unit-sphere, and it is this surface, rather than the line of length L along the tube,
which should be regarded as the arena of electron motion.
To complete this new representation of motion we need to take the limit → 0,
which sends the number of intervals N → ∞. Then the physical states |ψ > are
vectors of unit length in an infinite dimensional vector space known as Hilbert
Space.
of the index i in some range i = 1, 2, ..., N . But a function f is also a set of numbers
labeled by an index. There is one number, denoted f (x), for each real-number value of
the index x in the range −∞ < x < ∞. The argument of a function, x, is completely
analogous to the index i of a vector; the value of the function f (x) corresponds to
the component vi of the vector.
The notation of vector algebra has the advantage that when we want to refer to
the vector as whole, and not any particular component of the vector, we can write
~v , (or |v > for the column vector in our new ”bra-ket” notation). On the other
hand, when we denote a function by f (x), it is sometimes unclear whether we are
referring to the function as a whole, or just the particular value at the point x. Let
us adopt the notation that |f > refers to the entire function, and f (x) just the value
(”component”) at the argument (”index”) x. Then its easy to see that functions
behave in every way like vectors with a continuous index. For example, one can add
vectors
~v = a~u + bw~ (4.16)
which means, in terms of components
and so do functions: Z ∞
< g|f >= dx g ∗ (x)f (x) (4.22)
−∞
and Z ∞
2
|f | =< f |f >= dx f ∗ (x)f (x) (4.23)
−∞
If {vi }, i = 1, 2, ..., N are the components of the column (”ket”) vector |v >, then
{vi∗ } are the components of the corresponding row (”bra”) vector < v|. Likewise,
4.2. HILBERT SPACE 51
f (x), −∞ < x < ∞ represent the ”components” of |f >, and f ∗ (x) represents the
components of the corresponding bra < f |.
There is a linear operation called matrix multiplication which turns a vector into
another vector
~v 0 = M~v (4.24)
or
|v 0 >= M |v > (4.25)
in our new notation. In terms of components, matrix multiplication is defined as
N
vi0 =
X
Mij vj (4.26)
j=1
where a and b are constants. There is a similar linear operation which turns functions
into other functions
|f 0 >= O|f > (4.28)
having the linearity property
where O(x, y) is some function of two variables x and y, in complete analogy to the
rule for matrix multiplication (4.26). Finally, the expression in linear algebra
A function, therefore, is just a vector with a continuous index. Since there are
an infinite number of ”components” (one component f (x) for each value of x), the
vector is a member of an infinite-dimensional space known as ”Hilbert Space.” Stated
another way: Hilbert Space is the infinite-dimensional vector space of all
square-integrable functions.
52 CHAPTER 4. THE QUANTUM STATE
In component form, the unit matrix is known as the Kronecker Delta Iij = δij ,
which obviously must have the property that
X
vi = δij vj (4.35)
i
The Kronecker delta satisfying this equation, for any vector |v > whatever, is given
by the diagonal matrix (
1 if i = j
δij = (4.36)
0 if i 6= j
The corresponding operation for functions
and the function δ(x − y) which fulfills this equation, for any function f (x) whatever,
is known as the Dirac Delta function. It is useful not just in quantum mechanics,
but throughout mathematical physics.
The Dirac delta function δ(x − y) is defined as the limit of a sequence of functions
δL (x − y), known as a delta sequence, which have the property that
Z ∞
f (x) = lim dy δL (x − y)f (y) (4.39)
L→∞ −∞
for any function f (x). Two such sequences which can be shown to have this property
are s
L −L(x−y)2
δL (x − y) = e (4.40)
π
and
dk ik(x−y)
Z L
δL (x − y) = e (4.41)
−L 2π
4.3. THE DIRAC DELTA FUNCTION 53
The result (4.45) establishes that the sequence of gaussians (4.40) is a delta sequence:
s
L −(x−y)2 /L
δ(x − y) = lim e (4.47)
L→∞ π
As an example, we prove the third of these identities using the formula for inte-
gration by parts:
∞ d ∞ d
Z Z
dx f (x) δ(x − y) = lim dx f (x) δL (x − y)
−∞ dx L→∞ −∞
"
dx #
∞ df
Z
= lim f (x)δL (x − y)|x=∞
x=−∞ − dx δL (x − y)
L→∞ −∞ dx
" #
∞ df
Z
= lim dx − δL (x − y)
L→∞ −∞ dx
" #
df
Z ∞
= dx − δ(x − y) (4.56)
−∞ dx
Problem - Prove the other three delta-function identities above, in the sense of eq.
(4.55)
|ψ > is necessarily a vector of unit length. In the course of time, |ψ > follows a
path through Hilbert space. In rough analogy to the motion of unit vectors in finite
dimensional spaces, one could imagine that the tip of the unit vector |ψ > traces
a path on the surface of a unit sphere, although in this case the space is infinite-
dimensional.
56 CHAPTER 4. THE QUANTUM STATE
A physical state has the property that, given the state at some time t, we can
determine the state at a slightly later time t + . In classical mechanics, the rule is
!
a a ∂H
q (t + ) = q (t) +
∂pa
!t
∂H
pa (t + ) = pa (t) − (4.58)
∂q a t
The physical state |ψ > in quantum mechanics also has this property. Given the
wavefunction ψ(x, t) at any particular time t, the wavefunction at a slightly later
time t + is determined, for a particle moving freely in one dimension, from the wave
equation for de Broglie waves
h̄ ∂ 2
ψ(x, t + ) = ψ(x, t) + i ψ(x, t) (4.59)
2m ∂x2
The Born Interpretation tells us how to use the wavefunction ψ(x, t) to make cer-
tain experimental predictions. Unlike the predictions of classical mechanics, however,
which specify the outcome of any measurement on a single system with certainty,
given the physical state {q i , pi } of the system, the predictions of quantum mechanics
are statistical in nature. The Born Interpretation tells us that the probability to find
the particle in a small interval around the point x, of length ∆L, is
The term of order Np−1/2 is statistical error, which can be made arbitrarily small by
choosing a sufficiently large number of particles Np .
To understand the origin of the statistical error, consider flipping a coin N times,
where N is a very large, even number. Only very rarely does the coin come up heads
exactly N/2 times. Usually
√ the number of heads deviates from N/2 by a amount on
the order of ∆N ∼ N . The ratio of the deviation ∆N to the total number of coin
flips N varies each time one does the full set of N coin flips, but it is generally of
order
∆N 1
∼√ (4.62)
N N
4.4. EXPECTATION, UNCERTAINTY, AND THE QUANTUM STATE 57
The deviation of order Np−1/2 in eq. (4.61) has the same origin, and is present in any
set of measurements which involve random processes. From now on we will suppose
that Np is so large that this deviation is ignorable.
Instead of simultanously observing a swarm of Np particles, each of which are in
the same state, one could instead perform an experiment in which a single particle
is placed in a particular state ψ(x, t), its position is observed, and then the identical
experiment is repeated Np times. If nx is the number of experiments in which the
particle lands in the interval ∆L around point x, then the prediction according to the
Born Interpretation is again eq. (4.61). In fact, this is what is actually happening in
the electron 2-slit experiment. Electrons can be made to pass one by one through the
slits, and the wavefunction of each electron at the location of the screen is identical.
The statistical prediction for the number of electrons reaching a particular small
region of the screen is then eq. (3.28) of the last lecture.
Let us imagine making a series of experiments on the motion of a particle moving
in one dimension, in which the particle is somehow initialized to be in a certain
quantum state |ψ >, and then the position of the particle is measured. There are
two particularly useful numbers which can be predicted by quantum theory, and
measured by the series of experiments. One number is the average value x of the
particle position. Let xi be the position of the particle in the i-th experiment, and
NE be the total number of experiments. Then the average value of the particle
position is defined as
NE
1 X
x≡ xi (4.63)
NE i=1
We can also define the average value of x2 as
NE
1 X
x2 ≡ (xi )2 (4.64)
NE i=1
The other useful number is the average square deviation δx2 of the observed positions
xi from their average value x. The average square deviation is defined as
NE
1 X
δx2 ≡ (xi − x)2 (4.65)
NE i=1
or, expanding the quantity in parentheses
NE
1 X
δx2 = [x2 − 2xi x + x2 ]
NE i=1 i
= x2 − 2x x + x2
= x2 − x2 (4.66)
The ”root-mean-square” deviation δx is just the square-root of δx2 . These two num-
bers, x and δx, can be reported as result of the series of measurements.
58 CHAPTER 4. THE QUANTUM STATE
The Born Interpretation enables us to predict the values of these two numbers,
given the quantum state |ψ >. These predicted values come from probability theory.
Suppose we make a series of measurements on the quantity Q, which can only take
on the possible values Q1 , Q2 , Q3 ..., QnQ ; and suppose the corresponding probabilities
of finding these values, in any given measurement, is P1 , P2 , P3 ...., PnQ . Then the
expected average value, or ”Expectation Value” of Q is defined as
nQ
X
< Q >= Q n Pn (4.67)
n=1
where nQ is the number (which could be infinite) of possible values of the observable
Q. This theoretical expectation value should equal (up to statistical error) the average
value
nQ
1 X
Q= Nn Qn (4.68)
NM n=1
where Nn is the number of measurements that found the value Q = Qn , and NM is
the total number of measurements
nQ
X
NM = Nn (4.69)
n=1
(One should be careful not to confuse the index i in eq. (4.63), which labels the
experiment, with the index n in eq. (4.67), which labels the possible values the
observable Q.) The reason that < Q > and Q should equal one another is that the
fraction of times that the value Q = Qn is observed should equal the probability of
observing Qn in any given measurement, i.e.
Nn
Pn = (4.70)
NM
Inserting this expression for the probability into (4.67), one finds < Q >= Q.
In the case of a particle moving in one dimension, one of the possible observables
is the position x. Since x can take any value in a continous range, the sum in (4.67) is
replaced by an integral, and the probability of observing a particle in an infinitesmal
interval dx around the point x is
Using the fact that < x > is a constant which can be taken outside the integral, and
the normalization condition (3.33), we find
as in eq. (4.66). The square root of this quantity, ∆x, is referred to as the Uncer-
tainty in the position of the particle in the quantum state |ψ >.
We see that from the Born interpretation we can extract two numbers from the
wavefunction, the expectation value < x > and the Uncertainty ∆x, which can be
compared to the experimental values of average position x, and root-mean-square
deviation δx respectively. Experimentally, however, there are other observables of a
particle which can be measured, such as its momentum and its energy, and values
of p, δp, E, δE can be determined from experiment. The Born Interpretation does
not tell us how to compute these quantities; this will require a further investigation
of the dynamics of the quantum state, which is the topic of the next lecture.
60 CHAPTER 4. THE QUANTUM STATE
Chapter 5
traces a trajectory through ordinary space. Given an equation of motion for the
quantum state ψ(x, t), it should be possible to derive laws of motion for < x >, and
compare them with the classical laws of motion for x(t). The simplest possibility is
that these two sets of laws look the same. This is known as ”Ehrenfest’s Principle”.
61
62 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
Ehrenfest’s Principle
d ∂H
< qa > = < >
dt ∂pa
d ∂H
< pa > = − < a > (5.2)
dt ∂q
we conclude that ∂t < p >= 0, which agrees with Ehrenfest’s principle for the case
that the potential V = 0.
In the case that V 6= 0, the equation for de Broglie waves does not satisfy the
second of equations (5.3). So the de Broglie wave equation must be generalized so
as to agree with Ehrenfest’s principle for any potential V (x). This generalized wave
equation was found by Schrodinger; it is as central to quantum mechanics as F = ma
is to classical mechanics.
∂ψ h̄2 ∂ 2
ih̄ =− ψ + V (x)ψ (5.10)
∂t 2m ∂x2
It is easy to verify that this equation does, in fact, satisfy Ehrenfest’s principle. Once
again, starting with the first of the Ehrenfest equations (5.3),
where
p2
H[p, q] = +V (5.20)
2m
is just the Hamiltonian for a particle of mass m, moving in a potential field V , and
H̃ is the Hamiltonian Operator
H̃ = H[p̃, x] (5.21)
Finally, we need to check the consistency of the Schrodinger equation with the
Born Interpretation. According to the Born Interpretation, at any instant of time t,
Z
< ψ|ψ >= dx ψ ∗ (x, t)ψ(x, t) = 1 (5.22)
for a particle moving in one dimension. Now suppose this normalization condition is
true at some time t0 , and and the wavefunction evolves according to the Schrodinger
equation. Will this condition also be valid at later times t > t0 ? To check this, we
differentiate < ψ|ψ > with respect to time
Z
∂t < ψ|ψ > = dx {(∂t ψ ∗ )ψ + ψ ∗ (∂t ψ)}
( ! !)
ih̄ 2 ∗ i ih̄ 2 i
Z
= dx − ∂x ψ + V ψ ∗ ψ + ψ ∗ ∂x ψ − V ψ
2m h̄ 2m h̄
ih̄
Z n o
= dx −(∂x2 ψ ∗ )ψ + ψ ∗ ∂x2 ψ
2m
= 0 (5.23)
where we have once again used the integration by parts formula (5.7). This result
means that the norm of the wavefunction is constant in time, which is known as
”Conservation of Probability”. The inner product < ψ|ψ > is the total probabil-
ity to find the particle anywhere in space. If the norm is constant, and < ψ|ψ >= 1
at some time t = t0 , then < ψ|ψ >= 1 at any any later time.
The Schrodinger equation for motion in 3-dimensions is a straightforward gener-
alization of the one-dimensional case:
∂ψ −h̄2 2
ih̄ = ∇ ψ + V (x, y, z)ψ (5.24)
∂t 2m
where
∂
p̃x ≡ −ih̄
∂x
∂
p̃y ≡ −ih̄
∂y
∂
p̃z ≡ −ih̄ (5.26)
∂z
5.3. THE TIME-INDEPENDENT SCHRODINGER EQUATION 67
and one can then readily verify the 2nd Ehrenfest equation
∂T
ih̄φ(x) = T H̃φ (5.30)
∂t
divide both sides by φT
1 ∂ 1
ih̄ T (t) = H̃φ(x) (5.31)
T (t) ∂t φ(x)
Since the lhs depends only on t, and the rhs only on x, the only way this equation
can be true is if both sides equal a constant, call it E:
1 ∂
ih̄ T (t) = E
T (t) ∂t
1
H̃φ(x) = E (5.32)
φ(x)
of the time-dependent Schrodinger equation. Such solutions are also known as sta-
tionary states because the time-dependence is contained entirely in an overall phase.
This means that the probability to find a particle in the neighborhood of point x, i.e
is constant in time.
Let {φα (x), Eα } denote a complete set of eigenstates and corresponding eigenval-
ues, in the sense that any other eigenstate which is not in the set can be expressed as a
linear combination of those that are. Then the general solution to the time-dependent
Schrodinger equation is
cα φα (x)e−iEα t/h̄
X
ψ(x, t) = (5.38)
α
of sum and integral, if some eigenvalues are discrete and others are found in a con-
tinuous range.
Most of the effort in quantum mechanics goes into solving the time-independent
Schrodinger equation (5.35). Once a complete set of solutions to that equation is
found, the general solution (eq. (5.40)) to the time-dependent problem follows im-
mediately.
5.4. THE FREE PARTICLE 69
∂ψ h̄2 ∂ 2 ψ
ih̄ =− (5.41)
∂t 2m ∂x2
and this equation was deduced from the wavefunction for plane waves, corresponding
to a particle with definite momentum p and energy Ep = p2 /2m
In particular,
∞ dp p2
Z
ψ(x, t) = f (p) exp[i(px − t)/h̄] (5.44)
−∞ 2πh̄ 2m
is a linear combination of plane wave solutions (5.42). This means that (5.44) is a
solution of the free-particle Schrodinger equation (5.41), for any choice of function
f (p) whatsoever.
Problem: Show that the wavefunction in eq. (5.44) is a solution of the free particle
Schrodinger equation by substituting (5.44) directly into (5.41).
h̄2 ∂ 2 φ
− = Eφ (5.45)
2m ∂x2
For each positive eigenvalue E ∈ [0, ∞] there are two linearly independent solutions
√
φp (x) = eipx/h̄ p = ± 2mE (5.46)
such that any other solution for a given E can be expressed as a linear combination
√ √
φ(x) = c1 ei 2mEx/h̄
+ c2 e−i 2mEx/h̄
(5.47)
70 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
This is because the Schrodinger equation is first-order in the time derivative, so that
given ψ(x, t) at some time t, the wavefunction is determined an infinitesmal time t +
later by the rule given in eq. (4.59). Next, for any given φ(x) we can always find a
function f (p) such that
dp
Z ∞
φ(x) = f (p)eipx/h̄ (5.50)
−∞ 2πh̄
To determine f (p), multiply both sides of the equation by exp[−ip0 /h̄], and integrate
with respect to x:
Z ∞
−ip0 x/h̄
Z ∞ Z
dp
∞ 0
dx φ(x)e = dx f (p)ei(p−p )x/h̄
−∞ −∞ −∞ 2πh̄
Z ∞ dp Z ∞
p − p0
= f (p) dx exp[i x]
−∞ 2πh̄ −∞ h̄
p − p0
!
Z ∞ dp
= f (p)2πδ (5.51)
−∞ 2πh̄ h̄
where we have used the integral representation of the Dirac delta function (4.50).
Using also the identity (4.52):
p − p0
!
δ = h̄δ(p − p0 ) (5.52)
h̄
we get Z ∞ Z ∞
−ip0 x/h̄
dx φ(x)e = dp f (p)δ(p − p0 ) = f (p0 ) (5.53)
−∞ −∞
The conclusion is that any φ(x) can be expressed in the form (5.50), for f (p) chosen
to equal Z ∞
f (p) = dx φ(x)e−ipx/h̄ (5.54)
−∞
The terminology is that φ(x) is the Fourier Transform of f (p) (eq. (5.50)), and
f (p) is the Inverse Fourier Transform of φ(x) (eq. (5.54)).
5.5. GAUSSIAN WAVEPACKETS 71
We now have a prescription, given the wavefunction at any initial time t = 0, for
finding the wavefunction at any later time: From φ(x) = ψ(x, 0), compute the inverse
Fourier transform f (p) using (5.54), then insert f (p) into the rhs of eq. (5.44). The
integral of eq. (5.44) will then give the wavefunction ψ(x, t) at any later time.
Therefore
1/4
1
N= (5.60)
πa2
72 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
We begin by computing the initial expectation values < x >0 , < p >0 and the initial
uncertainty ∆x0 in position, at time t = 0. First
Z
< x >0 = dx xφ∗ (x)φ(x)
1/2 Z
1 ∞
2 /a2
= ) dx xe−x
πa2 −∞
= 0 (5.61)
and
!
∂
Z
∗
< p >0 = dx φ (x) −ih̄ φ(x)
∂x
x2 x2
! !
ih̄ Z p0 x ∂ p0 x
= −√ dx exp −i − 2 exp i − 2
πa2 h̄ 2a ∂x h̄ 2a
ih̄ p0 x
Z
2 2
= −i √ dx i − 2 e−x /a
πa 2 h̄ a
= p0 (5.62)
These are the relevant expectation values at t = 0 of position and momentum. Next,
the squared uncertainty is
this becomes
2 (p−p 2 /2h̄2
f (p) = (4πa2 )1/4 e−a 0)
(5.67)
Then, substituting f (p) into (5.44), we find the wavefunction at any later time t
p2
" #
2 1/4
Z
dp −a2 (p−p0 )2 /2h̄2
ψ(x, t) = (4πa ) e exp i(px − t)/h̄
2πh̄ 2m
(4πa2 )1/4 a2 (q + p0 )2
" #
q + p0
Z
= dq exp − 2 q 2 + i x−i t
2πh̄ 2h̄ h̄ 2mh̄
(4πa2 )1/4 p2
= exp[i(p0 x − 0 t)/h̄]
2πh̄ 2m !
a2
" #
it x p0 t
Z
2
× dq exp − + q +i − q
2h̄2 2mh̄ h̄ mh̄
1/2
(4πa2 )1/4 (x − v0 t)2
( )
π p2
0
= a 2 it
exp − 2 ei(p0 x− 2m t)/h̄(5.68)
2πh̄ 2h̄2
+ 2mh̄
2(a + ih̄t/m)
where
p0
v0 ≡ (5.69)
m
Although (5.68) looks like a complicated expression, its modulus is very simple:
and also
(x − v0 t)2
" #
1
Z
2
= q dx (x − v0 t) exp −
πa2 (t) a2 (t)
x02
" #
1
Z
0 02
= q dx x exp − 2
πa2 (t) a (t)
1 2
= a (t) (5.73)
2
so that s
a(t) 1 h̄2
∆x = √ = √ a2 + 2 2 t2 (5.74)
2 2 m a
To compute < p >, we make use again of the representation (5.44)
!
∂
Z
∗
<p> = dx ψ (x, t) −ih̄ ψ(x, t)
∂x
(Z )∗ !Z
dp1 ∂ dp2
Z
= dx f (p1 )ei(p1 x−Ep1 t)/h̄ −ih̄ f (p2 )ei(p2 x−Ep2 t)/h̄
2πh̄ ∂x 2πh̄
Z
dp1 ∗ iEp1 t/h̄
Z
dp2 −iEp2 t/h̄
Z
= f (p1 )e p2 f (p2 )e dx ei(p2 −p1 )x/h̄
2πh̄ 2πh̄
dp1 dp2
Z Z
= f ∗ (p1 )eiEp1 t/h̄ p2 f (p2 )e−iEp2 t/h̄ 2πh̄δ(p1 − p2 )
2πh̄ 2πh̄
dp ∗
Z
= pf (p)f (p) (5.75)
2πh̄
Note that the time-dependence has vanished completely from this equation. It follows
that
< p >=< p >0 = p0 (5.76)
and the expectation values of position and momentum together obey
< p >0
< x >t = < x > 0 + t
m
< p > t = p0 (5.77)
With the ”<>” signs removed, these are the equations of a classical trajectory in
phase space for a free particle of mass m.
On the other hand, the positional uncertainty ∆x of the quantum state, which
is proportional to the width a(t) of the gaussian, increases in time; this is known as
the ”spreading of the wavepacket”. As noted in Lecture 3, one of the reasons that
the electron cannot be regarded as being literally a wave is that its wavefunction
expands to macroscopic size quite rapidly, and it is quite certain that electrons are
not macroscopic objects. Let us consider the time t2a that it takes a free particle
wavefunction to double in size (a(t) = 2a(0)):
√ ma2
t2a = 3 (5.78)
h̄
5.5. GAUSSIAN WAVEPACKETS 75
and the time it takes to expand to some very much larger size a(t) = A >> a
maA
tA = (5.79)
h̄
As an example, choose the initial spread of the wavepacket to be on the order of the
diameter of atomic hydrogen
a = 10−10 m (5.80)
A = 10 cm (5.81)
Begin by considering an electron, which has a mass me = 9.11 × 10−31 kg; and
h̄ = 1.05 × 10−34 J-s. Then the time required for the wavefunction to expand from
a = 10−10 m to 2 × 10−10 m is
√ me a 2
t2a = 3 = 1.5 × 10−16 s (5.82)
h̄
me aA
tA = = 8.7 × 10−6 s (5.83)
h̄
If the energy of the electron is E = 10 electron volts (eV), then the velocity is
q
v= 2E/m = 1.87 × 106 m/s (5.84)
Compare these figures for an electron with the corresponding results for an object
the mass of a baseball, say mB = .25 kg. Supposing the width of the wavefunction is
also initially a = 10−10 m, the corresponding numbers are
In other words, for all practical purposes, the wavefunction of an object of macroscopic
mass doesn’t expand at all.
76 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
vphase = λf (5.87)
The corresponding exponentials can be expanded into sines and cosines, the product
of two cosines is shown in Fig. [5.2]. The ”packets” of waves move collectively with
the group velocity vgroup ; the crest of a wave within each packet travels at the phase
velocity vphase .
Now let us consider a general wavepacket of the form
Z
ψ(x, t) = dk f (k)ei(kx−ω(k)t) (5.93)
For a free particle in quantum mechanics, the wavenumber and angular frequency are
related to momentum and energy
p Ep
k= and ω= (5.94)
h̄ h̄
Suppose, as in the case of the gaussian wavepacket (eq. (5.67)), that f (k) is peaked
around a particular value k0 . In that case, we can make a Taylor expansion of ω(k)
around k = k0 : !
dω
ω(k) = ω0 + (k − k0 ) + O[(k − k0 )2 ] (5.95)
dk k0
Inserting this exansion into (5.93), and dropping terms of order (k − k0 )2 and higher,
we get
" !#
dω
Z
ψ(x, t) ≈ dk f (k) exp i k0 x + (k − k0 )x − ω0 t − (k − k0 )t
dk
Z
i(k0 x−ω0 t)
≈ e dkf (k) exp [i(k − k0 )(x − vgroup t)]
≈ ei(k0 x−ω0 t) F [x − vgroup t] (5.96)
where !
dω
vgroup = (5.97)
dk k=k0
This is again a product of two waveforms; a plane wave moving with velocity
ω0
vphase = (5.98)
k0
and a wavepulse F [x − vgroup t] moving with velocity vgroup of equation (5.97). The
product is indicated schematically in Fig. [5.3]. It is clear that the wavepacket
propagates collectively at the velocity of the pulse, vgroup rather than the velocity of
a crest vphase .2
2
According to (5.96) the wavepacket propagates without changing its shape, which is not quite
true, as we have seen in the case of the gaussian wavepacket. The ”spreading” of the wavepacket is
due to terms of order (k − k0 )2 , which were dropped in eq. (5.96).
78 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
h̄2 ∂ 2
" #
− + ∞ φ = Eφ (5.103)
2m ∂x2
which simply means that the probability of finding the particle outside the tube is
zero.
The solution of a differential equation must be a continuous function. Continuity
of the wavefunction at the points x = 0 and x = L gives two boundary conditions
0 = φ(0) = c1 + c2
0 = φ(L) = c1 eipL/h̄ + c2 e−ipL/h̄ (5.105)
The first condition gives c2 = −c1 , and then the second condition becomes
pL
2ic1 sin[ ]=0 (5.106)
h̄
The second equation can be recognized as the condition for a standing wave in an
interval of length L, i.e.
sin(kL) = 0 (5.107)
which is satisfied for wavenumbers
nπ
k= (5.108)
L
or, in terms of wavelengths λ = 2π/k,
λ
L=n (5.109)
2
In the case of a particle in a tube, the wavenumber k is the same as for de Broglie
waves
2π p
k= = (5.110)
λ h̄
and the standing wave requirement sin(kL) = 0 implies
pL
= nπ
h̄
πh̄
⇒ pn = n (5.111)
L
√
where a subscript n has been added to indicate that each p = 2mE is associated
with a positive integer n = 1, 2, 3, .... The energy eigenstates are therefore
( h i
N sin nπ
L
x 0≤x≤L
φn (x) = (5.112)
0 otherwise
p2n π 2 h̄2
En = = n2 (5.113)
2m 2mL2
80 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
is the complete set of energy eigenvalues and energy eigenfunctions (in the inter-
val [0, L]). Then the general solution of the time-dependent Schrodinger equation,
according to eq. (5.38) is
∞
an φn (x)e−iEn t/h̄
X
ψ(x, t) =
n=1
s
∞
2 X nπx −iEn t/h̄
= an sin[ ]e (5.118)
L n=1 L
Now suppose that the wavefunction ψ(x, t) is specified at an initial time t = 0.
How do we find the wavefunction at any later time t > 0, using eq. (5.118)? The
problem is to find the set of constants {an } given ψ(x, 0).
The method for finding the an , for the particle in a tube, is closely analogous to
solving for f (p) for the free particle in eq. (5.44), given ψ(x, 0). Begin with
∞
X
ψ(x, 0) = an φn (x) (5.119)
n=1
Integrate over x
Z L ∞ Z L
dx φ∗k (x)ψ(x, 0) = dx φ∗k (x)φn (x)
X
an (5.121)
0 n=1 0
In a later lecture we will see that the set of energy eigenstates {|φn >} can (and
should) be viewed as a set of orthonormal basis vectors in Hilbert space.
Applying the orthogonality relation, eq. (5.121) becomes
Z L ∞
dx φ∗k (x)ψ(x, 0) =
X
an δkn
0 n=1
= ak (5.124)
This gives us the complete prescription for finding the physical state of the particle
at any time t > 0, given the state at an initial time t = 0. One has to compute the
set of coefficients
an = < φn |ψ(t = 0) >
Z L
= dx φ∗n (x)ψ(x, 0) (5.125)
0
and substitute these into eq. (5.118) to get the wavefunction ψ(x, t).
The expectation values of position and momentum, as a function of time, can also
be expressed in terms of the coefficients an . For the position
Z
<x> = dxψ ∗ (x, t)xψ(x, t)
Z (∞ )∗ ∞
ai φi (x)e−iEi t/h̄ aj φj (x)e−iEj t/h̄
X X
= dx x
i=1 j=1
∞ X
∞
a∗i aj ei(Ei −Ej )t/h̄ Xij
X
= (5.126)
i=1 j=1
82 CHAPTER 5. DYNAMICS OF THE QUANTUM STATE
where
!
L ∂
Z
Pmn ≡ −ih̄ φ∗m (x)
φn (x)
0 ∂x
2πn L πx πx
Z
= −ih̄ 2 dx sin[m ] cos[n ]
L 0 L L
ih̄ 4mn
(
− L m2 −n2 m − n odd
= (5.129)
0 m − n even
Problem: Show that this state is normalized, and that the position and expectation
values at time t = 0 are
< x >= x0 < p >= p0 (5.132)
5.7. THE PARTICLE IN A CLOSED TUBE 83
The real part of ψ(x, 0) is sketched in Fig. [5.4]. Then the coefficients an are
easily calculated:
s
2 x0 +a nπx
Z
an = dx eipx/h̄ sin[ ]
L x0 −a L
h i
p nπ
s
2 exp i h̄ − L x0 p nπ
= p cos − a
L h̄
− nπ
L
h̄ L
h i
p
nπ
exp i h̄
+ L
x0 p nπ
− p nπ cos + a (5.133)
h̄
+ L
h̄ L
π 2 h̄2
En = n 2 (5.134)
2mL2
From this set of equations we can calculate ψ(x, t), < x >, < p > at any time t to
any desired accuracy, by keeping a sufficiently large number of terms in the sums.
Now lets plug in some numbers. Suppose the particle is an electron, p0 is the
momentum corresponding to an energy of 10 eV,
a = 10−8 m
L = 10−7 m (5.136)
1 2 2
φ(x) = 2 1/4
e−(x−x0 ) /2a eip0 x/h̄ (6.1)
(πa )
√
the uncertainty in position is ∆x = a/ 2, which means that this uncertainty vanishes
as a → 0. In this limit, φ∗ φ approaches a Dirac delta function, and all the probability
Pdx (x) is concentrated at the point x = x0 . If a particle is in such a quantum state
when its position is measured, it is certain to be found at the point x = x0 ; this
quantum state is known as an Eigenstate of Position.
On the other hand, as a → ∞, the gaussian wavepacket (6.1) approaches a plane
wave. According to de Broglie, the plane wave represents a particle moving with a
definite momentum p0 , therefore the uncertainty in momentum should be ∆p = 0 in
that limit. If the particle is in a plane wave state when its momentum is measured,
it is certain to be found to have momentum p = p0 ; this quantum state is known as
an Eigenstate of Momentum.
Because the eigenstates of position and momentum are very different, it is impossi-
ble for a particle to be in a physical state in which both its position and its momentum
are certain; i.e. ∆x = ∆p = 0. A simple consequence is that no measurement can
determine, precisely and simultaneously, the position and momentum of a particle.
If such measurements were possible, they would leave the particle in a physical state
having ∆x = ∆p = 0, and no such quantum state exists. A more quantitative expres-
sion of this limitation on measurements is known as the Heisenberg Uncertainty
Principle. To derive it, we need to be able to compute ∆p for an arbitrary physical
state.
85
86 CHAPTER 6. ENERGY AND UNCERTAINTY
Then, using the delta function to eliminate one of the p-integrations, we find
f ∗ (p)f (p)
Z
< p >= dp p (6.9)
2πh̄
Comparison of this expression to the corresponding expression for position
Z
< x >= xPdx (x) (6.10)
shows that the probability Pdp (p) to find the particle momentum in an infinitesmal
range dp around momentum p is
f ∗ (p)f (p)
Pdp (p) = dp (6.11)
2πh̄
Then the expectation value < G(p) > of any function of momentum is given by
dp
Z
< G(p) >= G(p)f ∗ (p)f (p) (6.12)
2πh̄
and in particular Z
dp n ∗
< pn >= p f (p)f (p) (6.13)
2πh̄
It is useful to express < pn > directly in terms of the wavefunction φ(x), rather
than its Fourier transform. Using eq. (5.54) to reexpress f (p) in terms of φ(x), and
inserting this expression into (6.13), we have
∗ Z
dp n
Z Z
n −ipx1 /h̄
<p > = p dx1 φ(x1 )e dx2 φ(x2 )e−ipx2 /h̄
2πh̄
Z Z Z
dp n i(x1 −x2 )p/h̄
= dx1 φ∗ (x1 ) dx2 φ(x2 ) p e
2πh̄ !
nZ
∂ dp i(x1 −x2 )p/h̄
Z Z
∗
= dx1 φ (x1 ) dx2 φ(x2 ) ih̄ e
∂x2 2πh̄
!n
Z
∗
Z
∂
= dx1 φ (x1 ) dx2 φ(x2 ) ih̄ δ(x1 − x2 ) (6.14)
∂x2
Integrating by parts n times with respect to x2 , this becomes
!n
Z Z
∂
< pn > = dx1 dx2 φ∗ (x1 )δ(x1 − x2 ) −ih̄ φ(x2 )
∂x2
!n
∂
Z
= dxφ∗ (x) −ih̄ φ(x) (6.15)
∂x
The conclusion is that the expectation value < pn > at any time t is just
Z
< pn >= dx ψ ∗ (x, t) p̃n ψ(x, t) (6.16)
where p̃ is the momentum operator
∂
p̃ = −ih̄ (6.17)
∂x
introduced in the last lecture.
88 CHAPTER 6. ENERGY AND UNCERTAINTY
1 2 2
φ(x) = 2 1/4
e−x /2a eip0 x/h̄ (6.18)
(πa )
h̄
∆x∆p = (6.23)
2
We will show in the next chapter (the section on the generalized Uncertainty
Principle) that h̄/2 is the smallest value for the product of ∆x∆p that can be obtained
for any wavefunction; wavefunctions which differ from the gaussian wavepacket have
products greater than h̄/2. Therefore, for any physical state, the product of position
and momentum uncertainties obeys the inequality
h̄
∆x∆p ≥ (6.24)
2
A corollary of this fact is
6.2. THE HEISENBERG UNCERTAINTY PRINCIPLE 89
< H > = < Kinetic Energy > + < Potential Energy >
p2 e2
= < >+<− >
2m r
h̄2 2
Z
3 ∗
= d x ψ (x, y, z, t)(− ∇ )ψ(x, y, z, t)
2m
e2
Z
+ d3 x ψ ∗ (x, y, z, t)(− )ψ(x, y, z, t) (6.26)
r
First of all we can estimate the expectation value of the potential energy, which is
roughly
e2
< V >∼ − (6.27)
R
Next, the uncertainty in the particle position is
∆x ≈ ∆y ≈ ∆z ∼ R (6.28)
3h̄2 e2
< H >= − (6.31)
8mR2 R
6.2. THE HEISENBERG UNCERTAINTY PRINCIPLE 91
The total energy is minimized for d < H > /dR = 0, and this minimum is obtained
at
3h̄2
R= (6.32)
4me2
which is not very far off the Bohr radius
h̄2
r1 = (6.33)
me2
We can now understand why the electron doesn’t fall into the nucleus. The po-
tential energy is minimized by an electron localized at r = 0. However, the more
localized an electron wavefunction is, the smaller ∆x is, and the smaller ∆x is, the
greater is the uncertainty in ∆p. But the greater the value of ∆p, the greater is the
expectation value of kinetic energy
p2 h̄2
< >∼ (6.34)
2m 2m∆x2
and at some point this (positive) kinetic energy overwhelms the (negative) Coulomb
potential, which goes like −e2 /∆x. This is why the minimum electron energy in the
Hydrogen atom is obtained by a wavefunction of some finite extent, on the order of
the Bohr radius.
The application of the Uncertainty principle to the Hydrogen atom shows that
there is much more to this principle than simply the fact that an observation disturbs
an observed object. There are very many hydrogen atoms in the universe; very few
of them are under observation. If ∆p were due to a disturbance by observation,
then there would be nothing to prevent an unobserved electron from falling into the
nucleus. Nevertheless, all hydrogen atoms, observed or not, have a stable ground
state, and this is due to the fact that there is no physical state in which an electron
is both localized, and at rest.
Problem: Compute the expectation value of the kinetic and potential energy from
eq. (6.26), using the gaussian wavepacket in three dimensions
may be useful. Find the value of R which minimizes < H >, and compare this value
to the Bohr radius. Also compare numerically the minimum value of < H > to the
ground state energy E1 of the Bohr atom.
92 CHAPTER 6. ENERGY AND UNCERTAINTY
but of course a series of experiments can give much more information about the energy
distribution than just < E >. According to Bohr’s model of the Hydrogen atom, an
orbiting electron can be found to have only certain definite energies
me4
!
1
En = − (6.38)
2h̄2 n2
and there must be some truth to this idea, because it explains atomic spectra so well.
We would like to use the Schrodinger equation to compute which energies are possible
for an orbiting electron or for any other system, and the probabilities of finding these
energies in a measurement process.
A first sign that the energies of bound states may be discrete comes from the
particle in a tube, where it was found that the energy eigenvalues are
π 2h̄2
En = n 2 (6.39)
2mL2
The question is: In what way are the energy eigenvalues of the time-independent
Schrodinger equation related to the energies that might actually be found in a partic-
ular measurement? We now show, using eq. (6.37), and the orthogonality property
(see below) of the energy eigenstates
< φn |φm >= 0 if En 6= Em (6.40)
that the set of energy eigenvalues coincides with the set of energies that can be found
by measurement, and also show how to compute the probability associated with each
energy.
For simplicity, assume that the eigenvalues are discrete and non-degenerate, which
means that no two eigenvalues are equal. To prove the orthogonality property (6.40),
begin by considering the quantity
Z
Hmn = dx φ∗m (x) H̃ φn (x) (6.41)
En a∗n an
X
= (6.53)
n
94 CHAPTER 6. ENERGY AND UNCERTAINTY
Now recall the expression (4.67), from probability theory, for the expectation value
of any quantity Q X
< Q >= Qn P (Qn ) (6.54)
n
where {Qn } are the set of possible values of the quantity, and P (Qn ) is the probability
that the value Qn will be found by measurement. Comparing (6.53) to (6.54), we find
that:
I. The set of energies that can be found by measurement is the set of energy eigenvalues
{En } of the time independent Schrodinger equation; and
II. The probability that a state ψ(x, t) will be found to have an energy En is given
by the squared modulus of coefficients
So we see that
an (t) ≡ an e−iEn t/h̄ =< φn |ψ > (6.57)
and the probability for finding the energy En , when the system is in the physical state
|ψ >, is given by
P (En ) = | < φn |ψ > |2 (6.58)
In particular, for the particle in a tube, the lowest possible energy for the particle
is the lowest eigenvalue
π 2h̄2
E1 = (6.59)
2mL2
and the corresponding eigenstate
s
2 πx
φ1 (x) = sin( ) (6.60)
L L
is known as the ”ground state.” In general, the ground state is the lowest energy
state of a quantum system (in quantum field theory, it is also known as the ”vacuum
6.3. THE ENERGY OF ENERGY EIGENSTATES 95
state”). Energy eigenstates of higher energies are known as ”excited states.” The
fact that the ground state energy of the particle in the tube E1 is greater than zero
is another example of the Uncertainty Principle at work. Since the the particle is
confined in a region of length L, it means that ∆x ≤ L, and therefore
h̄
∆p > (6.61)
2L
Assuming < p >= 0, this would give a lower bound to the energy of roughly
(∆p)2 h̄2
E≈ > (6.62)
2m 8mL2
and this lower bound is in fact smaller, by some numerical factors, than the true
ground state energy E1 given in (6.59), in agreement with the Uncertainty Principle.
Note that the dependence on h̄, m, L of the lower bound is the same as that of E1 .
Again, it is not a question of ”the observation disturbing the observed.” There is
simply no physical state of a particle in a tube which has an energy lower than E1 .
Energy eigenstates are stationary states, in the sense that the time-dependence of
the wavefunction is entirely contained in an overall phase factor
and this phase cancels out when computing expectation values of any function of x
and p, e.g.
Z
<x> = dx ψα∗ (x, t) x ψα (x, t)
Z
= dx φ∗α (x) x φα (x)
Z
<p> = dx ψα∗ (x, t) p̃ ψα (x, t)
Z
= dx φ∗α (x) p̃ φα (x) (6.64)
Therefore
∂t < x > = 0
∂V
<− > = 0 (6.65)
∂x
where the second equation follows from ∂t < p >= 0, and Ehrenfest’s Principle. Note
that these equations are similar to the corresponding expressions for a stationary
state in classical mechanics: the particle is static, so
∂t x = 0 (6.66)
96 CHAPTER 6. ENERGY AND UNCERTAINTY
and it remains static because the force on the particle vanishes, i.e.
∂V
F =− =0 (6.67)
∂x
On the other hand, in classical mechanics the kinetic energy of a stationary state
is zero. This is not the case in quantum mechanics. For the example of the particle
in a tube, the expectation value of momentum vanishes in an energy eigenstate
Z L
< p >n = dx φ∗n (x) p̃ φn (x)
0
!
2 L nπx ∂ nπx
Z
= dx sin( ) −ih̄ sin( )
L 0 L ∂x L
= 0 (6.68)
Is this a dagger I see before me, the handle toward my hand? Come, let me clutch
thee! I have thee not, and yet I see thee still. Art thou not, fatal vision, as sensible to
feeling as to sight? Or art thou but a dagger of the mind, a false creation, proceeding
from the heat-oppressed brain?
- Shakespeare, Macbeth
97
98 CHAPTER 7. OPERATORS AND OBSERVATIONS
Z
<H> = dx ψ ∗ (x, t) H̃ ψ(x, t) (7.1)
where
x̃ψ(x, t) ≡ xψ(x, t)
∂
p̃ψ(x, t) ≡ −ih̄ ψ(x, t)
( ∂x
h̄2 ∂ 2
)
H̃ψ(x, t) ≡ − + V (x) ψ(x, t) (7.2)
2m ∂x2
where
an = < φn |ψ >
Z
f (p0 ) = dx φ(x)e−ip0 x/h̄ (7.4)
and also
" #∗
1 1
Z
√ f (p) = dx √ eip0 x/h̄ ψ(x, t)
2πh̄ 2πh̄
= < φp0 |ψ > (7.7)
7.2. OPERATORS AND OBSERVABLES 99
The (generalized) functions φx0 , φp0 , φn all share two things in common. First, they
all satisfy Eigenvalue Equations:
The relationship that exists between observables x, p, H and operators x̃, p̃, H̃, and
between probabilites and inner products, generalizes to all other observable quantities
of a system.
or differentiation
∂
Õψ(x) = ψ(x) (7.16)
∂x
A non-linear operation could be, e.g., taking a square root
q
Õψ(x) = ψ(x) (7.17)
In Lecture 4 it was noted that any linear operator O has a matrix representation
O(x, y) such that eq. (7.11) can be written, in component form,
Z
0
ψ (x) = dy O(x, y)ψ(y) (7.18)
~v 0 = M~v
N
vi0 =
X
Mij vj (7.19)
i=1
Given a linear operation Õ, we can always obtain a corresponding matrix represen-
tation O(x, y) by using the Dirac delta function
Z
Õψ(x) = Õ dy δ(x − y)ψ(y)
Z h i
= dy Õδ(x − y) ψ(y) (7.20)
so that
O(x, y) = Õδ(x − y) (7.21)
7.2. OPERATORS AND OBSERVABLES 101
O = position
O = momentum
O = energy
102 CHAPTER 7. OPERATORS AND OBSERVATIONS
Note that
p̃2
H̃ = H[p̃, x] = + V (x) (7.27)
2m
so that, as noted in Lecture 5, the operator corresponding to the Hamiltonian function
is obtained by replacing the momentum p by the momentum operator p̃.
where we renamed variables x → y and y → x in the second to last line. The operator
Õ † is known as the Hermitian Conjugate of the operator Õ. It is pronounced “O-
dagger,” and has matrix elements
This hermiticity relation is quite restrictive; for example, it is not even satisfied
by the simple operation of differentiation:
∂
Õψ(x) = ψ(x) (7.32)
∂x
In that case
∂
O(x, y) = δ(x − y) (7.33)
∂x
so that
∂
O † (x, y) = δ(y − x) (7.34)
∂y
and therefore
Z
†
Õ ψ(x) = dyO † (x, y)ψ(y)
" #
∂
Z
= dy δ(y − x) ψ(y)
∂y
" #
Z
∂ψ
= dy δ(x − y) −
∂y
∂
= − ψ(x)
∂x
= −Õψ(x) (7.35)
Since Õ is not hermitian in this case, it is possible for < ψ|O|ψ > to be imaginary.
In fact, for the gausian wavepacket (6.1)
1 Z x2 p0 x ∂ x2 p0 x
< φ|Oφ > = √ dx exp[− 2 − i ] exp[− 2 + i ]
πa2 2a h̄ ∂x 2a h̄
p0
= i (7.36)
h̄
So the derivative operator cannot correspond to a physical observable, because it
would lead to imaginary expectation values.
The operators of the three examples above, corresponding to the observables of
position, momentum, and energy, had therefore better be Hermitian. Lets check this.
Hermiticity of the Position Operator
From the matrix representation
X(x, y) = xδ(x − y) (7.37)
we have, from the properties of delta functions,
X † (x, y) = X ∗ (y, x)
= yδ(y − x)
= xδ(x − y)
= X(x, y) (7.38)
104 CHAPTER 7. OPERATORS AND OBSERVATIONS
Therefore the position operator is Hermitian, and < x > is always real.
In this case
h̄2 ∂ 2
Z "( ) #
†
H̃ ψ(x) = dy − + V (y) δ(x − y) ψ(y)
2m ∂y 2
h̄2 ∂2
Z Z
= − dy ψ(y) 2 δ(x − y) + dy V (y)δ(x − y)ψ(y)
2m ∂y
h̄2 ∂ψ ∂
Z
= dy δ(x − y) + V (x)ψ(x)
2m ∂y ∂y
h̄2 ∂2ψ
Z
= − dy δ(x − y) + V (x)ψ(x)
2m ∂y 2
h̄2 ∂ 2
" #
= − + V (x) ψ(x)
2m ∂x2
= H̃ψ(x) (7.42)
7.3. EIGENSTATES AS STATES OF ZERO UNCERTAINTY 105
where we have integrated twice by parts. This establishes the hermiticity of the
Hamiltonian.
The Hermitian conjugate Õ † of any linear operator Õ, hermitian or not, has the
following important property:
From the fact that every observable O = x, p, E, ... is associated with an Hermitian
operator Õ = x̃, p̃, H̃, ..., we see that a zero-uncertainty state φ(x) must have the
property
(∆O)2 =< φ|(O− < O >)2 |φ >= 0 (7.47)
Denote the expectation value < O > by λ, and define
D̃ ≡ Õ − λ (7.48)
∆O = 0Z
(∆O)2 = dx φ0∗ (x)φ0 (x)
φ0∗ (x)φ0 (x) ≥ 0 for all x (7.51)
0 = φ0 (x)
= D̃φ(x)
= [Õ − λ]φ(x) (7.52)
This an eigenvalue equation, of the form already seen for position, momentum and
energy in equation (7.9). Therefore:
A measurement process therefore has the property that, whatever the physical state
of the object may be at the time just prior to the measurement, the system is left in
one of the eigenstates of Õ at a time just after the measurement.
We can go further. Given that the expectation value of the observable < O > in
the eigenstate φ is the eigenvalue λ, and given that the uncertainty ∆O = 0 vanishes,
it follows that a measurement of O could only result in the value O =< O >= λ.
Any measurement that was different from the mean value would imply a non-zero
uncertainty. But since the result of a measurement is to leave the system in such a
zero-uncertainty state, it follows that
In general there are many solutions φ(x), λ to the eigenvalue equation (7.53), so it
is useful to denote a set of linearly independent solutions as {φα (x), λα }, with different
solutions distinguished by the value of the subscript α. The eigenvalue equation is
written
Õφα = λα φα (7.54)
with φα the eigenstate and λα the corresponding eigenvalue. If all the eigenvalues
are different, the eigenvalues are said to be non-degenerate. If there are n linearly-
independent eigenstates φα1 , φα2 , ..., φαn whose eigenvalues are the same, i.e. λα1 =
λα2 = ... = λαn , then the eigenvalue is said to be n-fold degenerate. For example,
the energy eigenvalues of a free particle are two-fold degenergate, because for each
eigenvalue E there are two linearly independent eigenstates, e.g.
√ √
ei 2mE/h̄
and e−i 2mE/h̄
(7.55)
which satisfy
h̄2 ∂ 2
H̃φ = − φ = Eφ (7.56)
2m ∂x2
Theorem H1
Choose ψ to be an eigenstate φα
Since the inner product of any vector with itself is a real number, it follows that the
lhs is real if and only if λα is real.
108 CHAPTER 7. OPERATORS AND OBSERVATIONS
Theorem H2
Proof: Suppose φα0 and φα00 are eigenstates of an Hermitian operator Õ, and λα0 6=
λα00 . From eq. (7.45), we have
Given that the eigenvalues are different, the only way this equation can hold true is
that
< φα0 |φα00 >= 0 (7.60)
Theorem H3
For any square-integrable function ψ(x) and any Hermitian operator Õ,
the function ψ can always be expressed as some linear combination of the
eigenstates of Õ X
ψ(x) = cα φα (x) (7.61)
α
With the help of these theorems, we are ready to say something about physics:
Denote the quantum state of the system at the time of measurement by |ψ >. Then:
(I) The outcome of any measurement of the observable will be one of the
eigenvalues {λα }.
7.3. EIGENSTATES AS STATES OF ZERO UNCERTAINTY 109
(II) The probability P (λα ) that any given eigenvalue will be the result of
the measurement is
P (λa ) = | < φα |ψ > |2 (7.63)
The argument for eq. (7.63) is identical to the reasoning of Lecture 6 concerning
energy eigenvalues. This time, we will carry the argument through in bra-ket notation.
The expectation value is given by
From Theorem H3 X
|ψ >= cα |φα > (7.65)
α
Using Theorem H2 X
< φβ |ψ >= cα δαβ (7.67)
α
therefore
cβ =< φβ |ψ > (7.68)
The bra vector < ψ| corresponding to the ket |ψ > is
c∗α < φα |
X
< ψ| = (7.69)
α
c∗α < φα | O
X X
<O> = cβ |φβ >
α β
c∗α cβ
XX
= < φα |O|φβ >
α β
λα c∗α cβ δαβ
XX
=
α β
λα c∗α cα
X
=
α
λα | < φα |ψ > |2
X
= (7.70)
α
110 CHAPTER 7. OPERATORS AND OBSERVATIONS
Finally, compare this expression for < O > against the expression for an expectation
value from probability theory
X
< O >= Oα P [Oα ] (7.71)
α
where {Oα } are the possible values that the observable can have. We have already
shown, in the beginning of this section, that the only values which can be found by
a measurement are the eigenvalues of Õ, i.e.
Exercise: Write equations (7.64) through (7.73) in component notation (i.e. in terms
of functions and integrals over functions).
Let us record and review the solutions to the eigenvalue equations seen thus far:
Eigenstates of Position
For
x̃ = x (7.74)
the eigenvalue equation is
xφx0 (x) = x0 φx0 (x) (7.75)
which has solutions
Eigenstates of Momentum
For
∂
p̃ = −ih̄ (7.80)
∂x
the eigenvalue equation is
∂
−ih̄ φp (x) = p0 φp0 (x) (7.81)
∂x 0
which has solutions
( )
1
eigenstates φp0 (x) = √ eip0 x/h̄ , eigenvalues p0 ∈ [−∞, ∞] (7.82)
2πh̄
with inner products
The coefficient function cp0 is obtained by multiplying both sides of this equation by
φ∗p1 (x), and integrating over x
Z Z Z
dx φ∗p1 (x)ψ(x) = dx dp0 cp0 φ∗p1 (x)φp0 (x)
1 dp0
Z Z Z
√ dx ψ(x)e−ip1 x/h̄ = cp dx ei(p0 −p1 )x/h̄
2πh̄ 2πh̄ 0
Z
= dp cp0 δ(p1 − p2 ) (7.85)
or
1 Z
cp = √ dx ψ(x)e−ip1 x/h̄ (7.86)
2πh̄
Once again, theorem H3 insists that any arbitrary function ψ(x) can be written as a
linear combination1
∞
X
ψ(x) = cn φn (x)
n=1
s
∞
2 X nπx
= cn sin[ ] (7.91)
L n=1 L
This is a Fourier series, and it is well known that any function in the interval [0, L]
can be expressed in this form. The coefficients cn are obtained in the same way as
before, i.e. by multiplying both sides by φ∗m and integrating over x:
∞
X
|ψ > = cn φn (x)
n=1
X∞
< φm |ψ > = cn < φm |φn >
n=1
X∞
= cn δnm (7.92)
n=1
and we find
cm = < φm |ψ >
s
2 L mπx
Z
= dx sin[ ]ψ(x) (7.93)
L 0 L
that the result of such a measurement will be to leave the system in a state of zero
uncertainty in both observables, i.e. ∆A = ∆B = 0, and that means that the physical
state would have to be an eigenstate of both both à and B̃. Now, it may or may not
be true that such physical states exist, in general, for all possible eigenvalues of à and
B̃. If not, then it is not possible to measure the observables A and B simultanously.
For example, in the case of position x and momentum p, there are no physical states
which are eigenstates of both x̃ and p̃; this is why it is impossible to measure both x
and p simultaneously and precisely.
There is a simple test for whether or not two observables can be measured simul-
taneously, which requires the concept of the commutator. The Commutator of two
operators is defined to be
[Ã, B̃] ≡ ÃB̃ − B̃ Ã (7.94)
If [Ã, B̃] = 0, the two operators are said to commute. Commutators are computed by
letting them act on an arbitrary function. For example:
However,
" #
∂ ∂
[x̃, p̃]f (x) = x(−ih̄ ) − (−ih̄ )x f (x)
∂x ∂x
!
∂f ∂
= −ih̄ x − (xf )
∂x ∂x
!
∂f ∂f
= −ih̄ x −x −f
∂x ∂x
= ih̄f (7.99)
114 CHAPTER 7. OPERATORS AND OBSERVATIONS
From this we can conclude that the operators corresponding to position along the
x-axis, and momentum in the x-direction, do not commute, and that
Problem: Compute the commutators: [H̃, x̃], [H̃, p̃], [p̃2 , x̃2 ].
The condition that two observables can be measured simultaneously is then stated
by:
The fact that position and momentum are not simultaneously observable is a
special case of this theorem. For simplicity, we will prove theorem only in the case
that the eigenvalues of à and B̃ are discrete and non-degenerate.
Let us begin with the ”if” part of the theorem: [Ã, B̃] = 0 implies that eigenstates
of à are eigenstates of B̃ and vice versa. Now [Ã, B̃] = 0 means that
Then
Now if we define
φ0a = B̃φa (7.104)
then eq. (7.103) becomes
Ãφ0a = aφ0a (7.105)
which means that φ0a is an eigenstate of à with eigenvalue a. But since the eigenvalues
of à are non-degenerate, it can only be that φ0a is proportional to φa , i.e.
This proves that every eigenstate of à is an eigenstate of B̃. Such states are zero-
uncertainty states of both A and B, so simultaneous measurement is possible.
Next we prove the ”only if” part of the commutator theorem. Suppose the outcome
of a measurement is that A = a and B = b. Since the eigenvalues of à are non-
degenerate, the resulting physical state is φa , where
It follows that
while
therefore
If the operator [Ã, B̃] acting on any function f (x) gives 0, then the operator itself is
zero
[Ã, B̃] = 0 (7.115)
116 CHAPTER 7. OPERATORS AND OBSERVATIONS
and also
|ψ1 >= DA |ψ > and |ψ2 >= DB |ψ > (7.119)
Then
Similarly,
(∆B)2 =< ψ2 |ψ2 > (7.121)
Now, making use of the Cauchy-Schwarz inequality for vectors (see problem below)
To prove this statement, let us begin with an expression for the rate of change of
the observable
d d Z
<Q> = dx ψ ∗ (x, t) Q̃ ψ(x, t)
dt dt
dψ ∗
" #
∗ dψ
Z
= dx Q̃ψ + ψ Q̃
dt dt
1 1
Z
∗ ∗
= dx ( H̃ψ) Q̃ψ + ψ Q̃( H̃ψ
ih̄ ih̄
1
= [− < Hψ|Q|ψ > + < ψ|Q|Hψ >]
ih̄
1
= [− < ψ|HQ|ψ > + < ψ|QH|ψ >]
ih̄
1
= < ψ| [Q, H]|ψ > (7.131)
ih̄
Then the time ∆t required for < Q > to change by an amount equal to its uncertainty
∆Q satisfies
d < Q >
∆t = ∆Q
dt
7.5. THE TIME-ENERGY UNCERTAINTY RELATION 119
1
| < ψ|[Q, H]|ψ > |∆t = ∆Q (7.132)
h̄
We now apply the generalized uncertainty principle, eq. (7.116) with A = Q and
B = H (note that ∆H ≡ ∆E)
1 1 1 1
(∆Q∆E)∆t ≥ | < ψ|[Q, H]|ψ > | ∆t = ∆Q (7.133)
h̄ h̄ 2 2
or, dividing by ∆Q on both sides
h̄
∆E∆t ≥ (7.134)
2
which proves the energy-time uncertainty relation, for any observable Q.
As an example of this uncertainty relation, consider the time required for a free
particle to move a distance equal to its uncertainty in position ∆x; i.e. for < x > to
change by ∆x. The wavepacket is moving with a group velocity
<p>
vg = (7.135)
m
so the time it takes for the packet to move a distance equal to the uncertainty in
position is
∆x m∆x
∆t = = (7.136)
vg <p>
On the other hand, the uncertainty in energy is related to the uncertainty in momen-
tum via
p2
!
< p > ∆p
∆E = ∆ = (7.137)
2m m
Then
m∆x < p > ∆p
∆t∆E =
<p> m
= ∆x∆p
h̄
≥ (7.138)
2
as predicted by the time-energy uncertainty relation.
120 CHAPTER 7. OPERATORS AND OBSERVATIONS
Chapter 8
Rectangular Potentials
Most of the effort in solving quantum-mechanical problems goes into solving the time-
independent Schrodinger equation (243). Given a complete set of solutions to the
time-independent equation, the general solution (248) of the time-dependent equation
follows immediately.
We have already seen that in the case of a free particle, the energy eigenvalues
could take on any value in the range [0, ∞], while in the case of a particle trapped in a
tube, the energies could take on only certain discrete values. This distinction between
the energies of bound and unbound particles is very general, and in fact the solutions
to any time-independent Schrodinger equation, with any potential V (x), are always
of two kinds: (i) bound states, which have discrete energy eigenvalues, E1 , E2 , E3 , ...;
and (ii) unbound or ”scattering” states, which have energies in a continuous range
E ∈ [Elow , ∞]. So we begin this lecture with an explanation of why the energies
of bound states are always discrete, and also why the unbound states, which are
energy eigenstates and therefore stationary, have something to do with the scattering
of particles by a potential, which is of course a dynamic process.
121
122 CHAPTER 8. RECTANGULAR POTENTIALS
ticle in the classically forbidden regions, and this fact gives rise to some remarkable
phenomena which are inconceivable at the classical level. Nevertheless, the wave-
function does behave quite differently in the classically allowed and the classically
forbidden regions, as one might expect, since classical behavior is an approximation
to quantum mechanics, and should become exact in the h̄ → 0 limit.
The time-independent Schrodinger equation is a 2nd order differential equation
d2 φ 2m
2
= − 2 (E − V )φ (8.1)
dx h̄
In general, the first derivative of a function f 0 = df /dx is the slope of f (x), the second
derivative f 00 = d2 f /dx2 is the curvature. If f 00 > 0 at point x, then f (x) is concave
upwards at that point; similarly, if f 00 < 0, then f (x) is concave downwards. From
eq. (8.1), we can see that:
Since the wavefunction tends to curve downwards when φ is positive, and upward
when φ is negative, the result is an oscillating wavefunction in the classically allowed
regions, as shown in Fig. [8.2].
In the classically forbidden regions, oscillatory behavior is impossible, and the wave-
function tends to either grow or decay exponentially, as shown in Fig. [8.3]
Now suppose the energy is in the range E ∈ [0, Vmax ]. Then there will be clas-
sically forbidden regions, and in these regions the wavefunction will grow or decay
exponentially. In the classically allowed regions, the wavefunction oscillates as shown
in Fig. [8.5].
Finally, suppose that E < 0. Then, except for a finite interval where V (x) < 0
and E > V , the entire real line is a classically forbidden region. Typical solutions of
the time-independent Schrodinger equation would blow up exponentially as x → ±∞.
Such wavefunctions are physically meaningless; they say that the particle is infinitely
more probable to be found at the ”point” x = ±∞ than anywhere else, but infinity,
as we know, is not a point. Wavefunctions of this kind are called non-normalizable
and do not belong to the Hilbert space of physical states. Non-normalizable solutions
of the time-independent Schrodinger equation are simply thrown away in quantum
mechanics. Although such wavefunctions satisfy the equation of interest, they do not
correspond to physical states.
Almost all solutions with E < 0 are therefore excluded, but not quite all. It is
still consistent with the behaviour (8.3) for the wavefunction to decay exponentially
to zero as x → ±∞, as shown in Fig. [8.6]. In wavefunctions of this sort, the
probability of finding the particle outside region II drops exponentially with distance,
so it is reasonable to say that the particle is trapped by the potential well, or in other
words that the particle is in a ”bound state.” However, it is only possible to have the
wavefunction decay to zero in regions I and III only for certain very special values of
the energy eigenvalue E, for reasons which will now be explained.
Suppose the value of the wavefunction φ(x) and its first derivative φ0 (x) are spec-
ified at some point x = a. Since the time-independent Schrodinger equation is a
2nd-order equation, this is enough information to solve the equation and find the
wavefunction everywhere in space. Now for almost all choices of first derivative φ 0 at
x = a, the wavefunction will eventually diverge to φ → ±∞ as x → ∞, as shown
in Fig. [8.7]. For φ0 (a) > c, the wavefunction diverges to +∞, while for φ0 (a) < c,
the wavefunction diverges to −∞, where c is some constant. However, precisely at
φ0 (a) = c, it is possible for the wavefunction to decay smoothly to zero as x → ∞,
as we would expect for a bound state. Even so, we do not yet have a physical state,
because in general the wavefunction will be divergent as x → −∞. But there is one
more parameter that can be varied, namely, the energy eigenvalue E. So imagine
varying E, always choosing φ0 (a) so that φ(x) → 0 as x → ∞. As E varies, the
point b in Fig. [8.7] where the wavefunction starts to blow up can be moved further
and further to the left. Eventually, for one special value of E, we get b → −∞, and
the wavefunction decays smoothly to zero both in region I and region III, as shown
in Fig. [8.6]. Only for such an energy does the wavefunction represent a physical
bound state. Changing the energy slightly results in an unacceptable, exponentially
divergent solution.
In general there is more than one value of E, sometimes an infinite number of
values, which are associated with bound state solutions. But since an infinitesmal
124 CHAPTER 8. RECTANGULAR POTENTIALS
change in any of those eigenvalues results in a non-physical state, the bound state
energies always form a discrete set.
Finally, it should be noted that it is not always the case that V (x) → 0 as
x → ±∞. Suppose, e.g., that V (x) → V∞ > 0 as x → ±∞. In that case, unbound
states would have energies in the range E ∈ [V∞ , ∞], while the bound state energies
would be a discrete set with values E < V∞ .
Initially, before the particle encounters the end of the tube, its state is represented
by some wavepacket indicated in Fig. [8.8a], with a momentum expectation value
< p >= p0 . After bouncing off the end of the tube, the ”scattered” wavepacket
will be moving in the opposite direction with < p >= −p0 , as shown in Fig. [8.8c].
At some intermediate time, the wavepacket is in contact with the end of the tube.
Since the wavepacket is finite in extent, there is going to be some delay from the
time that the front of the wavepacket reflects off the end of the tube, to the time
that the back of the wavepacket reflects off the end. During this time interval, part
of the wavepacket which reflected off the end of the tube overlaps with the rest of
the incoming wavepacket, which has not yet encountered the end of the tube (Fig.
[8.8b]).
Now if the wavepacket is of some finite extent ∆x, then by the Uncertainty Prin-
ciple ∆p ∼ h̄/∆x. Imagine preparing the initial wavepacket with a very small uncer-
tainty ∆p. As ∆p → 0, then ∆x → ∞, and the time (and space) interval in which
the incoming and reflected waves overlap becomes very large. The limiting case, with
∆x = ∞, is shown in Fig. [8.9]. In this case, the incoming ”wavepacket” at any
instant of time is an infinite plane wave
while the reflected wavepacket is also an infinite plane wave of the opposite momentum
These plane waves overlap over the entire half-line x ∈ [−∞, 0], so the total wave-
function is the superposition of the incoming and reflected waves
In any real scattering experiment, of course, there is always some finite uncer-
tainty in the momentum of the incoming particle, the wavepacket is always finite in
extent, and that means that eventually the incident wave is completely replaced by
the scattered waves. Nevertheless, to compute the quantities of interest in a scattering
experiment, it is convenient to consider the ∆p = 0 limit, and work with stationary
states in which the incoming and reflected waves always overlap. The ”quantities of
interest” in a scattering experiment are the ratio of intensities of the incident and
scattered waves, because such ratios can be directly related to observable quantities.
In connection with the 2-slit experiment discussed in Lecture 3, we learned that
if we have a beam of np particles of average velocity v =< p > /m, with the wave-
function of each particle represented at some time t by φ(x), then the intensity of the
beam at point x at time t is given by
I = np vφ∗ (x)φ(x)
= average no. of particles
passing point x per unit time (8.14)
The goal of scattering theory is to find the intensity of the scattered beam as compared
to the intensity of the incoming beam. In the simple case of an incoming particle of
momentum p0 approaching the end of a tube,
p0 ∗ p0
Iinc = φinc (x)φinc (x) = |A|2
m m
p0 ∗ p0
Iref = φref (x)φref (x) = |B|2 (8.15)
m m
and, since A = −B,
Iref = Iinc (8.16)
Physically, this means that if the flux of incoming particles past some point x0 is,
say, 1000 particles per second, then the flux of reflected particles past that point is
also 1000 particles per second; i.e. every incident particle is reflected, no particles are
transmitted past the infinite potential barrier at x = 0. In the second example shown
in Fig. [8.10] we have, in addition to Iinc and Iref , an intensity for the transmitted
wave, representing particles which have gone through the potential barrier
p0 ∗ p0
Itrans = φtrans (x)φtrans (x) = |C|2 (8.17)
m m
The quantities we need to calculate, which can then be compared with experiment,
are the Reflection Coefficient
Iref |B|2
R = =
Iinc |A|2
no. of particles/sec reflected
= (8.18)
no. of particles/sec incident
8.3. THE STEP POTENTIAL 127
Energies E > V
The Schrodinger equation in region I (x < 0) is the equation for a free particle
h̄2 ∂ 2 φ1
− = Eφ1 (8.20)
2m ∂x2
with the usual free particle solution
√
φ1 (x) = Aeip1 x/h̄ + Be−ip1 x/h̄ where p1 = 2mE (8.21)
h̄2 ∂ 2 φ2
− = (E − V )φ2 (8.22)
2m ∂x2
with the solution
q
φ2 (x) = Ceip2 x/h̄ + De−ip2 x/h̄ where p2 = 2m(E − V ) (8.23)
The choice of A and D is a choice of the initial state. If D = 0 then the particle
is initially approaching the potential step from the left; if A = 0 the particle is
approaching from the right. If both A and D are non-zero, then the initial wavepacket
is split into two pieces, one approaching from the left and one from the right. It is
possible to have a initial wavepacket which is discontinuous in this way, but it is
uncommon. The standard experimental setup would be to have a particle source
located to one side or the other of the scattering region. We will suppose that the
particles are coming in from the left, and set D = 0. In that case the remaining pieces
of the wavefunction have the interpretation as transmitted and reflected waves
φ1 (0) = φ2 (0) =⇒ A + B = C
φ01 (0) = φ02 (0) =⇒ p1 (A − B) = p2 C (8.26)
v2 |C|2
T =
v1 |A|2
p2 4p21
= (8.28)
p1 (p2 + p1 )2
2
An exception is if the potential becomes infinite at some point, as in the case of a particle in a
tube. In such situations, the slope of the wavefunction can be discontinuous.
8.3. THE STEP POTENTIAL 129
Energies E < V
In this case, the solutions (8.21) in region I and (8.23) in region II are the same
as before, however q
p2 = 2m(E − V ) = iq2 (8.32)
is an imaginary number. The solution φ2 in the classically forbidden region is then
q
φ2 (x) = Ce−q2 x/h̄ + Deq2 x/h̄ where q2 = 2m(V − E) (8.33)
Like any solution in the classically forbidden region, φ2 is, in general, a combination
of exponentially growing and exponentially decaying functions. Solutions with D 6= 0
are non-normalizable, however, and do not correspond to physical states. So we need
only consider solutions with D = 0.
Once again applying continuity of the wavefunction and its first derivative, we
have
φ1 (0) = φ2 (0) =⇒ A + B = C
φ01 (0) = φ02 (0) =⇒ ip1 (A − B) = −q2 C (8.34)
which means that all incident particles are reflected; no particles are transmitted
towards x → +∞, as in the classical case. The resulting wavefunction is shown in
Fig. [8.13]. Unlike the classical case, however, there is a finite probability to find the
particle at any finite distance x > 0
Once again, there is no way of interpreting this result in classical terms. Classically,
force is proportional to the derivative of the potential, so there is only a force on the
particle at x = 0. There is nothing to prevent a particle at x > 0 to continue moving
to the left. Quantum mechanically, although there is a finite probability to find the
particle at x > 0, that probability decreases exponentially with x, and any particle
of energy E < V is ultimately reflected.
3
It is conventional to call it a ”square” well although the shape may just as well be rectangular.
The potential for a particle in a tube is known as the ”infinite square well.”
8.4. THE FINITE SQUARE WELL: BOUND STATES 131
We begin with a discussion of the bound states. In Regions I and III the Schrodinger
equation is the same as a free particle equation, and the solution is
√ √
φI (x) = a1 ei 2mEx/h̄
+ a2 e−i 2mEx/h̄
√ √
φIII (x) = b1 ei 2mEx/h̄
+ b2 e−i 2mEx/h̄
(8.39)
However, since E < 0, the square-root is imaginary. Writing E = −E, we have
√ √
φI (x) = a1 e− 2mE x/h̄
+ a2 e 2mE x/h̄
√ √
φIII (x) = b1 e− 2mE x/h̄
+ b2 e 2mE x/h̄
(8.40)
If ψ is a physical state, we must set a2 = b1 = 0; otherwise the wavefunction blows
up exponentially as x → ±∞ and the state is non-normalizable. Then
√
φI (x) = Ae− 2mE x/h̄
√
2mE x/h̄
φIII (x) = Be (8.41)
Now suppose we choose A to be a real number. Then φ(x) must be real everywhere.
The reason is that the Schrodinger equation is a linear equation with real coefficients,
so writing
φ(x) = φR (x) + iφI (x) (8.42)
its easy to see that φR and φI must both satisfy the Schrodinger equation
H̃φR = EφR H̃φI = EφI . (8.43)
Setting A to be a real number means that φI = 0 for x > a, which means it is
zero everywhere, because the Schrodinger equation says that φ00 (x) ∝ φ(x). The
conclusion is that φ(x) is real everywhere; in particular, the constant B is also a real
number.
Let φ(x) be a solution of the time-independent Schrodinger equation with energy
En . We can show that
ϕ(x) = φ(−x) (8.44)
is also an eigenstate of H̃, with the same energy. Start with the time-independent
Schrodinger equation
h̄2 d2
− φ(x) + V (x)φ(x) = Eφ(x) (8.45)
2m dx2
make the change of variables x → −x
h̄2 d2
− φ(−x) + V (−x)φ(−x) = Eφ(−x)
2m dx2
h̄2 d2
− ϕ(x) + V (x)ϕ(x) = Eϕ(x) (8.46)
2m dx2
132 CHAPTER 8. RECTANGULAR POTENTIALS
This proves that ϕ(x) is also a solution. The crucial fact used in (8.46) was the
symmetry of V (x) around x = 0
Without this symmetry, ϕ(x) = φ(−x) would not be a solution of the Schrodinger
equation.
If En is degenerate, then φ(x) and ϕ(x) could be two different states. On the
other hand, if En is non-degenerate, then the two functions must be proportional to
one another:
ϕ(x) = cφ(x) (8.48)
where c is a real-valued constant, since φ and ϕ are both real-valued. Finally, the
normalization condition requires
Z Z
2 2
dx ϕ = c dx φ2 = 1 (8.49)
1. ”Even Parity”
2. ”Odd Parity”
d2 φII 2m
2
= − 2 (V0 − E)φII (8.52)
dx h̄
with solutions √ √
φII = c1 ei 2m(V0 −E)x/h̄
+ c2 e−i 2m(V0 −E)x/h̄
(8.53)
However, since φII must be a real function, we expand the exponentials in a combi-
nation of sin and cosine
q q
φII = CE cos 2m(V0 − E)x/h̄ + CO sin 2m(V0 − E)x/h̄ (8.54)
We have seen that the non-degenerate solutions have to be either even or odd parity.
For even parity, CO = 0, while for odd parity CE = 0. We deal with these cases
separately.
8.4. THE FINITE SQUARE WELL: BOUND STATES 133
The requirement that φ(x) = φ(−x) also implies that A = B. So we have alto-
gether
√
φI (x) = Ae− 2mEx/h̄
q
φII (x) = CE cos 2m(V0 − E)x/h̄
√
2mEx/h̄
φIII (x) = Ae (8.55)
h̄2 2
E = V0 − (kπ) (k = 0, 1, 2, ...) (8.59)
2ma2
and since E > 0, this means that the number K of even-parity energy eigenvalues is
the largest number such that
h̄2
[(K − 1)π]2 ≤ V0 (8.60)
2ma2
Thus there are a finite number - and no less than one! - of even-parity bound states.
The number K of such bound states increases as the well becomes deeper (larger V0 ),
and wider (larger a).
This time, the requirement that φ(−x) = −φ(x) implies that B = −A, and
CE = 0. The wavefunction has the form
√
φI (x) = Ae− 2mE x/h̄
q
φII (x) = CO sin 2m(V0 − E)x/h̄
√
2mEx/h̄
φIII (x) = −Ae (8.61)
Dividing eq. (8.63) by eq. (8.62) gives us the transcendental equation for the energies
of odd parity bound states
√ q q
E = − V0 − Ectn 2m(V0 − E)a/h̄
a π
q q
= V0 − E tan 2m(V0 − E) + (8.64)
h̄ 2
which can be solved graphically, as shown in Fig. [8.16]. Once again, there are as
many roots as there are nodes of the tangent; this time the nodes are located at
1 2 h̄2
E = V0 − [(k + )π] (k = 0, 1, 2, ...) (8.65)
2 2ma2
and the number of odd parity nodes is the largest integer M such that
1 h̄2
[(K − )π]2 < V0 (8.66)
2 2ma2
Note that for
h̄2
2
π
V0 < (8.67)
2 2ma2
there are no odd-parity bound states.
1. The number of bound state energies is finite, and there is at least one bound state;
2. The number of bound states increases with the width and depth of the well;
8.4. THE FINITE SQUARE WELL: BOUND STATES 135
For E > 0, the solution of the time-independent Schrodinger equation in all three
regions is
√ √
φIII (x) = Aei 2mEx/h̄
+ Be−i 2mEx/h̄
√ √
φII (x) = Cei 2m(E+V0 )x/h̄
+ De−i 2m(E+V0 )x/h̄
√ √
i 2mEx/h̄
φI (x) = Ee + F e−i 2mEx/h̄
(8.68)
As explained in the introduction, the wavefunction in regions I and III can be thought
of as a superposition of incoming and outgoing wavepackets, in the limit that the
uncertainty
√ in momentum of the wavepackets goes to zero. The momentum is√either
p = 2mE, in which case the packet is moving from left to right, or p = − 2mE,
in which case the packet is moving from right to left. Therefore, we can interpret the
components of φIII and φI as representing:
√
Aei 2mEx/h̄
an incoming wavepacket from the left
√
Be−i 2mEx/h̄
an outgoing wavepacket to the left
√
Eei 2mEx/h̄
an outgoing wavepacket to the right
√
F e−i 2mEx/h̄
an incoming wavepacket from the right
Now suppose we are interested in an experimental situation in which a particle of a
fairly precise momentum is sent towards the potential well from the left. In that case
there is no incoming wavepacket from the right, so we can set F = 0. The incoming
wavepacket eventually reaches the potential well. Some of the incoming wavepacket
is reflected towards the left; some is transmitted towards the right. So we now have
√ √
φIII (x) = Aei 2mEx/h̄
+ Be−i 2mEx/h̄
√ √
φII (x) = Cei 2m(E+V0 )x/h̄
+ De−i 2m(E+V0 )x/h̄
√
i 2mEx/h̄
φI (x) = Ee (8.69)
136 CHAPTER 8. RECTANGULAR POTENTIALS
where
√
Aei 2mEx/h̄
represents the incoming wavepacket
√
Be−i 2mEx/h̄
represents the reflected wavepacket
√
Eei 2mEx/h̄
represents the transmitted wavepacket
The reflection and transmission coefficients will therefore be
BB ∗ EE ∗
R= T = (8.70)
AA∗ AA∗
so the problem is to compute B and E in terms of A.
We should pause to note that φ(x) 6= ±φ(−x). The reason is that in this case
the energy is degenerate; a particle approaching the potential from the left can have
exactly the same energy as a particle approaching the well from the right. In this situa-
tion, an energy eigenstate does not necessarily have the property that φ(x) = ±φ(−x);
although ϕ(x) = φ(−x) is an energy eigenstate, it is not necessarily equivalent to φ(x)
if the energy is degenerate. For the wavefunction φ(x) of eq. (8.69), which represents
a particle approaching the well from the left and then scattering, ϕ(x) represents a
particle approaching the potential from the right, and then scattering.
Denote √ q
2mE 2m(E + V0 )
k= and q = (8.71)
h̄ h̄
so that
φIII (x) = Aeikx + Be−ikx
φII (x) = Ceiqx + De−iqx
φI (x) = Eeikx (8.72)
Imposing continuity of the wavefunction and its first derivative at x = a give us
φI (a) = φII (a) =⇒ Eeika = Ceiqa + De−iqa
φ0I (a) = φ0II (a) =⇒ kEeika = q(Ceiqa − De−iqa ) (8.73)
The corresponding continuity conditions at x = −a are
φIII (−a) = φII (−a) =⇒ Ae−ika + Beika = Ce−iqa + Deiqa
φ0III (−a) = φ0II (−a) =⇒ k(Ae−ika − Beika ) = q(Ce−iqa − Deiqa ) (8.74)
We first solve eq. (8.73) for C and D in terms of E:
1 k
C = (1 + )Eei(k−q)a
2 q
1 k
D = (1 − )Eei(k+q)a (8.75)
2 q
8.4. THE FINITE SQUARE WELL: BOUND STATES 137
so that
E 2e−ika
= k q k q
A (1 + 2q
+ 2k )ei(k−2q)a + (1 − 2q
− 2k
)ei(k+2q)a
e−2ika
= q
cos(2qa) + 21 ( 2q
k
+ 2k )(e−2iqa − e2iqa )
e−2ika
= (8.78)
cos(2qa) − 2i ( kq + kq ) sin(2qa)
In this case
T =1 and R=0 (8.83)
i.e. there is no reflection at all. A particle of this energy is certain to be transmitted
past the potential well. The condition (8.82) has a simple interpretation in terms of
de Broglie wavelengths. The momentum of the particle inside the well is
q q
P = 2m(E − V ) = 2m(E + V0 ) (8.84)
8.5 Tunnelling
Next we consider a repulsive square well potential
0 x < −a
V (x) = V0 −a ≤ x ≤ a (8.86)
0 x>a
Since this potential differs from the attractive square well of the last section only by
the sign in front of V0 , there is no need to repeat the algebra of the last section. We
8.5. TUNNELLING 139
can simply take the formulas for the scattering state of the attractive well, replace
V0 everywhere by −V0 , and these will be the corresponding formulas for the repulsive
well. Then again denote
√ q
2mE 2m(E − V0 )
k= and q = (8.87)
h̄ h̄
so that
φIII (x) = Aeikx + Be−ikx
φII (x) = Ceiqx + De−iqx
φI (x) = Eeikx (8.88)
Classically, if E > V0 , the incoming particle will travel through the well and
continue moving to the right. If E < V0 the incoming particle is reflected at x = −a,
and travels back to the left.
In quantum mechanics, if E > V0 , the situation is qualitatively much like the
case for the attractive potential: some of the incoming wave is reflected, and some is
transmitted. It is worth noting that no matter how large E is compared to V0 , there
is always some finite probability that the particle is reflected. Quantum-mechanically,
if a bullet is fired at a fixed target of tissue paper, there is always some (exceedingly
small) probability that the bullet will bounce off the paper.
If E < V0 , then the quantity
q
2m(E − V0 )
q= (8.89)
h̄
is imaginary. Substituting
q = iQ and sin(2qa) = −isinh(2Qa) (8.90)
then
1
sinh2 (2Qa) ≈ cosh2 (2Qa) ≈ e2Qa (8.93)
4
140 CHAPTER 8. RECTANGULAR POTENTIALS
The situation is sketched in Figure [8.17]. Most of the incoming wave is reflected.
In the classically forbidden region, the wavefunction decays exponentially. However,
since the width of the classically forbidden region is finite, the wavefunction at the
other end of the barrier is finite, and so there exists a transmitted wave. This means
that no matter how high the barrier V0 is compared to the energy E of the incoming
particle, there is always some finite probability for the particles to penetrate through
the barrier.
Quantum-mechanically, a soap bubble heading for a brick wall has a finite, al-
though exceedingly small, probability of being found on the other side of the brick
wall.
The fact that a particle can penetrate a potential barrier whose height exceeds
the energy of the particle is known as ”Tunnelling”. It has important applications
throughout modern physics, e.g. in the study of semiconductors, and of radioactive
decay.
Chapter 9
There are only a very few potentials for which the Schrodinger equation can be solved
analytically. The most important of these is the potential
1
V (x) = k(x − x0 )2 (9.1)
2
of the harmonic oscillator, because so many of the systems encountered in nuclear
physics, condensed matter physics, and elementary particle physics can be treated,
to a first approximation, as a set of coupled harmonic oscillators.
There are several reasons why the harmonic oscillator potential shows up so of-
ten. First of all, any finite potential looks like a harmonic oscillator potential in the
neighborhood of its minimum. Suppose the minimum of a potential is at the point
x = x0 . Expand the potential in a Taylor series around x0
d2 V
! !
dV 1
V (x) = V (x0 ) + (x − x0 ) + (x − x0 )2 + ... (9.2)
dx x=x0
2 dx2 x=x0
Because V (x) is a minimum at x0 , the first derivative of the potential vanishes there,
so
1 d2 V
!
V (x) = V (x0 ) + (x − x0 )2 + ... (9.3)
2 dx2 x=x0
For small displacements, this is just a harmonic oscillator.
Secondly, any time the classical equations of motion are linear, it means that
we are dealing with a harmonic oscillator, or a set of coupled harmonic oscillators.
Newton’s law of motion F = ma is generally non-linear, since F (x) is usually a non-
linear function of x. However, if F depends linearly on x, it follows that the potential
depends quadratically on x, which implies a harmonic oscillator. Now it so happens
that any non-dispersive wave equation, e.g.
1 ∂2y ∂2y
= (9.4)
v 2 ∂t2 ∂x2
141
142 CHAPTER 9. THE HARMONIC OSCILLATOR
C = A + iB (9.11)
A2 + B 2 = C † C − i[A, B] (9.13)
These relations are easy to check (exercise!), keeping in mind that operators A and
B do not necessarily commute. Now, the Hamiltonian operator can be written as a
sum of squares of Hermitian operators
!2
p̃ q
H̃ = √ + ( V (x))2 (9.15)
2m
so, writing
√
A = V
p̃
B = √
2m
√ p̃
C = V + i√ (9.16)
2m
we have s
† 1 √
H̃ = C C − i [ V , p̃] (9.17)
2m
and s
h i 1 √
C, C † = −2i [ V , p̃] (9.18)
2m
This is not a √
particularly useful way to express H̃ in most situations; generally the
commutator [ V , p̃] is just another complicated operator. In the case of the harmonic
144 CHAPTER 9. THE HARMONIC OSCILLATOR
aa† = a† a + 1 (9.35)
so
1
H̃φ” = h̄ω[a† (a† a + 1) + a† ]ϕn
2
† † 1
= a [h̄ω(a a + ) + h̄ω]ϕn
2
= a† [H̃ + h̄ω]ϕn
= (En + h̄ω)a† ϕn
= (En + h̄ω)φ” (9.36)
where we have used the hermiticity of x and p, and also the fact that the norm of
any non-zero vector is greater than zero. Then
1 1
< H >= < p2 > + k < x2 > ≥ 0 (9.38)
2m 2
This proves that a ground state exists, with an energy greater than or equal to
zero. However, the existence of a ground state seems to contradict the fact that, by
operating on the ground state with the lowering operator a, we get a state with still
lower energy. Denote the ground state by ϕ0 , the ground-state energy by E0 , and let
ϕ0 = aϕ0 . Then, according to eq. (9.32)
aϕ0 = 0 (9.40)
Since we have proved that a ground state exists, then the lowering operator must
”annihilate” the ground state; i.e. bring it to 0, as shown in (9.40). Equation (9.40)
is a first-order differential equation for the ground state:
√
!
1 ∂
mωx + h̄ √ ϕ0 = 0 (9.41)
mω ∂x
9.1. RAISING AND LOWERING OPERATORS 147
ϕ1 = c 1 a † ϕ0 (9.46)
where c1 is a normalization constant. Since the raising operator raises the energy by
h̄ω, the energy of this state is
E1 = E0 + h̄ω
1
= h̄ω(1 + ) (9.47)
2
The state with the next higher energy is
ϕ2 ∝ a † ϕ1
= c2 (a† )2 ϕ0 (9.48)
with energy
E2 = E1 + h̄ω
1
= h̄ω(2 + ) (9.49)
2
148 CHAPTER 9. THE HARMONIC OSCILLATOR
ϕn = cn (a† )n ϕ0 n = 0, 1, 2, 3, ...
1
En = h̄ω(n + ) (9.50)
2
Now, how do we know that this is all the eigenstates that there are? Suppose, for
example, that there were an eigenstate ϕ0 with an energy in between E0 and E1 .
If that were the case, the applying the lowering operator to the state would either
annihilate the state, or else give an eigenstate with an energy lower than the ground
state. Since the ground state exists, and is ϕ0 by definition, it means that aϕ0 = 0.
But the only solution to this equation is ϕ0 = ϕ0 . Therefore, there is no state with
energy between E0 and E1 . So suppose instead there were a state ϕ00 with energy
between En and En+1 . Applying the lowering operator to ϕ00 lowers the energy by
integer multiples of h̄ω, until we reach a state ϕ0 with an energy between E0 and E1 .
But we have just seen that there is no such state. This means that there is no state
with energy between En and En+1 . So the only possible energies are those shown in
(9.50).
Still, how do we know that these energies are non-degenerate? Suppose, e.g., there
was a state ϕ01 6= ϕ1 with energy E1 . Applying the lowering operator, we would get
a second ground state ϕ00 with energy E0 . But then, since there is no energy lower
than the ground-state energy,
The idea is to commute the a operator to the right, past the a† operators, until it
finally operates on, and annhilates, the ground state ϕ0 . We have
1 = c2n < (a† )n−1 ϕ0 |[(a† )n a + n(a† )n−1 ]|ϕ0 > (9.56)
so that
cn−1
cn = √ (9.58)
n
Using this equation, and c0 = 1, we get
c1 = 1
1
c2 = √
2·1
1
c3 = √ (9.59)
3·2·1
or, in general
1
cn = √ (9.60)
n!
We now have the general solution for the energy eigenstates of the harmonic
oscillator:
1
ϕn (x) = √ (a† )n ϕ0 (x)
n!
s n
1/4
mω 1 1 mω h̄ ∂ −mωx2 /2h̄
r
= √ √ ( x− ) e (9.61)
πh̄ n! 2 h̄ mω ∂x
150 CHAPTER 9. THE HARMONIC OSCILLATOR
Rescaling x
mω
r
y= x (9.62)
h̄
The general solution becomes
!n !n
1 mω 1/4 1 ∂
2
ϕ(x) = √ √ y− e−y /2
n! πh̄ 2 ∂y
1/4 !n
1 mω 1
2
= √ √ Hn (y)e−y /2 (9.63)
n! πh̄ 2
with corresponding eigenvalues
1
En = h̄ω(n + ) (9.64)
2
The functions Hn (y) are known as Hermite Polynomials. Operating n times on
the ground state with the raising operator a† results in a function which is
q just the
ground state multiplied by an n-th order polynomial in the variable y = mω/h̄x.
These are the Hermite polynomials. The first several Hermite polynomials are:
H0 (y) = 1
H1 (y) = 2y
H2 (y) = 4y 2 − 2
H3 (y) = 8y 3 − 12y (9.65)
By applying eq. (9.63), the Hermite polynomials, and the eigenstates ϕn (x), can be
determined to any order desired.
In summary:
√
a|ϕn > = n|ϕn−1 >
√
a† |ϕn > = n + 1|ϕn+1 >
v
h̄
u
(a + a† )
u
x = t
2mω
v
1 u mωh̄
u
p = t (a − a† ) (9.68)
i 2
As an example of the use of these relations, let us compute the position uncertainty
∆x in the n-th energy eigenstate. As usual
Now
s
2mω
< x > = < ϕn |(a + a† )|ϕn >
h̄
√ √
= n < ϕn |ϕn−1 > + n + 1 < ϕn |ϕn+1 >
= 0 (9.70)
where F [x, p] is any polynomial in the x and p operators, can also be computed
algebraically by the same method.
Chapter 10
We live in a world which is almost, but not quite, symmetric. The Earth is round,
nearly, and moves in an orbit around the Sun which is circular, almost. Our galaxy
looks roughly like a spiral. Human beings and most animals have a left-right symme-
try; the left-hand side looks the same as the right-hand side, more or less. Starfish
have a pentagonal symmetry, table salt has a cubic symmetry, and in general Nature
abounds in geometrical shapes of various kinds.
The symmetry which is apparent in large structures (animals, planets, galaxies...)
is even more evident at the very small scales that are the domain of quantum physics.
Symmetries appear in the arrangement of atoms in solids, in the arrangement of
electrons in atoms, and in the structure of the nucleus. Symmetry principles are
especially important for understanding the variety and behavior of the elementary
particles, out of which all larger structures are built.
The mathematical expression of a geometrical symmetry is an invariance under
some transformation of coordinates. Let us consider some examples which will be
important:
153
154 CHAPTER 10. SYMMETRY AND DEGENERACY
figure. On the other hand, suppose every point (x0 , y 0 ) on the original sketch were
moved to a new point (x0 , y 0 ) according to the rule
x0 = −x y0 = y (10.3)
This transformation replaces the right-hand side of the figure by the left-hand side,
and vice-versa. The transformed stick figure is indistinguishable from the original
figure, and it is therefore said to be symmetric under left-right reflection.
r0 = r θ 0 = θ + δθ (10.5)
x0 = f (x)
!−1
∂ ∂f ∂
= (10.6)
∂x0 ∂x ∂x
where the word ”invariant” means that
∂ ∂
H̃[−ih̄ 0
, x0 ] = H̃[−ih̄ , x] (10.7)
∂x ∂x
Suppose φα (x) is an eigenstate of H̃
∂
H̃[−ih̄ , x]φα (x) = Eα φα (x) (10.8)
∂x
10.1. THE FREE PARTICLE, AND MOMENTUM CONSERVATION 155
Then
∂ ∂
T H̃[ , x]ψ(x) = H̃[ 0 , x0 ]ψ(x0 )
∂x ∂x
∂
= H̃[ , x]ψ(x0 )
∂x
∂
= H̃[ , x]T ψ(x) (10.16)
∂x
From this equation, we see that the operator T commutes with the the Hamilitonian
operator
[T, H̃] = 0 (10.17)
Now notice that
T F (x) = F (x + a)
∂F 1 ∂2F 2
= F (x) + a+ a + ...
∂x 2 ∂x2
∞
X an ∂ n
= n
F (x)
n=0 n! ∂x
" #
∂
= exp a F (x)
∂x
= exp[iap̃/h̄]F (x) (10.18)
which means that T is the exponential of the momentum operator. Since T com-
mutes with H̃ for any displacement a, it follows that the momentum operator p also
commutes with H
[p̃, H̃] = 0 (10.19)
This is easy to check for the free particle Hamiltonian, since H̃ = p̃2 /2m, and p̃
commutes with p̃2 .
In Lecture 8, we found an equation of motion for expectation values
d i
< Q >= < [Q, H] > (10.20)
dt h̄
It follows that if an Hermitian operator commutes with the Hamiltonian, the corre-
sponding observable is conserved:
d
< Q >= 0 (10.21)
dt
In the special case of the free particle, we therefore have conservation of momentum
d
< p >= 0 (10.22)
dt
10.2. PARITY 157
We have already noted that the energies of the free particle are 2-fold degenerate;
i.e. for each energy E there are two linearly independent states with the same energy,
and any linear combination of those two states
√ √
ψ(x) = aei 2mEx/h̄
+ be−i 2mEx/h̄
(10.23)
is also an eigenstate with energy E. However, since p̃ commutes with H̃, it follows
from the commutator theorem that energy E and momentum p are simultaneously
observable. This means that we can choose the complete set of energy eigenstates
{φα } to be eigenstates of H̃ and p̃, which is
p2
( )
1
φp (x) = √ eipx/h̄ ; Ep = ; p ∈ [−∞, ∞] (10.24)
2πh̄ 2m
Each value of the momentum p singles out one and only one energy eigenstate φp (x),
whereas an energy eigenvalue, by itself, is not enough to specify the state uniquely.
10.2 Parity
The free particle potential
V (x) = 0 (10.25)
the harmonic oscillator potential
1
V (x) = kx2 (10.26)
2
and the finite square well potential
0 x < −a
V (x) = −V0 −a ≤ x ≤ a (10.27)
0 x>a
x0 = −x (10.28)
which is a left-right reflection of the x-axis. The kinetic energy term of the Hamilto-
nian is also invariant under this transformation, since
h̄2 ∂ ∂ h̄2
! !
∂ ∂
− 0 0
= − − −
2m ∂x ∂x 2m ∂x ∂x
h̄2 ∂ ∂
= − (10.29)
2m ∂x ∂x
158 CHAPTER 10. SYMMETRY AND DEGENERACY
therefore the Hamiltonians of the free particle, the Harmonic oscillator, and the finite
square well are invariant under the Parity transformation. Define the Parity operator
as the linear operator which has the property
and is conserved
d
< P >= 0 (10.33)
dt
It is easy to show that Parity is an Hermitian operator (exercise). Suppose φβ is an
eigenstate of the Parity operator with eigenvalue β
Then
P P φβ (x) = βP φβ (x) = β 2 φβ (x) (10.35)
On the other hand,
P P φβ (x) = P φβ (−x) = φβ (x) (10.36)
Comparing the last two equations, we see that
β 2 = 1 =⇒ β = ±1 (10.37)
On the other hand, an energy eigenstate does not have to be a momentum eigenstate.
As we have seen, an eigenstate of energy E has the general form
√
φE (x) = aeipx/h̄ + be−ipx/h̄ p = 2mE (10.44)
This is complete because any energy eigenstate of the form (10.44) can be expressed
as a linear combination of φE+ and φE− . Note that specifying the energy E, and the
parity ±1, determines the energy eigenstate uniquely.
It may seem odd that an eigenstate of momentum is not an eigenstate of par-
ity (and vice versa). After all, both are associated with coordinate transformations
which are symmetries of the free particle Hamiltonian. However, the order of these
transformations is important. Suppose we have a particle at point x. If we first make
a translation x0 = x + a, and then a tranformation x00 = −x0 , the particle winds up
at coordinates x00 = −x − a. On the other hand, if we make these transformations in
160 CHAPTER 10. SYMMETRY AND DEGENERACY
reverse order, first x0 = −x and then x00 = x0 + a, the particle ends up at x00 = −x + a,
which is a different point. It is not surprising, then, that the momentum operator p̃
and the Parity operator P don’t commute:
Since
[P, p̃] 6= 0 (10.49)
it follows that P and p̃ cannot have the same set of eigenstates. There are two lessons
to be learned from this:
2. When two (or more) operators commute with the Hamiltonian, but not with each
other, there are always degenerate energy eigenvalues.
x0 = L − x (10.50)
y0 = L − y (10.51)
x0 = y y0 = x (10.52)
h̄2 ∂2 ∂2
!
H̃ = − + + V (x, y) (10.53)
2m ∂x2 ∂y 2
10.3. THE PARTICLE IN A SQUARE 161
where
H̃ = H̃x + H̃y
h̄2 ∂ 2
H̃x = − + v(x)
2m ∂x2
h̄2 ∂ 2
H̃y = − + v(y) (10.55)
2m ∂y 2
so the method of separation of variables
H̃φ = Eφ (10.57)
We get
ϕ(y)H̃x ψ(x) + ψ(x)H̃y ϕ(y) = Eψ(x)ϕ(y) (10.58)
and dividing by φ(x, y) on both sides
In this way the two-dimensional equation has been reduced to two one-dimensional
equations, each of which is identical to the Schrodinger equation for a particle in a
tube, and which have the same solutions:
s
2 nπx h̄2 π 2
ψn (x) = sin[ ] En = n 2
L L 2mL2
s
2 mπy h̄2 π 2
ϕm (y) = sin[ ] Em = m 2 (10.61)
L L 2mL2
162 CHAPTER 10. SYMMETRY AND DEGENERACY
h̄2 π 2
( )
2 nπx mπy
φnm (x, y) = sin[ ] sin[ ], Enm = (n2 + m2 ) (10.62)
L L L 2mL2
Since the Hamiltonian H̃ is invariant under reflections of the x-axis around the
point x = L/2, and reflections of the y-axis around y = L/2, we define the corre-
sponding operators
Rx f (x, y) = f (L − x, y)
Ry f (x, y) = f (x, L − y) (10.64)
Rx Ry f (x, y) = Ry Rx f (x, y)
= f (L − x, L − y))
=⇒ [Rx , Ry ] = 0 (10.65)
and that the energy eigenstates of eq. (10.62) are eigenstates of both Rx and Ry ,
with eigenvalues ±1, since
" # (
nπ(L − x) 1 n odd nπx
sin = × sin[ ] (10.66)
L −1 n even L
The eigenvalues of I are determined by the same reasoning as in the case of parity.
Suppose φβ is an eigenstate of I with eigenvalue β. Then
but also
IIφβ (x, y) = βIφβ (x, y) = β 2 φβ (x, y) (10.70)
10.4. THE QUANTUM CORRAL 163
Therefore
β 2 = 1 =⇒ β = ±1 (10.71)
Because φnm (x, y) and φmn (x, y) have the same energy, so does any linear combi-
nation
Φ(x, y) = aφnm (x, y) + bφmn (x, y) (10.72)
Requiring Φ to be an eigenstate of I with eigenvalue β = 1 means that φ(x, y) =
φ(y, x), or
nπy mπx mπy nπx
a sin[ ] sin[ ] + b sin[ ] sin[ ]
L L L L
nπx mπy mπx nπy
= a sin[ ] sin[ ] + b sin[ ] sin[ ] (10.73)
L L L L
which is satisfied for a = b. Likewise, for Φ an eigenstate of I with eigenvalue β = −1,
which means that φ(x, y) = −φ(y, x) we need a = −b. Finally, the complete set of
energy eigenstates which are also eigenstates of the x − y interchange operator I are
√1 [φnm (x, y)
( )
Φnm+ = 2
+ φnm (y, x)]
√1 [φnm (x, y)
(10.74)
Φnm− = 2
− φnm (y, x)]
Once again, we see that there are symmetry operations which do not commute
with one another, and that the energy eigenvalues are degenerate. The choice of a
complete set of energy eigenstates, (10.62) or (10.74), is determined by requiring that
the energy eigenstates, in addition to being eigenstates of the Hamiltonian, are also
eigenstates of one of the symmetry operators.
which, since it depends only on the radial coordinate, is obviously invariant under
arbitrary rotations
r0 = r θ0 = θ + δ 0θ (10.76)
Polar coordinates are related to cartesian coordinates by
∂2 ∂2
∇2 ≡ +
∂x2 ∂y 2
∂2 1 ∂ 1 ∂2
= + + (10.78)
∂r 2 r ∂r r 2 ∂θ 2
Under an arbitrary rotation of the form (10.76), ∂/∂θ 0 = ∂/∂θ, so the Laplacian is
invariant. It follows that the Hamiltonian for a particle moving inside a circle
h̄2 ∂2 1 ∂2
!
1 ∂
H̃ = − + + + V (r) (10.79)
2m ∂r 2 r ∂r r 2 ∂θ 2
∂f 1 ∂2f
f (r, θ + δθ) = f (r, θ) + δθ + + ...
∂θ 2 ∂θ 2
∂
= exp[δθ ]f (r, θ) (10.81)
∂θ
so that
∂
Rδθ = exp[δθ ] (10.82)
∂θ
Since the Hamiltonian is invariant under rotations
and these are the only values which could result from an accurate measurement. In
short, the values of angular momentum are ”quantized” in units of h̄. Essentially, it is
a consequence of the wavelike properties of matter, combined with the 2π-periodicity
of angles. Denote an eigenstate of angular momentum by
h̄2 ∂2
" ! #
1 ∂ 1 2
− + − L + V (r) φn = En φn (10.97)
2m ∂r 2 r ∂r h̄ r 2 z
2
h̄2 ∂2 n2
" ! #
1 ∂
− + − + V (r) ϕn (r) = En ϕn (r) (10.99)
2m ∂r 2 r ∂r r2
As in the case of the infinite square well, the wavefunction must be zero where V (r) =
∞, i.e.
ϕ(r) = 0 when r ≥ R (10.100)
Inside the circle, at r ≤ R, the Schrodinger equation is
∂2 2mE n2
" #
1 ∂
+ + ( − 2 ) ϕn (r) = 0 (10.101)
∂r 2 r ∂r h̄2 r
Define
2mE
k2 =
h̄2
ρ = kr (10.102)
h̄2 k 2
ϕn (r) = Jn (kr) with energy E = (10.104)
2m
10.4. THE QUANTUM CORRAL 167
This is a bound state solution, since the particle is bound by the potential inside a
circle, and we know that the energies of bound states are discrete. In this case, the
possible energies are determined by the condition that
h̄2 k 2
kR = xnj Enj = (10.108)
2m
Finally, the complete set of energy eigenstates and eigenvalues are
h̄2 x2nj
( )
xnj inθ
φnj = Jn ( r)e , Enj = , Lz = nh̄ (10.109)
R 2mR2
Note that the energy eigenvalues are degenerate, Enj = E(−n)j . This means that
there must be at least two operators which commute with the Hamiltonian, but not
with each other. In this case, an operator which commutes which H̃, but not with
Lz , is the reflection operator
1. If two (or more) hermitian operators commute with the Hamiltonian, but not with
each other, then the energy eigenvalues of the Hamiltonian must be degenerate.
Reason: if H commutes with A and B, then H and A share a common set of eigen-
states, and H and B share a common set of eigenstates. But if A doesn’t commute
with B, these two sets of eigenstates must be different. However, if the eigenvalues
of H were non-degenerate, then there is only one possible choice of energy eigen-
states. Since there are (at least) two different sets of energy eigenstates, the energy
eigenvalues must be degenerate.
Example: The free particle Hamiltonian commutes with momentum p and parity P ,
but [p, P ] 6= 0. The common set of eigenstates of H and p is
n √ √ o
ei 2mEx/h̄
, e−i 2mEx/h̄
, E ∈ [0, ∞] (10.111)
Each of these sets is a Complete Set of States, in the sense that any energy
eigenstate can be written as a linear combination of the eigenstates of either set.
Then, by theorem H3, any wavefunction φ(x) can be written as a sum of eigenstates
of either set.
Example: It will be seen in the next lecture that the energy degeneracy of a spherically
symmetric Hamiltonian in three dimensions is greater than the energy degeneracy of
a rotationally invariant Hamiltonian in two dimensions.
Items 1 and 3 actually hold true not just for the Hamiltonian, but for all operators.
If A commutes with B and C, but B and C don’t commute with each other, then the
eigenvalues of A are degenerate. The more symmetries an operator has, the greater
is the degeneracy in its eigenvalues.
Suppose the operators A, B, C commute, and that the set of eigenstates of A
which are also eigenstates of B and C is unique. Then the set {A, B, C} is known as
a Complete Set of Observables. Measurement of a complete set of observables is
sufficient to uniquely determine the quantum state (which must be an eigenstate of
all operators in the set). Examples:
b. Energy E is a complete set, for the Harmonic Oscillator and Square Well poten-
tials.
e. Energy E and angular momentum Lz is a complete set for the ”quantum corral”.
170 CHAPTER 10. SYMMETRY AND DEGENERACY
Chapter 11
Angular Momentum
When the potential energy in three dimensions depends only on the radial coordinate,
the potential is said to be ”spherically symmetric”, and the Hamiltonian is invariant
under arbitrary rotations; in particular, the Hamiltonian is invariant under rotations
around the x, y, and z-axes. In the last lecture we found that for rotations around
the origin in the x − y plane, the rotation operator is
Rz (δθ) = eiLz δθ/h̄ (11.1)
There is nothing special about the z-axis; rotations around the x and y-axes must
have the corresponding forms
Rx (δθ) = eiLx δθ/h̄
Ry (δθ) = eiLy δθ/h̄ (11.2)
In the case of rotations around different axes, the order of rotations is important.
For example, consider a particle at a point on the z-axis, shown in Fig. [11.1], and
imagine doing first a rotation by 90o around the z-axis, and then a rotation by 900
along the x-axis. The first rotation, around the z-axis, leaves the particle where it
is. The second rotation, around the x-axis, brings the particle to a final position
along the y-axis. Now reverse the order of coordinate transformations: A rotation
around the x-axis brings the particle to a point to the y-axis, and the subsequent
rotation around the z-axis brings the particle to a point on the x-axis. Thus the two
transformations, performed in different orders, result in different final positions for
the particle.
It follows that, although we expect the angular momentum operators to commute
with a symmetric Hamiltonian, we do not expect the Lx , Ly , Lz operators to com-
mute with each other. The energy eigenvalues will therefore be degenerate, angular
momentum is conserved, and the angular momentum operators can be used to select
among different complete sets of energy eigenstates. In this lecture, we will learn how
to construct eigenstates of angular momentum, which is a necessary step towards
solving the Schrodinger equation for spherically symmetric potentials
171
172 CHAPTER 11. ANGULAR MOMENTUM
or, in components,
Lx = ypz − zpy
Ly = zpx − xpz
Lz = xpy − ypx (11.4)
z = r cos θ
x = r sin θ cos φ
y = r sin θ sin φ (11.6)
We have already deduced that the Hamiltonian should commute with the angular
momentum operators, simply because the Hamiltonian of a particle in a central po-
tential is invariant under a rotation of coordinates, and the operators which generate
rotations are the exponential of the angular momentum operators. These commuta-
tors can of course be checked directly, e.g in the case of the z-component of angular
momentum we have
1 2
[L̃z , H̃] = [L̃z , p̃ + V (r)]
2m
1
= [L̃z , p̃2 ] + [Lz , V (r)] (11.8)
2m
11.1. THE ANGULAR MOMENTUM COMMUTATORS 173
where
[L̃z , V (r)] = x[py , V (r)] − y[px , V (r)]
!
∂V ∂V
= −ih̄ x −y
∂y ∂x
!
∂V ∂r ∂V ∂r
= −ih̄ x −y
∂r ∂y ∂r ∂x
!
∂V y ∂V x
= −ih̄ x −y
∂r r ∂r r
= 0 (11.9)
and
[L̃z , p̃2 ] = [(xp̃y − y p̃x ), p̃2x + p̃2y + p̃2z ]
= [xp̃y , p̃2x ] − [y p̃x , p̃2y ]
= p̃y [x, p̃2x ] − p̃x [y, p̃2y ]
= −2ih̄p̃y p̃x + 2ih̄p̃xp̃y
= 0 (11.10)
This proves that
[L̃z , H̃] = 0 (11.11)
Similar steps show that
[L̃x , H̃] = [L̃y , H̃] = 0 (11.12)
which means that in a central potential, angular momentum is conserved.
However, since the order of rotations around the x, y, and z-axes are important,
the operators L̃x , L̃y , L̃z cannot commute among themselves. For example,
[L̃x , L̃y ] = [(y p̃z − z p̃y ), (z p̃x − xp̃z )]
= [y p̃z , z p̃x ] + [z p̃y , xp̃z ]
= y p̃x [p̃z , z] + xp̃y [z, p̃z ]
= ih̄(−y p̃x + xp̃y )
= ih̄L̃z (11.13)
Altogether,
[L̃x , L̃y ] = ih̄L̃z
h i
L̃y , L̃z = ih̄L̃x
h i
L̃z , L̃x = ih̄L̃y (11.14)
These angular momentum commutators are the fundamental equations that will be
applied in this lecture. They will be used to determine both the eigenvalues and the
174 CHAPTER 11. ANGULAR MOMENTUM
Each of the components of angular momentum commutes with L̃2 . For example,
We evaluate the first commutator with the help of the relations in eq. (11.14)
Adding the two commutators together gives zero, and therefore L̃z commutes with
L̃2 . The same result is obtained for the other components of angular momentum:
we have
and likewise
[L̃z , L̃− ] = −h̄L̃− (11.28)
In summary, the commutators of (11.14) in terms of L̃x , L̃y , L̃z can be replaced
by commutators involving L̃± , L̃z , and L̃2 can also be expressed in terms of L̃± , L̃z :
The point of introducing the L̃± operators is that they act on eigenstates of L̃z
just like the raising and lowering operators a and a† act on eigenstates of the harmonic
oscillator Hamiltonian. Let
ϕ0 = L+ ϕab (11.30)
Then
Lz ϕ0 = Lz L+ ϕab
= (L+ Lz + h̄L+ )ϕab
= (h̄b + h̄)L+ ϕab
= h̄(b + 1)ϕ0 (11.31)
and we see that ϕ0 = L+ ϕab is also an eigenstate of Lz , with the eigenvalue h̄(b + 1).
The raising operator has therefore raised the eigenvalue of Lz by the amount h̄. The
”raised” eigenstate ϕ is also an eigenstate of L2 , with the same eigenvalue as ϕab :
Therefore,
+
L̃+ ϕab = Cab ϕa,b+1 (11.33)
+
where Cab is a constant. This establishes the fact that L+ is a raising operator,
analogous to the a† operator used in solving the harmonic oscillator. In a similar
way, we can show that L− is a lowering operator. Define
Then
so that ϕ” = L̃− ϕab is also an eigenstate of L̃z , with the eigenvalue h̄(b − 1). It is also
an eigenstate of L̃2 :
−a ≤ b ≤ a (11.39)
So let us denoted the minimum value of b as bmin and the maximum value as bmax ,
where |bmin |, |bmax | ≤ a. The corresponding eigenstates must have the property that
L̃+ ϕabmax = 0
L̃− ϕabmin = 0 (11.40)
178 CHAPTER 11. ANGULAR MOMENTUM
Now, we must be able to reach the highest state ϕabmax by acting successively on
ϕabmin with the raising operator
or, equivalently,
n
bmax = bav +
2
n
bmin = bav −
2
1
bav = (bmax + bmin ) (11.43)
2
so that
a2 = bmax (bmax + 1)
1 1
= (bav + n)(bav + n + 1) (11.45)
2 2
Likewise,
so that
a2 = bmin (bmin − 1)
1 1
= (bav − n)(bav − n − 1)
2 2
1 1
= (−bav + n)(−bav + n + 1) (11.47)
2 2
Equating the right-hand sides of (11.45) and (11.47)
1 1 1 1
(bav + n)(bav + n + 1) = (−bav + n)(−bav + n + 1) (11.48)
2 2 2 2
11.3. THE ANGULAR MOMENTUM CONES 179
Confirmation of these results comes from Nature. All elementary particles, for
example, have an intrinsic spin angular momentum. The magnitude of this spin
angular momentum depends on the type of elementary particle, but it is always one
of the values (11.52). The π-meson has spin 0, corresponding to l = 0. Electrons,
protons, neutrons, and quarks have ”spin 21 ”, i.e. their total spin angular momentum
has a magnitude s
3
|S| = h̄ (11.54)
4
corresponding to l = 21 . The ρ and ω mesons have ”spin 1”, i.e.
√
|S| = 2h̄ (11.55)
which means that the angular momentum can never be completely aligned in a par-
ticular direction. In fact, if the angular momentum did point in a definite direction,
then all components Lx , Ly , Lz would be definite. But these components cannot be
simultaneously definite, because the corresponding operators don’t commute. These
means that there is no physical state in which the angular momentum points in a
particular direction.
In classical physics, we visualize angular momentum L ~ as a vector. In quantum
physics, it is better to visualize the angular momentum associated with a given eigen-
state ϕlm as a cone. In an eigenstate the magnitude of angular momentum |L| and
the z-component Lz are fixed,
q
|L| = l(l + 1)h̄ Lz = mh̄ (11.57)
11.4. EIGENFUNCTIONS OF ANGULAR MOMENTUM 181
while values of Lx and Ly are indefinite; although their squared expectation values
must satisy
< L2x > + < L2y > + < L2z >=< L2 > (11.58)
We can picture the angular momentum associated with ϕlm as the cone of all vectors
~ satisfying (11.57). The cones for l = 2, m = −2, −1, 0, 1, 2, are shown in Fig. [11.2].
L
In classical mechanics it is easy to add two or more angular momenta; it is just a
matter of vector addition. In quantum mechanics, as one might imagine, the process
is more complicated. For example, suppose one has two electrons which are each in
angular momentum eigenstates, and we ask: ”what is the total angular momentum
of the system?” (How does one go about adding ”cones” of angular momentum?) We
will learn the quantum-mechanical rules for addition of angular momentum in the
second semester of this course.
Problem: Show that in a ϕlm eigenstate, that
< Lx >=< Ly >= 0 (11.59)
and that
1 h i
< L2x >=< L2y >= h̄2 l(l + 1) − m2 (11.60)
2
From this information, verify the generalized uncertainty principle (eq. (7.116)) for
∆Lx ∆Ly .
because in spherical coordinates, the r variable drops out of the angular momentum
operators:
!
∂ ∂
L̃x = ih̄ sin φ + cot θ cos φ
∂θ ∂φ
!
∂ ∂
L̃y = ih̄ − cos φ + cot θ sin φ
∂θ ∂φ
∂
L̃z = −ih̄
∂φ
1 ∂2
" #
2 1 ∂ ∂
L̃2 = −h̄ sin θ + (11.64)
sin θ ∂θ ∂θ sin2 θ ∂φ2
where
and where f (r) is any function such that the normalization condition
Z
1 = dxdydz φ∗ (x, y, zφ(x, y, z)
Z ∞ Z π Z 2π
= dr r 2 dθ sin θ dφ f ∗ (r)f (r)Ylm
∗
(θ, φ)Ylm (θ, φ) (11.67)
0 0 0
is satisfied. It is conventional to normalize the Ylm such that the integral over angles
is also equal to one:
Z π Z 2π
∗
dθ sin θ dφ Ylm (θ, φ)Ylm (θ, φ) = 1 (11.68)
0 0
With this normalization, the Ylm (θ, φ) are known as ”Spherical Harmonics”.
In spherical coordinates, the raising and lowering operators are
or
d
A(θ) = lcotθA(θ) (11.81)
dθ
which is solved by
A(θ) = const. × sinl θ (11.82)
Then
Yll (θ, φ) = N sinl θeilφ (11.83)
where N is a normalization constant, which is determined from the normalization
condition
Z π Z 2π
1 = dθ sin θ dφ Yll∗ Yll
0 0
Z π
2
= 2πN dθ sin(2l+1) θ
0
2π 3/2 l! 2
= N (11.84)
Γ(l + 23 )
where the Γ-function is a special function with the properties
1 √
Γ(x + 1) = xΓ(x) Γ( ) = π (11.85)
2
Of course, the normalization condition only determines N , even assuming N is real,
up to an overall sign. The convention is to choose this sign to be (−1)l , so that finally
#1/2
Γ(l + 23 )
"
l
Yll (θ, φ) = (−1) sinl θeilφ (11.86)
2π 3/2 l!
From here we can get the other Ylm using the lowering operator
−
L̃− Yl,m (θ, φ) = Clm Yl,m−1 (θ, φ) (11.87)
− +
given the constants Clm . Corresponding constants Clm are defined from
+
L̃+ Yl,m (θ, φ) = Clm Yl,m+1 (θ, φ) (11.88)
−
To get the Clm constants, we again resort to some clever algebra. We have
Then
< ϕlm |L̃− L̃+ |ϕlm > = < ϕlm |(L̃2 − L̃2z − h̄L̃z )|ϕlm >
< L̃+ ϕlm |L̃+ ϕlm > = h̄2 [l(l + 1) − m2 − m) < ϕlm |ϕlm >
(Clm ) Clm = h̄2 (l − m)(l + m + 1)
+ ∗ +
(11.90)
11.4. EIGENFUNCTIONS OF ANGULAR MOMENTUM 185
so that q
+
Clm = h̄ (l − m)(l + m + 1)eiω (11.91)
Likewise
< ϕlm |L̃+ L̃− |ϕlm > = < ϕlm |(L̃2 − L̃2z + h̄L̃z )|ϕlm >
< L̃− ϕlm |L̃− ϕlm > = h̄2 [l(l + 1) − m2 + m) < ϕlm |ϕlm >
(Clm ) Clm = h̄2 (l + m)(l − m + 1)
− ∗ −
(11.92)
so that q
−
Clm = h̄ (l + m)(l − m + 1)eiω (11.93)
where ω is an arbitrary phase. This can always be absorbed into a rescaling of the
wavefunction; i.e. ϕlm → eiω ϕlm , which does not affect the physical state at all. So
−
we can always choose the Clm to be real. It is not hard to show that
− +
Clm = (Cl,m−1 )∗ (11.94)
Therefore, if the C − coefficients are real, then the C + coefficients are also real,
and we have
q
−
Clm = h̄ (l + m)(l − m + 1)
q
+
Clm = h̄ (l − m)(l + m + 1) (11.95)
Since the Yll was normalized to 1 in equation (11.84), all of the Ylm obtained by
applying the lowering operator will also be normalized to 1. Also, since L̃2 and L̃z
are Hermitian operators, spherical harmonics corresponding to different values of l
and/or m will be orthogonal:
Z π Z 2π
∗
dθ sin θ dφ Ylm (θ, φ)Yl0 m0 (θ, φ) = δll0 δmm0 (11.97)
0 0
and obtain the rest of the Ylm by using the raising operator L̃+ .
Problem: Obtain the l = 1 multiplet by solving (11.102), and then applying the
raising operator.
Of course, one rarely has to go to the trouble of computing the spherical harmonics,
since they are listed in many books. The first few, including the l = 1 multiplet we
11.4. EIGENFUNCTIONS OF ANGULAR MOMENTUM 187
where f (r) is an arbitrary function of r. For central potentials V (r, θ, φ) = V (r), the
Hamiltonian commutes with the angular momentum operators, so by the commutator
theorem H̃, L̃2 , L̃z have a common set of eigenstates of the form (11.109). However,
if ϕ is an eigenstate of H, then the radial function f (r) is no longer arbitrary, but
is determined from an ordinary differential equation in the variable r known as the
”Radial Equation”.
Let us begin with the classical Hamiltonian
p~ · p~
H= + V (r) (11.110)
2m
The momentum vector p~, in spherical coordinates, can be expressed as a sum of
two vectors, one of which (~pr ) is parallel to the radial direction, and the other (~
p⊥ )
perpendicular to the radial direction, i.e.
p~ = p~r + p~⊥
1
p~r ≡ p cos(θrp )êr = (~r · p~)~r
r2
|~r × p~|
|~
p⊥ | ≡ p sin(θrp ) =
r
~
|L|
= (11.111)
r
so that
L2
" #
1
H= p2r + 2 + V (r) (11.112)
2m r
where
~r · p~
pr = |~
pr | = (11.113)
r
11.5. THE RADIAL EQUATION FOR CENTRAL POTENTIALS 189
~ become operators,
Upon quantization, r, p~ and L
is
1 1
p̃2r + 2 L̃2 + V (r) ϕ(r, θ, φ) = Eϕ(r, θ, φ) (11.119)
2m r
or, explicitly
h̄2 1 ∂2 1 ∂2
" ! #
1 1 ∂ ∂
− ( r) + ( sin θ + ) + V (r) ϕ = Eϕ (11.120)
2m r ∂r 2 r 2 sin θ ∂θ ∂θ sin2 θ ∂φ2
This equation could be obtained more quickly by starting from
h̄2 2
" #
− ∇ + V (r) ϕ = Eϕ (11.121)
2m
190 CHAPTER 11. ANGULAR MOMENTUM
1 ∂2 1 1 ∂ ∂ 1 ∂2
∇2 = ( r) + ( sin θ + ) (11.122)
r ∂r 2 r 2 sin θ ∂θ ∂θ sin2 θ ∂φ2
Comparing ∇2 to eq. (11.64), we see that it contains the operator L̃2 , although the
reason for this is not so clear. The appearance of the angular momentum operator,
on the other hand, is quite obvious from eq. (11.112).
Having found the eigenstates of angular momentum, we write
1 2 1
p̃r + 2
L̃2 + V (r) Rklm (r)Ylm (θ, φ) = Eklm Rklm (r)Ylm (θ, φ)
2m" 2mr
h̄2
#
1 2
Ylm p̃ + l(l + 1) + V (r) Rklm (r) = Eklm Rklm (r)Ylm (θ, φ)(11.124)
2m r 2mr 2
Cancelling Ylm on both sides of the equation, we note that neither the potential nor the
differential operator depend on m, so we can write that Rklm = Rkl and Eklm = Ekl .
We then have an equation which involves only the radial coordinate
h̄2 l(l + 1)
" #
1
p̃2r + Rkl (r) + V (r)Rkl (r) = Ekl Rkl (r) (11.125)
2m r2
which, using
1 ∂2
p̃2r = −h̄2 r
r" ∂r 2
∂2
#
2 2 ∂
= −h̄ + (11.126)
∂r 2 r ∂r
becomes
d2 Rkl 2 dRkl
" #
2m l(l + 1)
2
+ + 2 {Ekl − V (r)} − Rkl (r) = 0 (11.127)
dr r dr h̄ r2
d2 Rkl 2 dRkl
" #
2 l(l + 1)
+ + k − Rkl (r) = 0 (11.129)
dr 2 r dr r2
d2 Wl 2 dWl
!
l(l + 1)
2
+ + 1− Wl = 0 (11.133)
du u du u2
sin(u)
j0 (u) =
u
sin(u) cos(u)
j1 (u) = −
u2 u
3 1 3
j2 (u) = 3
− sin(u) − 2 cos(u) (11.134)
u u u
Putting everything together, the eigenstates of energy and angular momentum
for V = 0 are
ϕklm (r, θ, φ) = jl (kr)Ylm (θ, φ) (11.136)
with eigenvalues
h̄2 k 2
Ek = L2 = l(l + 1)h̄2 Lz = mh̄ (11.137)
2m
Since there is one and only one eigenstate corresponding to a given set of eigenvalues
of {H̃, L̃2 , L̃z }, it follows that E, L2 , Lz is a complete set of observables.
192 CHAPTER 11. ANGULAR MOMENTUM
For the free particle in one dimension, we found that E, P was a complete set of
observables, where P is parity, and also that p is a complete set of observables, where
p is momentum. Similarly, in three dimensions, the three components of momentum
{px , py , pz } are a complete set of observables, because there is one and only one
eigenstate of {p̃x , p̃y , p̃z } with a given set of eigenvalues
∂
−ih̄ ψp (x, y, z) = px ψp (x, y, z)
∂x
∂
−ih̄ ψp (x, y, z) = py ψp (x, y, z)
∂y
∂
−ih̄ ψp (x, y, z) = pz ψp (x, y, z) (11.138)
∂z
namely
ψp (x, y, z) = N exp[i(px x + py y + pz z)/h̄] (11.139)
This wavefunction is also an eigenstate of the Hamiltonian
h̄2 2
H̃ψp = − ∇ ψp = E p ψp (11.140)
2m
with energy
1 2
Ep = (p + p2y + p2z ) (11.141)
2m x
The Hamiltonian of a free particle is invariant under translations
~r → ~r + ~a (11.142)
and also under rotations of the coordinates. The energy eigenstates {ψp } are eigen-
states of the Hamiltonian and the translation operator
~
T = ei~a·p̃ (11.143)
while the energy eigenstates {jl (kr)Ylm (θ, φ)} are eigenstates of the Hamiltonian and
the rotation operator along the z-axis
R = eiδφL̃z (11.144)
Historically, the first application of the Schrodinger equation (by Schrodinger him-
self) was to the Hydrogen atom, and the result for the frequency of the Hydrogen
spectral lines was the same as that obtained by Bohr.1 In this lecture we will re-
trace Schrodinger’s steps in solving the Schrodinger equation for the Hydrogen atom.
Unlike the case of the harmonic oscillator, and case of angular momentum, the raising-
lowering operator trick doesn’t apply here. Nevertheless, we will see that the energy
eigenvalues of the Hamiltonian are again determined, ultimately, by algebra.
The Hydrogen atom is a simple system: a light electron bound to a heavy proton.
The proton is so much heavier than the electron (about 2000 times heavier) that we
may regard its position as fixed, at the center of a system of spherical coordinates.
The potential energy between the electron and proton is given, in suitable units, by
the Coulomb expression
e2
V (r) = − (12.1)
r
Since this potential is spherically symmetric, we know from the preceding lecture that
the Hamiltonian will commute with the angular momentum operators, and therefore
that energy eigenstates may also be chosen to be eigenstates of L2 and Lz , i.e.
h̄2 2 e2
" #
− ∇ − φE (r, θ, φ) = EφE (r, θ, φ) (12.3)
2m r
or
e2
" #
1 2 1
(p̃r + 2 L̃2 ) − Rkl (r)Ylm (θ, φ) = ERkl Ylm (12.4)
2m r r
1
The difference is that Bohr’s rather ad hoc quantization condition (mvr = nh̄) was successful
only for Hydrogen and a few other simple atoms. In contrast, the Schrodinger equation is a law of
motion, as fundamental as F = ma (which it replaces).
193
194 CHAPTER 12. THE HYDROGEN ATOM
which reduces, as shown in the previous lecture, to the ”radial equation” for Rkl (r)
d2 Rkl 2 dRkl e2
" #
2m l(l + 1)
2
+ + 2 {Ekl + }− Rkl (r) = 0 (12.5)
dr r dr h̄ r r2
or
1 d2 l(l + 1) 2me2 1 2mE
" #
r − + 2 + 2 R(r) = 0 (12.6)
r dr 2 r2 h̄ r h̄
We are interested in the spectrum of atomic hydrogen, so this means we would
like to solve for the bound states, i.e. those states for which E < 0. From now on,
we take E = −|E| < 0. Multiply the above equation by r on the left, and define
so that
d2 l(l + 1) 2me2 1 2m|E|
" #
− + 2 − u(r) = 0 (12.8)
dr 2 r2 h̄ r h̄2
This equation involves two constants, namely
2mE 2me2
and (12.9)
h̄2 h̄2
which we can reduce to one constant by rescaling r. Define
2m|E| ρ
k2 = and r = (12.10)
h̄2 2k
Substitute into (12.8), and we find
d2 u l(l + 1)
!
λ 1
− u + − u=0 (12.11)
dρ2 ρ2 ρ 4
For any value l > 0 the wavefunction (proportional to u/r) is non-normalizable for
D 6= 0, and even at l = 0 the ratio u/r is non-differentiable at r = 0 if D 6= 0. So we
will set D = 0 also.
Since we now know that u(ρ) ∼ e−ρ/2 at large ρ, and u(ρ) ∼ ρl+1 at small ρ, we
can guess that the exact solution might have the form
where F (ρ) is some unknown function, which goes to a constant as ρ → 0, and grows
slower than an exponential as ρ → ∞. This kind of educated guess regarding the
form of the solution of an equation is called an ”ansatz”. Substituting (12.18) in
(12.11) gives an equation for F (ρ)
d2
" #
d
ρ 2 + (2l + 2 − ρ) − (l + 1 − λ) F (ρ) = 0 (12.19)
dρ dρ
j j
196 CHAPTER 12. THE HYDROGEN ATOM
Since this equation has to be true for every value of ρ, it follows that the coefficient
of each power of ρ must vanish. The coefficient in front of ρj is
or
cj+1 (j + 1)(2l + 2 + j) − cj (l + 1 + j − λ) = 0 (12.23)
This equation allows us to compute the coefficients {cj } iteratively:
j+l+1−λ
cj+1 = cj (12.24)
(j + 1)(j + 2l + 2)
However, we have also required that F (r) grow more slowly than an exponential,
in order that u(ρ) ∼ exp[−ρ/2] as ρ → ∞. It turns out that this can only be true for
very special values of the constant λ. Recall that the asympotic behavior of a solution
of the Schrodinger equation can be either exp[+ρ/2] or exp[−ρ/2]. Suppose it turns
out that F (ρ) ∼ exp(ρ) as ρ → ∞. Then we would end up with the non-normalizable
solution for u(r). In fact, for almost all values of λ, this is exactly what happens.
According to (12.24), at large index j
cj
cj+1 ≈ (12.25)
j+1
which implies
const.
cj ≈ (12.26)
j!
This means that at large ρ, where the power series in ρ is dominated by the terms at
large index j,
cj ρ j
X
F (ρ) =
j
X 1 j
≈ const. × ρ
j j!
ρ
≈ const. × e (12.27)
in which case
u(ρ) ≈ ρl+1 eρ/2 (12.28)
which is non-normalizable. So, even though we started with an ansatz (12.18) which
seemed to incorporate the asympotic behavior we want, the equation for F ends up
generating, for almost any choice of λ, the asympotic behavior that we don’t want.
This situation is already familiar from the discussion in Lecture 8. Typically, solutions
of the Schrodinger equation for E < 0 are non-normalizable for almost all values of E.
Only at a discrete set of bound-state energies is it possible to have the wavefunction
fall to zero asymptotically.
197
For the hydrogen atom, the only way to have a normalizable solution is if one of
the cj coefficients vanishes, i.e. for some j = js , we have cjs +1 = 0. Then, from eq.
(12.24),
cj = 0 for all j > js (12.29)
and
js
cj ρ j
X
F (ρ) =
j=0
me4
En = − (12.34)
2n2 h̄2
This is the same result as that obtained by Niels Bohr; it is in agreement with the
experimental result (eq. 2.29 and 2.30 of Chapter 2) for the Hydrogen spectrum.
We can now write
2r
ρ = 2kr = (12.35)
na0
Putting everything together, the energy eigenstates are
n−l−1
cj ρ j
X
Fnl (ρ) =
j=0
j+l+1−λ
cj+1 = cj
(j + 1)(j + 2l + 2)
c0 = 1 (12.36)
with the normalization constants Nnl determined from the normalization condition
Z ∞ Z π Z
1 = drr 2 dθ sin(θ) dφ ϕ∗nlm (r, θ, φ)ϕnlm (r, θ, φ)
0 0
Z ∞
2
= Nnl drr 2 Rnl
2
(r)
0
Z ∞
2
= Nnl dr u2nl (2r/na0 ) (12.37)
0
me4
En = − (12.38)
2n2 h̄2
The choice c0 = 1 is arbitrary. A different choice would simply lead to a different
normalization constant, and the wavefunction would end up exactly the same.
It is clear that the energy eigenvalues are degenerate. To specify a unique eigen-
state ϕnlm (r, θ, φ), it is necessary to specify three integers: n, l, m. On the other hand,
the energy eigenvalue En depends only on one of those integers. To determine the de-
gree of degeneracy, i.e. the number of linearly independent eigenstates with the same
energy En , we observe that the maximum index js of the (non-zero) cj coefficients
satisfies
js = n − l − 1 ≥ 0 (12.39)
and therefore
l = 0, 1, 2, ..., n − 1 (12.40)
Also, there are 2l + 1 values of m,
In atomic physics, the integer values of the l quantum number are assigned letters,
namely:
l = 0 S
l = 1 P
l = 2 D
l = 3 F (12.43)
u10 (2r/a0 )
ϕ100 = N Y00
r
N u10 (2r/a0 )
= √ (12.44)
4π r
where
j=0
−ρ/2
= e ρ (12.45)
Therefore
N 2 −r/a0
ϕ100 = √ e (12.46)
4π a0
2
”S” stands for the ”sharp” series of spectral lines, ”P” stands for the ”principal” series, ”D” for
”diffuse” and ”F” for ”fundamental.”
200 CHAPTER 12. THE HYDROGEN ATOM
2
ϕ100 (r, θ, φ) = q e−r/a0 (12.48)
4πa30
• The 2S Excited State The n = 2 states are known as the ”first excited”
states, since they correspond to the lowest energy excitation above the ground state.
The l = 0 state is always referred to as the S-state; so the {nlm} = {200} is known
as the 2S state, in spectroscopic notation. Again, using eq. (12.36)
u20 (r/a0 )
φ200 (r, θ, φ) = N Y00
r
u200 (ρ) = e−ρ/2 ρF20 (ρ)
2−0−1
−ρ/2
cj ρ j
X
= e ρ
j=0
−ρ/2
= e ρ(c0 + c1 ρ)
0+l+1−n
c1 = c0
(0 + 1)(0 + 2l + 2)
1
= − (12.49)
2
so that
N 1 ρ
φ200 = √ (1 − ρ) e−ρ/2
4π 2 r
N r
= √ 1− e−r/2a0 (12.50)
a0 4π 2a0
12.1. THE SCALE OF THE WORLD 201
In general, the wavefunction for principal quantum number has the form
P (r) = r 2 Rnl
2
(r)
= ((2n-th order polynomial in r) × e−2r/na0 (12.54)
A sketch of P (r) vs. r is shown in Fig. [12.2], for a number of low-lying energy
eigenstates.
because the volume of a solid depends mainly on the number of atoms, and the size
of each atom. The energy released in a chemical reaction also depends on the number
of molecules participating in the reaction, and the energy released by each molecule.
The number of molecules in a mole is known as Avogadro’s number, which is
NA = 6.02 × 1023
1 gram
≈ (12.55)
mproton in grams
The proton mass gives slightly the wrong value, due to the proton-neutron mass
difference. Anyway, NA tells us approximately how many protons or neutrons there
are in a gram, or how many molecules in a mole (= (no. of protons+neutrons per
molecule) × one gram). Quantum mechanics then predicts, in principle, the volume
of each molecule, and the energy released in any given chemical reaction.
Of course, using quantum mechanics to find the precise volume of any given
molecule is a formidable task. But we can use the solution of the hydrogen atom
to make order-of-magnitude estimates. The volume of any given molecule is certainly
larger than that of the hydrogen atom, but usually not by much more than one or
two powers of 10. Likewise, the energy released in a chemical reaction is typically less
than the hydrogen atom binding energy, but this is still a rough order-of-magnitude
estimate. If we are satisfied with accuracy within a couple of orders of magnitude,
then we can answer the two questions posed above:
Start with the first question. We will imagine that all molecules fit inside a cube
of length equal to the diameter of the Hydrogen atom in its ground state. This gives
us a volume
v ∼ (2a0 )3 (12.56)
where a0 is the Bohr radius
h̄2
a0 = = 5 × 10−9 cm (12.57)
me2
so that
v ∼ 10−24 cm3 (12.58)
Then the volume of a mole is
which is at least the right order of magnitude. The volume of a mole of anything is
a few cubic centimeters, not cubic kilometers or cubic parsecs.
12.1. THE SCALE OF THE WORLD 203
To estimate the energy released by burning a mole of anything, assume that the
energy released per molecule is of the order of magnitude of the binding energy of an
electron in the Hydrogen atom ground state. This is surely not very accurate, but
again, we are not going to worry about a few powers of ten. The binding energy is
me4
|E1 | = ≈ 2 × 10−18 J (12.60)
2h̄2
Then burning a mole of anything would release an energy E on the order
which is sufficient to turn half a kilogram of water, at 100 C and 1 atm pressure,
completely into steam. Released in a short time this would make a good bang, but
its certainly not enough energy to flatten a city.
In this way, we can use quantum mechanics to estimate the ”scale of the world;”
i.e. volume per gram, energy released in chemical reactions, and so on. In fact,
with a bit more work, its possible to go on and estimate the order-of-magnitude
size of animals and mountains!3 As explained in Lecture 6, the size and binding
energy of the Hydrogen atom is ultimately due to an interplay between the attractive
Coulomb potential and a kinetic energy coming from the Uncertainty principle. It
is this interplay that sets the scale of the world. Of course, the argument is a little
incomplete: it required as input the masses of the electron and proton, as well as the
electron charge.4 Where do these numbers come from? It is the religious belief of most
physicists (including your professor) that all such numbers will one day be derived
from an ultimate ”Theory of Everything,” whose cornerstone will be the principles of
quantum mechanics.5
3
There is a beautiful essay by V. Weisskopf on this subject.
4
Nowadays, its possible to calculate the mass of the proton from the theory of the strong inter-
actions (QCD), but this still requires input of a dimensionful constant known as “QCD Λ.”
5
An excellent non-technical discussion is found in S. Weinberg’s recent book, entitled Dreams of
a Final Theory.
204 CHAPTER 12. THE HYDROGEN ATOM
Chapter 13
Electron Spin
Lets go back, for a moment, to the classical picture of the Hydrogen atom, with an
electron moving in a circular orbit around the proton. A charge moving in a circle
constitutes a current loop, and, according to the usual laws of electromagnetism a
current loop is associated with a magnetic moment according to the rule
1
µ = IA (13.1)
c
where µ is the magnetic moment, I is the current, and A is the area enclosed by the
circular orbit. The current is the charge per unit length of loop, times the velocity,
so in this case, for a circular orbit of radius r
e
I = − v
2πr
p L
v = =
M Mr
2
A = πr (13.2)
205
206 CHAPTER 13. ELECTRON SPIN
p2 e2
H0 = − (13.6)
2M r
Going over to quantum theory, H0 and Lz become operators which, as it happens,
commute with each other: an eigenstate ϕnlm of H0 is also an eigenstate of Lz
+ eh̄
Enlm ≈ En0 + (m + 1)Bz
2M c
− eh̄
Enlm ≈ En0 + (m − 1)Bz (13.10)
2M c
What can possibly account for this extra splitting?
The most natural explanation is that, in addition to the magnetic moment due to
its orbital angular momentum, an electron also has an intrinsic magnetic moment, as-
sociated with an intrinsic spin angular momentum. Classically, after all, any spinning
charge aquires a magnetic moment in the direction of the spin angular momentum.
So let us suppose that the intrinsic magnetic moment of the electron is
eg ~
µ~e = − S (13.11)
2M c
207
[Sx , Sy ] = ih̄Sz
[Sy , Sz ] = ih̄Sx
[Sz , Sx ] = ih̄Sy (13.12)
From these commutation relations alone, we know from the discussion in Lecture 11
that the possible eigenvalues of S 2 and Sz are
1 3
S 2 = s(s + 1)h̄2 s = 0, , 1, , ...
2 2
Sz = sz h̄ − s ≤ sz ≤ s (13.13)
Taking the electron magnetic moment into account, the total Hamiltonian is then
e
H = H0 + Bz Lz − (µe )z Bz
2M c
e
H = H0 + Bz (Lz + gSz ) (13.14)
2M c
The electron spin is independent of the electron position and momentum, therefore
we may assume that
[H0 , Sz ] = [Lz , Sz ] = 0 (13.15)
and this means that operators H0 , Lz , Sz have a common set of eigenstates, which
we denote |nlmsz >. Then
∂Bz
Fz = µz
∂z
eg ∂Bz
= Sz (13.20)
2M c ∂z
A measurement of the deflection of the electron beam is therefore going to be a
measurement of the z-component of electron spin. If s = 21 , then there are only
two possibilities: sz = ± 21 , and the force is oriented either up or down along the z-
axis, with equal magnitude. Each electron should be deflected along one of only two
trajectories, as shown in Fig. [13.1]. This is, in fact what is found experimentally. The
Stern-Gerlach apparatus is therefore a way of measuring the component of electron
spin along a given axis, for any given electron. If deflected upwards, the electron is
in an Sz = + 21 h̄ (or ”spin up”) eigenstate. If the electron is deflected downwards, it
is in an Sz = − 12 h̄ (or ”spin down”) eigenstate.
As already mentioned, any spinning charged object has a magnetic moment, ac-
cording to the laws of classical electromagnetism. Should we then think of the electron
as being literally a spinning ball of charge? There are two main problems with such a
picture. First, if we imagine that the electron is composed of some substance with a
constant charge-to-mass ratio of e/M , then, generalizing only slightly the reasoning
that applies to a current loop, the electron should have a magnetic moment
e ~
µ
~= S (13.21)
2M c
instead of what is actually found, which is about twice that value
e ~
µ
~= gS (13.22)
2M c
with gyromagnetic ratio g ≈ 2. The second reason is simply the fact that, in this
picture, the electron spin angular momentum is just the orbital angular momentum
of electron ”substance.” But, as we have already seen, orbital angular momentum can
only have values l = 0, 1, 2, ...; in particular, l = 12 is ruled out. So the picture of an
electron as a spinning volume of charged ”electron stuff” cannot easily account for
the origin of the electron magnetic moment.
picture is inadequate, and in any case there are no spherical harmonics with s = 21 .
So...what to do?
For the moment lets forget all about the x, y, z-degrees of freedom of the particle,
and concentrate just on the spin. Now, although we don’t have spherical harmonics
for s = 1/2, we can still represent the eigenstates of S 2 and Sz by two orthonormal
ket vectors
1 1 1 1
|s = , sz = > and |s = , sz = − > (13.23)
2 2 2 2
where
11 3 2 11
S 2| > = h̄ | >
22 4 22
11 1 11
Sz | > = h̄| >
22 2 22
1 1 3 2 1 1
S2| − > = h̄ | − >
2 2 4 2 2
1 1 1 1 1
Sz | − > = − h̄| − > (13.24)
2 2 2 2 2
Then (if we disregard position dependence) any s = 12 state can be represented as a
superposition
11 1 1
|ψ >= a| > +b| − > (13.25)
22 2 2
Now this looks exactly like the way we would represent a vector in a two-dimensional
space. So before going on, its worth recalling a few facts of vector algebra.
Let ~e1 and ~e2 be two orthonormal vectors (i.e. orthogonal unit vectors) in a two
dimensional space. For example, ~e1 and ~e2 could be unit vectors along the x and y
axes, respectively. Orthonormality means that
~e1 · e~1 = 1
~e2 · e~2 = 1
~e1 · e~2 = 0 (13.26)
This is the column vector representation of the vector ~v , in the basis {~e1 , ~e2 }. You
will notice that the components of the column vector are inner products of the ket
vector ~v with the bra vectors {~e1 , ~e2 }, i.e.
We can choose ~v = ~e1 or ~e2 , and find the values of a and b for the basis vectors. Its
easy to see that the corresponding column vectors are
" # " #
1 0
~e1 ↔ ~e2 ↔ (13.30)
0 1
In Lecture 3 we discussed the notion of a linear operator: its simply a rule for
changing any vector ~v into another vector ~v 0
The matrix element mij of a linear operator M in the basis {~ek } is given by the
inner product
Mij = ~ei · M~ej (13.33)
or, in bra-ket notation
Mij =< ei |M |ej > (13.34)
Suppose we are given the matrix elements of some linear operator M in a certain
basis. Then its easy to see that the components
of the original vector are given by the usual rule of matrix multiplication
vi0 = < ei |v 0 >
= < ei |M |v >
X
= < ei |M vj |ej >
j
X
= < ei |M |ej > vj
j
X
= Mij vj (13.37)
j
13.1. SPIN WAVEFUNCTIONS 211
After this brief excursion in vector algebra, lets return to the problem of electron
spin. The idea is that we can express the spin wavefunction as a column vector of 2
components, known as a spinor, and express the spin operators as 2 × 2 matrices.
To begin with, the basis vectors are chosen to be the two eigenstates of S 2 , Sz for
s = 12 ,
11 1 1
|e1 >= | > |e2 >= | − > (13.39)
22 2 2
In this basis, the eigenstates themselves can be written as the column vectors (spinors)
" # " #
11 1 1 1 0
| >↔ χ+ ≡ | − >↔ χ− ≡ (13.40)
22 0 2 2 1
11 1 1
= < |Sx | − >
22 2 2
1 11 1 1 11 1 1
= < |S+ | − > + < |S− | − >
2 22 2 2 22 2 2
1 11 11
= < |h̄| > +0
2 22 22
1
= h̄ (13.44)
2
After computing all the needed components, the matrix form of the spin operators,
for spin s = 21 , are
" # " #
2 3 2 1 0 1 1 0
S = h̄ Sz = h̄
4 0 1 2 0 −1
" #
1 0 1
Sx = h̄
2 1 0
" #
1 0 −i
Sy = h̄ (13.45)
2 i 0
h̄ h̄ h̄
Sx = σx Sy = σy Sz = σz (13.46)
2 2 2
where the matrices
" # " # " #
0 1 0 −i 1 0
σx = σy = σz = (13.47)
1 0 i 0 0 −1
Next we must take account of the spatial degrees of freedom. Suppose the wave-
function ψ is an eigenstate of momenta and an eigenstate of Sz , with eigenvalue
sz = 21 h̄ (”spin up”). Then we require, as usual,
−ih̄∂x ψ = px ψ
−ih̄∂y ψ = py ψ
−ih̄∂z ψ = pz ψ (13.48)
13.1. SPIN WAVEFUNCTIONS 213
and, in addition,
1
Sz ψ = h̄ψ (13.49)
2
where Sz is the matrix shown in (13.45). Its easy to see that the solution is
" #
i~
p·~
x/h̄ 1
ψp+ = e (13.50)
0
According to our general rules, the (normalized) superposition of two physical states
is also a physical state, so in general an electron wavefunction must have the form
Z
ψ = d3 p [f+ (p)ψp+ + f− (p)ψp− ]
" #
f+ (p)ei~p·~x
Z
3
= dp
f− (p)ei~p·~x
" #
ψ+ (x)
= (13.52)
ψ− (x)
where ψ+ (x) and ψ− (x) are any two square-integrable functions satisfying a normal-
ization condition
X Z
< ψ|ψ > = d3 x ψi∗ (~x)ψi (~x)
i=+,−
Z
= d3 x [|ψ+ (~x)|2 + |ψ− (~x)|2 ]
= 1 (13.53)
The interpretation of the two terms in the spinor wavefunction, ψ+/− (x), is easy
to see from a computation of the Sz expectation value
1
where ”spin up” and ”spin down” refer to the two possibilities of finding sz = 2
and
sz = − 21 . Comparing the last two lines
Z
Prob(spin up) = dxdydz |ψ+ |2
Z
Prob(spin down) = dxdydz |ψ− |2 (13.55)
Although ψ+ and ψ− are, in general, independent functions, there are many im-
portant cases where the spatial and spin parts of the wavefunction factorize, i.e.
" #
a
ψ = ψ(x) (13.56)
b
An example we have just seen are the eigenstates of momenta and Sz shown in eq.
(13.50) and (13.51). Another example is the set of eigenstates of H, L2 , Lz , S 2 , Sz ,
where H is the Hydrogen atom Hamiltonian. The ”spin-up” eigenstates are
" #
1
ϕ(r, θ, φ)χ+ = Rnl (r)Ylm (θ, φ) (13.57)
0
while the ”spin-down” eigenstates are
" #
0
ϕ(r, θ, φ)χ− = Rnl (r)Ylm (θ, φ) (13.58)
1
In ket notation, the states are labeled by their quantum numbers:
1 1
{|nlmssz >} where s = , sz = ± (13.59)
2 2
We can get some practice in the use of spinor notation and spin matrices, by
studying the precession of electron spin in an external magnetic field.
• Electron Precession
Suppose an electron is in a state where p ≈ 0, so the electron spinor, while it can
depend on time, does not depend on space, i.e.
" #
ψ+ (t)
ψ(t) = (13.60)
ψ− (t)
In addition, suppose that there is an external, constant magnetic field, of magnitude
B, in the z-direction. The Hamiltonian is then
p2 ~
H = −µ ~ ·B
2M
eh̄Bg
≈ σz
4M c
1
≈ h̄Ωσz (13.61)
2
13.1. SPIN WAVEFUNCTIONS 215
where
eB
Ω= (13.62)
Mc
Ω is known as the ”cyclotron frequency.” The eigenstates of this Hamiltonian are then
simply χ± , because H is proportional to σz , and χ± are the eigenstates of σz :
1
Hχ+ = E+ χ+ where E+ = h̄Ω
2
1
Hχ− = E− χ− where E− = − h̄Ω (13.63)
2
Eigenstates of the Hamiltonian are stationary states; an electron in such a state
will remain in that eigenstate indefinitely. But suppose instead that the electron spin
is initially in an eigenstate of Sx or Sy . What we now show is that the electron spin
will then tend to precess around the z-axis.
First, some notation. Define ”spin-up” states and ”spin-down” states in the x, y,
and z-directions to be the ± 12 h̄ eigenstates of Sx , Sy , Sz respectively:
1 1
Sx αx = h̄αx Sx βx = − h̄βx
2 2
1 1
Sy α y = h̄αy Sy βy = − h̄βy
2 2
1 1
Sz αz = h̄αz Sz βz = − h̄βz (13.64)
2 2
We know already that
" # " #
1 0
αz = χ + = and βz = χ− = (13.65)
0 1
Finding the eigenstates αy , βy requires finding the eigenstates of the Pauli matrix σy .
It is instructive do this in detail.
The first thing to do is to find the eigenvalues of σy . The eigenvalue equation is
σy ~u = λ~u (13.66)
Note that (i) σy is an Hermitian matrix; and (ii) the eigenvalues are both real. As we
found last semester, the eigenvalues of any hermitian operator are real, and eigenstates
corresponding to different eigenvalues are orthogonal. So far, we have verified the
reality of the eigenvalues. Now we solve for the two corresponding eigenstates, denoted
" #
a1
αy = for eigenvalue λ=1 (13.70)
a2
and " #
b1
βy = for eigenvalue λ = −1 (13.71)
b2
Start by solving for
" #" # " #
0 −i a1 a1
=
i 0 a2 a2
" # " #
−ia2 a1
= (13.72)
ia1 a2
Exercise: Obtain the eigenstates αx and βx of Sx by the same means used for
obtaining the eigenstates of Sy .
To analyze the variation with time of the electron magnetic moment in an external
magnetic field, we use the time-dependent Schrodinger equation with Hamiltonian
(13.61)
1
ih̄∂t ψ = h̄Ωσz ψ (13.80)
2
or, in matrix form,
" # " #" # " #
∂ t ψ+ 1 1 0 ψ+ − 21 iΩψ+
= −i Ω = 1 (13.81)
∂ t ψ− 2 0 −1 ψ− 2
iΩψ−
These are two independent first-order differential equations, one for ψ+ and one for
ψ− , and the general solution is easily seen to be
" #
ae−iΩt/2
ψ(t) = (13.82)
beiΩt/2
• Spin-Orbit Coupling
Even when there is no external magnetic field, the frequencies of the spectral
lines of the Hydrogen atom are not exactly as predicted by Bohr. Certain lines
of the spectrum, when observed using a high-resolution spectrometer, are found to
actually be two closely spaced spectral lines; this phenomenon is known as atomic
fine structure. Historically, it was an attempt to explain this fine structure of spectral
lines in the alkali elements that led Goudsmit and Uhlenbeck, in 1925, to propose the
existence of electron spin.
To understand the Goudsmit-Uhlenbeck reasoning, consider an elecron moving
with velocity ~v across a static electric field, such as the Coulomb field due to an
atomic nucleus. According to theory of special relativity, the electromagnetic field
as it appears in the rest frame of the electron is no longer entirely electric, but also
contains a magnetic component
~ = −q 1
B
~v
×E ~
v c
2
1 − c2
1 ~
≈ − p~ × E (13.85)
Mc
Given that the electron has a magnetic moment µ ~ , there should be an interaction
energy due to the electron magnetic moment, in the rest frame of the electron
~
H 0 = −~µ · B (13.86)
13.1. SPIN WAVEFUNCTIONS 219
However, we really want the interaction energy in the rest frame of the laboratory,
which is also (approximately) the rest frame of the proton. In transforming this
energy back to the proton rest frame there is a slight subtlety: the electron is not
moving with a uniform velocity ~v , but is rather in accellerated motion as it circles
around the proton. To take this accelleration carefully into account would take us
too far afield, but suffice it to say that the interaction energy H 0 above is modified
by a factor of 12 , called the Thomas precession factor1
1 ~
H0 = − µ ~ ·B
2
µ
~ ~ × p~)
= − · (E
2M c !
e ~r
= − µ
~ · 3 × p~
2M c r
e 1~
= − L·µ~ (13.87)
2M c r 3
Using
eg ~
µ
~ = − S
2M c
e ~
≈ − S (13.88)
Mc
we get
e2 1 ~ ~
H0 = L·S (13.89)
2M 2 c2 r 3
This expression is known as the ”spin-orbit” coupling, because it involves a coupling
of the electron spin angular momentum with the electron orbital angular momentum.
The full Hydrogen atom Hamiltonian should contain this spin-dependent term.
Now the spin-orbit term involves all the x, y, z components of angular momentum,
and we know that there is no physical state which is an eigenstate of all of these terms
simultaneously. However, let us define the total electron angular momentum
J~ = L
~ +S
~ (13.90)
Then
~ ·S
J 2 = L2 + 2L ~ + S2 (13.91)
or
L ~ = 1 (J 2 − L2 − S 2 )
~ ·S (13.92)
2
The total Hamiltonian is then
e2 1 2
H = H0 + (J − L2 − S 2 ) (13.93)
4M 2 c2 r 3
1
A derivation can be found in, e.g., Jackson’s Electrodynamics.
220 CHAPTER 13. ELECTRON SPIN
Now
[J 2 , L2 ] = [J 2 , S 2 ] = 0 (13.94)
since L2 and S 2 commute with all the components of J~ = L
~ + S,
~ and therefore
Recall that in solving for the eigenstates of H0 , we had to first find the eigenstates
of L2 . For similar reasons, to find the eigenstates of H, we need first to find the
eigenstates of J 2 , L2 , and S 2 . Finding the eigenstates of total angular momentum J 2 ,
given the eigenstates
Ylm χ± (13.96)
of orbital (L2 , Lz ) and spin (S 2 , Sz ) angular momentum is carried out by a systematic
procedure known as the Addition of Angular Momentum, which is our next order
of business.
Chapter 14
”Consider the lilies of the field, how they grow. They toil not, neither do they spin...”
The Book of Mathew
In the previous chapter we found that there was a contribution to the Hydrogen
atom Hamiltonian proportional to the operator
1
L · S = (J 2 − L2 − S 2 ) (14.1)
2
In order to find eigenstates of L · S, we need to find eigenstates of L2 , S 2 , and the
total angular momentum J 2 . Now, first of all, the usual eigenstates of L2 , Lz , S 2 , Sz
that we wrote down in the last Lecture, namely
" # " #
1 0
ϕ(r, θ, φ)χ+ = Rnl (r)Ylm (θ, φ) and ϕ(r, θ, φ)χ− = Rnl (r)Ylm (θ, φ)
0 1
(14.2)
are (mostly) not eigenstates of L · S. This is because L · S = Lx Sx + Ly Sy + Lz Sz ,
and while the wavefunctions above are eigenstates of Lz and Sz , they are (mostly)
not eigenstates of Lx , Ly and Sx , Sy . Because these wavefunctions are not eigenstates
of L · S, they are not eigenstates of the total angular momentum J 2 , either.
Defining Jx = Lx + Sx etc., and using the fact that the orbital angular momentum
operators commute with the spin angular momentum operators (they act on different
degrees of freedom), its easy to see that the components of total angular momentum
satisfy the now-familiar commutation relations
[Jx , Jy ] = ih̄Jz
[Jy , Jz ] = ih̄Jx
[Jz , Jx ] = ih̄Jy (14.3)
221
222 CHAPTER 14. THE ADDITION OF ANGULAR MOMENTUM
(In the case of the Hydrogen atom, s = 21 . But the technique we are going to use will
work for any value of s.)
The trick is to notice that one of the |lmssz > states, known as the ”highest
weight state”, is also an eigenstate of J 2 . Suppose we ask which state is the eigen-
state with the highest eigenvalue of Jz . Now Jz = Lz + Sz , and any eigenstate of
Lz , Sz is also an eigenstate of Jz , although it is usually not an eigenstate of J 2 . The
eigenstate with the highest eigenvalue of Jz has to be the state with the highest
eigenvalue of Lz and Sz , and there is only one such state
”highest weight state” = Yll χ+ (14.6)
which has jz = l + 21 . Now if the highest jz is l + 12 , then this must also be the highest
possible value of j that can be constructed from the Ylm χsz . But there is only one
state with jz = l + s, so this must also be the eigenstate of the operator J 2 with
j = l + s. So we conclude that
Φjj = Yll χ+ (j = l + s) (14.7)
(By exactly the same reasoning, there is also a lowest weight state
Φj,−j = Yl,−l χ− (j = l + s) (14.8)
with jz = −(l + s).)
Exercise: Using
J 2 = L2 + S 2 + 2L · S
Jz = L z + S z (14.9)
and expressing Lx , Ly , Sx , Sy in terms of ladder operators, show explicitly that the
highest weight state is an eigenstate of J 2 , i.e.
1
J 2 Yll χ+ = jmax (jmax + 1)h̄2 Yll χ+ where jmax = l +
2
Jz Yll χ+ = jmax h̄Yll χ+ (14.10)
223
From this one eigenstate of J 2 (the highest weight state), it is simple to construct
all the other eigenstates of J 2 and Jz , by successively applying the ladder operator
J− = L − + S − (14.11)
To see how it works, lets pick a particular example to work out, with l = 1. In this
case, the highest weight state is
Φ 3 3 = Y11 χ+ (14.13)
2 2
Now apply the J− operator on both sides of this equation, and use eq. (14.12)
J− Φ 3 3 = (L− + S− )Y11 χ+
2 2
s
3 3 3 3
h̄ ( + 1) − ( − 1)Φ 3 1 = (L− Y11 )χ+ + Y11 (S− χ+ )
2 2 2 2 2 2
s
√ q 1 1 1 1
h̄ 3Φ 3 1 = h̄ 1(1 + 1) − 0Y10 χ+ + Y11 · ( + 1) − ( − 1)χ−
2 2 2 2 2 2
√
= h̄ 2Y10 χ+ + Y11 χ− (14.14)
√ 3
Dividing both sides by 3h̄, we have found the eigenstate of J 2 , Jz with j = 2
and
jz = 21 s s
2 1
Φ3 1 = Y10 χ+ + Y11 χ− (14.15)
2 2 3 3
To get the state with jz = − 21 , we just apply J− again, to both sides of (14.15)
s s
2 1
J− Φ 3 1 = (L− + S− ) Y10 χ+ + Y11 χ−
2 2 3 3
s s
3 3 1 1 1 √
h̄ ( + 1) − ( − 1)Φ 3 − 1 = h̄ 2(L− Y10 )χ+ + (L− Y11 )χ−
2 2 2 2 2 2 3
√
+ 2Y10 (S− χ+ ) + Y11 (S− χ− )
s
1 √
2h̄Φ 3 − 1 = h̄ 2Y1−1 χ+ + 2Y10 χ−
2 2 3
√
+ 2Y10 χ− + 0 (14.16)
224 CHAPTER 14. THE ADDITION OF ANGULAR MOMENTUM
and we get s s
2 1
Φ3−1 = Y10 χ− + Y1−1 χ+ (14.17)
2 2 3 3
The remaining state with j = 32 has to be the lowest weight state (14.8). But just as
a check of the algebra, we obtain it by applying the ladder operator one more time
s s
2 1
J− Φ 3 − 1 = (L− + S− ) Y10 χ− + Y1−1 χ+
2 2 3 3
s
√ 1 √ √
h̄ 3Φ 3 − 3 = h̄ 2(L− Y10 )χ− + (L− Y1−1 )χ+ + 2Y10 (S− χ− ) + Y1−1 (S− χ+)
2 2 3
s
1
= h̄ (2Y1−1 χ− + 0 + 0 + Y1−1 χ− )
3
√
= h̄ 3Y1−1 χ− (14.18)
and therefore
Φ 3 − 3 = Y1−1 χ− (14.19)
2 2
as it should.
1
But is this all the eigenstates of J 2 , Jz that we can form from the l = 1, s = 2
states? So far we have constructed four orthonormal states
3 1 1 3
{Φ 3 jz , jz = , , − , − } (14.20)
2 2 2 2 2
which are eigenstates of J 2 , Jz , out of six orthonormal states
Y11 χ+ Y10 χ+ Y1−1 χ+
(14.21)
Y11 χ− Y10 χ− Y1−1 χ−
So out of these six states, we ought to be able to build two more states which are
orthogonal to the four {Φ 3 jz }. Now these extra two states can’t have j = 3/2, because
2
we have already constructed all of those states, and they can’t be j > 3/2, basically
because a state with jz > 32 isn’t available. So lets try to find states with j = 1/2.
There are exactly two such states
so this would bring the total to six. But how do we get them? The trick is to first find
Φ 1 1 from the fact that it has to be orthogonal to Φ 3 1 , and also normalized. Then
2 2 2 2
we can use the ladder operator to get the other state.
We begin from the fact that Φ 1 1 is an eigenstate of Jz , with jz = 21 . There are
2 2
two states in the set of six (14.21) which have this value of jz , namely
< Φ 3 1 |Φ 1 1 > = 0
2 2 2 2
The set of all six eigenstates of J 2 , Jz that can be formed from the six states
Y1m χ± , together with the operation used to construct each, are displayed in Fig.
[14.1]. But there is nothing special about l = 1, of course, and the procedure shown
above works for arbitrary l, as shown in Fig. [14-2]. Note that, since −l ≤ m ≤ l
there are (2l + 1) value for m, and 2 possible values of sz = ± 21 . This means there are
2(2l + 1) orthogonal Ylm χ± states for each fixed l, s = 21 . From these, one constructs
a set of eigenstates of J 2 with jmax = l + 21 , and jmin = l − 21 . The total number of
J 2 eigenstates is the same as the number of Ylm χ± states , i.e.
N = (2jmax + 1) + (2jmin + 1)
1 1
= (2(l + ) + 1) + (2(l − ) + 1)
2 2
= 2(2l + 1) (14.32)
Now lets go back to the Hydrogen atom. Let H0 be the Hydrogen atom Hamilto-
nian without the spin-orbit contribution, i.e.
h̄2 2 e2
H0 = − ∇ − (14.33)
2m r
Including electron spin, the eigenstates of H0 , L2 , Lz , S 2 , Sz are the set of states
Then the spin-orbit coupling introduces a correction to the atomic energies which can
be calculated:
M e4
En = − (14.42)
2h̄2 n2
and defining the ”Fine Structure Constant”
e2 1
α≡ ≈ (14.43)
h̄c 137
the final result for the energies E 0 of atomic orbits is
0 1 α2
En,j=l+ 1 = En + |En |
2 (2l + 1)(l + 1) n
2
0 1 α
En,j=l− 1 = En − |En | (14.44)
2 (2l + 1)l n
The fact that the electron energy levels now depend (slightly) on l and j = l ± 12 ,
in addition to the principal quantum number n, causes a small splitting of the atomic
spectral lines associated with transitions between the various electron states. The
228 CHAPTER 14. THE ADDITION OF ANGULAR MOMENTUM
splitting is very small; we can see that the correction to atomic energies is on the
order of the square of the fine structure constant, α2 , which is less than one part in
10, 000.
At this point, you may feel a little let down. Did we go to all the trouble of learning
how to add angular momenta, just to compute a tiny, arcane splitting of hydrogen
atom spectral lines? The answer, of course, is no. The technique for adding angular
momentum is one of the most important tools there is in atomic, molecular, nuclear,
particle, and condensed matter physics, and the reason is simple: Things are made
of other things, and those other things spin. Atoms, for example, consist of electrons
and a nucleus. Like the electron, atomic nuclei also spin. So the possible spin angular
momenta of a given atom is determined by adding the total angular momentum of
the electron (J = L + S) to the spin angular momentum of the nucleus. Nuclei
are made of protons and neutrons, each of which have spin 12 . The energy levels of
nuclei depend on the total spin of the nuclei, and this requires adding the spins of the
protons and neutrons, together with their orbital angular momentum in the nucleus.
Likewise, protons and neutrons (and many other short-lived particles) are composed
of three quarks. Each quark has spin 21 . To determine which combination of three
quarks would give spin 12 protons and neutrons, and which would lead to higher spin
objects like hyperons, its necessary to be able to add the spin angular momenta of
the quarks. In short, its important to learn how to add angular momentum, because
all physical objects are composed of spinning particles. Viewed at the atomic level
everything spins, including the lilies of the field.
If, for example, J1 and J2 were both orbital angular momenta, then
Given the eigenstates of J12 , J1z , J22 , J2z , we want to find the eigenstates of Φjm of the
total angular momentum J 2 , Jz , J12 , J22 .
Once again, the idea is to start from the highest-weight state, namely
and get all the other states with j = j1 + j2 by applying the ladder operators. Then
we construct states with the next lowest value of angular momentum, j = j1 + j2 − 1,
and then states with j = j1 + j2 − 2, and so on. The first question is: where does this
procedure end? If j = j1 +j2 is the highest possible value of total angular momentum,
what is the lowest possible value?
This question can be answered by counting states. For a given j1 and j2 there are
a total of 2j1 + 1 possible values of m1 , and 2j2 + 1 possible values of m2 , so the total
number of orthonormal states ψj11 m1 ψj22 m2 is
Denote by jmin the lowest possible value of total angular momentum that can be
constructed from states of given j1 and j2 . Then the total number of eigenstates of
total angular momentum will be
j1X
+j2
N0 = (2j + 1) (14.52)
j=jmin
and jmin is determined from the requiring N = N 0 . The solution to this condition is
that
jmin = |j1 − j2 | (14.53)
230 CHAPTER 14. THE ADDITION OF ANGULAR MOMENTUM
which we now quickly verify. Suppose, e.g., that j1 > j2 , so that jmin = j1 − j2 . Then
j1X
+j2
N0 = (2j + 1)
j=j1 −j2
j1X
+j2 j1 −j
X 2 −1
= (2j + 1) − (2j + 1)
j=1 j=1
j1X
+j2 j1 −j
X 2 −1
The procedure for finding all the states is shown in Fig. [14.3]. Starting from the
highest weight state, eq. (14.50), we apply J− to the left-hand side and J1− + J2− to
the right-hand side to get Φj,j−1 . Proceeding in this way, one finds all the states with
jmax = j1 + j2 . Next, the state with j = m = jmax − 1 must have the form
Φjmax −1,jmax −1 = aφ1j1 j1 φ2j2 ,j2 −1 + bφ1j1 ,j1 −1 φ2j2 ,j2 (14.57)
because these are the only states with jz = jmax − 1. The two constants a and b are
determined by orthogonality
and normalization
< Φjmax −1,jmax −1 |Φjmax −1,jmax −1 >= 1 (14.59)
Having determined a and b, apply J− to the left hand side, and J1− + J2− to the
right hand side, to find Φjmax −1,jmax −2 , and continue applying the ladder operator
successively to find all states with jmax − 1. Then determine the three constants
a, b, c in the state
Φjmax −2,jmax −2 = aφ1j1 j1 φ2j2 ,j2 −2 + bφ1j1 ,j1 −1 φ2j2 ,j2 −1 + cφ1j1 j1 −2 φ2j2 ,j2 (14.60)
Ladder operators are applied again, and the whole procedure is continued until all
of the states with total angular momentum j = |j1 − j2 | have been found. At that
point, stop.
An important application of this procedure is the addition of the spin angular
momentum of two spin 12 particles; a case that turns up again and again in atomic,
nuclear, and particle physics. In this case, there are four eigenstates of S12 , S1z , S22 , S2z ,
denoted
χ1± χ2± (14.63)
We want to find all possible eigenstates of S 2 , Sz , S12 , S22 . In this case
1 1 1 1
smax = + =1 smin = | − | = 0 (14.64)
2 2 2 2
The highest weight state is
Φ11 = χ1+ χ2+ (14.65)
Applying the ladder operators
to find
1
Φ10 = √ [χ1+ χ2− + χ1− χ2+ ] (14.67)
2
Again apply the ladder operators
1
S− Φ10 = √ (S1− + S2− )[χ1+ χ2− + χ1− χ2+ ]
2
√ 1
h̄ 2Φ1−1 = √ [(S1− χ1+ )χ2− + (S1− χ1− )χ2+ + χ1+ (S2− χ2− ) + χ1− (S2− χ2+ )]
2
h̄
= √ [χ1− χ2− + 0 + 0 + χ1− χ2− ] (14.68)
2
which gives, as it should, the lowest weight state
There are three states with j = 1, which are known as the triplet spin states.
The one remaining state at j = 0 is known, for obvious reasons, as the singlet spin
state. The singlet state
Φ00 = aχ1+ χ2− + bχ1− χ2+ (14.70)
232 CHAPTER 14. THE ADDITION OF ANGULAR MOMENTUM
1
0 = √ [< χ1+ χ2− |+ < χ1− χ2+ |][a|χ1+ χ2− > +b|χ1− χ2+ >]
2
1
= √ (a + b) (14.72)
2
1 = a2 [< χ1+ χ2− |− < χ1− χ2+ |][|χ1+ χ2− > −|χ1− χ2+ >]
1
= 2a2 ⇐ a= √ (14.73)
2
1
Φ00 = √ [χ1+ χ2− − χ1− χ2+ ] (14.74)
2
The triplet and singlet states, and procedure for finding them, is shown in Fig. [14.4].
One of the many applications of addition of spin 21 angular momentum is to the
so-called ”hyperfine splitting” of the hydrogen atom ground state; this has important
consequences for (of all things!) radio astronomy. Now the ground state of the
hydrogen atom has zero orbital angular momentum, so there is no L · S splitting of
the energy level. However, the proton, like the electron, is a spin 21 particle, and, like
the electron, it has a certain magnetic moment
gp e
µp = Sp (14.75)
2mp
So the contribution to the Hamiltonian for the electron, due to the interaction of the
electron magnetic dipole moment with the magnetic field due to the proton dipole
moment is
µ0 gp e2 3(Sp · er )(Se · er ) − Sp · Se µ0 g p e 2
H0 = + Sp · Se δ 3 (r) (14.78)
8πmp me r3 3mp me
The Sp operators in H 0 act on the spin degrees of freedom of the proton. Therefore
we have to enlarge, a little bit, our expression for the hyrogen wavefunction, to include
these extra quantized degrees of freedom. The ground state wavefunction(s), which
are eigenstates of H0 , Se2 , Sez , Sp2 , Spz , are the four states
Rn0 (r)Y00 (θ, φ)χe± χp± (14.79)
where χe± refers to the spin state of the electron, and χp± refers to the spin state of
the proton. We can also, following the procedure above, reorganize these four states
~ =S
into four other states, which are eigenstates of H0 , S 2 , Sz , Se2 , Sp2 , where S ~e + S
~p ,
i.e.
χe+ χp+
(sz = 1)
p p
triplet 1 e e
ψs=1,s z
= Rn0 (r)Y00 (θ, φ) √2 (χ+ χ− + χ− χ+ ) (sz = 0)
χe− χp−
(sz = −1)
singlet 1
ψs=0,s z =0
= Rn0 (r)Y00 (θ, φ) √ (χe+ χp− − χe− χp+ ) (14.80)
2
Then, once again making use of a result (to be shown) from first order perturbation
theory
triplet triplet
∆E1s z
= < ψss z
|H 0 |ψss
triplet
z
>
singlet singlet 0 singlet
∆E = <ψ |H |ψ > (14.81)
The expectation values above involve an integration over angles θ, φ. The Y00 spher-
ical harmonic has no angular dependence, but the first term in H 0 does have such
dependence. When the integral over solid angle is carried out, the first term in H 0
averages to zero. The integration over r, θ, φ for the second term is very easily carried
out, since it involves a delta function, and we find
µ0 g p e 2
∆E = < ψ|δ 3 (r)Sp · Se |ψ >
3me mp
µ0 g p e 2 1
= < ψ|δ 3 (r) (S 2 − Sp2 − Se2 )|ψ >
3me mp 2
2
µ0 g p e 1 2 3 3
= h̄ [s(s + 1) − − ) < ψ|δ 3 (r)|ψ >
3me mp 2 4 4
2 2
µ0 gp e h̄ 1 3
= |ψ(r = 0)|2 [s(s + 1) − ] (14.82)
3me mp 2 2
234 CHAPTER 14. THE ADDITION OF ANGULAR MOMENTUM
Then, using the fact that for the Hydrogen atom ground state
1
|ψ(r = 0)|2 = (14.83)
πa30
4gph̄4
(
1
4
(triplet)
∆E = (14.84)
3mp m2e c2 a40 − 43 (singlet)
It is then possible for the electron-proton system to make a transition from the
higher energy triplet state, to the lower energy singlet state, emitting a photon, whose
energy is the difference in energies between the triplet/singlet states. According to
De Broglie relation, the frequency of this emitted photon will be
∆Etriplet − ∆Esinglet
f =
h
4gph̄4
=
3mp m2e c2 a4 h
= 1420 MHz (14.85)
Identical Particles
However...if the particles are exactly identical, then there is no way of ever distinguish-
ing between the states ψ(x1 , x2 ), and ψ 0 (x1 , x2 ). A measurement could only determine
1
Strictly speaking, a delta function is not a physical state, because it isn’t normalized to one. So,
to be more rigorous, just replace the delta functions by gaussians which are narrowly peaked around
points a and b. This doesn’t affect the argument at all.
235
236 CHAPTER 15. IDENTICAL PARTICLES
that one particle was found at point a, and one particle was found at point b. The
particles themselves don’t carry labels telling which is particle 1, and which is particle
2. But if there are different physical states which are experimentally indistiguishable,
then the difference between them amounts to a kind of ”hidden” information, which
is not accessible to human knowledge.
Now, there is really no obvious reason, a priori, that wavefunctions can’t carry
hidden information. Perhaps this information is really there, but only accessible to
the Lord and His Angels. In a similar vein, the example of the Heisenberg microscope
in Lecture 2 suggested that there is no experimental way to measure position and
momentum simultaneously to arbitrary precision. That doesn’t logically imply that
a particle can’t have a definite position and momentum, at any given time, but we
found in fact that there are no physical states with this property. Therefore, let us
tentatively take the point of view that physical states do not contain any experimen-
tally inaccessible information, and see where it leads. We have two particles, with
particle 1 at position x1 and particle 2 at position x2 . Now interchange the particles,
as in Fig. [15.1], moving particle 2 to position x1 , and particle 1 to position x2 .
Mathematically, this means relabeling x1 → x2 and x2 → x1 ; i.e. it is an interchange
of particle coordinates. Quantum mechanically, if the two-particle state is denoted
ψ(x1 , x2 ), the interchange of coordinates brings us to a new state which depends on
the variables x1 and x2 in a different way, namely
ψ 0 (x1 , x2 ) = ψ(x2 , x1 ) (15.3)
which is experimentally indistinguishable from the old state. Now we will make the
following
Interchange Hypothesis:
Interchanging the positions of two identical particles does not change the physical
state.
This hypothesis imposes a very strong constraint on physical states. Its interesting
to first see what it would imply in classical physics. The classical state of a system
of two identical particles, according to the discussion in the first chapter, is given by
a point in the 12-dimensional phase space
{~x1 , p~1 , ~x2 , p~2 } (15.4)
In classical physics, an interchange should involve interchanging the position and
momentum of each particle. Such an interchange would lead, in general, to a different
(although experimentally indistinguishable) point in phase space
{~x2 , p~2 , ~x1 , p~1 } (15.5)
237
The only physical states which are left unchanged by an interchange of coordinates
and momenta, would be those special points in phase space for which
This constraint would imply, e.g., that all electrons in the universe are located at the
same point, and are moving with the same velocity!
Clearly, the Interchange Hypothesis is too much to ask of classical physics. Quan-
tum physics, however, is a little more tolerant, due the superposition principle. Al-
though neither state (15.1) nor state (15.2) satisfies the Interchange hypothesis, a
superposition of the two states
clearly does (the ”S” stand for ”symmetric”). Unlike the classical states satisfying the
Interchange Hypthesis, the quantum state ΨS (x1 , x2 ) allows one to find two identical
particles at two different places, while being symmetric in the positions x1 and x2 .
However, there is one other state that be constructed from states (15.1) and (15.2)
which also satisfies the Interchange Hypothesis, namely
(the ”A” stands for ”antisymmetric”). In this case, the change in coordinates gives a
change in sign
ΨA (x2 , x1 ) = −ΨA (x1 , x2 ) (15.9)
It is important to understand, at this point, that two wavefunctions that differ
only by an overall sign, or in general, two wavefunctions that differ only by an overall
phase, i.e.
ψ and eiδ ψ (15.10)
correspond to the same physical state, because the constant eiδ factor drops out of all
expectation values and probabilities. In particular, ΨA and −ΨA correspond to the
same physical state. So in general, we are looking for 2-particle wavefunctions which
satisfy
ψ(x2 , x1 ) = eiδ ψ(x1 , x2 ) (15.11)
What possible values can there be, in eq. (15.11), for the phase eiδ ?
Lets define an exchange operator that operates on wavefunctions by interchang-
ing the coordinates, and, if the particle has spin, also the spin indices, i.e.
where
zi ≡ {~xi , siz } (15.13)
238 CHAPTER 15. IDENTICAL PARTICLES
and sz is the spin index, if the particles have an intrinisic spin. Then the states
satisfying the Interchange Hypothesis would satisfy
Its easy to see that PE is an Hermitian operator (why?), and eq. (15.14) is an
eigenvalue equation. Then, by same logic we used to deduce the eigenstates of parity,
we apply eq. (15.12) twice to get
PE PE ψ(z1 , z2 ) = PE ψ(z2 , z1 )
= ψ(z1 , z2 ) (15.15)
Comparing (15.15) and (15.16), we deduce that the only possible eigenvalues are
eiδ = ±1 (15.17)
Therefore, the only 2-particle physical states which satisfy the Interchange Hypothesis
are the symmetric states ψS (z1 , z2 ), with the property
All of this easily generalizes to systems containing any number of identical par-
ticles. Suppose there are N such particles, and the corresponding wavefunction is
denoted ψ(z1 , z2 , ..., zN ). Denote by PEij the operator which exchanges the i-th posi-
tion and spin with the j-th position and spin, i.e.
PEij ψ(z1 , z2 , .., zi , .., zj , ..., zN ) = ψ(z1 , z2 , .., zj , .., zi , ..., zN ) (15.20)
Then the states which are allowed by the Interchange hypothesis are the symmetric
states, satisfying
ψS (z1 , z2 , .., zi , .., zj , ..., zN ) = +ψS (z1 , z2 , .., zj , .., zi , ..., zN ) (15.21)
ψA (z1 , z2 , .., zi , .., zj , ..., zN ) = −ψA (z1 , z2 , .., zj , .., zi , ..., zN ) (15.22)
239
Particles with integer spin are known as Bosons. Examples are pi-mesons (spin
zero), photons (spin 1), and gravitons (spin 2). Particles with half-integer spin are
known as Fermions. Examples include electrons, protons, and neutrinos (spin 1/2),
the Omega hyperon (spin 3/2), and the (hypothetical) gravitino (spin 3/2) predicted
by a theory known as supergravity.
The Spin-Statistics Theorem is called a theorem because it can be proven from
a handful of axioms (causality, locality, Lorentz invariance...) in the context of a
relativistic extension of quantum mechanics known as quantum field theory. We will
touch briefly on quantum field theory at the very end of the semester, but the proof
of the Spin-Statistics Theorem is not easy, and is simply beyond the scope of the
course. Let us just note here that its implications have been tested, experimentally,
in many ways. The most important consequence for atomic physics is known as
This is the fact which makes chemistry possible, and leads to the remarkable
repetition of chemical properties among the elements which is summarized in the
Periodic Table. But in order to understand the Exclusion Principle, and how it follows
from the Spin-Statistics Theorem, its useful to first look at some simple examples of
2-electron wavefunctions.
240 CHAPTER 15. IDENTICAL PARTICLES
ψ(x1 , x2 ) = eipa ·x1 /h̄ eipb ·x2 /h̄ or eipa ·x2 /h̄ eipb ·x1 /h̄ (15.23)
ψ(x1 , x2 ) = Aeipa ·x1 /h̄ eipb ·x2 /h̄ + Beipa ·x2 /h̄ eipb ·x1 /h̄ (15.24)
However, the spin-statistics theorm tells us that the only possible combination is the
one which is symmetric with respect to the interchange of coordinate labels 1 ↔ 2.
Thus there is only one possible state in this case
ψS (x1 , x2 ) = eipa ·x1 /h̄ eipb ·x2 /h̄ + eipa ·x2 /h̄ eipb ·x1 /h̄ (15.25)
Next suppose there are two electrons, one with momentum pa , the other with
momentum pb . This time, we also have to say something about the spin states.
First, suppose the particle with momentum pa has spin up, and the particle with
momentum pb has spin down. Again, without knowing the spin-statistics theorem,
the states could be
ψ = eipa ·x1 /h̄ χ1+ eipb ·x2 /h̄ χ2− or eipa ·x2 /h̄ χ2+ eipb ·x1 /h̄ χ1− (15.26)
or any linear combination (χ1+ means ”particle 1 has spin up, etc.). But the spin-
statistics theorem tells us that, up to a normalization constant, only the antisymmet-
ric combination
ψA = eipa ·x1 /h̄ χ1+ eipb ·x2 /h̄ χ2− − eipa ·x2 /h̄ χ2+ eipb ·x1 /h̄ χ1− (15.27)
because χ1+ χ2− is not an eigenstate of S1 · S2 . But we saw, in the last chapter, that
it is possible to combine the spin angular momentum of two spin 21 particles into
eigenstates of total spin s = 0 and s = 1. What is then the wavefunction if one
particle has momentum pa , the other pb , and the total spin angular momentum is
s = 1?
15.1. TWO-ELECTRON STATES 241
Lets begin with the spin part of the wavefunction. In the last chapter, it was
found that spin 21 combinations that give s = 1 are
The superscript ”S” has been added to draw attention to the fact that these states
are symmetric with respect to the interchange 1 ↔ 2. But the spin-statistics theorem
only says that the total wavefunction, including the spin and the spatial parts, must
change sign under the 1 ↔ 2 interchange. So if the spin part is symmetric, the spatial
part must be antisymmetric, i.e.
eipa ·x1 /h̄ eipb ·x2 /h̄ − eipa ·x2 /h̄ eipb ·x1 /h̄ (15.30)
ψ singlet = (eipa ·x1 /h̄ eipb ·x2 /h̄ + eipa ·x2 /h̄ eipb ·x1 /h̄ )ΦA
00
1
= (eipa ·x1 /h̄ eipb ·x2 /h̄ + eipa ·x2 /h̄ eipb ·x1 /h̄ ) × √ [χ1+ χ2− − χ1− χ2+ ] (15.33)
2
Finally, lets ask if its possible to prepare 2 electrons in a state where both electrons
have the same momentum pa = pb = p, and both particles have the same spin, e.g.
both are spin up. Its not hard to see that the only wavefunction which would describe
such a system is
ψ = eip·x1 /h̄ eip·x2 /h̄ χ1+ χ2+ (15.34)
But this is a symmetric state, therefore, it cannot exist in nature! Two electrons can
never be prepared in a state, or found to be in a state, with the same momenta and
the same spin. Such a state, incidentally, is an s = 1 state, and one can see from eq.
(15.32) that the s = 1 states vanish for pa = pb . This is a first example of the Pauli
Exclusion Principle.
242 CHAPTER 15. IDENTICAL PARTICLES
The Exclusion Principle itself is derived from the Spin-Statistics Theorm by the
following argument: Any state of N electrons is a superposition of products of N
1-particle states, with each 1-particle state of the form
" #
ψa+ (xi )
ψa (xi ) = (15.35)
ψa− (xi )
For example, for the Hydrogen atom the index a could be a = (nlmssz ), so that, e.g.
ψnlmssz (xi ) = Rnl (ri )Ylm (θi , φi )χisz (15.36)
Now suppose we try to prepare a state in which one electron is in state a, a second is
in state b, a third in state c, and so on. Because of the spin-statistics theorm, such a
state must be antisymmetric under the interchange of any two indices i ↔ j. Then
the only possibility is
N
X N
X N
X
Ψ= ... Dna nb ...nz ψa (xna )ψb (xnb )...ψz (xnz ) (15.37)
na =1 nb =1 nz =1
where Dna nb ...nz is antisymmetric under interchange of any two indices, i.e.
Dna nb nc ...nz = −Dnb na nc ...nz (15.38)
But suppose that any two states are the same, e.g. a = b. Then for any term in the
sum, e.g.
Dijk...ψa (xi )ψa (xj )ψc (xk ).... (15.39)
there is an equal term in the sum, of the opposite sign, i.e.
Djik...ψa (xj )ψa (xi )ψc (xk )... (15.40)
where opposite sign of this term is due to the antisymmetry property (15.38), and
so the two contributions (15.39) and (15.40) cancel. This means that if any two
1-electron states are the same, the N-particle wavefunction is zero. There is zero
probability to find two electrons in the same quantum state. This is the Pauli Exclu-
sion Principle, whose consequences for atomic physics are profound.
where r1 (r2 ) is the distance of electron 1 (electron 2) to the nucleus, and r12 is the
distance between the two electrons. We have neglected all other terms in the Hamil-
tonian that involve spin; nevertheless, due to the spin-statistics theorem, electron
spin turns out to be very important in determining the possible electron states.
The first thing to do is neglect V 0 also, and construct eigenstates of
H0 (12) = H0 (1) + H0 (2) (15.42)
This is easy because the variables are separable, and the solutions of
H0 Ψ(x1 , x2 ) = EΨ(x1 , x2 ) (15.43)
are just
Ψnlm,n0 l0 m0 = φnlm (r1 , θ1 , φ1 )φn0 l0 m0 (r2 , θ2 , φ2 )
Enlm,n0 l0 m0 = En + En0 (15.44)
where the φnlm (r, θ, φ) and En are just the Hydrogen atom wavefunctions, with the
one modification that the charge e2 in those expressions are replaced by 2e2 , since
the Helium nucleus has two protons. Of course, if the quantum numbers (nlm) and
(n0 l0 m0 ) are different, then any linear combination
Ψ = Aφnlm (r1 , θ1 , φ1 )φn0 l0 m0 (r2 , θ2 , φ2 ) + Bφnlm (r2 , θ2 , φ2 )φn0 l0 m0 (r1 , θ1 , φ1 ) (15.45)
is also an eigenstate of H0 (12), with energy En + En0 . In particular, we can form
normalized, symmetric and antisymmetric combinations
1
ΨSnlm,n0 m0 l0 = √ [φnlm (r1 , θ1 , φ1 )φn0 l0 m0 (r2 , θ2 , φ2 ) + φnlm (r2 , θ2 , φ2 )φn0 l0 m0 (r1 , θ1 , φ1 )]
2
1
ΨAnlm,n;l0 m0 = √ [φnlm (r1 , θ1 , φ1 )φn0 l0 m0 (r2 , θ2 , φ2 ) − φnlm (r2 , θ2 , φ2 )φn0 l0 m0 (r1 , θ1 , φ1 )]
2
(15.46)
So far we have only written down the spatial part of the energy eigenstates, and
ignored the spin part. But H commutes with the total spin operators S 2 , Sz , so we
should be able to construct energy eigenstates which are also total spin eigenstates.
The only possibilities for total spin is s = 1, which has a triplet of symmetric spin
wavefunctions, and s = 0, which has a single antisymmetric spin wavefunction. To
satisy spin-statistics, s = 1 must go with an antisymmetric spatial wavefunction, and
s = 0 with a symmetric spatial wavefunction, so all in all
1
Ψtriplet
nlm,n0 l0 m0 = √ [φnlm (r1 , θ1 , φ1 )φn0 l0 m0 (r2 , θ2 , φ2 )
2
Φ11
−φnlm (r2 , θ2 , φ2 )φn0 l0 m0 (r1 , θ1 , φ1 )] Φ10
Φ1−1
1
Ψsinglet
nlm,n0 l0 m0 = √ [φnlm (r1 , θ1 , φ1 )φn0 l0 m0 (r2 , θ2 , φ2 )
2
+φnlm (r2 , θ2 , φ2 )φn0 l0 m0 (r1 , θ1 , φ1 )]Φ00 (15.47)
244 CHAPTER 15. IDENTICAL PARTICLES
Ψsinglet
nlm,nlm = φnlm (r1 , θ1 , φ1 )φnlm (r2 , θ2 , φ2 )Φ00 (15.48)
if (nlm) and (n0 m0 l0 ) are the same. Note that in the ground state
1 1 2
Ψsinglet 1 2
100,100 = φ100 (1)φ100 (2) × √ [χ+ χ− − χ− χ+ ] (15.49)
2
the electrons are in spin up/spin down combinations. It is impossible to put two
spin up electrons (or two spin down electrons) into the Helium ground state; this is
another illustration of the exclusion principle.
Now lets consider the case where one electron is in the (100) state, and the other
electron is in the (nlm) state. The s = 0 singlet combination is known as Para-
helium, and the s = 1 triplet combination is known as Orthohelium. Neglecting
the electrostatic repulsive potential V 0 between the two electrons, Orthohelium and
Parahelium are degenerate in energy.
In order to see how the electron repulsion removes the degeneracy between Ortho-
and Parahelium, we will treat V 0 as though it were a small perturbing potential, and
use the formula
∆E =< Ψ|V 0 |Ψ > (15.50)
which is valid if V 0 is a small correction to the rest of the Hamiltonian. Actually,
in this case V 0 is not so small; it is the same order of magnitude in strength as the
attractive potential of the electrons to the nucleus. But we will go ahead and use eq.
(15.50) anyway, trusting that it will produce results that are at least qualitatively, if
not quantitatively, correct. So the correction to the zeroth order energy
E O,P = E0 + ∆E (15.51)
where the plus sign is for Parahelium, and the minus sign for Orthohelium. The spin
states are normalized, so < Φ|Φ >= 1, and therefore, collecting like terms,
∆E P = A + B
∆E O = A − B (15.53)
where
e2
Z
A= d3 x1 d3 x2 |φ100 (x1 )|2 |φnlm (x2 )|2 (15.54)
r12
15.2. THE HELIUM ATOM 245
and
e2
Z
B= d3 x1 d3 x2 [φ∗nlm (x1 )φ100 (x1 )] [φnlm (x2 )φ∗100 (x2 )] (15.55)
r12
Term A is associated with a simple, intuitive picture. If we think of the electron
in state (100) as having a charge density proportional to its probability density
then A is simply the Couloumb interaction energy between those two charge distri-
butions, i.e.
ρ100 (x1 )ρnlm (x2 )
Z
A = d 3 x1 d 3 x2 (15.58)
|~x1 − ~x2 |
On the other hand, there is no classical picture for the origin of term B. In terms
of the Feynman diagrams of relativistic quantum mechanics (see, e.g. Bjorken and
Drell, vol. I), one can visualize the interaction between electrons as occuring via the
transfer of a photon between them. The Coulomb interaction A comes about when
the electron in the (100) state emits a photon at point x1 , which is absorbed by the
electron in the (nlm) state at point x2 . The exchange interaction comes about when
the electron in the (100) emits a photon at point x1 and jumps into the (nlm) state,
while the electron at point x2 absorbs a photon, and drops into the (100) state. In
other words, the particles not only exchange a photon, but in doing so they also
exchange states. The diagrams are shown in Fig. [15.2] and I hope they give a hint
of what is going on, but, to be honest, an explanation of what these diagrams really
mean will have to wait for a course in quantum field theory.
Both the quantities A and B are positive numbers, so we can conclude that
The intuitive reason for this fact is something like this: The s = 1 state is symmetric
in spins, it is therefore antisymmetric in space. In spatially antisymmetric states, the
electrons tend to be further apart, on average, than for the corresponding spatially
symmetric states. For example, in an antisymmetric state the wavefunction vanishes
at x1 = x2 . Being further apart means that the repulsive potential is somewhat
smaller, and hence the energy of the state is smaller. This is an example of a rule in
atomic physics known as Hund’s First Rule (see next section), which says that, other
things being equal, the state of highest spin is the state of lowest energy.
246 CHAPTER 15. IDENTICAL PARTICLES
Second, find the solution, antisymmetric with respect to particle interchange, which
has the lowest energy. The antisymmetry restriction is very important; the lowest
energy eigenstates are not antisymmetric in general.
Unfortunately, the second part of this suggested procedure is very hard carry out
in practice. The problem is that, due to the interactions among electrons, there is
no way of separating variables in the many-electron Schrodinger equation. What’s
more, the electron interaction term is too large to be treated as a small perturbation,
for which there exist systematic approximation methods.
But in the case that the number of electrons is fairly large, the theoretical physicist
has another trick up his or her sleave. In condensed matter, nuclear, and particle
physics this trick is known variously as the ”mean field,” or ”self-consistent field,”
or ”independent particle,” or ”random phase” approximation. In atomic physics the
method is known as the ”Hartree approximation.” Roughly the idea is this: when
each particle interacts with many other particles, the potential due to those many
other particles can be treated, on average, as though it were a classical potential,
in which each particle moves independently. If we knew this average potential, we
could calculate the wavefunction of each particle by solving a one-particle Schrodinger
equation; and, knowing the wavefunction of each particle, we could calculate the
average potential. Therefore one calculates the wavefunctions ”self-consisently,” i.e.
finding solutions which lead to a potential which give those solutions. Thats the
general idea. The weakness of the approximation is that it ignores all correllations
in the positions of the various particles. Still, when each particle interacts with
15.3. THE PERIODIC TABLE 247
many other particles, ignoring these subtle correllations is often justified. We won’t
actually do any calculations of multi-electron atomic wavefunctions using this method
(the computations are quite involved), but its still interesting and useful to see how
one gets started.
The first part of the Hartree approximation is to imagine that each electron,
numbered 1, 2, .., Z is in an individual state, denoted φ1 , φ2 , ..., φZ , so the total wave-
function would be
Φ(1, 2, ..., Z) = φ1 (1)φ2 (2)...φZ (Z) (15.61)
where the arguments 1, 2, .. refer to the coordinates and spin state of the indicated
particle. This is of course already in conflict with the spin-statistics theorem because
Φ should be antisymmetric. In fact, the approximation can be improved by anti-
symmetrizing Φ (its called the ”Hartree-Fock” approximation), but the improvement
is on the order of 10 − 20% , so we will ignore this additional complication. The
Pauli Exclusion principle, however, must be respected! This is imposed by requiring
that the φn are all orthogonal, or nearly so, so that no two electrons are in the same
quantum state. We will also suppose, for now, that the φn are of the form
The essence of the Hartree approximation is that the electron in the k-th state
”sees” the electron in the j-th state as being a cloud of charge, with charge density
given by
ρ(x) = −e|φj (x)|2 (15.63)
In that case, we can write down a Schrodinger equation for the wavefunction of the
k-th electron, treating the other electrons as though they were simply classical charge
distributions of the form (15.63), i.e.
−h̄2 Ze2 X
Z
e2 |φn (y)|2
∇2 − + d3 y φk (x) = Eφk (x) (15.64)
2m r |~x − ~y|
n6=k
To make things even simpler, the last term is approximated by its angular average,
i.e.
−h̄2 2 Ze2
( )
∇ − + Vk (r) φk (x) = Eφk (x) (15.65)
2m r
where2
1 e2 |φn (y)|2
Z XZ
Vk (r) = dΩ d3 y (15.66)
4π n6=k |~x − ~y|
There are two important observations to make about eq. (15.65). First, it is an
equation with a spherically symmetric potential. This means that the Hamiltonian
2
This is the Coulomb term. The Hartree approximation, because it has not been properly anti-
symmetrized, misses the exchange term.
248 CHAPTER 15. IDENTICAL PARTICLES
commutes with L2 , Lz , and the solutions can be labeled by same quantum numbers
as the Hydrogen atom wavefunctions, i.e. (nlm). Second, the potential is no longer
exactly 1/r. When a given electron is close to the nucleus, it sees a potential −Ze 2 /r,
due to the full charge of the nuclues. However, when the electron is near the edge
of the atom, it will only see a potential of strength −e2 /r, because the other Z − 1
electrons are interposed, and screen the nuclear charge. As a result, energies are no
longer independent of the l quantum number. In fact, for a given n, the larger values
of l have a higher energy (i.e. are more weakly bound). The reason is that the higher
angular momentum states are further, on the average, from the nucleus. Therefore an
electron in such states sees a smaller attractive potential, and therefore has a smaller
binding energy.3
Without solving anything, a ground-state wavefunction in the Hartree approxima-
tion is denoted by listing the energy levels that the Z electrons are in. The notation
for each level is
n = 1, 2, 3, ... principal quantum no.
n lN l = s, p, d, ... spectroscopic symbol for l = 0, 1, 2, .., n − 1 (15.67)
N = 1, 2, 3, ... number of electrons in this level ≤ 2(2l + 1)
The Pauli principle tells us that the maximum value for N , at any given l, is
Each electron has to be in a different state, and there are 2l + 1 possible values of m
for each l. Therefore there can be 2l + 1 electrons with spin up, and 2l + 1 electrons
with spin down; a total of 2(2l + 1) electrons in all. When there are exactly this many
electrons in a given level, the level is said to be ”filled.”
The last thing needed, in order to list the electron configuration of each atomic
ground state, is the actual order of the energies. In the hydrogen atom, the energies
depend only on the n quantum number, but in multi-electron atoms, as just men-
tioned, the binding energy decreases, as l increases. This listing can only be obtained
by actually carrying out the Hartree approximation, and is as follows:
1s, 2s, 2p, 3s, 3p, [4s, 3d], 4p, [5s, 4d], 5p, [6s, 4f, 5d], 6p, ... (15.69)
where the levels in brackets are very close in energy. Note that there are cases, such as
4s and 3d, where a level with smaller n and larger l has a higher energy than the level
with higher n and smaller l. Again, this is due to the l-dependence of the energy: the
3
You might wonder why a spherically symmetric Hamiltonian with a 1/r potential has a greater
degeneracy of eigenstates than Hamiltonians with other central potentials V (r). The answer is that
Hamiltonians with 1/r potentials actually have a symmetry which includes, but is greater than,
spherical symmetry. Knowledge of this symmetry allows one, in the case of 1/r potentials, to define
raising and lowering operators that change l as well as m. A full discussion of this point, however,
is beyond the scope of this course.
15.3. THE PERIODIC TABLE 249
4s-orbital tends to be closer to the nucleus, and hence sees a larger effective positive
charge, than the 3d-orbital, which tends to be further from the nucleus, whose charge
is therefore screened to a greater extent by intervening electrons.
Knowledge of the atomic number Z of an atom, and the order of energies (15.69),
allows us to immediately write down the configuration of electrons in the ground state.
As an example, consider sodium, with an atomic number of Z = 11. Of the eleven
electrons, the first two go into the 1s state, which is filled. Two more electrons go
into the 2s state, which is also filled. Of the remaining seven electrons, six fill the 2p
level, and the remaining electron occupies the 3s level. So the electron configuration
is written4
Na: 1s2 2s2 2p6 3s (15.70)
Electrons in the highest energy level are known as valence electrons. It is these
electrons that determine the chemical properties of the atom. Sodium has one valence
electron, in the 3s state.
• A Quick Tour of the Periodic Table: The Periodic Table begins with
Hydrogen, with a 1s electron configuration in the ground state, and an ionization
enegy of 13.6 eV. The next element, Helium, has two electrons in a 1s2 configuration,
but (as we see in Fig. [15.3]), the ionization energy has almost doubled, to 24.6 eV.
The reason for this increase in ionization energy is quite simple: the charge of the
nucleus is twice as big as for Hydrogen, so each of the 1s levels is more tightly bound to
the nucleus. Helium will not easily give up an electron to form a molecule; moreover,
since the 1s level is filled, it will not capture an electron either. This element is
therefore chemically inert.
The electron configuration of the third element, Lithium, is 1s2 2s, and the ion-
ization energy is much less than Helium, being only 5.4 eV. Naively, since the charge
of the nucleus is now Z = 3, one might expect the ionization energy to increase, as
it did with Helium, so that Lithium would be even more inactive. It is at this point
that the Exclusion Principle comes into play, with a constraint that allows chemistry
to be interesting, and life to exist. Since the 1s level is filled, the third electron must
occupy the 2s level. But an electron in the 2s level is further away from the nu-
cleus, on average, than the two electrons in the 1s level, so the valence electron sees
a shielded charge, which is only about Z = 1. Having seen this, we can estimate that
the binding energy of the 2s electron in Lithium should be about the same as that of a
2s electron in Hydrogen, namely 3.4 eV. The actual binding energy (which is also the
ionization energy) is in fact slightly higher than that (5.4 eV, as mentioned above),
and this is because the electron in the 2s state has some amplitude for being close
to the nucleus, where it would see a larger effective nuclear charge. Moving to the
next element in line, Beryllium, the configuration is 1s2 2s2 , and again the ionization
4
When there is only one electron in a given level, one omits the superscript, i.e. 3s ≡ 3s 1 .
250 CHAPTER 15. IDENTICAL PARTICLES
energy increases because Z = 4, and the binding energy of each of the 2s states is
greater. But although the 2s shell is filled, the 2p shell is quite close in energy, and
the presence of a nearby atom may be enough to cause a rearrangement in which one
of the 2s electrons goes into the 2p state. So Beryllium is not as chemically inert as
Helium. In general, the most stable electron configurations are those for which: (i)
the valence level is filled; and (ii) there is a large jump in energy to the next level;
e.g. when all l levels for a given n are filled.
Roughly, then, this is the picture: The various electron levels can be lumped
together into groups which have about the same energy. These groups, and the
maximum number of electrons allowed in each group, are
1s 2 electrons
2s, 2p 8 ”
3s, 3p 8 ”
4s, 3d, 4p 18 ” (15.71)
5s, 4d, 5p 18 ”
6s, 4f, 5d, 6p 32 ”
7s, 6d, 5f, ...
As one goes up in Z in each group, the binding energy tends to increase, due to the fact
that charge of the nucleus increases. Thus the ionization energy builds to a maximum,
which is the case when all of the energy levels in a group are filled, as seen in Fig.
[15.4]. These maxima occur for the inert gases: Helium, Neon, Argon, Krypton.
However, as Z increases further and the levels of the next higher group begin to be
filled, the ionization energy drops sharply from its value at the inert gas. The reason
is that the sudden decrease in binding energy of the next higher shell predominates
over the increase in Z. It should be noted that unless a shell is completely filled,
a high ionization energy does not mean that an element is necessarily very inert.
Chlorine, for example, has an ionization energy (13 eV) which is nearly as high as
the inert gas Argon (15.8 eV). But the valence level of Chlorine is not filled; there is
room for one more electron. And because the binding energy of the valence level is so
high, it is possible for Chlorine to capture an electron, thereby filling its valence level.
This is why, when Sodium and Chlorine are brought into proximity, it is energetically
favorable for Sodium to lose its valence electron (this only costs 5.1 eV), which is
more than compensated by a lowering of the Chlorine energy by the valence electron
bound state energy (−13 eV). The positively charged Sodium ion is then bound to the
negatively charged Chlorine ion by ordinary electrostatic attraction. The resulting
compound, as you probably know from high school chemistry,5 is ordinary table salt:
NaCl.
The groups shown above in (15.71) are associated with rows in the period table.
The first group, corresponding to the 1s level, is occupied only by Hydrogen and He-
lium. The next two groups are the ”short” rows of the Periodic Table, and constitute
5
Do they still teach chemistry in high school?
15.3. THE PERIODIC TABLE 251
the eight elements of Lithium to Neon in the upper row, and Sodium to Argon in the
lower row. Next come two long rows of the periodic table, with 18 elements each:
Potassium to Krypton in the upper row, and Rubidium to Xenon in the lower row.
Then comes a long group of 32 elements, containing the rare earths, whose names I
can never remember. The last group of the heaviest elements, containing Thorium,
Uranium, and some other elements that have been created in the laboratory but
which don’t appear in nature, is not completely filled. The limitation on the size of
the periodic table comes not from atomic physics, but from nuclear physics, since
nuclei beyond some limiting Z tend to be highly radioactive, and decay an instant
after they are produced.
In fact, the Hamiltonian commutes with J 2 , L2 , S 2 , and the ground state in particular
has definite values of the quantum numbers J, L, S, where we use capitals letters to
emphasize that these are quantum numbers for the ensemble of electrons. The Term
Notation or Spectroscopic Description of a many electron state with definite
quantum numbers J, L, S is given by the expression
2S+1
LJ (15.73)
where
L = 0 1 2 3 4 5 ...
(15.74)
L = S P D F G H ...
There exists some folklore known as Hund’s Rules which allow one to guess,
sometimes, the term description for the ground state of a given atom. In these rules,
the phrase ”highest (lowest) possible” means: highest (lowest) possible consistent
with the exclusion principle. The rules are as follows:
Hund’s Rule’s
1. Other things being equal, the lowest energy state of atomic electrons is the state
with the highest S.
252 CHAPTER 15. IDENTICAL PARTICLES
2. For a given total spin S, the lowest energy state is the state with the largest L.
3. For a given total S and L, if the valence level is not more than half-filled, the
lowest energy state has the minimum J = |L − S|; if the shell is more than
half-filled, the lowest energy state has J = L + S.
There is much more that can be deduced about the Periodic Table, atomic physics,
and chemical reactions from quantum-mechanical principles. This is the subject mat-
ter of a course on Theoretical Chemistry. But there are two points that, once again,
deserve special emphasis. First, the existence of chemical reactions is a consequence
of the exclusion principle. Were it not for the exclusion principle, all atomic electrons
would sit in the 1s state, becoming more and more tightly bound as Z increases. The
second point is that the observed repetition of chemical properties is connected to the
2(2l + 1) occupancy of the s, p, d, f orbitals, and this in turn is connected to the pe-
culiar algebra of the angular momentum operators. In short, the chemical properties
of the elements are due essentially to the exclusion principle, and to the fact that two
rotations, done in different orders, end up in different places. Life is a byproduct of
chemistry; it’s a curious thought that we owe our existence to the absolute identity
of electrons, and to the non-commutative property of rotations.
Chapter 16
Stars die. Their long lives are interesting and complex, occasionally culminating
in fantastic explosions (supernovas) that can briefly outshine entire galaxies. The
details are the subject matter of some other course. For us, it is sufficient to know
that every ”living” star balances its immense gravitational force, which tends to crush
all the atoms of the star inward to a single point, with an equally enormous outward
pressure, due to the heat produced by nuclear fusion. Eventually, any star will exhaust
its nuclear fuel, and then the gravitational force, unopposed, crushes the atoms of the
star to a fantastic density. In the course of collapse, for stars greater than about one
solar mass, the atomic electrons are absorbed by protons in the nuclei, via the process
e− + p → n + ν (16.1)
and the massless neutrinos ν, due to their weak interaction with all other matter,
escape into space. At this stage, all of the particles composing the star are neutrons,
the density of the star approximates that of atomic nuclei, and the dead star is known
as a ”neutron star.” For stars with masses less than about four solar masses, that is
the end of the story: the cold dead star remains as a neutron star until the end of
time. But this brings up the question: what force can there possibly be, within the
cold neutron star, that is capable of opposing the mighty gravitational force, which
would otherwise crush all the matter of the star to a single point?
It seems incredible that all this astrophysical drama should have anything at all
to do with the apparently more mundane question of why some materials conduct
electricity, and some don’t. Nevertheless, the physics of dead stars, and that of quite
ordinary solids, are related in certain unexpected ways. Both neutron stars, and the
electrons in cold metals, are examples of what are known as degenerate Fermi
gases. We begin by taking up the question of how is it possible for certain solids to
conduct electricity.
253
254 CHAPTER 16. LIVE WIRES AND DEAD STARS
S1. The solid is one-dimensional, rather than three-dimensional. The N atoms are
spaced a distance a from one another. In order that there are no special effects
at the boundaries, we consider a solid has no boundary at all, by arranging the
atoms in a circle as shown in Fig. [16.1].
S2. Instead of a Coulomb potential, the potential of the n-th atom is represented
by a delta-function attractive potential well
Obviously, these are pretty drastic simplifications. The important feature of this
model, which it shares with realistic solids, is that the electrons are moving in a
periodic potential. For purposes of understanding the existence of conductivity, it
is the periodicity of the potential, not its precise shape (or even its dimensionality)
which is the crucial feature.
Arranging the atoms in a circle, as in Fig. [16.1], means that the position variable
is periodic, like an angle. Just as θ + 2π is the same angle as θ, so the position x + L
is the same position as x, where
L = Na (16.3)
is the length of the solid. Let the position of the n-th particle be xn = na, n =
0, 1, ..., N − 1, the potential then has the form
N
X −1
V (x) = −g δ(x − na) (16.4)
n=0
V (x + a) = V (x) (16.5)
16.1. THE KRONIG-PENNY MODEL 255
providing that we impose the periodicity requirement that x + L denotes the same
point as x. The “periodic delta-function” which incorporates this requirement is given
by
1 X
δ(x) = exp [2πimx/L] (16.6)
2π m
The time-independent Schrodinger equation for the motion of any one electron in this
potential has the usual form
h̄2 ∂ 2 N −1
" #
X
Hψk (x) = − − g δ(x − na) ψk (x) = Ek ψk (x) (16.7)
2m ∂x2 n=0
Because V (x) has the symmetry (16.5), it is useful to consider the translation
operator first introduced in Chapter 10,
Ta f (x) = exp[iap̃/h̄]f (x)
= f (x + a) (16.8)
Likewise,
T−a f (x) = exp[−iap̃/h̄]f (x)
= f (x − a) (16.9)
Because p̃ is an Hermitian operator, its easy to see (just expand the exponentials in
a power series) that
Ta† = T−a
[Ta , T−a ] = 0
T−a Ta = 1 (16.10)
Due to the periodicity of the potential V (x), the Hamiltonian commutes with the
translation operators, which, as we’ve seen, also commute with each other, i.e.
[Ta , H] = [T−a , H] = [Ta , T−a ] = 0 (16.11)
This means (see Chapter 10) that we can choose energy eigenstates to also be eigen-
states of T±a , i.e.
Ta ψE (x) = λE ψE (x)
T−a ψE (x) = λ0E ψE (x) (16.12)
Therefore,
λE = < ψE |Ta |ψE >
= < Ta† ψE |ψE >
= < T−a ψE |ψE >
= (λ0E )∗ (16.13)
256 CHAPTER 16. LIVE WIRES AND DEAD STARS
But also
ψE (x) = Ta T−a ψE
= λE λ0E ψE
= ψE (x) (16.14)
This means that λ0E = (λE )−1 . Insert that fact into (16.13) and we conclude that
λ∗E = (λE )−1 , i.e.
λE = exp(iKa) (16.15)
for some K. In this way we arrive at
Bloch’s Theorem
For potentials with the periodicity property V (x + a) = V (x), each energy eigen-
state of the Schrodinger equation satisfies
It is also easy to work out the possible values of K, from the fact that
ψ(x) = ψ(x + L)
= (Ta )N ψ(x)
= exp[iN Ka]ψ(x) (16.17)
which implies
2π
K= j j = 0, 1, 2, ..., N − 1 (16.18)
Na
The limiting value of j is N − 1, simply because
j+N j
exp[i2π ] = exp[i2π ] (16.19)
N N
so j ≥ N doesn’t lead to any further eigenvalues (j and N − j are equivalent).
According to Bloch’s theorem, if we can solve for the energy eigenstates in the
region 0 ≤ x ≤ a, then we have also solved for the wavefunction at all other values of
x. Now the periodic delta function potential V (x) vanishes in the region 0 < x < a,
so in this region (call it region I) the solution must have the free-particle form
h̄2 k 2
ψI (x) = A sin(kx) + B cos(kx) E= (16.20)
2m
16.1. THE KRONIG-PENNY MODEL 257
But according to Bloch’s theorem, in the region −a < x < 0 (region II),
For a delta function potential, we found last semester a discontinuity in the slope of
the wavefunction at the location (x = 0) of the delta function spike, namely
! !
dψ dψ 2mg
− =− ψ(0) (16.23)
dx |
dx |− h̄2
level, but at this point we must invoke the Exclusion Principle: There can be no more
than one electron in any given quantum state. Thus there can a maximum of two
electrons (spin up and spin down) at any allowed energy in an energy band.
At the lowest possible temperature (T = 0 K), the electrons’ configuration is the
lowest possible energy consistent with the Exclusion Principle. A perfect Insulator
is a crystal in which the electrons completely fill one or more energy bands, and there
is a gap in energy from the most energetic electron to the next unoccupied energy
level. In a Conductor, the highest energy band containing electrons is only partially
filled.
In an applied electric field the electrons in a crystal will tend to accellerate, and
increase their energy. But...they can only increase their energy if there are (nearby)
higher energy states available, for electrons to occupy. If there are no nearby higher
energy states, as in an insulator, no current will flow (unless the applied field is so
enormous that electrons can ”jump” across the energy gap). In a conductor, there
are an enormous number of nearby energy states for electrons to move into. Electrons
are therefore free to accellerate, and a current flows through the material.
The actual physics of conduction, in a real solid, is of course far more complex
than this little calculation would indicate. Still, the Kronig-Penny model does a
remarkable job of isolating the essential effect, namely, the formation of separated
energy bands, which is due to the periodicity of the potential.
h̄2 2
− ∇ ψ(x, y, z) = Eψ(x, y, z) (16.27)
2m
16.2. THE FREE ELECTRON GAS 259
ψ(0, y, z) = ψ(L, y, z) = 0
ψ(x, 0, z) = ψ(x, L, z) = 0
ψ(x, y, 0) = ψ(x, y, L) = 0 (16.28)
π 2h̄2 2
E n1 n2 n3 = (n + n22 + n23 ) (16.30)
2mL2 1
Suppose the solid is at temperature T = 0. We ask the question: (i) what is the
total energy ET of the electrons in the solid; and (ii) what is the energy EF of the
most energetic electron in the solid? The energy of the most energetic electron in a
cold solid, EF , is known as the Fermi Energy.
Start with EF . The method for calculating the Fermi energy is to first suppose
that we know it, and, assuming that every energy En1 n2 n3 < EF is filled with two
electrons (spin up/down), figure out the total number of electrons in the solid. By
setting this number to N , we can determine EF .
To each eigenstate there corresponds a set of integers n1 , n2 , n3 , so each possible
energy state can be represented a point in a three-dimensional space, with positive
integer coordinates. Denote the maximum value of n21 +n22 +n23 , for the most energetic
state, by R2 . The Fermi Energy is therefore
π 2 h̄2 2
EF = R (16.31)
2mL2
Now all of the states with E ≤ EF are occupied. So we need to count the number of
points with integer coordinates (n1 n2 n3 ) such that
But since there is one site with integer coordinates per unit volume, the number of
sites satisfying (16.32) is simply the volume of a one octant of a sphere of radius R
(see Fig. 16.4). Since there can be no more than two electrons per site (n1 n2 n3 ), the
total number of electrons with energies less than EF , with all levels filled, is
1 4 3 1 3
N =2× × πR = πR (16.33)
8 3 3
260 CHAPTER 16. LIVE WIRES AND DEAD STARS
According to (16.31),
!1/2
2mL2
R= EF (16.34)
h̄2 π 2
so the number of electrons, in terms of EF , becomes
3/2
π 2mEF
N = L3 (16.35)
3 h̄2 π 2
Solving for the Fermi energy, we get
h̄2 π 2
2/3
3N
EF = (16.36)
2m πL3
But the number density of electrons, ne , in the solid is just
N
ne = (16.37)
L3
Therefore, we find that the Fermi energy just depends on the electron mass and
density (and not on the size of the box)
h̄2 π 2
2/3
3
EF = ne (16.38)
2m π
Next, approximate the sum over all states with energies less than EF by an integral
XXX
ET = 2En1 n2 n3
n1 n2 n3
Z
≈ d3 n 2En1 n2 n3
~ n≤R2
n·~
2 2 Z
h̄ π 1
= d3 n ~n · ~n
mL2 8
h̄2 π 2
Z R
= 2
4π dn n4
8mL 0
h̄2 π 3 5
= R (16.39)
10mL2
where the factor of 1/8 in front of the integral comes, again, because the sites lie in
the octant of the sphere with positive integer coordinates. Next from (16.33)
1/3
3N
R= (16.40)
π
Using L = V 1/3 , where V is the volume of the solid, we get finally
h̄2 π 3
5/3
3N
ET = V −2/3 (16.41)
10m π
16.2. THE FREE ELECTRON GAS 261
h̄2 π 3
1/3 5/3
1 4π 3N
2 −4/3
GM V = V −5/3 (16.48)
5 3 15mn π
solving for V and then for R = (3V /4π)1/3 , we get
!1/3
81π 20 h̄2
R= N −1/3 (16.49)
16 Gm3n
For a two solar mass star, N = M/mn , R turns out to be about 10 km.
It seems from eq. (16.49) that no matter how massive the star (i.e. no matter
how large N ) the degeneracy pressure will always end the collapse at a finite value of
R. Actually this is not quite right, because we have ignored relativistic effects. The
free Schrodinger equation is based on E = p2 /2m, i.e. √ 2E2 grows quadratically with
2 4
p. In fact, the correct expression in relativity is E = p c + m c , and at velocities
very close to the speed of light, the energy is approximately E ≈ pc; i.e. the energy
grows only linearly with p. This means that the degeneracy pressure for relativistic
neutrons is less that one would expect from the non-relativistic calculation. In fact,
for stars at about four solar masses, the neutrons in the star do become relativistic,
and the degeneracy pressure is insufficient to counter the gravitational pressure. For
stars of that mass and greater, no known physical process can stop the continuing
collapse, and the star becomes a black hole.
For a star with a mass somewhat less than that of the sun, the cold star never
reaches the neutron star stage, since the elecron degeneracy pressure is sufficient to
stabilize the star at radii on the order of 10, 000 km. For masses somewhat greater
than that of the sun, the electrons becomes relativistic, and the collapse continues
until, for masses less than four solar masses, the star becomes a neutron star.
Before leaving the topic, it is hard to resist mentioning one last aspect of electron
spin. In the 1920’s Dirac wrote down a relativistic equation for electrons, which not
only predicted that electrons should have spin 12 , but also predicted the magnitude
of the electron magnetic moment, with g-factor g = 2. There was just one little
problem: in addition to free electrons with positive energy
q
E= p 2 c2 + m 2 c4 (16.50)
16.2. THE FREE ELECTRON GAS 263
This had the uncomfortable consequence that an electron could radiate energy indef-
initely, as it dropped into ever lower negative energy states. To avoid this problem,
Dirac postulated that every negative energy state was filled; the lowest energy state in
nature being an infinite collection of negative energy electrons known as the ”Dirac
sea.” theory also allowed for the possibility than a negative energy electron could
absorb a photon and jump to a positive energy level, leaving an unoccupied posi-
tion in the negative energy levels. It turned out that this unoccupied position would
behave in every way as though it were itself a particle with the electron mass and
spin, but with the opposite charge: a ”positron.” These particles were discovered by
Anderson, in cosmic ray studies, just a few years after their existence was predicted
by Dirac.
Its clear that electron spin, and the spin-statistics theorem, explains a lot. It en-
ables us to understand the qualitative features of the periodic table and the existence
of conduction bands in crystals. It allows us to estimate the bulk modulus of solids,
and the radii of dead stars. And this is not even half the story! In addition to de-
generate fermion gases, there are also degenerate boson gases, in which every particle
occupies the lowest energy level. Aggregates of that kind are of crucial importance
in understanding such startling phenomena as superconductivity and superfluidity.
It would be nice to discuss those things also, but there are limits to the number of
things one can do in a year.
264 CHAPTER 16. LIVE WIRES AND DEAD STARS
Chapter 17
Time-Independent Perturbation
Theory
265
266 CHAPTER 17. TIME-INDEPENDENT PERTURBATION THEORY
This time
h̄2 2 e2
H0 = − ∇ − (17.9)
2m r
is the usual Hydrogen atom Hamiltonian, and
Of course, in each case these extra potentials can only be characterized as “a little bit
extra” if the constants λ and eE are small, in some appropriate units (to be discussed
further below). Lets write in general that
where λ is some constant which controls whether V 0 (x) is small or not. Then the
solutions of the eigenvalue equation (17.3) are, obviously, funtions of λ, which can be
expanded in a Taylor series around λ = 0, i.e.
φn = φn (x, λ)
= φ(0) (1) 2 (2)
n (x) + λφn (x) + λ φn (x) + ...
En = En (λ)
= En(0) + λEn(1) + λ2 En(2) + ... (17.12)
where
dk
!
1
En(k) ≡ En (λ)
k! dxk
!λ=0
1 dk
φkn (x) ≡ φ(x, λ) (17.13)
k! dxk λ=0
and of course
H = H0 + λV (17.14)
Then the eigenvalue (17.3) becomes
N
+λN En(j) φ(N −j)
X
n + ... (17.16)
j=0
267
or
Now this equation has to be true for every choice of λ. But since, by definition,
the En(k) and φn(k) (x) are independent of λ, we must have
We already know the solution of F (0) = 0, which is simply the set of zeroth-
order (in λ) eigenstates and eigenfunctions {φ(0) (0)
n , En }. Then the idea is input these
solutions to solve the equation F (1) = 0 for the set {φ(1) (1)
n , En }. This provides the
solution to φn , En up to first order in λ. We can then continue to solve these equations
iteratively, and obtain the eigenstates and eigenvalues to any order in λ desired.
But we first have to deal with a slight ambiguity. Notice that if φ(1)n is a solution
of
(H0 − En(0) )φ(1) (1)
n = (En − V )φn
(0)
(17.20)
then so is
φ0(1) (1) (0)
n = φn + aφn (17.21)
where a is any constant. There is a similar ambiguity for any φ(N )
n . We can get
rid of this ambiguity is a simple way. We first note that the eigenvalue equation
Hφn = En φn is a linear equation, which doesn’t set the overall normalization hφn |φn i
of the eigenstates. So lets temporarily choose the normalization such that the overlap
is unity, for any λ. Its easy to see, from the expansion (17.12), that this implies for
each N ,
hφ0n |φn(N ) i = 0 (17.23)
268 CHAPTER 17. TIME-INDEPENDENT PERTURBATION THEORY
and this condition eliminates the ambiguity mentioned above. Of course, after having
computed φn (x) by the process of iteratively solving the set of F (N ) = 0 equations,
we will finally have to normalize φn (x) in the usual way to obtain a physical state.
Lets see how this iterative process works. Suppose we have solved all the F (k) = 0
equations up to k = N − 1. The k = N -th equation, in bra-ket notation, is
N −1
(H0 − En(0) )|φn(N ) i = −V |φn(N −1) i + En(j) |φ(N −j)
i + EnN |φ(0)
X
n n i (17.24)
j=1
To solve for φn(N ) , first express it in terms of a complete set of states spanning the
Hilbert space, namely, the zero-th order eigenstates of H0
(0)
φn(N ) = cN
X
ni φi (17.25)
i6=n
where we can neglect i = n because of (17.23). Now multiply eq. (17.24) on both
(0)
sides by the bra vector hφi |, with i 6= n
N −1
(0) (0) (0) (0)
hφi |(H0 − En(0) )|φn(N ) i = −hφi |V |φn(N −1) i + En(j) hφi |φ(N −j)
i + EnN hφi |φ(0)
X
n n i
j=1
N −1
(0) (0) (0) (0)
(Ei − En(0) )hφi |φn(N ) i = −hφi |V |φn(N −1) i + En(j) hφi |φ(N −j)
X
n i
j=1
N −1
(0) (0)
(Ei − En(0) )cN (N −1)
En(j) cN −1
X
ni = −hφi |V |φn i+ ni (17.26)
j=1
so that
N −1
1 hφ(0) |V |φ(N −1) i −
cN En(j) cN −1
X
ni = (0) (0) i n ni (17.27)
En − Ei j=1
Therefore
N −1
1 hφ(0) |V
φn(N ) = |φn(N −1) i − En(j) cN −1 (0)
X X
(0) (0) i ni φn (17.28)
i6=n En − Ei j=1
0 = −hφ(0) (N −1)
n |V |φn i + En(N ) (17.30)
En2 = hφ(0) 1
n |V |φn i
(0)
hφi |V |φ(0)
n i (0)
= hφ(0)
X
n |V (0) (0)
|φi i
i6=n En − Ei
(0) 2
X hφ(0)
n |V |φi i
= (0) (0)
(17.37)
i6=n En − E i
You may wonder how much of this you really have to remember. The average
quantum physicist can recite from from memory the result for the wavefunction to
first order, and the energy to second order in λ. So these are the results to remember:
(0)
hφi |V |φ(0)
n i (0)
φ(0)
X
φn = n +λ (0) (0)
φi
i6=n En − E i
2
hφ |V |φ(0) i
(0)
n i
En = En(0) + λhφ(0) (0)
λ2
X
n |V |φn i + (0) (0)
(17.38)
i6=n En − Ei
In other words, the “matrix element” Vin0 of the perturbing potential is much smaller
than the corresponding energy difference
(0)
|Vin0 | ≡ λ|hφi |V |φ(0) (0) 0
n i| |En − Ei | (17.40)
This is, of course, for i 6= n (otherwise the energy difference is trivially zero). For
i = n, we require that the first-order correction to the energy is small compared to
the zeroth-order energy, i.e.
where
(0) (0)
Hij = hφi |H0 + V 0 |φj >= Ej δij + Vij0 (17.57)
But this problem is already solved! To first order (in V 0 ) for the eigenvectors, and
second order in the eigenvalues, the solution is
~n = φ
~ (0) +
X Vin0 ~ (0) 02
φ n (0) (0)
φ i + O(V )
i6=n En − Ei
0 2
Vin
En = En0 + Vnn
0
+ O(V 03 )
X
+ (0) (0)
(17.58)
i6=n En − Ei
You can see that we can apply these equations to finding the eigenstates and eigen-
values of any matrix of the form
M = M0 + Q (17.59)
Now suppose we use the states {φn } to span the Hilbert space, instead of the set
{φ(0)
n }. Then you can easily see that in this new basis, it is the matrix H, rather than
H0 , which is diagonal
E1 0 0 ...
0 E2 0 ...
H= 0 0 E3 ... (17.62)
. . . ...
. . . ...
because
Hij = hφi |H|φj i = δij Ej (17.63)
It is for this reason that the process of solving the Hamiltonian eigenvalue equation
Hφn = En φn is often referred to as “diagonalizing the Hamiltonian”.
By the usual theorems about Hermitian operators (which also apply to Hermitian
matrices), the eigenstates {ϕn , n = 1, 2, ..., q} of V
V ϕ n = E n ϕn (17.69)
(In the full Hilbert space ϕn is an infinite-component vector, with zeros following
anq .) Then, in matrix notation, the eigenvalue problem (17.75) is simply
We have already discussed how to solve the eigenvalue problem for a 2 × 2 matrix,
for example in solving for the eigenstates of the Pauli spin matrix σy in Chapter 13.
In general, one first solves for the eigenvalues En by solving the secular equation
where I is the q × q unit matrix. The secular equation is a q-th order polynomial
which (in general) has q roots. These roots are the set of eigenvalues of the matrix
V , which we have denoted {En }. Then, for each eigenvalue, we solve for the vector
ϕ
~ n in eq. (17.78) algebraically (as illustrated for the eigenstates of σy in Chapter 13).
17.4. DEGENERATE PERTURBATION THEORY 277
This system is symmetric with respect to rotations (around the z-axis), reflections
(x → −x and y → −y), and interchange x → y, y → x. Its not hard to verify
that these symmetries do not all commute with each other, and therefore at least
some of the energy eigenvalues must be degenerate. In fact, it is easy to solve for the
eigenvalues and eigenstates of H0 by the method of separation of variables. Writing
where h[x] and h[y] are one-dimensional harmonic oscillator Hamiltonians in the x
and y coordinates respectively, and
φ(0)
mn (x, y) = φm (x)φn (y) (17.82)
(0)
Enm = Em + En (17.84)
The eigenvalue equations (17.83) we have solved long ago using raising/lowering op-
erators. In this case, we should introduce separate raising/lowering operators in the
x and y coordinates, i.e.
√
!
1 px
a = √ M ωx + i √
2h̄ Mω
√
!
1 py
b = √ M ωy + i √ (17.85)
2h̄ Mω
with commutator relations
[a, a† ] = [b, b† ] = 1 (17.86)
and
[a, b] = [a, b† ] = [a† , b] = [a† , b† ] = 0 (17.87)
In terms of these operators, the two dimensional harmonic oscillator is simply
H0 = h̄ω(a† a + b† b + 1) (17.88)
278 CHAPTER 17. TIME-INDEPENDENT PERTURBATION THEORY
and the φm (x) and φn (y) are one-dimensional harmonic oscillator eigenstates. The
total energy eigenvalue is the sum of Em + Em
φ(0)
mn (x, y) = φm (x)φn (y)
(0)
Emn = h̄ω(m + n + 1) (17.89)
(0) (0) (0)
Its easy to see that the energy E00 is unique, that E01 = E10 is two-fold degenerate,
(0) (0) (0) 0
E20 = E11 = E02 is three-fold degenerate, and so on (in general, the energy Emn is
(m + n + 1)-fold degenerate).
Now introduce a perturbing potential V 0 = λxy,
H = H0 + λxy (17.90)
As an exercise in degenerate perturbation theory, we will now compute the correction
(0) (0)
to the energies E10 = E01 of the first excited states.
The first two excited states with degenerate energy eigenvalues, φ10 and φ01 , span a
two-dimensional subspace of the Hilbert space. Our first task is to find the eigenstates
of the 2 × 2 matrix " #
hφ10 |xy|φ10 i hφ10 |xy|φ01 i
V = (17.91)
hφ01 |xy|φ10 i hφ01 |xy|φ01 i
Using s
1 Mω
xy = 2 (a + a† )(b + b† ) β≡ (17.92)
2β h̄
we get
1
hφ10 |xy|φ10 i = hφ1 (x)|(a + a† )|φ1 (x)ihφ0 (y)|(b + b† )|φ0 (y)i = 0
2β 2
1
hφ01 |xy|φ01 i = hφ0 (x)|(a + a† )|φ0 (x)ihφ1 (y)|(b + b† )|φ1 (y)i = 0
2β 2
1 1
hφ10 |xy|φ01 i = 2
hφ1 (x)|(a + a† )|φ0 (x)ihφ0 (y)|(b + b† )|φ1 (y)i = 2
2β 2β
1 1
hφ01 |xy|φ10 i = 2
hφ0 (x)|(a + a† )|φ1 (x)ihφ1 (y)|(b + b† )|φ0 (y)i = 2
2β 2β
(17.93)
and therefore " #
1 0 1
V = 2 (17.94)
2β 1 0
The problem of finding the eigenvectors and eigenvalues (“diagonalizing”) the
matrix V is pretty much the same as solving the eigenvalue problem for the Pauli
matrix σx . First we solve the secular equation
!2
1
2
det[V − EI] = E − =0 (17.95)
2β 2
17.4. DEGENERATE PERTURBATION THEORY 279
φ+ = aφ10 + bφ01
φ− = cφ10 + dφ01 (17.97)
hφ+ |φ+ i = a2 + b2 = 1
hφ− |φ− i = c2 + d2 = 1 (17.99)
Hφ+ = E+ φ+
Hφ− = E− φ− (17.101)
h̄2 2 e2
!
H0 = − ∇ − − eEz z
2m r
= H0 + λV (17.103)
This is essentially because |Ylm |2 > 0 is an even function around θ = π/2, while cos(θ)
is an odd function for reflections around π/2.
Thus, the only non-zero matrix elements in this subspace are
h210|z|200i = h200|z|210i
Z Z
2
= drr dΩφ200 zφ210
2 r
Z Z
2
= drr dΩ 3/2
1− e−r/2a0 Y00 ×
(2a0 ) 2a0
1 r −r/2a0
×r cos(θ) √ e Y10 (θ, φ)
3(2a0 ) a0
3/2
= 3a0 (17.108)
17.4. DEGENERATE PERTURBATION THEORY 281
where a0 = h̄2 /me2 is the Bohr radius. The secular equation is then
det[V − EI]
h200|z|200i − E h200|z|211i h200|z|210i h200|z|21 − 1i
h211|z|200i h211|z|211i − E h211|z|210i h211|z|21 − 1i
= det
h210|z|200i h210|z|211i h210|z|210i − E h210|z|21 − 1i
h21 − 1|z|200i h21 − 1|z|211i h21 − 1|z|210i h21 − 1|z|21 − 1i − E
−E 0 3a0 0
0 −E 0 0
= det
3a0 0 −E 0
0 0 0 −E
= E 4 − (3a0 )2 E 2
= 0 (17.109)
The roots of the secular equation are
E = 0, 3a0 , − 3a0 (17.110)
Therefore the 4-fold degenerate E2 energy level splits into three (not four) levels
E2 + 3a0 eEz
E2 =⇒ E2 (17.111)
E2 − 3a0 eEz
Because the subspace is four-dimensional, but the perturbation results only in three
distinct energies, the degeneracy is not entirely lifted; a subset of states in this 4D
subspace still have degenerate energies.
Next we figure out the eigenstates corresponding to the n = 2 energy eigenvalues
at first order. We can always express a general state in the subspace spanned by the
zeroth-order n = 2 state as a superposition
|ψi = a|φ200 i + b|φ211 i + c|φ210 i + d|φ20−1 i (17.112)
In vector notation, we can write
a
~=
b
ψ (17.113)
c
d
and the eigenvalue equation
V ψ = Eψ (17.114)
becomes
0 0 3a0 0 a a
0 0 0 0 b b
=E (17.115)
3a0 0 0 0 c c
0 0 0 0 d d
282 CHAPTER 17. TIME-INDEPENDENT PERTURBATION THEORY
Case I: E = 3a0
c a
0 b
3a0 = 3a0 (17.116)
a c
0 d
Normalization of
a
~=
0
φ (17.118)
a
0
√
gives us a = 1/ 2. So to first order in λ = eEz we have an eigenstate
1 h i
|φiE2+ = √ |φ200 i + |φ210 i (17.119)
2
c a
0 b
3a0 = −3a0 (17.121)
a c
0 d
and therefore
c = −a , b=d=0 (17.122)
Normalization of
a
~=
0
φ (17.123)
−a
0
17.4. DEGENERATE PERTURBATION THEORY 283
√
still gives a = 1/ 2, leading to the eigenstate
1 h i
|φiE2− = √ |φ200 i − |φ210 i (17.124)
2
for energy eigenvalue
(0)
E2− = E2 − 3ea0 Ez (17.125)
Case III: E = 0
c
0
3a0 =0 (17.126)
a
0
This time, we can only conclude that a = c = 0, and that any normalized eigenstate
of the form
|φiE2 = a|φ211 i + b|φ21−1 i (17.127)
has an energy eigenvalue
(0)
E2 = E 2 (17.128)
The normalization condition in this case only tells us that
a2 + b 2 = 1 (17.129)
and therefore the linearly independent eigenstates with energy E2 span a two-dimensional
subspace of the full Hilbert space. Thus the perturbation does not remove all of the
degeneracy in energy eigenvalues; there is still some left.
The reason that there is still some degeneracy left, as seen in the E = 0 case, is
that there is still some symmetry left after the external electric field is applied. For an
electric field directed along the z-axis, the Hamiltonian is still invariant with respect
to rotations around the z-axis, as well as reflections along the x and y-axes; the result
is some remnant degeneracy in the energy eigenvalues.
284 CHAPTER 17. TIME-INDEPENDENT PERTURBATION THEORY
Chapter 18
Time-Dependent Perturbation
Theory
Thus far we have always assumed that the potential V (x) in the Schrodinger equa-
tion is time-independent. But nothing in this world is completely time independent,
and some of the most interesting, and technologically important, aspects of atomic
physics concern the interaction of atoms with electromagnetic radiation. Electromag-
netic waves consist of orthogonal electric and magnetic fields which oscillate, at any
point, harmonically in time. If the field strength is small enough, then the associated
electrostatic potential can be viewed as a small, time-varying perturbation to the
usual Hamiltonian of the atom. So to understand the effect of electromagnetic waves
on atomic electrons, we need to develop methods for dealing with time-dependent
perturbations of the atomic potential.
Let us then consider time-dependent Hamiltonians of the form
H = H0 + λV (x, t) (18.1)
285
286 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
a given orbital ϕn , what is the probability that the incident radiation will result in
the electron being found in the orbital ϕm at some later time t?
To begin with, since the states {ψn (x, t)} span the Hilbert space at any time t, we
can always expand the solution of the time-dependent Schrodinger equation ψ(x, t),
at any time t, in that basis:
X
ψ(x, t) = cn (t)ψn (x, t) (18.4)
n
The initial value problem, i.e. “given ψ(x, 0), find ψ(x, t),” can be phrased as: given
{cn (0)}, find {cn (t)}. Substituting (18.4) into the time-dependent Schrodinger equa-
tion
d
ih̄ ψ = (H0 + λV )ψ (18.5)
dt
to get !
X dcn X
ih̄ − iωn cn ψn = h̄ωn + λV cn ψn (18.6)
n dt n
Cancelling terms on each side proportional to h̄ωn , and going to ket notation
X dcn X
ih̄ |ψn i = λV cn |ψn i (18.7)
n dt n
dck X
ih̄ = λ hψk |V |ψn icn (18.8)
dt n
Obviously, the solutions cn = cn (t) are are actually functions of both time and λ. We
can therefore expand the cn in a Taylor series around λ = 0
(0) (1) (2)
ck (t) = ck + λck (t) + λ2 ck (t) + ...
1 d n ck
!
(n)
ck (t) = (18.9)
n! dλn λ=0
(1)
dc
ih̄ k hψk |V |ψn ic(0)
X
= n
dt n
(2)
dck
hψk |V |ψn ic(1)
X
ih̄ = n
dt n
... = ...
(m+1)
dck
hψk |V |ψn icn(m)
X
ih̄ =
dt n
... = ... (18.11)
This set can be solved iteratively, starting from knowledge of the set {c(0)
n }.
Suppose that initially (say at t → −∞), before the perturbation is turned on, the
system was in an energy eigenstate of the unperturbed Hamiltonian ϕl . For example,
in the case we have in mind, perhaps the electron of a Hydrogen atom is in some
definite orbital before a laser, aimed at the atom, is turned on. Then we have
cn (t → −∞) = c(0)
n = δnl (18.12)
(1)
Substituting into the equation for dck /dt,
(1)
dck
ih̄ = hψk |V |ψl i (18.13)
dt
which is integrated to yield
1 t
Z
(1)
ck (t) = dt1 hψk (t1 )|V (t1 )|ψl (t1 )i (18.14)
ih̄ −∞
Likewise,
(2)
dc
ih̄ k = hψk |V |ψl ic(1)
X
n (18.15)
dt n
is integrated to
1 X t
Z
(2)
ck (t) = dt1 hψk (t1 )|V (t1 )|ψn1 (t1 )ic(1)
n1 (t1 ) (18.16)
ih̄ n1 −∞
inserting (18.14)
2 X Z
1 t t1
Z
(2)
ck (t) = dt1 hψk (t1 )|V (t1 )|ψn1 (t1 )i dt2 hψn1 (t2 )|V (t2 )|ψl (t2 )i
ih̄ n1 −∞ −∞
(18.17)
By induction, its not hard to see that
m
1 t t1 t2 tm−1
Z Z Z Z
(m) X
ck (t) = dt1 dt2 dt3 ... dtm hψk (t1 )|V (t1 )|ψn1 (t1 )i ×
ih̄ n1 ,n2 ,...,nm−1 −∞ −∞ −∞ −∞
× hψn1 (t2 )|V (t2 )|ψn2 (t2 )ihψn2 (t3 )|V (t3 )|ψn3 (t3 )i...hψnm−1 (tm )|V (tm )|ψl (tm )i
(18.18)
288 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
or, using
we have in general
m
1 t t1 t2 tm−1
Z Z Z Z
(m) X
ck (t) = dt1 dt2 dt3 ... dtm
ih̄ n1 ,n2 ,...,nm−1 −∞ −∞ −∞ −∞
In what follows, we really only need the coefficients ck (t) to first order in λ:
1 t
Z
(1) 0
ck (t) = dt0 ei(ωk −ωl )t hϕk |V (t0 )|ϕl i (18.21)
ih̄ −∞
It is also often the case that the perturbing potential factorizes into time and space-
dependent pieces,
λV (x, t) = λv(x)f (t) (18.22)
so that to first order
1 t
Z
(1) 0
ck (t) = δkl + λck (t) = δkl + λhϕk |v|ϕl i dt0 ei(ωk −ωl )t f (t0 ) (18.23)
ih̄ −∞
Then the transition probability Pl→k for the system, initially in state ψl at time
t → −∞, to be found in a different state ψk , k 6= l at time t, is just
2
Pl→k = hψk (t)|ψ(t)i
2
= ck (t)
1 2 Z t 2
2 0 i(ωk −ωl )t0 0
= λ 2 hϕk |v|ϕl i dt e f (t ) (18.24)
h̄ −∞
Again we imagine that the system is in the state ψl at t ≤ 0, so that ck (0) = c0k = δkl .
Substituting (18.25) into (18.23) gives us, for k 6= l,
(1)
ck (t) = λck (t)
1 t
Z h i
0 0 0
= λhϕk |v|ϕl i dt0 ei(ωk −ωl )t eiωt + e−iωt
ih̄ 0
1 ei(ωkl −ω)t − 1 ei(ωkl +ω)t − 1
" #
= −λhϕk |v|ϕl i +
ih̄ ωkl − ω ωkl + ω
1 ei(ωkl −ω)t/2
"
1
= −2iλhϕk |v|ϕl i sin[ (ωkl − ω)t]+
h̄ ωkl − ω 2
ei(ωkl +ω)t/2
#
1
+ sin[ (ωkl + ω)t] (18.26)
ωkl + ω 2
The terms “absorbtion” and “stimulated emission” refer to atomic electrons in the
field of an electromagnetic wave. According to the Einstein-Bohr picture, the incom-
ing radiation consists of photons, each of energy E = hf = h̄ω. An electron, initially
in an orbital with energy El , absorbs a photon of energy h̄ω from the incoming elec-
tromagnetic radiation, and jumps into a higher energy state Ek = El + h̄ω. This is
the absorbtion case.
But from our result (18.25) we draw some conclusions which cannot easily be
anticipated from the Bohr model. The first surprise is that, in addition to absorbtion,
where the electron gobbles up a photon and jumps to a higher energy, there is also
the phenomenon of stimulated emission, in which the incoming radiation “stimulates”
an electron in an excited state with energy El to jump down to a lower energy state
with energy Ek . In this case the electron does not absorb a photon (in fact it emits
one, although we cannot demonstrate that here). The two cases are illustrated in Fig.
18.1. There is no simple classical picture of stimulated emission; it is an intrinically
quantum-mechanical process. Nevertheless, the fact that such a process is required
was deduced by Albert Einstein long before the development of modern quantum
mechanics based on the Schrodinger equation. Einstein’s reasoning was based on the
necessities of thermal equilibrium: if absorbtion is possible, stimulated emission is
also required. Quantum theory must be consistent with statistical mechanics, and
happily the mysterious stimulated emission turns out to be a prediction of the theory.
290 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
at a fixed time t (it has the same functional form as the intensity vs. distance of a
one-slit diffraction pattern). The central peak has a half-width of 2π/t, which means
that the expected relation for energy conservation, i.e.
Ek = El + h̄ω (18.31)
is only satisfied in the t → ∞ limit. For any finite t, there is a finite probability for
(18.31) to be violated. It seems as though we have lost energy conservation! How is
this possible?
Of course there is really no breakdown of energy conservation. The apparent
breakdown, in this case, comes from the assumption that the electromagnetic radi-
ation incident on the atom only contains photons of definite energy h̄ω; and this
assumption actually conflicts with the Heisenberg Uncertainty Principle. Lets see
how this works. First of all, if we write
ωkl = ω + ∆ω (18.32)
2h̄π
∆E = h̄∆ω = (18.34)
t
Now by assumption, the perturbing potential was turned on at t = 0, so the
portion of the electromagnetic wave, containing the photon absorbed by the electron,
has an extension in space of ∆x = ct. The electromagnetic wave itself can be thought
of as the wavefunction of the photon (a concept which can only be made precise in the
framework of relativistic quantum field theory), and this means that if the extension
18.1. HARMONIC PERTURBATIONS 291
of the wave is ct, then the photon is localized within this region before absorbtion.
Therefore, by the Uncertainty Principle, the photon has an uncertainty in momentum
h h
∆p ∼ = (18.35)
∆x ct
Using the relativistic relation between energy and momentum for massless particles,
E = pc, the photons in the beam therefore have an uncertainty in energy of order
2πh̄
∆E = (18.36)
t
But this is the same magnitude as the apparent “violation” of energy conservation in
(18.31). We conclude that there is no violation at all, and that the failure of the Bohr
relation to hold exactly is just a consequence of the Uncertainty Principle applied
to photons, which tells us that the energy of photons in an electromagnetic wave of
frequency f is not exactly hf , if the wave has a finite extension in space.
Another puzzling fact is the existence of spontaneous emission of photons by elec-
trons. This occurs when an electron in an excited orbital emits a photon, and drops
to a lower energy orbital, without being subjected to electromagnetic radiation or any
other external potential. An external radiation field of the right frequency speeds up
(or “stimulates”) the process, but emission will occur in any case, eventually. But
this fact directly contradicts the notion that the wave functions ϕn (x) are eigenstates
of energy, and therefore stationary. A stationary state, excited or not, is by definition
independent of time; it cannot change unless acted on by an external perturbation.
As it happens, the excited states of the Hydrogen atom are not really eigenstates of
energy after all. Non-relativistic quantum mechanics, as taught in this course, is only
an approximation to the real world; in particular it is an approximation in which the
electromagnetic field is treated classically. In the theory of quantum electrodyamics,
an electron is in constant interaction with the quantized electromagnetic field even in
the absence of an external electromagnetic wave. Excited states of the Hydrogen atom
are not eigenstates in quantum electrodynamics, but instead have some uncertainty
in energy. From our discussion of the time-energy uncertainty relation in the first
semester, it is clear that this uncertainty is related to the average time it takes for
the state to change in some noticeable way, e.g. to emit a photon. Let us call this
average time τ . Then the uncertainty ∆E in a given atomic orbital is given by
h̄
∆E ≈ (18.37)
τ
The uncertainty in the energy of atomic orbitals leads to a corresponding broadening
(spread in frequencies) of the photons emitted in electron transitions between those
orbitals.
Finally, I want to mention briefly (and inadequately) a clever and technologi-
cally important application of stimulated emission. This is the laser, whose acronym
292 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
(as you surely know) stands for “Light Amplification by Stimulated Emission of
Radiation”. The simplest version of the scheme involves an atom with three energy
levels, of energies E2 > E1 > E3 , with the property that electrons which are excited
(from the ground state at E0 ) to level E2 tend to rapidly (within about 10 ns) emit
a photon and fall into the E1 level, which is comparatively long-lived; on the order
of micro- to milli-seconds before emitting a photon. The idea with lasers (or their
microwave relatives, the masers), is to excite a great many electrons from the ground
state into the E2 state, from which they fall into the E1 orbital. With enough energy
expended, it is possible to obtain a “population inversion”; i.e. more electrons in the
excited state at E1 than in the ground state. What then happens is that electrons
falling from E1 to the ground state emit photons, and these photons cause other
electrons to make the transition to the ground state by stimulated emission. The
photons which stimulate the emission, and the emitted photons, have about the same
energy (and therefore frequency), and they are in phase. Thus the light is extremely
coherent. This is in contrast to the light emitted by thermal radiation (e.g. by a light
bulb), where the relative phase in the wavefunction of different photons is random, the
black-body distribution of frequencies is broad, and the light is said to be incoherent.
For example, the electron final state might lie in a (conduction) band of energies. Or,
for a single atom, we might take into account the possibility that since the energy of an
excited orbital is not precise, there is a continuum of possible energies for the emitted
photon. Another possibility is the scattering of an electron by a potential, where
there is a continuum of possible final momenta p~ with the same energy E = p2 /2m.
In this situation, we may be interested in the transition probability to any one of a
set of final states K in the energy range [Ek , Ek + ∆].
Let us define the density of final states
g(E)δE ≡ no. of states with energies in the range [E, E + δE] (18.44)
Then the transition probability to some member of this set of final states is the
integral
Ek +∆ 2 4 sin2 12 (ωk0 l − ω)t
Z
PlK (t) = λ2 dEk0 g(Ek0 )hϕk0 |v|ϕl i (18.45)
Ek h̄2 (ωk0 l − ω)2
For large t, the integrand is very strongly peaked near Ek0 = El + h̄ω, and we can
assume that the matrix element of v(x), and the density of final states g(Ek0 ) is nearly
constant within the very narrow range of energies in the peak. Then we have
2 4
Z Ek +∆ sin2 21 (ωk0 l ± ω)t
PlK (t) = λ2 g(Ek )hϕk |v|ϕl i dEk0 (18.46)
h̄2 Ek (ωk0 l ± ω)2
The quick way to do the integral is to use the large-time limit (18.40)
We will postpone application of this rule until we study scattering. However, some
examples of the density of final states is called for. Lets begin with the harmonic
oscillator in two dimensions, where the energy eigenvalues were found to be
n = N ∆N
E ∆E
=
h̄ω h̄ω
E
= 2 2 ∆E
h̄ ω
= g(E)∆E (18.51)
h̄2 π 2 2
E n1 n2 n3 = 2
(n1 + n22 + n23 )
2m L
π 2 h̄2 2
= (n + n22 + n23 )
2mL2 1
π 2 h̄2 2
= R (18.53)
2mL2
The number of states n which lie between R and R + ∆R is given by the volume of
an octant of a spherical shell
1 4 4
n = π(R + ∆R)3 − πR3
8 3 3
1 2
= πR ∆R + O(∆R3 ) (18.54)
2
But from (18.53)
!1/2
2mL2
R= E 1/2 (18.55)
π 2 h̄2
so also !1/2
1 2mL2
∆R = E −1/2 ∆E (18.56)
2 π 2h̄2
18.2. ADIABATIC PERTURBATIONS 295
(1) 1 Zt 1 ∂ iωkl t0
ck (t) = dt0 Vkl (t0 ) e
ih̄ −∞ iωkl ∂t0
1 Zt ∂ 0
= − dt0 Vkl (t0 ) 0 eiωkl t
h̄ωkl −∞ ∂t
" #
1 iωkl t
Z t
0 ∂Vkl iωkl t0
= − Vkl (t)e − dt e (18.60)
h̄ωkl −∞ ∂t0
(1) 1
ck (t) ≈ − Vkl (t)eiωkl t
h̄ωkl
hϕk |V (t)|ϕl i iωkl t
= − (0) e (18.61)
Ek − El0
hϕk |V (t)|ϕl i
eiωkl t ψk (x, t)
X
ψ(x, t) = ψl (x, t) + λ (0)
(18.62)
k6=l El − Ek0
and using
ψk (x, t) = ϕk (x)e−iωk t (18.63)
296 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
we get
hϕk |V (t)|ϕl i
ψ(x, t) = e−iωl t ϕl (x) + λ
X
(0)
ϕk (x) (18.64)
k6=l El − Ek0
Notice that the expression inside the [...] brackets is the k-th eigenstate, to first
order in λ, of the Hamiltonian
H = H0 + V 0 (x) (18.65)
where
V 0 (x) = λV (x, t) (18.66)
Likewise, the energy expectation value at time t, given by
where the time variable t in the above equation is just treated as a fixed parameter,
subject to the condition
lim φl (x, t) = ϕl (t) (18.69)
λ→0
and
ψ(x, t) = φl (x, t)e−iEl (t)/h̄ (18.71)
18.2. ADIABATIC PERTURBATIONS 297
Note that since El (t) varies in time, the energy of the system is not conserved,
even after long times. But, you may ask, did we not prove from the Schrodinger
equation, back in the last semester, that ∂t hHi = 0? Actually, if you look back at the
derivation, it assumed that the potential V (x) was time-independent. If the potential
depends on time, there is no reason for the energy to be constant. Of course, if we
would treat everything quantum-mechanically, including the source of the potential,
then the energy of the entire system must be conserved. But thats another story.
18.2.1 Example
Consider a particle of mass m, initially (time t = 0) in its ground state in a one-
dimensional box of length L; i.e.
s
2 πx
ϕ1 (x) = sin
L L
2 2
π h̄
E1 = (18.72)
2mL2
Suppose that the walls of the box move apart from each other very slowly, so that
the adiabatic assumption is justified, and that after some long time t the walls are a
distance αL apart.
We don’t even need perturbation theory to solve this problem. All that is required
is to solve the time independent Schrodinger equation (exactly) at time t. The result
is
s
2 πx
ϕ1 (x, t) = sin
αL αL
2 2
π h̄
E1 (t) = (18.73)
2mα2 L2
π 2h̄2 1
∆E = 2
1− 2 (18.74)
2mL α
which has a simple classical interpretation: The particle in the box exerts a pressure
on the walls. As the walls move, the particle does positive work, and loses energy.
Thats a good thing; otherwise steam and automobile engines wouldn’t work! Gas
molocules ultimately obey the laws of quantum mechanics. In pushing a piston, they
had better give up some of their energy to the piston, otherwise it would be hard to
understand how quantum mechanics would be consistent with the principles of heat
engine design, that were worked out in the 19th century.
298 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
18.2.2 Validity
Before leaving the topic, its necessary to have some criterion for the validity of the
adiabatic method: what do we mean by saying that the potential is “slowly varying”?
Slowly varying compared to what?
Lets go back to the integration-by-parts formula, and assume that the perturbing
potential was turned on at t = 0
" #
1 t ∂Vkl
Z
0
c1k (t) =− Vkl (t)eiωkl t − dt0 0 eiωkl t (18.75)
h̄ωkl 0 ∂t
∂Vkl
Making the rough assumption that ∂t
is nearly constant in time, we can carry out
the time integration to get
" #
1 1 ∂Vkl 1
c1k (t) =− Vkl (t)eiωkl t − 2 sin[ ωkl t]eiωkl t/2 (18.76)
h̄ωkl iωkl ∂t 2
We are only justified in dropping the term proportional to the time derivative of Vkl
if
2 ∂V
kl
Vkl (t) (18.77)
ωkl ∂t
So this is the necessary condition for the validity of the adiabatic approximation.
H0 φ n = E n φ n
Hφ0n = En0 φ0n
H = H0 + V 0 (x, t) (18.79)
at a moment (t = 0− ) just before the perturbation is switched on. With this initial
condition, we want to know what the wavefunction will be at any time t > 0, and in
particular the probability of finding any particle energy eigenvalue Ek0 .
This is actually quite simple. First of all, at any time t > 0, the solution to the
time-dependent Schrodinger equation has the general form
cn φ0n (x)e−iEn t/h̄
X
ψ(x, t > 0) = (18.81)
n
18.3.1 Example
We consider the potential
(
1
2
kx2 t<0
V (x, t) = 1 0 2 (18.85)
2
kx t≥0
So for any time t the Hamiltonian is that of a harmonic oscillator (which is exactly
soluble) but with spring constant k at t < 0, and k 0 at t > 0.
Suppose the particle is in its ground state at times t < 0. What is the probability
that the particle is in an excited state at t > 0?
Clearly the probability of being in an excited state is is related to the probability
P (E00 ) of remaining in the ground state, i.e.
Pex = 1 − P (E00 ) = 1 − |c0 |2 (18.86)
The ground states before and after t = 0 are
!1/8
mk 1√ h i
φ0 (x) = exp −mkx2 /h̄
π 2 h̄2 2
!1/8
mk 0 h 1√ i
φ00 (x) = 2 exp − mk 0 x2 /h̄ (18.87)
π 2 h̄ 2
300 CHAPTER 18. TIME-DEPENDENT PERTURBATION THEORY
Then
c0 = hφ00 |φ0 i
m 1/4
Z h 1 √ √ i
0 1/8 0 )x2 /h̄
= (kk ) dx exp − ( mk + mk
π 2 h̄2 2
√ 0 1/8
(kk )
= 2 √ √ (18.88)
( k + k 0 )1/2
so that
(kk 0 )1/4
P (E00 ) = 2 √ √ (18.89)
k + k0
Its interested to plug in some numbers. Suppose that the spring constant changes
drastically at t = 0, by a factor of 16, i.e.
k
k0 = (18.90)
16
We might expect that such a large change would be very likely to kick the particle
out of the ground state. but in fact, one finds in this case that P (E00 ) = 45 , so that
there is actually only a 20% chance that the particle is found in an excited state after
time t = 0.
Chapter 19
(In Preparation)
301
302 CHAPTER 19. THE WKB AND VARIATIONAL METHODS
Chapter 20
Scattering Theory
303
304 CHAPTER 20. SCATTERING THEORY
Chapter 21
I have stressed throughout the course that physical states in quantum mechanics are
represented by vectors (in Hilbert Space), that observables are associated with linear
operators, and that linear operators have a matrix representation. This suggests
that the equations of quantum mechanics can be expressed in the terminology and
notation of linear algebra, i.e. vectors and matrices. This chapter will explore the
linear algebra/quantum mechanics connection in more detail. In addition, we will
study Dirac’s prescription for quantizing an arbitrary mechanical system.
It may help to have in mind the main theme. We saw in Lecture 7 that every
linear operator Õ has a matrix representation O(x, y), where
305
306 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
where
+1 if i1 i2 ...iD an even permutation of 123...D
i1 i2 ...iD = −1 if i1 i2 ...iD an odd permutation of 123...D (21.17)
0 otherwise
Two very important classes of matrices are the Hermitian matrices, which have
the property
H = H† (21.19)
or, in components,
[H]ij = [H]∗ji (21.20)
and the unitary matrices, which have the property
U † = U −1 (21.21)
U U −1 = I (21.22)
U = eiH
∞
X in n
= H (21.27)
n=0 n!
21.1. REVIEW OF VECTORS AND MATRICES 309
The solutions of this equation are a set of normalized eigenvectors u(n) and corre-
sponding eigenvalues λ
(n)
(" # )
(n) n u1 (n)
{u ,λ } = (n) λ (21.30)
u2
where the superscript n = 1, 2, .., D labels the different, linearly independent solu-
tions. If there are k linearly independent solutions with the same eigenvalue, then
that eigenvalue is said to be k-fold degenerate.1 The eigenvalue equation can also be
written
(M − λI)u = 0 (21.31)
The general solution of this equation, in terms of determinants, is given in any linear
algebra book. The solution is denoted u(n) , and should be normalized so that
D
" #
u1
[u∗1 , u∗2 ] u∗i ui = 1
X
= (21.35)
u2 i=1
Theorem
The eigenvalues of a Hermitian matrix are all real. Any two eigenvectors of a
Hermitian matrix, which correspond to different eigenvalues, are orthogonal.
Proof: Let u(m) and u(n) be two eigenvectors of a Hermitian matrix H, with
eigenvalues λn , λm respectively. Consider the quantity
(m)
(uni ) ∗ Hij uj
X
Q= (21.36)
ij
so
(n) (m)
(ui )∗ ui = λm u(n) · u(m)
X
Q = λm (21.38)
i
so
X (n) ∗
(m)
Q = Hji ui uj
ij
(n) (m)
(λn uj )∗ uj
X
=
j
Therefore
λ∗n u(n) · u(m) = λm u(n) · u(m) (21.42)
For n = m, this implies
λn is real for all n (21.43)
which proves the first part of theorem. For n 6= m, and λn 6= λm , it also implies
• Example Lets find the eigenvalues and eigenvectors of the Hermitian matrix
" #
0 i
H= (21.45)
−i 0
so
" #
1
1 1
λ1 = +1 u =√ (21.51)
2 −i
Ez
but there is nothing sacred about any particular set of coordinates, and if we rotate
to another coordinate frame, the same vector E will have three different components
Ex0 0
0
Ey 0 (21.56)
Ez0 0
In classical mechanics and electromagnetism, a vector quantity is just denoted, e.g.,
by a boldface symbol E or by an arrow E.~ This is the quantity which, in a particular
reference frame, is represented by a D-dimensional column vector.
21.2. LINEAR ALGEBRA IN BRA-KET NOTATION 313
Laws of motion are fundamental, reference frames are not, and one of the ob-
jectives of vector notation is to express the laws of classical physics in coordinate-
independent form; e.g. Newton’s Law of motion, and Ampere’s Law
F~ = m~a and ∇ × B
~ = µ0~j (21.57)
are true in any system of cartesian coordinates. Vector notation, with the associated
concepts of grad, div, and curl, is an elegant and useful way of avoiding the clutter
of coordinate indices, and displaying the content of dynamical equations in the most
direct way. In classical physics, vectors are usually three- (or in relativity, four-)
dimensional, and their components are real-valued. In quantum theory, the vectors of
interest are usually infinite-dimensional, and their components are typically complex-
valued. Bra-ket notation, introduced by Dirac, aims to accomplish for quantum
theory what vector notation does for classical mechanics; namely, to express the laws
of motion as directly as possible, in a way that is independent of the (irrelevant)
reference frame.
Because the vectors in quantum mechanics can have complex components, it is
important to distinguish between vectors whose components are column vectors, and
vectors whose components are row vectors. The former are the ”ket” vectors |v >,
the latter the ”bra” vectors < v|. There is a one-to-one correspondence between bra
and ket vectors. If the components (in some reference frame) of a ket vector are given
by
v1
v2
v3
|v >↔
.
(21.58)
.
.
vD
The symbol ↔ is used to remind us that the values of the components depend on
the choice of reference frame; they are only a particular representation of the bra-ket
vectors. The bra-ket vectors themselves, like F~ or E, ~ are meaningful independent of
the basis chosen.
A Linear Vector Space is a collection of vectors {|v >}, which is complete under
vector addition, i.e. if |v 1 > and |v 2 > belong to the space, so does the combination
where a and b are any constants. There is also defined an inner product < u|v >
between bra and ket vectors
< u|v >=< v|u >∗ (21.61)
with the bi-linearity property
[a < q| + b < r|][c|s > +d|t >] = ac < q|s > +ad < q|t > +bc < r|s > +bd < r|t >
(21.62)
where a, b, c, d are all constants.
In order to distinguish quantitatively between vectors in the vector space, it is
important to introduce what amounts to a reference frame, called a basis. A basis
for a D-dimensional vector space is a set of D orthonormal vectors {|en >, n =
1, 2, ..., D}
< en |em >= δmn (21.63)
such that any element of the vector space can be written as a linear combination
D
X
|v >= vm |em > (21.64)
m=1
This expression is completely analogous to the expansion of vectors that is often seen
in classical mechanics
F~ = Fx~i + Fy~j + Fz~k (21.65)
where ~i, ~j, ~k are unit vectors in the x,y,and z-directions respectively.
Taking the inner product of eq. (21.64) with the bra vector < en |
D
X
< en |v >=< en | vm |em > (21.66)
m=1
we find:
The Component (or ”Wavefunction”) of Vector |v > in the basis {|e n >}
vn∗ < en |
X
< v| = (21.73)
n
The fact that the components of the bra vector are the complex conjugate of the
components of the ket vector is in agreement with what was already been stated in
equations (21.58) and (21.59).
• Linear Operators Just as a function f is a rule for taking any number (x)
and turning it into another number y (i.e. y = f (x)), so an an operator M is a rule
for taking any vector |v > into turning it into some other vector |v 0 >,
|v >→ |v 0 >= M |v > or |M v > (21.74)
A Linear Operator has the property
M [a|v > +b|u >] = aM |v > +bM |u > (21.75)
for any vectors |u >, |v > and constants a, b. Because of this property, we can
determine what a linear operator M does to any vector |v > by specifying what it
does to any basis vector |en >:
|v 0 >= M |v > = M
X
vj |ej >
j
X
= vj M |ej > (21.76)
j
316 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
Since both |v 0 > and M |ei > are ket vectors, they must have an expansion in basis
vectors which we write as
|v 0 >= vk0 |ek >
X
(21.77)
k
and X
M |ej >= mkj |ek > (21.78)
k
Taking the inner product of both sides with the bra vector < ei |, and using again the
bi-linearity property and orthonormality properties (21.62), (21.63)
vk0 |ek > = < ei |
X XX
< ei | vj mkj |ek >
k j k
vk0
X XX
< ei |ek > = vj mkj < ei |ek >
k j k
vk0 δik =
X XX
vj mkj δik
k j k
vi0 =
X
mij vj (21.80)
j
But this is just the rule, in components, for multiplying a column vector by a matrix.
This means that, in a given basis, the action of a linear operator on vectors is equiv-
alent to matrix multiplication. In fact, taking the inner product of both sides of eq.
(21.78) with the bra vector < ei |, we find
Likewise L acts on bra vectors < q| by taking an inner product on the right
We now show that any linear operator can be expressed as a linear combination
of |u >< v| symbols. Begin with the identity operator I, defined such that
for all < u|, |v > in the vector space. It is easy to see that such an operator can be
written, in a given basis {|ei >} as
X
I= |en >< en | (21.86)
n
Check this:
! !
X X
I|v > = |en >< en | vk |ek >
n k
XX
= vk |en > δnk
n k
X
= vk |ek >
k
= |v > (21.87)
Likewise
! !
X X
< u|I = uk < e k | |en >< en |
k n
XX
= uk δkn < en |
k n
X
= uk < e k |
k
= < u| (21.88)
IM = M I = M (21.89)
because
IM |v >= I|M v >= |M v >= M |v > (21.90)
and
M I|v >= M |v > (21.91)
318 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
We are now ready to express any linear operator M in terms of |u >< v| symbols.
We have
M = IM I
!
X X
= |ei >< ei | M |ej >< ej |
i j
X
= |ei >< ei |M |ej >< ej |
ij
X
= mij |ei >< ej | (21.92)
ij
Exercise: Let
|v 0 > = M |v >
< u0 | = < u|M (21.93)
i
X
< u| = ui < e i |
i
Using the bra-ket representation of M in eq. (21.92), show that the components vi →
vi0 by matrix multiplication of a column vector, and ui → u0i by matrix multiplication
of a row vector.
Exercise: Let {en } and {e0m } be two different bases for the same vector space.
Show that the D × D matrix whose elements are
is a unitary matrix.
In general, the bra vector which corresponds to M |v > is not the same as < v|M ,
i.e.
< M v| 6=< v|M (21.96)
21.2. LINEAR ALGEBRA IN BRA-KET NOTATION 319
This is the definition of the Hermitian conjugate of a matrix, given in the previous
section. Therefore, the matrix elements of the operator M † are simply the hermitian
conjugate of the matrix elements of the operator M . As in the case of matrices, an
Hermitian Operator is an operator which is its own Hermitian conjugate, ie.
M† = M (21.99)
This becomes a matrix equation, in the basis {|en >}, by taking the inner product of
both sides of the equation with < ei |:
which is the same as the matrix eigenvalue equation, in components, seen in the
previous section.
Theorem
This is theorm proved in the last section for matrices. Below we simply run
through the proof once again (it was also seen in Lecture 7) in bra-ket notation:
Theorem
A D-th order polynomial has D roots, unless two or more roots coincide, in which
case there is a degeneracy. Since the eigenvalue equation is a linear equation, it means
that if |v n > is an eigenvector, so is |v 0n >= N |v n >. Choose N so that
|v 0n | = 1 (21.105)
and D orthonormal vectors form a basis for a D-dimensional linear vector space.
Since the eigenvectors {v n }of an Hermitian matrix M form a basis for the linear
vector space, we can represent any linear operator O in the space in terms of its
matrix elements in the ”M-basis”, i.e.
and
Omn |v m >< v n |
X
O= (21.108)
mn
21.3. HILBERT SPACE 321
and therefore
λn δmn |v m >< v n |
X
M =
mn
λn |v n >< v n |
X
= (21.110)
n
For this reason, solving the eigenvalue equation M |v n >= λn |v n > is sometimes
refered to as ”diagonalizing” the operator M , since the matrix Mmn is a diagonal
matrix in the basis spanned by the the eigenvectors {|v n >}
where the matrix element O(x, y) was defined by the operator O acting on a delta-
function
O(x, y) = Õδ(x − y) (21.113)
Finally, there is the abstract ”bra-ket” version, which holds just as well in finite
dimensional linear vector spaces
We ask: what is the relationship of the first two forms of the eigenvalue equation
with the third ”bra-ket” form, and, in particular, what is the relationship between
the ket vector |ψ > and the wavefunction ψ(x)? The answer, briefly, is that the first
two forms are the eigenvalue equation in the x-representation, and the wavefunction
ψ(x) gives the components of the state vector |ψ > in the x-representation.
322 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
The x-representation refers to the basis in Hilbert Space spanned by the eigen-
states of the position operator X. The eigenvalues of X are all the real numbers
x ∈ [−∞, ∞], and we will denote the (normalized) ket vector corresponding to an
eigenvalue x0 simply as |x0 >, i.e.
is the identity operator. To go from the bra-ket form (21.114) of the eigenvalue
equation to the matrix form (21.112), we use the identity operator I
and take the inner-product of both sides of the equation with the bra < x|
Z
dy < x|O|y >< y|ψn > = λn < x|ψn > (21.119)
Comparing the forms (21.119) with (21.112) shows that we must identify
Then the wavefunction of any state |ψ > in the O-representation is the inner product
and the matrix element of any linear operator M in the O-representation is given by
momentum P ,
P |p0 >= p0 |p0 > p0 ∈ [−∞, ∞] (21.127)
the harmonic oscillator Hamiltonian H ho ,
1
H ho |ϕn >= En |ϕn > En = h̄ω(n + ) (21.128)
2
and the square well Hamiltonian H sq ,
h̄2
H sq |φi >= Ei |φi > E i = n2 (21.129)
2mL2
From the matrix elements and eigenfunctions of these operators in the X-representation,
we can construct the matrix elements and eigenstates in other representations. All
our work so far has been in the X-representation, so we begin there.
• The X-representation
Taking the inner product of the eigenvalue equation X|y >= y|y > with the bra
< x|, we get immediately the matrix elements
∂
< x|P |y > = p̃δ(x − y) p̃ = −ih̄
∂x
p̃2
( )
ho 1
< x|H |y > = + kx2 δ(x − y)
2m 2
p̃2
( )
sq sq
< x|H |y > = + V (x) δ(x − y) (21.131)
2m
(where V sq (x) is the square-well potential). We note once again that all of these
matrix elements have the form
The only new thing is the insight that the wavefunction of a state in the X-representation
is an inner product ψ(x) =< x|ψ >.
Given these matrix elements and wavefunctions in the x-representation, we can
find the matrix elements and wavefunctions in other representations. First, however,
we check the validity of the operator identity
< x|[X, P ]|y > = < x|XP |y > − < x|P X|y >
= < x|XIP |y > − < x|P IX|y >
Z Z
= < x|X dx |z >< z| P |y > − < x|P dx |z >< z| X|y >
Z
= dz [< x|X|z >< z|P |y > − < x|P |z >< z|X|y >]
" ! ! #
∂ ∂
Z
= dz xδ(x − z) −ih̄ δ(z − y) − −ih̄ δ(x − z) zδ(z − y)
∂z ∂x
" #
∂ ∂
= −ih̄ x δ(x − y) − y δ(x − y)
∂x ∂x
" #
∂ ∂
= −ih̄δ(x − y) − x + y
∂x ∂x
= ih̄δ(x − y) (21.137)
(In the next to last line, the derivative is understood to be acting on some func-
tion of x standing to to the right). This example is an illustration of the fact that
the matrix representation of a product of operators is equal to the product of matrix
representations of each operator, i.e.
X
< φm |AB|φn > = < φm |A|φk >< φk |B|φn >
k
X
[AB]mn = Amk Bkn (21.138)
k
• The P-representation
Taking the inner product of the eigenvalue equation P |p0 >= p0 |p0 > with the
bra < p|, we have the momentum eignfunctions in the momentum-representation
An in general, any state whose eigenfunction is ψ(x) in the x-representation will have
an eigenfunction ψ(p) in the p-representation given by
where
∂
x̃ = ih̄ (21.148)
∂p
In general, one can show that in the p-representation
!n
n ∂
< p1 |X |φ2 >= ih̄ δ(p1 − p2 ) (21.149)
∂p1
The matrix element of a Hamiltonian with potential V (x) therefore takes the form
where
p2
" #
∂
H̃ = + V ih̄ (21.151)
2m ∂p
The Schrodinger equation in the momentum representation is obtained by starting
from
ih̄∂t |ψ >= H|ψ > (21.152)
and taking the inner product with the bra < p|
so finally
p2
( " #)
∂
ih̄∂t ψ(p, t) = + V ih̄ ψ(p, t) (21.154)
2m ∂p
is the Schrodinger equation in this representation. Unless the potential is either zero
(the free particle) or quadratic (the harmonic oscillator), this form of the Schrodinger
equation is usually higher than 2nd order in derivatives, and therefore harder to solve
than the corresponding equation in the X-representation.
We next consider a basis for Hilbert Space consisting of the eigenstates |ϕn > of
the Harmonic oscillator Hamiltonian H ho . The Hilbert Space we have discussed so far
consists of the physical states of a particle moving in one dimension. The Harmonic
Oscillator representation is just a basis in that space, and can be used whether or
not the particle is actually moving in a harmonic oscillator potential (although that
would be the most useful application).
From the orthonormality of eigenstates of a Hermitian operator, the wavefunction
of the eigenstate |ϕn > is
1 0 0
0
1
0
0 0 1
ϕ0 = ϕ1 = ϕ2 = ..... (21.157)
.
.
.
. . .
. . .
ϕ0 (x)
ϕ1 (x)
ϕ2 (x)
ψx = (21.159)
.
.
.
ϕ0 (y)
ϕ1 (y)
ϕ2 (y)
∗ ∗ ∗
= [ϕ0 (x), ϕ1 (x), ϕ2 (x), ...] (21.160)
.
.
.
Taking the inner product of the row and column vectors, we get the identity
∞
ϕ∗n (x)ϕn (y) = δ(x − y)
X
(21.161)
n=0
Next we turn to the matrix elements of operators. Taking the inner product of
the eigenvalue equation H ho |ϕn >= En |ϕn > with the bra < ϕm | gives
ho
Hmn ≡< ϕm |H ho |ϕn >= En δmn (21.162)
ho
i.e. Hmn is a diagonal matrix
E1 0 0 . . .
0 E2 0 . . .
0 0 E3 . . .
H ho =
(21.163)
. . . . . .
. . . . . .
. . . . . .
The matrix representations Xmn and Pmn are easily obtained using the raising and
lowering operator relations
s
h̄
X = (a† + a)
2mω
s
mωh̄ †
P = i (a − a)
2
√
a† |φn > = n + 1|φn+1 >
√
a|φn > = n|φn−1 > (21.164)
Then
s
h̄ h i
Xmn = < ϕm |a† |ϕn > + < ϕm |a|ϕm >
2mω
s
h̄ h√ √ i
= n + 1δm,n+1 + nδm,n−1 (21.165)
2mω
and likewise s
mωh̄ h√ √ i
Pmn = i n + 1δm,n+1 − nδm,n−1 (21.166)
2
330 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
or
0 1 √0 . . .
1 √0 2 √. . .
s
h̄
X = 0 2 √0 3 √. .
2mω
0 0 3 0 4 .
. . . . . .
0 −i 0√ . . .
i √0 −i 2 .√ . .
s
mωh̄
P = 0 i 2 0
√ −i 3 .√ . (21.167)
2
0 0 i 3 0 −i 4 .
. . . . . .
Exercise: Using the matrix representations (21.165) and (21.166), show that
This representation is only useful for a Hilbert Space in which the position-space
wavefunctions are constrained to be zero outside a finite range x ∈ [0, L]. Such as
situation occurs if the particle is trapped in a tube of finite length. Like the harmonic
oscillator Hamiltonian H ho , the square well Hamiltonian H sq has a discrete set of
eigenvalues and eigenvectors, so that ”wavefunctions” are the components of infinite-
dimensional column vectors, and operators are represented by ∞ × ∞ matrices.
From the orthonormality of eigenstates of a Hermitian operator, the wavefunction
of the square-well eigenstate |φn > is
1 0 0
0
1
0
0 0 1
φ1 = φ2 = φ3 = ..... (21.170)
.
.
.
. . .
. . .
21.3. HILBERT SPACE 331
These look just like the eigenstates of the harmonic oscillator Hamiltonian ϕn in
the HO-representation, but of course they correspond to very different states. An
eigenfunction of position |x >, in the square-well representation, is
ψx (n) = < φn |x >
= < x|φn >∗
= φn (x)
s
2 nπx
= sin (21.171)
L L
As a column vector, an eigenstate of position has the form
πx
sin
L
sin 2πx
L
s
2
ψx =
sin 3πx
L
(21.172)
L
.
.
.
The orthogonality of position eigenstates implies
δ(x − y) = < x|y >
φ1 (y)
φ2 (y)
φ3 (y)
∗ ∗ ∗
= [φ1 (x), φ2 (x), φ3 (x), ...] (21.173)
.
.
.
Taking the inner product of the row and column vectors, we get another identity,
analogous to (21.161)
∞
2 X nπx nπy
sin sin = δ(x − y) (21.174)
L n=1 L L
As in the case of the harmonic oscillator, the matrix elements of the square-well
Hamiltonian in the square-well representation is diagonal:
sq
Hmn ≡< φm |H sq |φn >= En δmn (21.175)
i.e., as a matrix
E1 0 0 . . .
0 E2 0 . . .
0 0 E3 . . .
H sq =
(21.176)
. . . . . .
. . . . . .
. . . . . .
332 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
Carrying out the y-integration, we obtain eq. (21.179). Carrying out the x-integration,
we finally obtain
− π2 (n8Lmn
2 −m2 )2 (n − m) odd
Xmn = 0 (n − m) even (21.181)
L
n=m
2
which is evaluated to be
4nm
(
L(n2 −m2 )
(n − m) odd
Pmn = −ih̄ (21.183)
0 (n − m) even
21.3. HILBERT SPACE 333
In the special case that j is an integer, the inner product of |jm > with eigenstates
of angles |θ, φ > gives the spherical harmonics
of the electron. In that case the |θ, φ > basis is inadequate, and the use of the angular
momentum basis |jm > becomes indispensible.
The eigenstates of angular momentum are written as unit column vectors
1
0
0
.
ϕ00 =
.
.
.
.
.
0 0
1
0
0 1
.
0
ϕ1,1 =
.
ϕ 1 ,− 1 =
.
2 2 2 2
. .
.
.
. .
. .
0 0 0
0
0
0
0 0 0
1
0
0
ϕ11 =
0
ϕ10 =
1
ϕ00 =
0
(21.188)
0 0 1
.
.
0
. . .
. . .
Using eq. (21.186) above, and also the angular momementum raising and lowering
operators
q
J− |jm > = (j + m)(j − m + 1)h̄|j, m − 1 >
q
J+ |jm > = (j − m)(j + m + 1)h̄|j, m + 1 > (21.189)
Using eq. (21.192), we can write the angular momentum operators Jx , Jy , Jz in the
j = 12 subspace as
h̄ h̄ h̄
Jx = σ x Jy = σ y Jz = σ z (21.195)
2 2 2
where the matrices
" # " # " #
0 1 0 −i 1 0
σx = σy = σz = (21.196)
1 0 i 0 0 −1
are known as the Pauli Spin Matrices. They will be useful in our later discussion
of electron spin.
and, in addition, we make the crucial identification of x̃ and p̃ as the following oper-
ators, acting on functions of x
Classical Quantum
−−−−−−−−− −−−−−−−−−
(x, p) |ψ > cc (21.199)
O(x, p) O(X, P )
∂t x = ∂H
∂p
, ∂ t q = − ∂H
∂x
ih̄∂ t |ψ >= H(X, P )|ψ >
But what do we now say about operators X and P , without referring directly to
the x-representation? The answer is that the correct, representation-independent
statement is just the commutator
which can be deduced from the Ehrenfest principle and the Schrodinger equation as
follows: Beginning from the Ehrenfest condition
∂H
< >= ∂t < x > (21.201)
∂p
or
∂H
< ψ| |ψ >= ∂t < ψ|X|ψ > (21.202)
∂P
and applying the Schrodinger equation in bra-ket form
1
∂t |ψ > = H|ψ >
ih̄
1
∂t < ψ| = − < ψ|H (21.203)
ih̄
338 CHAPTER 21. QUANTUM MECHANICS AS LINEAR ALGEBRA
we get
∂H 1
|ψ >=< ψ| [X, H]|ψ >
< ψ| (21.204)
∂P ih̄
Likewise, the second Ehrenfest equation
∂H
<− >= ∂t < p > (21.205)
∂x
leads to
∂H 1
< ψ| −
|ψ >=< ψ| [P, H]|ψ > (21.206)
∂X ih̄
Comparing the rhs and lhs of eqs. (21.204) and (21.206) leads us to require, as
operator identities,
∂H
[X, H] = ih̄
∂P
∂H
[P, H] = −ih̄ (21.207)
∂X
Let us assume that H[X, P ] can be expressed as a sum of products of operators X
and P . Of course X commutes with powers of X, and P commutes with powers of
P . 2 Now suppose that [X, P ] = ih̄I. Then
1. Begin with a system with a set of coordinates and momenta {q a , pa }, whose dy-
namics is described by a Hamiltonian H = H(p, q).
3. All observables are associated with Hermitian operators acting on vectors in Hilbert
space. In particular, the coordinates q a and momenta pa correspond to opera-
tors
q a → Qa pa → P a (21.217)
which satisy commutation relations
[Qa , Qb ] = 0
[Pa , Pb ] = 0
[Qa , Pb ] = ih̄δab I (21.218)
5. The expectation value < O > of an observable O(p, q), for a system in state |ψ >,
is given by
< O >=< ψ|O [P, Q] |ψ > (21.220)
Expressed in this way, the passage from classical to quantum mechanics is simple:
its just a question of imposing commutation relations between Q and P , and pos-
tulating the Schrodinger equation. In none of these steps is there any committment
to any particular basis in Hilbert space. Practical calculations, however, are usually
carried out in the Schrodinger representation. The reason is simple: the momentum
operator P appears only quadratically in the Hamiltonian, but the coordinates Q
generally appear (in the potential V (Q)) in more complicated ways. It then makes
sense to work in a basis which are eigenstates of the complicated part (V (Q)) of the
Hamiltonian. The Schrodinger representation (or Q-representation) is defined by the
basis of Q-eigenstates
Qa |{q} >= q a |{q} > (21.221)
The wavefunction in Schrodinger representation is
and
Qa [{q}, {q 0 }] = q a δ D (q − q 0 )
∂
Pa [{q}, {q 0 }] = −ih̄ a δ D (q − q 0 ) (21.223)
∂q
Using these matrix elements in the Schrodinger equation
where we have defined the Poisson Bracket of any two observables A(p, q) and
B(p, q) as " #
X ∂A ∂B ∂A ∂B
[A, B]P B = − (21.227)
a ∂q a ∂pa ∂pa ∂q a
Note, in particular, that
but of course one could also express the Lagrangian in spherical coordinates r, θ, φ,
and obtain conjugate momenta
∂L ∂L ∂L
pr = pθ = pφ = (21.230)
∂ ṙ ∂ θ̇ ∂ φ̇
It is a theorem of classical mechanics that the Poisson Brackets of any two quantities
do not depend of the choice of canonical coordinates and momenta. Therefore, any
equation expressed in terms of Poisson Brackets holds true for every possible choice
of {q a , pa }.
Now, from the Schrodinger equation we have
[Qa , Qb ] = 0
[Pa , Pb ] = 0
[Qa , Pb ] = ih̄δab I (21.234)
of canonical quantization. This beautiful and deep connection between the Pois-
son brackets of classical mechanics, and the commutators of operators in quantum
mechanics, was first pointed out by Dirac.
Chapter 22
No man is an island...
John Donne
343
344 CHAPTER 22. THE EPR PARADOX AND BELL’S THEOREM
system is in state
ψ(x1 , x2 ) = ψC (x1 )ψD (x2 ) (22.2)
But what do we make of the (normalized) superposition
ψ(x1 , x2 ) = aψA (x1 )ψB (x2 ) + bψC (x1 )ψD (x2 ) (22.3)
According to the principles of quantum mechanics, physical states are normalized
vectors in Hilbert space, and the sum of two vectors is another vector. If that vector
is normalized, it is a physical state too. So the wavefunction (22.3) is, from this point
of view, entirely kosher: it is a physically allowed state of the two-particle system. But
then if we ask: what is the state of particle 1, when the two-particle system is in state
(22.3), we discover that we can’t answer the question! Particle 1 is not in state ψA ,
nor is it in state ψC ; neither is it in a linear combination such as cψA (x1 ) + dψC (x1 ).
The fact is, the state of particle 1 has become entangled with that of particle 2; it is
impossible to specify the state of either particle separately, even if the two particles
are non-interacting, and very far apart.
The fact that the quantum states of composite systems can be inseparable (or
entangled) in this way was first noticed by Einstein, Podolsky, and Rosen (”EPR”)
in 1933. The consequences of this entanglement are truly mind-bending, even by the
generous mind-bending standards of quantum mechanics.
A. Both detectors are set to measure spin along the z-axis. Whenever the spin of the
particle on the left is found to be spin up, and this occurs 50% of the time, the
spin of the particle on the right is found to be spin down. Likewise, whenever
the particle on the left is found to be spin down, which is the other 50% of the
time, the particle on the right is found to be spin up.
This means that by measuring the z-component of the spin of the particle on the
left, we can determine the z-component of the spin of the particle on the right, without
actually interacting with the particle on the right. Suppose, in a particular run, that
the particle which moves to the left (which we’ll now call ”L”) is found to be spin-
up. Since the measurement on the left (goes the EPR argument) couldn’t possibly
22.1. THE EPR PARADOX 345
affect the spin of the other particle (”R”) on the right, and yet we know that R is
spin-down, it must be that R was spin down even before we made the measurement of
L. Therefore, the spin state of the particles before entering the detectors must have
been
ψ1 = αzL βzR (22.4)
where αz , βz refer to spin up and down states, respectively, along the z-axis. For
future reference, lets recall from Lecture 13 that
" # " #
1 0
αz = βz = (22.5)
0 1
and " # " #
1 1 1 1
αx = √ βx = √ (22.6)
2 1 2 −1
Now, by the same reasoning, if the particle on the left were found to be spin down,
then the 2-particle state would have been be
ψ2 = βzL αzR (22.7)
even before the measurement was made. According to (A), in half the runs the
particles are in state ψ1 , and in the other half they are in state ψ2 .
This reasoning seems pretty solid, but now a troubling discovery is made. After
many more runs, it is found that
B. When both detectors are set to measure spin in the x-direction, the two particles
are never found to each have spin up, or each have spin down.
The problem is that, if the particles were initially in state ψ1 , then the probability
that a measurement would find both spins up in the x-direction is
| < αxL αxR |ψ1 > |2 = | < αxL |αzL >< αxR |βzR > |2
1
= (22.8)
4
Likewise, if the particles were initially in state ψ2 , the probability to find both spins
up in the x-direction would be
| < αxL αxR |ψ2 > |2 = | < αxL |βzL >< αxR |αzR > |2
1
= (22.9)
4
Then if the particles are half the time in state ψ1 , and half the time in state ψ2 , the
total probability for finding both particles with spin up along the x-axis is simply the
average of the two probabilities, i.e.
1 1
P (up up)x−axis = | < αxL αxR |ψ1 > |2 + | < αxL αxR |ψ2 > |2
2 2
1
= (22.10)
4
346 CHAPTER 22. THE EPR PARADOX AND BELL’S THEOREM
Now if both (A) and (B) are true, it means that before any measurement takes
place, R is neither in state βzR (as in state ψ1 ), nor in state αzR (as in ψ2 ), because
this would contradict (B). So, suppose we measure the spin of L along the z-axis, and
it is found to be in spin up. At that point, we know that R is now spin down. But
we have already concluded that before the measurement took place, R was neither
spin up nor spin down. This means that, although R was not in a spin-down state
initially, it must have ”jumped” into a spin-down state after L was found in spin up,
even if, at the time of measurement, L and R were very far apart! But how could a
measurement of L, which perhaps is in Philadelphia, influence the state of R, which
is maybe in Detroit? This is the EPR ”paradox,” which led Einstein, Podolsky, and
Rosen to conclude that the quantum mechanical description of nature is somehow
incomplete.
Of course this is not yet a theory, only an idea for a theory, but the idea itself was
squelched by a celebrated theorem proved by J. Bell in 1964, which essentially says
the following:
Bell’s Theorem
348 CHAPTER 22. THE EPR PARADOX AND BELL’S THEOREM
No local hidden variable theory can agree with all of the predictions of quantum
mechanics.
The restriction to a local theory means that theory does not contain any non-
local ”action-at-a-distance” interactions or, equivalently, any effects which propagate
from one place to another at greater than the speed of light. This means that a
measurement of L cannot affect the hidden variables of R; at least, not before the
time required for light to travel from the left detector to the particle on the right.
Only one example is needed of a quantum-mechanical prediction that cannot be
reproduced by a hidden variable theory; this is enough to prove the theorem. The
example I will give here is due to Mermin.
Consider the experimental setup shown in Fig. 22.2. This is very much like the
previous setup, in that when a button is pushed, two particles emerge, one traveling
to the detector on the right, and one to the detector on the left. On each detector
there is a switch, and two lights, one red and one green. When the switch is in
position 1 then the detector measures some observable, O1 say, and, depending on
the value found, the light flashes either red or green. Likewise, when the switch is in
position 2, the detector measures some other observable, O2 say. Again, depending
on the value found, the light flashes red or green. In our previous example, O1 = Sz ,
and O2 = Sx , and we could have arranged that the light flashes red for spin up, and
green for spin down.
After many runs, the following results are found:
A. In runs in which the detectors have different switch settings, the lights on each
detector never both flash green; i.e. 12GG and 21GG never occur.1
B. In runs in which both switches are set to 2, one finds that 9% of the time both
lights flash green (22GG).
C. In runs in with both switches are set to 1, both lights never flash red, i.e. 11RR
never occurs.
Now we’ll imagine that these results can be explained by assuming that each
particle comes out of the apparatus in a definite state, with some definite values of
the hidden variables. From result (A), we can conclude that if one of the particles
is in a state which would cause a switch 2 detector to flash green, then the other
particle is in a state which would cause a switch 1 detector to flash red. If this were
not the case, then occasionally one would find 12GG and 21GG, which, it is asserted,
never occurs. It follows that in those 22GG runs where both lights flash green, each
1
Where, e.g., 12RG means: the switch on the left-hand detector is set to 1, the switch on the
right-hand detector is set to 2, the light on the left-hand detector flashes red, the light on the
right-hand detector flashes green.
22.2. BELL’S THEOREM 349
particle must have been in a state which would cause a type 1 detector to flash red.
So, if we set both switches to 1, we would expect to see 11RR exactly as many times
as one sees 22GG, namely, 9% of the time. But according to result (C), 11RR never
occurs! Therefore, no hidden variable theory can be consistent with all three results
(A), (B), and (C). Can quantum theory ever predict such results?
Lets denote the eigenstates of observable O1 by the kets
The meaning of the notation is that when a particle is in an eigenstate |1G >, it causes
the light on a switch 1 detector to flash green, and so on. Now suppose operator O2
is chosen such that its eigenstates are related to the eigenstates of O1 in the following
way:
s s
3 2
|2G > = |1G > + |1R >
5 5
s s
2 3
|2R > = − |1G > + |1R > (22.18)
5 5
Suppose further that the apparatus is designed such that the particles leaving the
apparatus are in the state
s s
3 3 1
|Ψ >= |1R >l |1G >r + |1G >l |1R >r − |1G >l |1G >r (22.19)
8 8 2
where the subscript r means that the state refers to the particle on the right, and l
refers to the particle on the left.
With observable O2 and state Ψ chosen in this way, then by following the standard
rules of quantum theory we can compute the probabilities for finding outcomes GG,
RR, RG, and GR, for switch settings 12, 21, 22, and 11. These probabilities are
shown in Fig. 22.3 They are in complete agreement with the asserted results (A), (B)
and (C) above.
In this way, Bell’s Theorem is proven. There are physical states in quantum
mechanics which lead to predictions that can never be reproduced by a local hidden
variables theory. These physical states are always of the ”entangled” form, in which
it is impossible to deduce the state of either particle separately.
Of course, the example constructed here, although sufficient to prove theorem,
is rather special. Bell’s theorem, in more generality, states that if the measured
values of various observables violate certain inequalities, then those results cannot be
explained by any local hidden variables theory. This brings us to an experimental
question: Maybe quantum mechanics is wrong! Can we actually observe, in the
laboratory, results which violate the Bell inequalities (i.e. cannot be explained by
local hidden variable theories)?
350 CHAPTER 22. THE EPR PARADOX AND BELL’S THEOREM
The relevant experiments were performed by Aspect and his collaborators in the
1970s. The two particles were two photons produced by the decay of Positronium
(an electron-positron bound state). All of the quantum-mechanical predictions were
confirmed. The mysterious non-local behavior of quantum theory, in which a mea-
surement of particle 1 somehow causes the distant particle 2 to jump into a state of
definite spin, cannot be explained by a local hidden variables theory.
Problem - Given the state (22.19) and the O2 eigenstates in eq. (22.18), derive
the probabilities shown in Fig. 22.3.
Problem - Suppose the two particles are electrons, and O1 = Sz is the spin
component along the z-axis, with the green light flashing for sz = 1/2, and the red
light flashing for sz = −1/2. Assume that O2 measures the spin component Se = S~ ·~e
along some direction, specified by a unit vector
a
~e = b (22.20)
Again, the light flashes green for spin up along ~e, and red for spin down. With this
information, and eq. (22.18), find the direction ~e.
If it does not have this form, then the state is inseparable, or ”entangled.” Now
suppose we are going to measure some observable A of particle 1, with eigenstates
and, for simplicity, suppose the eigenvalues {λn } are non-degenerate. Then we can
always write Ψ(x1 , x2 ), whether separable or entangled, in the form
X
Ψ(x1 , x2 ) = cn φn (x1 )ϕn (x2 ) (22.23)
n
22.3. ENTANGLED STATES FOR ”QUANTUM RADIO”? 351
where Z
cn ϕn (x2 ) = dx1 φ∗n (x1 )Ψ(x1 , x2 ) (22.24)
Defined in this way, the states {ϕn (x2 )} do not have to be orthogonal, they do not
even have to be different states. If all the {ϕn (x2 )} are the same state, then Ψ(x1 , x2 )
is separable. If at least some of the {ϕn (x2 )} are different, then Ψ(x1 , x2 ) is entangled.
Now we make the measurement of observable A on particle 1, and one of the
eigenvalues, λ = λk say, is obtained. This means that particle 1 has jumped into
the state φk (x1 ). But, if the intial state is entangled, it also means that particle 2
has jumped into state ϕk (x2 ), which it was not in before. In other words, the entire
two-particle state Ψ(x1 , x2 ) has ”jumped” into state φk (x1 )ϕk (x2 ), even if particles
1 and 2 are far apart, and a measurement is performed only on particle 1. This
certainly seems like a non-local influence, and Bell’s Theorem prevents the ”cheap”
explanation that particle 2 was really in state ϕk (x2 ) (perhaps supplemented by some
”hidden” variables) all along.
Its natural to suppose that if a measurement at detector 1 causes something to
happen to the distant particle 2, then this effect could be used to send messages, in-
stantaneously, between the observer at detector 1 and the observer at detector 2. But
if instantaneous (or in general, faster than light) communication were possible, then
according to special relativity it should also be possible to send messages backwards
in time. This would have some interesting practical applications. A typical scenario
is as follows:
The four accomplices had planned it for years, after coming into pos-
session of two pairs of super-secret - and highly illegal - quantum radios.
Now for the payoff. John, the ringleader, stands at the betting window of
a major racetrack, while his wife, Mary, waits impatiently on the planet
Mars. The third participant, Rajiv, is piloting a rocketship which is head-
ing towards Earth at a very substantial fraction of the speed of light. His
partner, Fatima, is on another rocketship, moving parallel to Rajiv and
at equal speed towards Mars. The objective of all these preparations is
for John to learn the name of the winning horse at the Kentucky Derby,
before the race is actually run.
The worldlines of all four participants are indicated on a spacetime diagram shown
in Fig. 22.4. At point A in Fig. 22.4, the race has just ended.
”Niels Bohr”, a long shot paying 200 to 1, has come in first. As Rajiv’s
rocket streaks overhead, John signals the name of the winning horse to
him. Rajiv then uses his quantum radio to send this information instan-
taneously to Fatima.
B’ are simultaneous, but A is later than B and B’. Not so in the Rajiv-Fatima rest
frame: for them, events A and B’ are simultaneous.
When Rajiv signals the name of the winning horse to Fatima, she re-
ceives this information at spacetime point B’, just as her rocket is passing
Mars. Fatima relays the important information to Mary, and then Mary
contacts John, again by quantum radio, and transfers the message instan-
taneously (in the John-Mary rest frame) to Earth. The message reaches
John at spacetime point B, several minutes before the race is to begin.
John places a very large bet on ”Niels Bohr” to win, and ...
Lets leave the story there. Could entangled states be used to send instantaneous
messages in this way, even in principle? To answer this question, we again consider the
apparatus shown in Fig. 22.2. John is at detector 1. Mary is at detector 2, but has an
arsenal of laboratory equipment available to her, and can measure any observable she
likes. Is there some observation which she could perform on the right-hand particles,
which would tell her
The entangled state of the particles coming out of the detector can always be
written in the form
where, since this is an entangled state, ψ 6= ψ 0 . Mary has decided to measure the
observable Q. Suppose first that John has turned off his detector. In that case Mary
finds
Now John turns on his detector, with the switch setting at 1. When he makes a
measurement, the two particles will be
If the right-hand particle is in state |ψ >, the expectation value for observable Q is
< ψ|Q|ψ >; while if the particle is in state |ψ 0 >, the value is is < ψ 0 |Q|ψ 0 >. After
many runs, the average value obtained must be
< Q > = Prob. to find 1R× < ψ|Q|ψ > +Prob. to find 1G× < ψ 0 |Q|ψ 0 >
= |cR |2 < ψ|Q|ψ > +|cG |2 < ψ 0 |Q|ψ 0 > (22.29)
which is the same as result (22.26). Therefore Mary can’t tell if John had turned on
his detector, if the switch setting is at 1. What if John sets the switch to setting 2?
In general, the ”switch 1” eigenstates {|1R >, |1G >} and the ”switch 2” eigen-
states {|2R >, |2G >} are simply different basis vectors for the left-hand particle
Hilbert Space, related by a unitary transformation
X
|1M >= UM N |2N > (22.30)
M =R,G
where
bM |ϕM >≡ cR URM |ψ >r +cG UGM |ψ 0 >r (22.34)
Then, after John makes his measurement, the particles will be
After many runs, the expectation value < Q > is found by Mary to be
< Q > = Prob. to find 2R× < ϕR |Q|ϕR > +Prob. to find 2G× < ϕG |Q|ϕG >
354 CHAPTER 22. THE EPR PARADOX AND BELL’S THEOREM
we have just seen that the observer at detector 2 can never, by simply observing one
of the particles, conclude anything about the settings of detector 1. Non-locality is
not a violation of relativity in the sense of information transfer.
At this point, it is worth noting is that non-locality is not really unique to entan-
gled states; some kind of non-local effect occurs in almost any measurement. Con-
sider, for example a single particle, whose wavepacket ψ(x) is distributed uniformly
in a large, dark room, filled with particle detectors. At a given time t = 0 the detec-
tors are suddenly all switched on and, just as suddenly, the position of the particle
is measured. This means that the wavepacket of the particle, which was spread all
over the room at t < 0, suddenly collapses to a narrow gaussian in the region of one
of the detectors at t = 0. This is known as the ”collapse of the wavefunction”, and it
also seems to be a form of non-local behavior. If we think of the particle wavepacket
as some sort of fluid, by what mechanism does it instantaneously collapse?
Now, in volume 1 of these notes I have urged you to avoid thinking of the wavefunc-
tion as representing some sort of material fluid. There are just too many difficulties
inherent in that kind of picture. Rather, one should think of Hilbert Space, rather
than ordinary space, as being the arena of dynamics, where the state (vector) of a
system evolves continuously, according to the Schrodinger equation, by rotation. This
change of arena alleviates a lot of the problems associated with non-locality. On the
other hand, I also said that a measurement causes the state to ”jump,” probabilisti-
cally, into one of a number of eigenstates of the quantity being measured.
Its time to face up to the real problem, the hard problem: By what process does
a measurement cause a state to suddenly jump to one of a set of states? Can this
behavior itself be explained quantum mechanically? This very puzzling issue has not
been settled to this day. It is known as the Problem of Measurement.
356 CHAPTER 22. THE EPR PARADOX AND BELL’S THEOREM
Chapter 23
I was pleased to be able to answer immediately, and I did. I said I didn’t know.
Mark Twain
More than seventy years have passed since the invention of quantum mechanics.
It is a little disquieting that in all that time, despite its triumphant application to
atomic, nuclear, sub-nuclear, and condensed matter physics, no general agreement
has been reached on what quantum theory really means. This could indicate one
of two things. First, it may be that quantum theory is wrong in some unexpected
way, and this fact will someday be discovered by experiment. The other possibility
is that the problem to be discussed in this Lecture is not really a scientific question,
which can ultimately be settled by either calculation or experiment, but is more a
philosophical issue, in which arguments for or against various views are destined to
be endlessly refined, but no general consensus will ever be reached. In either case,
the interpretation of quantum mechanics is a deep and fascinating subject. In this
Lecture I will try to give a brief outline of the main contending views, although I
cannot hope, in this short space, to do justice to any one of them.
357
358 CHAPTER 23. THE PROBLEM OF MEASUREMENT
exits the apparatus, which is enclosed in a black box, in an eigenstate of Sz (see Fig.
22.2).
Whenever we know the physical state of an object, the object is said to be in a
”pure state.” Suppose that the electron is in a ”pure state” entering the apparatus,
i.e. its state is known to be
φ = Aαz + Bβz (23.1)
where, for simplicity, we disregard the x, y, z degrees of freedom and concentrate on
the spin. Then, if the detector has been switched on, but before we look inside the
black box, the electron exiting the detector must be
either in state αz , with probability |A|2
(23.2)
or else in state βz , with probability |B|2
This is an example of a ”mixed state” or ”mixture.” In general, if the state of
an object is not known with certainty, but it is known that the object is in one of a
number of possible states, together with the probability of being in each state, then
the object is said to be in a mixed state.
John, who has set up this experiment, has left the lab for the day. Mary, knowing
John’s forgetful nature, goes to check that the detector inside the black box has
been switched off, thereby conserving the very expensive electronics inside. To her
consternation, she discovers that the box has already been locked by the janitor, who
has the only key. Can she tell, without opening the box, whether the detector inside
the box is on of off?
< Q >mix = Prob. to find spin up× < αz |Q|αz > +Prob. to find spin down× < βz |Q|βz >
= |A|2 < αz |Q|αz > +|B|2 < βz |Q|βz > (23.4)
The difference between the pure and mixed-state results is called the ”interference
term”
and reflects the fact that the pure state ψ, unlike the mixture (23.2), is not really
in one or the other state αz or βz . Of course, the interference term will vanish if
αz and βz are eigenstates of Q, e.g. if Q = Sz . Otherwise, the interference term is
not zero. Thus, all Mary has to do is run the beam of electrons emerging from the
first detector into a second detector, which measures electron spin in the x-direction;
from the resulting < Sx > she can learn whether or not the first detector has been
switched off.
Problem - √ For Q = Sx , calculate < Q >pure for the pure state (23.1) with
A = −B = 1/ 2, and for the corresponding mixture.
The fact that mixtures can always be distinguished from pure states, at least in
principle, also holds good for entangled pure states. Consider, for example, the pure
state X
Ψ= ci φi (x1 )ϕi (x2 ) (23.6)
i
M = {particle in one of the states φi (x1 )ϕi (x2 ) with probability |ci |2 } (23.7)
Suppose, for simplicity, that all these states are orthonormal, i.e.
However, if we measure the expectation value of the product AB, then we find that
the pure state predicts
Aij ≡< ψi |A|ψj > and Bij ≡< ϕi |B|ϕj > (23.13)
2. To distinguish between pure and mixed states of composite systems, one must
make measurements on each of the components.
Thus, to the question, ”what does a measurement do?,” our tentative response
is: ”it leaves the measured system in a mixed state.” More precisely, if the detector
makes a measurement of observable Q whose eigenstates are {φi }, and if the the
particle as it enters the detector is in the one-particle pure-state
X
ψ= c i φi (23.14)
i
then the particle, immediately after detection, will be in the mixed state
where |up > means the electron is in a spin-up state, and |ready > means that the
detector has been switched on, then the interaction between the electron and detector
leaves the combined system in the final state
where |red > indicates that red light on the detector is on. It is assumed that the
transition from the intial to final state is adequately explained by the Schrodinger
equation, and thus we write, schematically,
Now for the crucial point. The Schrodinger equation is a linear equation. This
means that if
ψa (x, t) and ψb (x, t) (23.20)
are both solutions of the Schrodinger equation, and if the intial state is
Suppose, then, that the electron entering the detector is in the spin state
Then, from the linearity of the Schrodinger equation, we can conclude that the
particle-detector system must end up in the entangled final state
|Ψ >= A|up > |red > +B|down > |green > (23.25)
362 CHAPTER 23. THE PROBLEM OF MEASUREMENT
We have seen that pure states can always be distinguished, in principle, from mix-
tures. Then we are forced to conclude, after the measurement process has supposedly
taken place, that the light on the detector is neither flashing red, nor green, but is
somehow in a superposition of the two possible states!
When we add a human observer to the system, the quantum-mechanical assault
on common-sense only gets worse. Denote the initial state of the observer by the ket
”|waiting >.” When the observer sees a red light flash, her state changes to a new
state, denoted |I saw red >; likewise, if the green light flashes, the observer is left
in the state |I saw green >. The Hamiltonian describing the interaction between
particle, detector, and observer is assumed to lead to
|up > |ready > |waiting >−→ |up > |red > |I saw red > (23.27)
|down > |ready > |waiting >−→ |down > |green > |I saw green > (23.28)
Then, if the instead the particle starts off in the superposition of spin states |ψ > of
eq. (23.23), so the initial state of the combined system is
Then, by the linearity of the Schrodinger equation, we are forced to conclude that
the particle-detector-observer system ends up in the entangled final state
|Ψf >= A|up > |red > |I saw red > +B|down > |green > |I saw green > (23.30)
The observer has also ended up in a quantum superposition, in which she is neither in
the |I saw red > state, nor in the |I saw down > state. And this strange conclusion
is deduced simply from the assumption that a particle in a spin up (down) state
always leads the observer to an ”I saw red (green)” state, and from the linearity of
the Schrodinger equation.
Its time to stand back and reconsider. A simple line of reasoning, founded on the
well-established principles of quantum mechanics, has led us to a nonsensical result.
It is not just that the conclusion is counter-intuitive; by now you should be used to
that. Rather, the problem is that the apparent conclusion is just wrong: Human
beings never find themselves in superpositions of this kind. There must, somewhere,
be an error in our reasoning. But where?
23.3. THE ”CLASSIC” VIEWS (I): VON NEUMANN 363
of the object in isolation from the observer. Rather, the wavefunction is a compact
representation of the observer’s information about the observables of a given object,
and merely describes the possible outcome of a series of measurements. Put another
way, the wavefunction does not refer to ”physical reality” per se, in the absence of an
observer; it serves only to predict and correllate measurements. If there is no observer,
then no meaning can be attached to a quantum-mechanical wavefunction. From this
point of view, the ”collapse” of the wavefunction does not describe a new physical
process; it is just a change in the information available to the observer, obtained by
measurement.
The main criticism that can be leveled at Bohr’s interpretation is that it becomes
meaningless to speak of the physical state of an object in the absence of an observer.
How, then, can we describe quantum-mechanical processes that may have occured
in nature prior to the evolution of human beings, or events which, for one reason
or another, may have escaped human scrutiny? In classical physics, every object in
the Universe has a physical state, a definite position and momentum, regardless of
whether or not human beings are around to measure that state. Not so for quantum
mechanics, at least in the Bohr interpretation. It is impossible, in this view, to
imagine that any object is in any definite quantum state, without at least an implicit
reference to the Observer.
The fact that human observers are somehow an essential feature of the quantum-
mechanical description of nature is, for some, a very troubling aspect of Bohr’s view.
In general, the Copenhagen interpretation has something of the flavor of logical pos-
itivism, a philosophy which holds that the purpose of science is to correllate mea-
surements, rather than describe some ”objective” reality. ”Objective reality,” in the
positivist view, is a meaningless concept, and science should be formulated entirely
in terms of quantities which can be measured directly. This view, in the hands of
Mach and others, had considerable influence on physics in the early 20th century, and
certainly the Copenhagen interpretation show traces of this influence.
It is a little distressing to think that science is not about Nature, but only about
correllating measurements. Still, the consistency of the Copenhagen interpretation,
and its ability to evade puzzles connected with the apparent non-local ”collapse” of
entangled wavefunctions, should not be underestimated. To the extent that there is
an ”official” interpretation of quantum theory, it would be the Copenhagen view.
In Preparation:
23.5. THE MANY-UNIVERSE INTERPRETATION 365
In classical physics the Euler-Lagrange equations are derived from the condition that
the action S[x(t)] should be stationary. These second order equations are equiva-
lent to the first order Hamilton equations of motion, which are obtained by taking
appropriate derivatives of the Hamiltonian function H[q, p]. Now the Hamiltonian
is a quantity that we have encountered frequently in these pages. But what about
the action? It would be surprising if something so fundamental to classical physics
had no part at all to play in quantum theory. In fact, the action has the central
role in an alternative approach to quantum mechanics known as the ”path-integral
formulation.”
Lets start with the concept of a propagator. Given the wavefunction ψ(x, t) at
time t, the wavefunction at any later time t + T can be expressed as
Z
ψ(x, t + T ) = dy GT (x, y)ψ(y, t) (24.1)
where GT (x, y) is known as the propagator, and of course it depends on the Hamilto-
nian of theory. In fact, given a time-independent Hamiltonian with eigenstates
Richard Feynman, in 1948, discovered a very beautiful expression for the propagator
in terms of an integral over all paths that the particle can follow, from point y at
time t, to point x at time t + T , with an integrand
eiS[x(t)]/h̄ (24.4)
As we will see, his expression can be taken as a new way of quantizing a mechanical
system, equivalent to the ”canonical” approach based on exchanging observables for
operators.
367
368 CHAPTER 24. THE FEYNMAN PATH INTEGRAL
To see how a sum over paths comes in, lets suppose that we knew the propagator,
for any Hamiltonian, when the time difference T = is tiny, i.e.
Z
ψ(x, t + ) = dy G (x, y)ψ(y, t) (24.5)
In that case, we could get the propagator for large time differences by using the
propagator successively, i.e.
Z
ψ(x, t + 2) = dydx1 G (x, x1 )G (x1 , y)ψ(y, t)
Z
ψ(x, t + 3) = dydx2 dx1 G (x, x2 )G (x2 , x1 )G (x1 , y)ψ(y, t) (24.6)
and by induction
NY
−1
Z Z !
ψ(x, t + N ) = dy dxn G (x, xN −1 )G (xN −1 , xN −2 )...G (x1 , y)ψ(y, t)
i=1
(24.7)
So the propagator, for the time difference T = N , has the form
NY
−1
Z !
GT (x, y) = dxn G (x, xN −1 )G (xN −1 , xN −2 )...G (x1 , y) (24.8)
i=1
ψ(x, t + ) − ψ(x, t)
ih̄ ≈ Hψ(x, t) (24.10)
369
so that
ψ(x, t + ) = 1 + H ψ(x, t) + O(2 )
ih̄
ih̄ d2
!
2
= 1−i V + + O( ) ψ(x, t)
h̄ 2m dx2
!
−iV (x)/h̄ ih̄ 00
= e ψ(x, t) + ψ (x, t) + O(2 ) (24.11)
2m
Now lets write y = x + η, and expand ψ(y, t) in eq. (24.5) in a Taylor series
Z
ψ(x, t + ) = dy G (x, y)ψ(y, t)
1
Z
= dη G (x, x + η) ψ(x) + ψ (x)η + ψ 00 (x)η 2 + ...
0
(24.12)
2
Comparing (24.11) and (24.12) we see that, to first order in , the propagator G (x, x+
η) must satisfy
Z
dη G (x, x + η) = e−iV (x)/h̄
Z
dη G (x, x + η)η = 0
ih̄
Z
dη G (x, x + η)η 2 = (24.13)
m
Its also clear from (24.5) that, in the → 0 limit, the propagator must become a
delta function, i.e.
lim G (x, x + η) = δ(η) (24.14)
→0
The expression above for G (x, y) is not exact; there are O(2 ) corrections. If we
insert this expression into eq. (24.8), the result for GT (x, y) will not be exact either:
the product of T / terms will give an overall error of order . However, we can get
T
the exact result for GT (x, y) by taking the N → ∞ ( = N → 0) limit
GT (x, y)
NY
−1
Z !
= lim dxn G (x, xN −1 )G (xN −1 , xN −2 )...G (x1 , y)
N →∞
i=1
NY−1 N
1 (xn − xn−1 )2
! N/2 " !#
m i X
Z
= lim dxn exp m − V (xn(24.18)
)
N →∞
i=1 2iπh̄ h̄ n=1 2 2
where we have defined x0 ≡ y and xN ≡ x. We now introduce the notation for the
integral over all possible paths
NY
−1
! N −1/2
Z Z
m
Dx(t) ≡ lim dxi (24.19)
N →∞
i=1 2iπh̄
where S[x(t)] is the action functional defined back in Lecture 1. At last we have
arrived at the Feynman Path Integral
Z
GT (x, y) = Dx(t) eiS[x(t)]/h̄ (24.21)
In words, this equation says that the amplitude for a particle to propagate from point
y at time t to point x at time t + T is given by the integral over all possible paths
running between those two points, with each path weighted by the amplitude R
eiS ,
where S is the action of the given path. Of course, the precise meaning of Dx(t),
the sum over paths, must be given in terms of a limit, namely, the limit of a multiple
integral, as the number of integrals goes to infinity. But recall that the precise meaning
of an ordinary integral is also in terms of a limit: the limit of a sum over very many
points, as the number of points tends to infinity.
24.1. THE FREE PARTICLE PROPAGATOR 371
GT (x, y)
N −1
Z " #
−N 2
zk2
X
= lim B dzN −1 dzN −2 ...dz1 exp −a(x − xN −1 ) − a
N →∞
k=1
N −1
Z " #
PN −1
−N −a zk2 2
X
= lim B dzN −1 dzN −2 ...dz1 e k=1 exp −a(x − y − zk )
N →∞
k=1
N −1
Z Z " #
PN −1
−N −a zk2 −a(x−y−u)2
X
= lim B dzN −1 dzN −2 ...dz1 e k=1 du e δ u− zk
N →∞
k=1
dq iq(u−PN −1 zk )
Z PN −1 Z Z
z2 −a(x−y−u)2
= lim B −N dzN −1 dzN −2 ...dz1 e−a k=1 k du e e k=1
N →∞ 2π
NY
−1 Z
dq
Z Z
−N −a(x−u−y)2 iqu 2
= lim B due e dzk e−azk +iqzk (24.30)
N →∞ 2π n=1
At this point, we again use the gaussian integral formula to do each of the N − 1
integrals over the {zk }. This gives us
dq Z π −q2 /4a N −1
Z r
−N −a(x−u−y)2 iqu
GT (x, y) = lim B due e e
N →∞ 2π a
(N −1)/2
π −N
Z
dq Z 2 2
= lim B due−a(x−u−y) eiqu e−(N −1)q /4a(24.31)
a N →∞ 2π
Finally, in rapid succession, we do the gaussian integrals over q and then u,
u2
(N −1)/2 s
π 1 π
Z
−N 2
GT (x, y) = lim B due−a(x−u−y) exp[− ]
N →∞ a 2π (N − 1)/4a 4(N − 1)/4a
(N −1)/2 s
−N π 1 π Z
2 2
= lim B due−a(x−u−y) e−a(x−y) /(N −1)
N →∞ a 2π (N − 1)/4a
(N −1)/2 s
π 1 4aπ π −a(x−y)2 /(N −1)
r
−N
= lim B e (24.32)
N →∞ a 2π (N − 1) a
Inserting the expression for B, we get
N/2 " #N/2 s
m 2πih̄ a
2
GT (x, y) = lim e−a(x−y) /(N −1)
N →∞ 2πih̄ m π(N − 1)
m(x − y)2
s " #
m
= lim exp − (24.33)
N →∞ 2πih̄(N − 1) 2ih̄(N − 1)
24.2. STATIONARY PHASE AND THE FUNCTIONAL DERIVATIVE 373
is a functional integral.
If there is such a thing as integration of a functional, one expects also a cor-
responding concept of differentiation, which would express how fast the functional
changes when its argument (the function), changes in a certain way. The functional
derivative is defined, in analogy to ordinary derivatives, in the following way:
δF F [f (x0 ) + δ(x − x0 )] − F [f (x0 )]
≡ lim (24.37)
δf (x) →0
This quantity is essentially a measure of how fast the functional changes when its
argument (the function) is changed in the region of point x0 = x. Most of the
usual lore about ordinary derivatives, e.g. the chain rule, holds true for functional
derivatives as well. A particular, very important case is when the functional depends
only on the value of the input function at one particular point, e.g. F (f ) = f (y). In
this case
δ (f (y) + δ(y − x)) − f (y)
f (y) = lim
δf (x) →0
= δ(x − y) (24.38)
374 CHAPTER 24. THE FEYNMAN PATH INTEGRAL
Now, using the definition of the functional derivative and the properties of delta
functions, we have
Then
∂V (x(t0 ))
Z ( )
0
0 = dt −m∂t20 x(t0 )δ(t 0
−t)− δ(t − t0 )
∂x(t0 )
∂V
= −m∂t2 x − (24.43)
∂x
which is, of course, Newton’s Law of motion F = ma.
To get a little more practice with functional derivatives, lets find the equations of
motion for a wave on a string. Denote the wavefunction of the string (which in this
24.2. STATIONARY PHASE AND THE FUNCTIONAL DERIVATIVE 375
case just means the displacement of the string at point x and time t, by φ(x, t). The
action of the string is known to be
v2
( )
1
Z Z
S[φ] = µ dt0 dx0 (∂t0 φ(x0 , t0 ))2 − (∂x0 φ(x0 , t0 ))2 (24.44)
2 2
where µ is the string mass per unit length. Then the equation of motion for the
string is found from the condition that the action is stationary with respect to small
variations in φ(x, t), i.e.
δ
0 = S[φ(x0 , t0 )]
δφ(x, t)
S[φ(x0 , t0 ) + δ(x − x0 )δ(t − t0 )] − S[φ(x0 , t0 )]
= lim
→0
2
( )
1 δ v δ
Z Z
= µ dt0 dx0 (∂t0 φ(x0 , t0 ))2 − (∂x0 φ(x0 , t0 ))2
2 δφ(x, t) 2 δφ(x, t)
δφ(x0 , t0 ) δφ(x0 , t0 )
Z ( )
0 0 0 0 2 0 0
= µ dt dx ∂t0 φ(x , t )∂t0 − v ∂x0 φ(x , t )∂x0 (24.45)
δφ(x, t) δφ(x, t)
and using
δφ(x0 , t0 )
= δ(x − x0 )δ(t − t0 ) (24.46)
δφ(x, t)
and the property
f (x)∂x δ(x − y) = −[∂x f (x)]δ(x − y) (24.47)
we obtain
Z n o
0=µ dx0 dt0 −∂t20 φ(x0 , t0 ) + v 2 ∂x20 φ(x0 , t0 ) δ(x − x0 )δ(t − t0 ) (24.48)
which finally leads us to the classical equation of motion, namely, the wave equation
∂2φ 2
2∂ φ
− v =0 (24.49)
∂t2 ∂x2
Its now easy to understand the relationship between the Feynman path integral
and classical physics. Lets ask the question of which paths, out of all possible paths
between two points (x1 , t1 ) and (x2 , t2 ), give the largest contribution to the path
integral Z
Dx(t) eiS[x(t)]/h̄ (24.50)
Now the contribution of each path to the integral has the same magnitude, since eiS/h̄
is just a complex number of modulus 1. However, if S >> h̄, then for most paths a
small variation δx(t) in the path will cause an enormous change in the phase S/h̄ the
integrand. Therefore, the contributions from nearby paths oscillate wildly in phase,
376 CHAPTER 24. THE FEYNMAN PATH INTEGRAL
and tend to cancel each other out. The exception is for paths in the vicinity of a path
where the phase S/h̄ is stationary. For paths in that vicinity, the contributions to
the functional integral have nearly the same phase, and hence sum up contructively.
But the path where the phase is stationary is the path xcl (t0 ) such that
!
δS
=0 (24.51)
δx(t) x=xcl
As we have seen, this is just the condition that the path xcl (t) is a solution of the
classical equations of motion. Therefore, for S >> h̄, the path integral is domi-
nated by paths in the immediate vicinity of the classical trajectory x cl (t). In the limit
h̄ → 0, only the classical path (and paths infinitesmally close to the classical path)
contributes. The ”semiclassical” or WKB approximation to the Feynman path in-
tegral is, in fact, the approximation of evaluating the integral in the neighborhood
single configuration xcl (t), i.e.
Z
GT (x, y) = Dx(t) eiS[x(t)]/h̄
≈ prefactor × eiS[xcl (t)]/h̄ (24.52)
where the prefactor is a numerical term which comes from integrating over small
variations δx around xcl (t).
Problem - For some problems, the WKB approximation works extremely well,
even if S[x, t] is not so large compared to h̄. Apply this approximation to find the
propagator of a free particle, and compare it to the exact result.
where we have dropped the term in the exponent proportional to V (x), since that
term is negligible in the → 0 limit. Now change variables to z = y − x. Then
p̃ψ(x, t)
m 1/2 m m 2
Z
= lim dz (−z) exp i z ψ(x + z, t − )
→0 2πih̄ 2h̄
m 1/2 m m 2
Z
= lim dz (−z) exp i z ψ(x, t − ) + ψ 0 (x, t − )z + O(z 2 )]
→0 2πih̄ 2h̄
m 1/2 m dψ m 2
Z
= − lim dz z 2 exp i z (24.55)
→0 2πih̄ dx 2h̄
The term proportional to z drops out in the integration, because z is an odd function
whereas the exponent is even. Also, terms of order z 3 and higher disappear in the
→ 0 limit. Performing the gaussian integral and taking the → 0 limit we finally
obtain
1/2 !1/2
m m dψ π ih̄
p̃ψ(x, t) = − lim −
→0 2πih̄ dx im/(2h̄) m
dψ
= −ih̄ (24.56)
dx
which is the same rule that we had deduced previously, in Lecture 5, from Ehrenfest’s
principle.
Problem - Use the same analysis to find the operator corresponding to p̃2 . Note
that, if you use only a single integral as above, and just replace
(x − y) (x − y)2
m by m2 (24.57)
2
something goes wrong! Can you figure out how to fix it?
Why then, have we spent the whole year following the Schrodinger equation ap-
proach? Why not begin with path-integral, and solve bound-state and scattering
problems by that method? In fact, such an approach to teaching non-relativistic
quantum mechanics can be and has been followed, by Feynman himself. The results
are enshrined in a textbook by Feynman and Hibbs. However, no other elementary
textbook, and not many instructors, have followed Feynman’s example. The reason
is simply that, in non-relativistic quantum mechanics, the path-integral is a rather
cumbersome procedure for solving problems, as compared to the Schrodinger equa-
tion.
In relativistic quantum field theory, however, the situation is different: for very
many problems it is the path-integral technique which is easier to use, and better
adapted than operator methods to the thorny technicalities that are encountered. As
a bonus, the path-integral formulation is naturally suited to various non-perturbative
approximation methods, such as the Monte Carlo procedure, in cases where pertur-
bation theory cannot be applied. Finally, there are interesting and deep connections
between quantum field theory, based on the Feynam path integral, and statistical
mechanics, based on the analysis of a partition function. But this is a long story, to
be taught in another, more advanced, course.
Chapter 25
The constant term is physically irrelevant, so set f (0) = 0 for convenience. Due to
the periodic boundary conditions qN +1 = q1 ,
N
X
(qn+1 − qn ) = 0 (25.3)
n=1
379
380 CHAPTER 25. A GLIMPSE OF QUANTUM FIELD THEORY
so the second term is also zero. Then the potential must have the form
N
1 X
V = K (qn+1 − qn )2 (25.4)
2 n=1
for small displacements of the atoms around equilibrium, where K ≡ f 00 (0). The
Hamiltonian is
N
1 2 1
2
X
H= pn + K(qn+1 − qn ) (25.5)
n=1 2m 2
where pn is the momentum of the n-th atom. Upon quantization,
∂ ∂
pn → −ih̄ = −ih̄ (25.6)
∂xn ∂qn
The system has a ground state, denoted Ψ0 . Quantized sound waves can only corre-
spond to excited states of the system.
The Schrodinger equation above is a partial differential equation in N ∼ 1023
variables. The only chance of solving it is by the method of separation of variables.
Introduce the finite Fourier transform
(N −1)/2
1 X 2πn
qn = √ Qk exp[i k]
N k=−(N −1)/2
N
(N −1)/2
1 X 2πn
pn = √ Pk exp[i k] (25.8)
N k=−(N −1)/2
N
By taking the complex conjugate of these inverse transforms, and using the fact that
qn and pn are real numbers, we see that
Q∗k = Q−k Pk∗ = P−k (25.11)
The wonderful thing about this transformation is that the Hamiltonian, written in
terms of Qk , Pk , is separable, i.e.
1 XXX 2π(k1 + k2 )
qn2 =
X
Qk1 Qk2 exp[i n]
n N n k1 k2 N
X
= Qk Q−k
k
1 XXX 2π(k1 + k2 )
p2n =
X
Pk1 Pk2 exp[i n]
n N n k1 k2 N
X
= Pk P−k
k
X 1 XXX 2π(k1 + k2 ) i2πk1 /N
qn+1 qn = Qk1 Qk2 exp[i n]e
n N n k1 k2 N
Qk Q−k ei2πk/N
X
=
k
X
= Qk Q−k cos[2πk/N ] (25.12)
k
Thus,
∂
Pk = −ih̄ (25.15)
∂Q−k
In this way the Hamiltonian of the 1-dimensional solid has been rewritten as a sum
of harmonic oscillator Hamiltonians
X 1 1
H= Pk P−k + σk Qk Q−k (25.16)
k 2m 2
where
1 2πk
σk ≡ K[1 − cos( )] (25.17)
2 N
382 CHAPTER 25. A GLIMPSE OF QUANTUM FIELD THEORY
where
[ak , a†k0 ] = δk,k0 (25.21)
The problem has been reduced to solving the dynamics of a set of uncoupled harmonic
oscillators; one oscillator for each wavenumber k in the range − 21 (N − 1) ≤ k ≤
1
2
(N − 1).
All lowering operators annihilate the harmonic-oscillator ground state, so we re-
quire that, for all wavenumbers k
ak Ψ0 [Q] = 0 (25.22)
or
∂
h̄ Ψ0 = −mωk Qk ψ0 (25.23)
∂Q−k
This equation can be solved by inspection, and we have, for the ground state of the
solid,
" #
mX
Ψ0 = N exp − ωk Qk Q−k
h̄ k
" √ #
mX 2πk 1/2 ∗
= N exp − {2K(1 − cos( )} Qk Qk (25.24)
h̄ k N
In classical physics, there are no sound vibrations at all in a solid at zero temperature;
each atom is at rest in its equilibrium position xn = xn0 . Quantum-mechanically,
of course, the atoms cannot be in such a position eigenstate, because, due to the
Uncertainty Principle, this would imply an infinite kinetic energy for each atom.
Thus, even at zero temperature, the atoms have a finite kinetic/potential energy of
vibration, which is why E0 , the vibational energy at zero temperature, is sometimes
called the ”zero-point” energy
To get the excited states, its sufficient to observe that
where
Ψna nb ...np = (a†ka )na (a†kb )nb ...(a†kp )np Ψ0 (25.28)
are the wavefunctions of the excited energy eigenstates, and
∆E = nh̄ωk (25.30)
Where have we seen this equation before? It is, of course, Planck’s condition
for the energy in a radiation field, where ωk = 2πf is the angular frequency of
the radiation. Einstein’s interpretation of Planck’s formula, back in 1905, was that
the energy of the radiation field of a given frequency is subdivided in the form of
photons, each of which propagates through space like a particle of energy hf . By
quantizing the oscillations of a solid, we have found the same phenomenon. The
energy of sound vibrations of a solid, of a given wavenumber, is carried in the form
of particle-like excitations known as phonons, which propagate through the solid
with momentum proportional to wavenumber k, and energy equal to h̄ωk . For this
reason, we drop the ”raising/lowering” operator terminology, and refer to a†k and
ak as creation/destruction operators, respectively, because they create/destroy
individual phonons in the solid.
384 CHAPTER 25. A GLIMPSE OF QUANTUM FIELD THEORY
Of course, a phonon isn’t ”really” a particle, in the sense that one could trap such
an object, extract it from the solid, and (say) look at it under a microscope. What
is ”really” in the solid are the atoms which compose it. Phonons, even though they
carry energy and momentum, and even though they scatter (like particles) off impu-
rities in the solid and off one another, are merely convenient labels for the quantized
vibrational states of the underlying solid.
What to say, then, about photons? Are they, or are they not, elementary particles?
~ = −∇A0 − ∂t A
E ~
~ = ∇×A
B ~ (25.31)
Written in this form, the E, B fields automatically satisy the the no-monopole equa-
tion, and also Faraday’s Law. All that is necessary is to write an action as a functional
25.2. THE QUANTIZATION OF LIGHT 385
Z
S = dt L[A, Ȧ]
1Z Z
~2 − B
~ 2]
= dt d3 x [E
2Z
1
Z
= ~ 2 − (∇ × A)
dt d3 x [(∇A0 − ∂t A) ~ 2] (25.32)
2
Its easy to check that the two remaining Maxwell equations (Gauss’ Law and Ampere’s
Law) are given by the stationary phase condition
δS ~ =0
= 0 =⇒ ∇ · E
δA0
δS
= 0 =⇒ ∂t E − ∇ × B = 0 (25.33)
δAk
This action can be used for Feynman path-integral quantization of the electromagnetic
field, but let us instead derive a Schrodinger equation. For that purpose we would like
to go the Hamiltonian formulation, but at this stage we encounter a stupid technical
complication. In order to go from the action to the Hamiltonian, we have to define
momenta
δL
Pµ = (25.34)
δ Ȧµ
The problem is that the Lagrangian contains no time derivative of the scalar potential
A0 . This means that P0 = 0!
In this course, the fact that P0 = 0 is just an annoying technicality, which we have
to deal with in some way before proceeding. There is actually a considerable body of
theory on this precisely this sort of phenomenon in what are known as ”constrained
dynamical systems,” but, to make a long story short, what it indicates is that not all
field configurations Aµ are physically distinguishable. Let Aµ be a field configuration,
and A0µ be another field configuration. If one can find a function φ(x, t) such that the
two field configurations are related by gauge transformation
then A and A0 have exactly the same electric and magnetic fields. They are, therefore,
physically equivalent. Four degrees of freedom per point is still too much, at least one
386 CHAPTER 25. A GLIMPSE OF QUANTUM FIELD THEORY
degree of freedom is redundant; a given set of E, B fields does not uniquely specify
the vector potential. So let us use the gauge freedom to eliminate one more degree
of freedom, by imposing an additional condition F [A] = 0 on the A-fields. Some
popular examples are
A0 = 0 temporal gauge
A3 = 0 axial gauge
~ = 0 Coulomb gauge (25.36)
∇·A
∂ µ Aµ = 0 Landau gauge
For our purposes, the most convenient gauge is temporal gauge, A0 = 0, because this
immediately solves the P0 = 0 problem. If we remove A0 from the start, then of
course it has no corresponding momentum. However, we then lose the Gauss Law,
because this is derived by varying S with respect to A0 . So what we have to do is
impose the Gauss Law ∇ · E = 0 as a supplementary condition on our initial data,
before solving the other equations of motion. In quantum theory, one requires that
Gauss’ Law is satisfied as an operator equation
(∇ · E)Ψ = 0 (25.37)
δL
Pi =
δ Ȧi
= Ȧi
= Ei (25.38)
and
Z
H = d3 x Pi (x)Ȧi (x) − L
1
Z
= ~2 + B
d 3 x [E ~ 2]
2Z
1
= d3 x [P~ 2 + (∇ × A)
~ 2] (25.39)
2
25.2. THE QUANTIZATION OF LIGHT 387
where
∇ · AT = 0 ∇ × AL = 0 (25.47)
Define also
0 = ∇ · EΨ
= ∇ · E LΨ
δ
= −i∂i L Ψ (25.49)
δAi
But E L = −iδ/δAL , and we have seen that Ψ[A] doesn’t depend on AL , by the Gauss
Law constraint. So the time-independent Schrodinger equation becomes
1 Z d3 k δ2
" #
− T + k 2 ATi (k)ATi (−k) Ψ[AT ] = EΨ[AT ] (25.54)
2 (2π)3 δAi (k)δATi (−k)
Once again, the Hamiltonian has the form of a sum over harmonic oscillator terms.
The ground-state solution, which must be a gaussian for any system of uncoupled
harmonic oscillators, can be written down almost by inspection:
1Z 3
Ψ0 [A] = N exp − d k|k|ATi (k)ATi (−k) (25.55)
2
and this can easily be converted back to a functional of A(x):
" #
1 1
Z
Ψ0 = N exp − d3 k (k × AT (k)) · (k × AT (−k))
2 |k|
d3 z 1 ikz
" ! Z
1
Z Z
3 3 ikx1
= N exp − d k 4π e d x 1 i∇ x1 × A(x 1 )e
2 (2π)3 z 2
Z
3 −ikx2
· d x2 i∇x2 × A(x2 )e (25.56)
Integration over k and z leads, finally, to one of my favorite equations in physics, the
ground state wavefunctional of the electromagnetic field
1
Z ~
B(x) ~
· B(y)
Ψ0 [A] = N exp − d3 xd3 y (25.57)
4π |x − y|2
Substituting this state back into the Schrodinger equation, we easily find the zero-
point ground state energy
1 Z d3 k
E0 = |k|δ 3 (0) (25.58)
2 (2π)3
which is infinite. This infinity is not surprising, because we are quantizing an infinite
number of degrees of freedom, each of which has a finite zero-point energy.
The ground state of a quantum field theory is known, quite rightly, as the ”vac-
uum” state; it is the lowest energy state attainable. It also shows us that the vacuum
is not ”nothing.” Even in the absence of any sources, even in the lowest energy state
possible, there are still quantum fluctuations of the electromagnetic field. In the end,
this is a consequence of the Uncertainty Principle. If the vector potential were every-
where vanishing, so that the uncertainty ∆A = 0, the uncertainty of the electric field
(the conjugate momentum) would be infinite. This would give an energy expectation
value even more strongly divergent than E0 ; each degree of freedom would contribute
390 CHAPTER 25. A GLIMPSE OF QUANTUM FIELD THEORY
an infinite amount of energy. The ground state (25.57) is the lowest energy com-
promise, consistent with the Uncertainty Principle, between the energy due to the
”potential” term B ~ 2 , and the energy due to the ”kinetic” term E ~ 2 , in the quantized
Hamiltonian.
To find the excited state wavefunctionals and energies, we need to introduce raising
and lowering operators. Since the degrees of freedom, both in the Hamiltonian and in
the physical states, are the transverse components of the vector potential, we need to
extract these from the full vector potential. To this end, for a given ~k, let us introduce
two unit (polarization) vectors which are orthogonal to ~k and to each other:
0
~λ (k) · ~λ (k) = δλλ0
~λ (k) · ~k = 0 (25.59)
where the superscipts are λ = 1, 2. Then we can always write a transverse vector A ~T
~ T as a superposition of vectors in the ~1 and ~2 directions. Now introduce the
or E
creation/destruction operators
" #
1 δ
a(k, λ) = q λi (k) |k|Ai (k) +
2|k| δAi (−k)
" #
1 δ
= q λi (k) |k|ATi (k) + T
2|k| δAi (−k)
" #
† 1 δ
a (k, λ) = q λi (k) |k|Ai (−k) −
2|k| δAi (k)
" #
1 δ
= q λi (k) |k|ATi (−k) − (25.60)
2|k| δATi (k)
4. The creation operator and the Hamiltonian satisfy the commutation relation
[H, a† (k, λ)] = |k|a† (k, λ) (25.64)
Making use of items (2) and (4) above, it follows that the excited energy eigenstates
HΨna nb ...np = Ena nb ...np Ψna nb ...np (25.65)
of the quantized electromagnetic field have the form
Ψna nb ...np = (a† (ka , λ))na (a† (kb , λ))nb ...(a† (kp , λ))np Ψ0 (25.66)
with energy eigenvalues
Ena nb ...np = na |ka | + nb |kb | + ... + np |kp | + E0 (25.67)
Restoring the factors of h̄ and the speed of light c, this expression is really
Ena nb ...np = na h̄c|ka | + nbh̄c|kb | + ... + nph̄c|kp | + E0
= na h̄ωa + nb h̄ωb + ... + nph̄ωp + E0
= na hfa + nb hfb + ... + np hfp + E0 (25.68)
where f is the frequency of radiation with a wavevector of modulus |k|.
In classical physics, any amount of energy can be stored in an electromagnetic
field of a given frequency f . The energy of the field is proportional to the square
of the amplitude, and the amplitude is proportional to the strength of the source.
What we learn from quantizing the electromagnetic field is that, as in an ordinary
harmonic oscillator, the energy (above the ground state) that can be stored at any
given frequency comes in multiples of hf , i.e.
∆E = nhf (25.69)
This rule, that the energy of an electromagnetic field at each frequency is quantized,
brings us full circle: it explains black-body radiation, it explains the photoelectric
effect, it gives us the formulae of Planck and Einstein. But we have learned quite a
bit more: we have learned what a photon is. It is an excited vibrational quantum
state of the underlying electromagnetic field, much as phonons in a solid are excited
quantum vibrational states of the underlying atoms. There is still more: it is believed
that all of the elementary particles are essentially excited states of quantized fields.
Combine quantum mechanics with classical field theory, and particles - or, at least,
excited states which carry energy and momentum and seem to behave in every way
like point particles - are the inevitable result. In particular, combine quantum theory
with Maxwell’s equations, and out come photons. The beauty and the staggering
implications of this result can hardly be overstated. It is the reason that modern
elementary particle theory is essentially the theory of quantized fields.