II Principles of Quantum Mechanics: Rain Zhu
II Principles of Quantum Mechanics: Rain Zhu
Michaelmas 2024
Contents
1 Hilbert Space 3
1.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 Physical interpretation . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Dirac notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.4 Tensor products of Hilbert spaces . . . . . . . . . . . . . . . . . . . . 6
1.5 Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.5.1 Eigenstates and eigenvalues . . . . . . . . . . . . . . . . . . . 8
1.5.2 Operators in infinite dimensional Hilbert space . . . . . . . . 9
1.5.3 Operators for composite systems . . . . . . . . . . . . . . . . 9
1.6 The generalised uncertainty principle . . . . . . . . . . . . . . . . . . 10
1.7 Quantum harmonic oscillator . . . . . . . . . . . . . . . . . . . . . . 11
1
3 Angular momentum 24
3.1 Angular momentum eigenstates . . . . . . . . . . . . . . . . . . . . . 24
3.2 Rotations and orientation . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2.1 Rotation of molecules . . . . . . . . . . . . . . . . . . . . . . 26
3.3 Spins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.3.1 Integer or half integer? . . . . . . . . . . . . . . . . . . . . . . 27
3.3.2 Spin matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
3.3.3 The Sterm-Gerlach experiment . . . . . . . . . . . . . . . . . 28
3.3.4 Spin precession (Intermezzo) . . . . . . . . . . . . . . . . . . 29
3.4 Orbital angular momentum . . . . . . . . . . . . . . . . . . . . . . . 30
3.4.1 Spherical harmonics . . . . . . . . . . . . . . . . . . . . . . . 31
3.5 Central potentials . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.5.1 The 3D quantum harmonic oscillator . . . . . . . . . . . . . . 32
3.5.2 Hydrogen atom . . . . . . . . . . . . . . . . . . . . . . . . . . 34
5 Perturbation theories 43
5.1 Time-independent perturbation theory . . . . . . . . . . . . . . . . . 43
5.2 Degenerate perturbation theory . . . . . . . . . . . . . . . . . . . . . 45
5.2.1 The Stark effect . . . . . . . . . . . . . . . . . . . . . . . . . 45
5.3 Time-dependent perturbation theory . . . . . . . . . . . . . . . . . . 46
5.4 Ionisation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
2
Postulates of quantum mechanics
I. The states of a system are vectors in a Hilbert space.
1 Hilbert Space
1.1 Definition
Definition (Hilbert space). A Hilbert Space H is a vector space over C where
• For ϕ, ψ ∈ H, aϕ + bψ = bψ + aϕ ∈ H ∀a, b ∈ C;
• ϕ + (ψ + ξ) = (ϕ + ψ) + ξ;
• ∃0 ∈ H s.t. ϕ + 0 = ϕ ∀ϕ ∈ H.
H is equipped with an inner product ( , ) : H × H → C where
• (ϕ, ψ) = (ψ, ϕ);
• (ϕ, aψ) = a(ϕ, ψ) ∀a ∈ C but (aϕ, ψ) = a(ϕ, ψ);
3
Example 1.1 (Finite-dimensional Hilbert space). H ∼
= Cn for some n ∈ Z. Then
n
X
(V, U ) = V i Ui , ∀u, v ∈ Cn
i=1
Pn
and has norm ∥V ∥2 = i=1 |Vi |2 .
n=0
• For continuous maps it is true, see Riesz representation theorem from Part
II Analysis of Functions.
4
1.3 Dirac notation
Definition (Dirac notation). We’ll use the following notation from Dirac:
• Linear maps: ⟨U | =
P ∗
Um ⟨n| where U = (u∗1 , · · · , u∗N );
PN
• Inner products are written as matrix multiplications: ⟨U |V ⟩ = n=1 Un∗ Vn .
[Lecture 1 finish]
P
Usually, we expand in countable, orthonormal basis {ϕn } ∈ H s,t, |ψ⟩ = n an |ϕn ⟩
and ⟨ϕn |ϕm ⟩ = δnm . Sometimes we generalise this to continuum states (see II
Analysis of Functions for formal definition).
For x ∈ R let |x⟩ obey X̂ |x⟩ = x |x⟩ and ⟨x′ |x⟩ = δ(x − x′ ), where X̂ is the
position operator. Then we can expand any vector as
Z
|ψ⟩ = ψ(x′ ) |x′ ⟩ dx′
R
?
Note that ⟨x|x⟩ = δ(0), so continuum states are not normalisable and so they are
not in L2 (R, dx).
Remark. The importance of using bra-ket notation is that it frees us from having
to pick a basis.
5
We could have equally well chosen momentum states P |p⟩ = p |p⟩, where P is the
momentum operator and p is real. Then
Z Z
|ψ⟩ = ψ̃(p) |p⟩ dp = ψ(x |x⟩ dx
where ψ̃(p) is the wavefunction in the continuum basis |p⟩. We’ll show later that
1
⟨x|p⟩ = eipx/ℏ √ = ⟨p|x⟩
2πℏ
ψ̃(p)eipx/ℏ √dP
R
Therefore, ψ(x) = ⟨x|ψ⟩ = 2πℏ
.
Again note that ψ(x, y) ̸= ψ(y, x) in general. Again the inner product is
Z Z
′ ′ ′ ′ ′ ′
⟨ϕ|ψ⟩ = ϕ(x , y )ψ(x, y) ⟨x |x⟩ ⟨y |y⟩ dx dxdy dy = ϕ(x, y)ψ(x, y)d2 x
6
Example. A Hydrogen atom consists of negative electrons (e− ) and positive pro-
tons (p+ ), so we have
Z
|ψ⟩ = ψ(xe , xp ) |xe ⟩ ⊗ |xp ⟩ d3 xe d3 xp ∈ L2 (R6 , d3 xe , d3 xp )
me xe +mp xp
Remark. We can introduce xrel = xe − xp and xcm = me +mp . Then expand:
Z
|ψ⟩ = ψ̃(xcm , xrel ) |xcm ⟩ ⊗ |xrel ⟩ d3 xcm d3 xrel
| ⟨ϕn |ψ⟩ |2
Prob(|ψ⟩ → |ϕn ⟩) = ∈R
⟨ϕn |ϕn ⟩ ⟨ψ|ψ⟩
also known as the Born rule.
[Lecture 2 finish]
1.5 Operators
Definition (Linear operators). For dim H = n < ∞, a linear operator is an n × n
matrix A : H → H. Operators form an associative but not commutative algebra
over C called the operator algerba.
7
Definition (Product of operators). AB : |ψ⟩ → A(B |ψ⟩).
Definition (Commutator of operators). The commutator of A, B is
[A, B] = AB − BA
This obeys:
• Anti-symmetry: [A, B] = −[B, A]
• Linearity: [αA + βB, C] = α[A, C] + β[B, C]
• Leibniz rule: [A, BC] = [A, B]C + B[A, C]
• Jacobi identity: [A, [B, C]] + [B, [C, A]] + [C, [A, B]] = 0
• The inner product on H allows us to define the adjoint A† of A by
∗
⟨ϕ|A† |ψ⟩ = ⟨ψ|A|ϕ⟩ ∀ |ϕ⟩ , |ψ⟩ ∈ H
+
This satisfies (A + B)+ = A† + B + , (AB)+ = B + A† , (A† ) = A.
8
P
Definition. f (Q) = n f (qn ) |n⟩ ⟨n| defines f (Q) if f (ψn ) exists.
Matrix elements of A inP this basis are Ann′ = ⟨n|A|n′ ⟩. Also, (AB)nn′ = ⟨n|AB|n′ ⟩ =
′
P
k ⟨n|A|k⟩ ⟨k|B|n ⟩ = k Ank Bkn . Also, recall that adjoints are transpose of con-
′
∗
jugates, so (A† )nn′ = ⟨n|A† |n′ ⟩ = ⟨n′ |A|n⟩ = (An′ n )∗ .
When eigenvectors of Q are degenerate, we look for a “complete set of commuting
observables” {Q, P, · · · } s.t. Q+ = Q and [Q, P ] = 0 = [P, Q] ∀Q, P . Then they
are simultaneously diagonalisable (in some basis), then form the set {|qn , pm , · · ·⟩}.
[Lecture 3 finish]
P2p P2 q2 1
H= ⊗ 1e + 1p ⊗ e −
2mp 2me 4πε0 |xe − xp |
P2cm
2
q2
Prel 1
= ⊗ 1rel + 1cm ⊗ −
2M 2µ 4πε0 |xrel |
me mp
where µ = me +mp is the reduced mass and M = me + mp . Also Pcm = Pp + Pe
mp Pe −me Pp
and the relative momentum is Prel = M .
9
Proposition (Postulate II of quantum mechanics). Observable quantities are rep-
resented by Hermitian (linear) operators on H. The “expectation value”
⟨ψ|Q|ψ⟩
⟨Q⟩ψ =
⟨ψ|ψ⟩
∂
iℏ |ψ⟩ = H |ψ⟩
∂t
for some Hamiltonian operator H.
Remark.
• Time in Hilbert space is viewed by the change in vector |ψ⟩ in H, and H does
not involve time.
• The form of H depends on the system, often H = H(X, P, · · · ).
Since Q is Hermitian,
2
⟨Q2 ⟩ψ − ⟨Q⟩ψ = ⟨ψ|(Q − ⟨Q⟩ψ )2 |ψ⟩
= ∥(Q − ⟨Q⟩ψ )| |ψ⟩∥2 by Hermitian
⩾0
10
By Cauchy-Schwarz,
2
(∆ψ A)2 (∆ψ B)2 = ∥|ψA ⟩∥2 ∥|ψB ⟩∥2 ⩾ | ⟨ψA |ψB ⟩
Then we have ∥|ψA ⟩∥ = ∆ψ A and
⟨ψA |ψB ⟩ = ⟨ψ|(A − Aψ )(B − Bψ )|ψ⟩ = ⟨ψ|AB|ψ⟩ − ⟨A⟩ψ ⟨B⟩ψ
Hence
∗
2iIm(⟨ψA |ψB ⟩) = ⟨ψ|AB|ψ⟩ − ⟨ψ|AB|ψ⟩ = ⟨ψ|[A, B]|ψ⟩
Again by Cauchy-Schwarz,
1
∆p siA∆ψ B = ∥|ψA ⟩∥∥|ψB ⟩∥ ⩾ | ⟨ψA |ψB ⟩ ⩾ ⟨[A, B]⟩ψ
2
This is the generalised uncertainty principle.
11
Start from operator algebra {X n P m } and the commutation [X, P ] = iℏ (recall IB
QM). In terms of A† , A− ,
1 −imω
[A, A† ] = [mωX + iP, mωX − iP ] − ([X, P ] − [P, X]) = 1
2mℏω 2mℏω
Also, [A, A] = [A† , A† ] = 0. Consequently
[Lecture 4 finish]
Let’s build a Hilbert space that represent this operator algebra: Let |n⟩ be an
eigenvector of N with eigenvalue N |n⟩ = n |n⟩ and ⟨n|n⟩ = 1. Then consider
A† |n⟩, we know that
and similarly N (A |n⟩) = ([N, A] + AN ) |n⟩ = (n − 1)A |n⟩. Provided that they
don’t vanish, A† |n⟩ and A |n⟩ are also new eigenvectors of N with eigenvalues n±1.
The question is, what can n ∈ R be? Note that
The condition n ⩾ 0 requires that there exists nmin s.t. A |nmin ⟩ = 0. But this
requires nmin = 0. Since if A |n⟩ =
̸ 0 then it is an eigenstate with eigenvalue n − 1,
for a minimum of 0 we conclude that n is a non-negative integer. For normalisation,
let A† |n⟩ = cn |n + 1⟩ for some cn , so
12
We can derive the wavefunctions for energy eigenstates:
Definition (Position-space wavefunction). Let ψ0 (x) = ⟨x|0⟩ be position-space
wavefunctions of the ground state, then
0 = ⟨x|A|0⟩ ∝ ⟨x|mωX + iP |0⟩ = mωXψ0 (x) + ℏψ0′ (x)
Solving this first order ODE gives
mω 1/4 h mω i
ψ0 (x) = exp − x2
πℏ 2ℏ
This is then normalised such that ⟨0|0⟩ = R dx|ψ0 (x)|2 = 1.
R
13
2 Translations and symmetries
2.1 Translations of states and operators
Consider transformations of the state R of a system to state R′ that conserve
probabilities: Prob(ϕ → ψ) = Prob(ϕ′ → ψ ′ ).
Theorem (Wigner theorem). In quantum mechanics, these transformations are
represented by a linear and unitary operator |ψ ′ ⟩ = U |ψ⟩ with U † = U −1 , or an
anti-linear and anti-unitary operator, which we will not discuss in this course.
The operator U : H → H satisfies U |ψ⟩ = |ψ ′ ⟩. Hence ⟨ψ ′ | = ⟨ψ| U † . Unitarity
U † = U −1 ensures that
U : g1 ∈ G 7→ U (g1 ) ∈ G
14
U † = U −1 implies that T † = T i.e. T is Hermitian. To see this, note that
1 = U † U = (1 − iδθT )† (1 − iδθT + · · · )
= (1 + iδθT † )(1 − iδθT + · · · )
= 1 + iδθ(T † − T ) + O(δθ2 )
which implies T † = T .
Consider the effect on states:
|ψ ′ ⟩ = U |ψ⟩ ≈ (1 − iδθT + · · · ) |ψ⟩ ⇒ δ |ψ⟩ = −iδθT |ψ⟩
On operators, we have:
A′ = U † AU = (1 + iδθT )A(1 − iδθT ) + · · · ⇒ δA = A′ − A = iδθ[A, T ]
We can write finite transformations by exponentiation of infinitesimal ones:
N
θ
U (θ) = lim lim 1 − i T = e−iθT
N →∞ N →∞ N
15
This operator algebra requires dim H = ∞, since Tr(1H ) = dim H = Tr(− ℏi [X, P ])
which is zero unless the trace is undefined, i.e. dim H = ∞.
[Lecture 6 finish]
How does U (a) act on wavefunctions?
• On position eigenstates |x⟩, X |x⟩ = x |x⟩, we translate |x⟩ → |x′ ⟩ = U (a) |x⟩.
But then
X(U (a) |x⟩) = ([X, U (a)] + U (a)X) |x⟩ = (a + x)(U (a) |x⟩)
Where the second equality follows since U † (a)XU (a) = X + a1H and mul-
tiplying U (a). Consequently U (a) |x⟩ = c |x + a⟩, but we can just fix c = 1
(see example sheet). Let ψ(x) = ⟨x|ψ⟩ be the wavefunction in R3 . After a
translation,
∗ ∗
ψtransl (x) = ⟨x|U (a)|ψ⟩ = ⟨ψ|U † (a)|x⟩ = ⟨ψ|x − a⟩ = ⟨x − a|ψ⟩ = ψ(x − a)
16
2.3 Rotations
An anti-clockwise rotation by an amount |α| around the α̂-axis corresponds to
a matrix R(α) : v → v′ = R(α)v. Since v′ · v′ = v · v and det R(α) = 1, we
can see that they form a rotation group SO(3). SO(3) is a non-Abelian group:
R(β)R(α) ̸= R(α)R(β) in general.
For infinitesimal rotations,
R(δα)v = v + δα × v + O(|δα|2 )
α
v′
v
17
If U (α) really describes rotations, then certainly,
[Ji , Lj ] = iℏεijk Lk
Also, [Li , Lj ] = iℏεijk Lk , [Li , Xj ] = iℏεikj Xk , [Li , Pj ] = iℏεijk Pk and similarly for
the J’s. You may prove this or review notes from IB.
18
2π
a= N n ×X
x
2π
N
2.3.2 Spins
Definition. The spin operator is defined as
S=J−L
i.e. exp(−iα · S/ℏ) spins the object itself.
Maybe J = particles a X(a) × P(a) ? The real distinction is, between which Hilbert
P
space do J and L act on. If H = L2 (R3 , d3 x), then J, L are identical. However, do
we really know which Hilbert space to use to describe, say, one electron? This is
no longer a mathematical problem, but something that requires experiments.
To see that S only acts on the internal state of a quantum system, compute
[Si , Xj ] = [Ji − Li , Xj ] = [Ji , Xj ] − [Li , Xj ]
= iℏεijk Xk − iℏεijk Xk = 0
19
Similarly,
[Si , Pj ] = [Ji − Li , Pj ] = [Ji , Pj ] − [Li , Pj ] = 0
However,
[Si , Sj ] = [Ji − Li , Jj − Lj ]
= [Ji , Jj ] − [Ji , Lj ] − [Li , Jj ] + [Li , Lj ]
= iℏεijk Jk − iℏεijk Lk + iℏεjik Lk + iℏεijk Lk
= iℏεijk (Jk − Lk )
Π† XΠ = −X ⇒ Π2 XΠ = −ΠX ⇒ 0 = XΠ + ΠX = {X, Π}
[Lecture 81 finish]
time
−−−−−→
|ψ(0)⟩ |ψ(t)⟩
1 Lecture given by Professor David Skinner
20
This is known as the Schrödinger picture: states or vectors evolve while operators
don’t.
Alternatively, define
|ψ⟩H ≡ |ψ(0)⟩S
Heisenberg Schrödinger
Definition. Define
2.5 Dynamics
What is the Hamiltonian? For motion in R3 we choose H = H(X, P, · · ·). The
simplest choice is H = P2 /2m, which represents free particle. To model obsticles
we include a potential :
P2
H= + V (X)
2m
So in the Heisenberg picture,
dXH (t) PH (t) dPH (t)
= , = −∇V (t)
dt m dt
where ∇V (t) = U † (t)∇X V (X)U (t).
The translation generator P is now the momentum.
Definition. ⟨0, x0 ⟩ = e−ix0 P/ℏ |0⟩.
Example (Quantum harmonic oscillator). We compute 1D ⟨P ⟩ in a displaced
ground state of quantum harmonic oscillator. Solving the Heisenberg-picture equa-
tions,
PH (t) = U † (t)P U (t) = P cos(ωt) − mωX sin(ωt)
21
Then,
⟨P ⟩ = ⟨0, x0 |P (t)|0, x0 ⟩
= ⟨0|eix0 P/ℏ (P cos(ωt) − mωX sin(ωt)) e−ix0 P/ℏ |0⟩
= cos(ωt)⟨0|P |0⟩ − mω sin(ωt) × ⟨0|eix0 P ℏ ([X, e−ix0 P/ℏ ] + e−ix0 P/ℏ X)|0⟩
=0
−ix0 −ix0 P/ℏ
= −mω sin(ωt) ⟨0|eix0 P ℏ iℏ e |0⟩
ℏ
From Example Sheet 1, we know that [X, f (P )] = iℏf ′ (P ), so
⟨P ⟩ = −mω sin(ωt)x0
dQH (t) i i
= [H, QH (t)] = U † (t)[H, Q]U (t)
dt ℏ ℏ
Since U is unitary, dQH (t)/dt = 0 if and only if [H, Q] = 0. Hence conserved
quantities must commute with the Hamiltonian.
Example. Consider [H, Q] = 0 and Q has eigenstates |q⟩ at t = 0. At time t,
|q; t = 0⟩ becomes |q ′ ; t⟩ = U (t) |q, t = 0⟩. But
[Lecture 9 finish]
2.5.2 Symmetries
Symmetries lead to conserved quantities. Consider transformation U (θ) = e−iθT
so that H 7→ U † (θ)HU (θ).
Definition. A transformation is a symmetry if it leaves H unchanged i.e.
U † HU = H
22
|ψ(0)⟩ time |ψ(t)⟩
U U†
|ψ ′ (0)⟩ |ψ ′ (t)⟩
23
3 Angular momentum
If L2 (R, dx) describes position, what Hilbert space describes angular momentum?
It must represent the SO(3) group of rotations, or equivalently the SO(3) algebra
of rotation generators J = (Jx , Jy , Jz ). Recall [Ji , Jj ] = iℏεijk Jk , we can build
finite-dimensional (unitary) representations (unlike X and P). If dim(H) < 0 then
0 = Tr([Ji , Jj ]) = iℏεijk Tr(Jk ). So J is represented by trace-less matrices.
We’ll proceed as for the quantum harmonic oscillator. Define the new raising and
lowering operators as
J± = Jx ± iJy
then
[Jz , J± ] = [Jz , Jx ] ± i[Jz , Jy ] = iℏ(Jy ∓ iJx ) = ±ℏJ±
We have
∥J± |β, m⟩∥2 = ⟨β, m|J− J+ |β, m⟩ = ⟨β, m|(Jx − iJy )(Jx + iJy )|β, m⟩
= ⟨β, m|Jx2 + Jy2 + i[Jx , Jy ]|β, m⟩
= ⟨β, m|J2 − Jz2 − ℏJz |β, m⟩
= ℏ2 (β − m(m + 1)) ⩾ 0
24
States |β, J⟩ are called the largest weight states in II Representation Theory.
Similarly for ∥J− |β, m∥ = ℏ2 (β − m(m − 1)), we also need β = J ′ (J ′ − 1) where
J ′ is the minimum of m. Comparing β = J(J + 1) = J ′ (J ′ − 1), we find that
J ′ = −J or J ′ = J + 1. Since J ′ ⩽ J we must have J ′ = −J with J ⩾ 0 and
J − J ′ = 2J ∈ N0 because J± changes m by unit steps.
In summary:
• β = J(J + 1) where 2J ∈ N0 . We’ll just label our states as |j, m⟩.
• Hj = Span(|j, m⟩) where m ∈ (−J, −J + 1, · · · , J − 1, J).
[Lecture 10 finish]
25
To think about the classical limit (|J >> ℏ so J >> 1), let’s measure J along
n+(sin θ, 0, cos θ) in the state |j, J⟩. Classically we would find ℏjcosθ. In Quantum
Mechanics this is the same on average:
⟨j, J|n · J|j, J⟩ = ⟨j, J| cos θJz + sin θJx |j, J⟩ = ℏj cos θ
26
3.3 Spins
3.3.1 Integer or half integer?
Consider |ψ⟩ ∈ Hj and expand in J2 , Jz basis:
J
X
|ψ⟩ = am |J, m⟩ , am ∈ C
m=−J
J=L+S
where L = X × P is the orbital angular momentum. They all have the same algebra
as J:
[Si , Sj ] = iℏεijk Sk , [Li , Lj ] = iℏεijk Lk
They may have the same representations, but we will see for orbital angular mo-
mentum L, we only take j ∈ N, while for S, we can have j = N or N + 12 .
[Lecture 11 finish]
27
3.3.2 Spin matrices
Definition (Scalar). Particle with s = 0 is called a scalar : Hs=0 = C. The only
state up to rescaling for s = 0 is |s = 0, σ = 0⟩ = |0, 0⟩. Scalars are unchanged by
rotations.
Definition (Spin-half). For s = 1/2, there are two linearly independent states
| 12 , 12 ⟩ = |↑⟩ , | 12 , − 12 ⟩ = |↓⟩
It follows that ⟨↑ | ↑⟩ = ⟨↓ | ↓⟩ = 1, ⟨↑ | ↓⟩ = 0. For a generic state can be written
as
|ψ⟩ = a |↑⟩ + b |↓⟩
It if’s normalised, then |a|2 + |b|2 = 1.
In this basis,
⟨↑ |Sz | ↑⟩ ⟨↑ |Sz | ↓⟩ ℏ 1 0 ℏ
Sz = = = σz
⟨↓ |Sz | ↑⟩ ⟨↓ |Sz | ↓⟩ 2 0 −1 2
where σz is merely a customary notation, it has nothing to do with the eigenvalue.
Using Sx = 12 (S+ + S− ) and Sy = 2i1
(S+ − S− ), we can compute
⟨↑ |Sx | ↑⟩ ⟨↑ |Sx | ↓⟩ ℏ 0 1 ℏ
Sx = = = σx
⟨↓ |Sx | ↑⟩ ⟨↓ |Sx | ↓⟩ 2 1 0 2
ℏ 0 −i ℏ
Sy = = σy
2 i 0 2
1
When s = 2 we often write S = ℏ2 σ where σ are called Pauli matrices.
µS
where µ = ℏs is the atom’s magnetic dipole moment. Atoms in |s, σ⟩ feels a force
d ⟨P⟩ µ µσ
= ⟨∇B · Sz ⟩ = ⟨∇B⟩
dt ℏs s
28
that depends on σ i.e. how well the atom’s spin is aligned with B. Classically we’d
expect the atoms to land anywhere, but in quantum mechanics, σ is discrete as
σ ∈ (−s, −s + 1, · · · , s), making the landing points discrete as well. It’s observed
that the beam splits into 2s + 1 rays. This was originally experimented on silver
atoms for s = 1/2, so the beam split into two.
29
which follow as Sz is diagonal in this basis and Sx , Sy are computed from Sx ± =
S± iSy using
√ √
S+ |0⟩ = 2ℏ |+⟩ , S+ |−⟩ = 2ℏ |0⟩ , S+ |+⟩ = 0
√ √
S− |0⟩ = 2ℏ |−⟩ , S− |+⟩ = 2ℏ |0⟩ , S− |−⟩ = 0
30
Where are these (2l + 1)-dimensional representations Hl inside L2 (R3 ) for which
dim L2 = ∞? To answer this, let’s use spherical coordinates. Since
Lz = Xx · Py − Xy Px
or in spherical coordinates,
∂ ∂
⟨x|L± |ψ⟩ = ±iℏ ± i cot θ ψ(x) (∗)
∂θ ∂ϕ
for some Re .
[Lecture 13 finish]
1
l(l + 1) ⟨θ, ϕ|l, m⟩ = l(l + 1)Yl,m = ⟨θ, ϕ|L2 |l, m⟩ = −∇2S 2 Ylm
ℏ
31
where ∇2S2 is the Laplacian operator on the unit sphere. Note that Yl,m ’s are
orthonormal, in a sense that
Z
Yl′ ,m′ (θ, ϕ)Yl,m (θ, ϕ) sin θdθdϕ = δll′ δmm′
S2
32
3
with energy E = ℏω N + 2 where N = nx + ny + nz . The degeneracy is then
−nx
N NX
X 1
1= (N + 2)(N + 1)
nx =0 ny =0
2
Requiring that
We find that
Tij = A†i Aj
Tij is Hermitian and conserved:
1
[Tij , H] = [A†i Aj , A†k Ak ] = A†i [Aj , A†k ]Ak + A†k [A†i , Ak ]Aj
ℏω
= A†i δjk Ak − A†k δjk Aj = 0
i.e. Tr(Tij ) ∝ H + const. The only symmetric part generates rotations in SO(3):
1
εijk A†j Ak = (mωXj − iPj )(mωXk + iPk )
2mℏω
1
= εijk (Xj Pk − Pj Xk )
2ℏ
i
= Li
ℏ
So
L = −iℏA† × A
[Lecture 14 finish]
33
T⟨i j⟩ maps Span(|n, l, ·⟩) to Span(|n, l, ·⟩ , |n, l − 2, ·⟩). Also m is even (odd) if l is
even (odd). Hence, the degeneracy of an energy eigenstate |n, ·⟩ is (for n even):
l
X X X 1
= (2l + 1) = (n + 2)(n + 1)
2
l even m=−l l even
and we can just replace even with odd in the sum for odd n.
Why are energies independent of l? Keplerion orbits are closed because the Runge-
Lenz vector
1 X
r= P×L−κ
µ |X|
is conserved:
2E 2
ṙ = 0, |r|2 = κ2 + |l|
µ
Definition. The Runge-Lenz operator R† = R is defined to be
1 X
R= (P × L − L × P) − κ
2µ |X|
Then R is conserved for bound orbits with [H, R] = 0 and also R · L = L · R = 0.
Moreover,
2H 2
R2 = κ2 + (L + ℏ2 )
µ
so eigenvalues of H are fixed by those of R and L. Note [Lz , Rj ] = iℏεijk Rk and
[Ri , Rj ] = − 2iℏ
µ Hεijk Rk . Hence the subspace H ⊃ HE = (|ψ⟩ : H |ψ⟩ = E |ψ⟩)
represents the algebra (L, R).
34
Let’s introduce the operators:
r
1 µ
A± = L± R
2 −2E
Note that A± is Hermitian for E < 0. The algebra (A+ , A− ) is the SO(2) × SO(2)
algebra:
[A±i , A±j ] = iℏεijk A±k , [A+i , A−j ] = 0
So these are two copies of the algebra of angular momentum. Eigenvalues of |A± |2
are a± (a± + 1)ℏ2 with a± ∈ (0, 1/2, 1, 3/2, · · · ). Given an a± there are 2a± + 1
possible eigenvalues of A±z , m± .
We have an extra constant. Since L · R = R · L = 0, we have
µκ2 ℏ2
1 µ
ℏ2 a(a + 1)A2+ = A2− = L2 + R2 = −
4 2|E| 8|E| 4
m+ m− = (2a + 1)(2a + 1) = n2
35
4 Addition of angular momentum
How does angular momentum of subsystems combine into total angular momen-
tum? Classically, for J1 ⩾ J2 we have
We will find a way to express these states in terms of total angular momentum
eigenvalues of the combined system (J2tot , Jtotz ) ∼ (J, m).
[Lecture 15 finish]
How can we write this as |J, m⟩, eigenstates of J2 = (J1 + J2 )2 and Jz = J1z + J2z ?
We’ll find that we need different j’s so that
M
H = Hj1 ⊗ H j2 = Hj
J
36
Consider the maximally aligned states |J1 , J1 ⟩ |J2 , J2 ⟩, we have
and
J2 (|j1 , j2 ⟩ |j2 , j2 ⟩) = J12 + J22 + J1+ J2− + J1− J2+ + 2J1z J2z |j1 , j2 ⟩
where the second steps follows since J1+ |j1 , j1 ⟩ = 0 and similarly for j2 . So we
identify |j1 , j1 ⟩ |j2 , j2 ⟩ as the state |j, j⟩ of the combined system where j = j1 + j2 .
It has maximum Jz . More states are determined by acting with J− = J1− + J2−
on |j, j⟩. Recall that ⟨j, m|j, m⟩ = 1, then
p
J− |j, m⟩ = j(j + 1) − m(m − 1)ℏ |j, m − 1⟩
Consequently p
J− |j, j⟩ = 2jℏ |j, j − 1⟩
where
p p
J1− |j1 , j1 ⟩ = 2j1 ℏ |j1 , j1 − 1⟩ , J2− |j2 , j2 ⟩ = 2j2 ℏ |j2 , j2 − 1⟩
Repeating this builds all |j, m⟩ for j = j1 + j2 and −j ⩽ m < j. But there are also
‘imperfectly’ aligned states, such as |j − 1, j − 1⟩. Since
Jz |j − 1, j − 1⟩ = (j1 + j2 − 1)ℏ |j − 1, j − 1⟩
we must have
37
Proposition. The lowest total angular momentum is |j1 − j2 | (anti-alignment).
Indeed, this accounts for all (2j1 + 1)(2j2 + 1). Wlog j1 ⩾ j2 , then
jX
1 +j2 j jX
1 +j2
X 2j1 (2j2 + 1)
= (2j + 1) = 2 + 2j2 + 1 = (2j1 + 1)(2j2 + 1)
j=j1 −j2 m=−j j=j1 −j2
2
For example, for the Hydrogen atom, the spin of electron and proton are
1 1
Se = , Sp =
2 2
Using our previous result:
1 1 1 1
|1, 1⟩H = | , ⟩ ⊗ | , ⟩ = |↑⟩p |↑⟩e
2 2 e 2 2 p
Applying J−H , this is
1
|1, 0⟩H = √ |↓⟩e |↑⟩p + |↑⟩e |↓⟩p
2
applying J−H again gives
|1, −1⟩H = |↓⟩e |↑⟩p
All spin 1 states of H are symmetric under the exchange 1 ↔ 2, e ↔ p. The
remaining state |0, 0⟩H must be perpendicular to |1, 0⟩H , so we need
1
|0, 0⟩H = √ |↓⟩e |↑⟩p − |↑⟩e |↓⟩p
2
This is anti-symmetric under e ↔ p. Indeed this is annihilated by Jz = Jez + Jpz
and also by JHx and JHy :
38
[Lecture 16 finish]
Example. Recall
1 1
|1, 0⟩ = √ |↓⟩ |↑⟩ + √ |↑⟩ |↓⟩
2 2
1 1
|0, 0⟩ = √ |↓⟩ |↑⟩ − √ |↑⟩ |↓⟩
2 2
|1, 1⟩ = 1 |↑⟩ |↑⟩ , |1, −1⟩ = 1 |↓⟩ |↓⟩
3 3
| , ⟩ = 1 |↑, ↑⟩ |↑⟩
2 2 r r
3 1 2 1
| , ⟩= |1, 0⟩ |↑⟩ + |1, 1⟩ |↓⟩
2 2 3 3
r r
3 1 1 2
| ,− ⟩ = |1, −1⟩ |↑⟩ + |1, 0⟩ |↓⟩
2 2 3 3
3 3
| , − ⟩ = 1 |1, −1⟩ |↓⟩
2 2
1
and the remaining j = 2 multiplet is:
r r
1 1 1 2
| , ⟩= |1, 0⟩ |↑⟩ − |1, 1⟩ |↓⟩
2 2 3 3
r r
1 1 2 1
| ,− ⟩ = |1, −1⟩ |↑⟩ − |1, 0⟩ |↓⟩
2 2 3 3
39
quantum numbers of the i-th particle. For indistinguishable particles exchanging
1 ↔ 2 maps
|α1 , α2 ⟩ 7→ |α2 , α1 ⟩ = λ |α1 , α2 ⟩ for some λ ∈ C
Exchanging twice gives |α1 , α2 ⟩ = λ2 |α1 , α2 ⟩, so λ = ±1. If λ = +1 then particles
are called bosons (e.g. photons, Hydrogon atoms, Higgs, . . . ) and if λ = −1 then
fermions (electrons, neutrinos, etc.). For two indistinguishable bosons,
|α1 , α2 ⟩ + |α2 , α1 ⟩
|ϕ⟩ = √
2
where √1 is a normalisation constant. For fermions,
2
|α1 , α2 ⟩ − |α2 , α1 ⟩
|ψ⟩ = √
2
If α1 = α2 then |ψ⟩ = 0, so no two fermions can be in the same state. This is
known as Pauli’s exclusion principle. It is important to exchange all quantum
numbers, for example: the transformation
has no relation to ψσ1 ,σ2 (x2 , x1 ). For N identical particles let σ be a permutation
(1, 2, 3, · · · , N ) 7→ (σ1 , σ2 , σ3 , · · · , σN )
then
Wσ |α1 , α2 , · · · , αN ⟩ = ησ |ασ1 , ασ2 , · · · , ασN ⟩
where Wσ is the operator for this permutation and ησ = ±1 since every σ is a
composition of pairwise exchanges. For bosons we have ησ = +1 ∀r, while for
fermions ησ = sign(r) = (−1)number of pairwise exchanges . Hence the Hilbert space is
HN b/f for N indistinguishable particles. So HN b is the symmetrised tensor product
of N H1b ’s while HN f is the alternating tensor product of N H1f ’s.
It turns out that particles with spin S ∈ (0, 1, 2, · · · ) are bosons, whereas particles
with S ∈ ( 12 , 32 , · · · ) are fermions. This follows from spin-statistic theorem and
requires Lorentz invariant and quantum field theory. This applies also to composite
systems as well as fundamental particles.
40
ℏ2 k 2
A single particle with energy eigenstate |k⟩ has E = 2m with P(k) = ℏk |k⟩. Here
k = 2πL
( n1 , n2 , n3 ) for ni ∈ Z and wavefunction
e−ik·X
⟨X|k⟩ =
L3/2
Pauli’s exclusion principle gives only one fermion per state. At low energy, tem-
perature is zero, so only the first energy levels are filled. Highest fillled state has
ℏ2 k 2
|k| = kF , the Fermi momentum, and Fermi energy EF = 2mF . For N >> 1 we go
to continuum. Each fermion occupies a k-space volume of (2π/L)3 , so we have
Z |k|=kF 3
3 4π 2 2π
d k= kF = N
0 3 L
The total energy is then
Z kF
1 ℏ3 k 2 ℏ2 kF5 L3 ℏ2 1
Etot = d3 k 3
= 2
= 2m
(6π 2 N )5/3 2/3
0 (2π/L) 2m 20π m 20π V
Any reduction of size of the box is opposed by a degeneracy pressure:
∂Etot ℏ2 (6π 2 N/V )5/3
Pdeg = − =
∂V 30π 2 m
Brown drawf and neutron stars are supported by such a pressure.
[Lecture 17 finish]
41
1 1
Spin: Recall that 2 ⊗ 2 = 1 ⊕ 0.
• If Snn = 0 (anti-symmetric), we require l to be even (symmetric). but then
l = 1 is forbidden.
• If Snn = 1 (symmetric), we require l to be odd (antisymmetric). l = 1 is
allowed. Since J = 1 ∈ Sn,n ⊗ odd, the only possibility is l = 1. Assuming
that parity is conserved, we can derive the parity ηπ of the pion:
Π |X, π⟩ = ηπ |−X, π⟩
π+D →n+n
ηπ · πD = (−1)l ηn2 = −1
42
5 Perturbation theories
5.1 Time-independent perturbation theory
For realistic systems we can’t solve dynamics exactly. Let’s develop some approx-
imation. Suppose H = H0 + ∆H and we can solve H0 . The idea is to consider
H = H0 + λ∆H and Taylor expand around λ = 0 to approximate for the case
where λ = 1. We seed energy eigenstates |Eλ ⟩ of Hλ . If the dependence on λ is
analytic around λ = 0:
43
From the Examples Sheet we have ⟨Eλ |Eλ ⟩ = 1 at order λ1 so bn = ⟨n|β⟩ = 0. At
the second order λ2 we contract with ⟨n| to find
X | ⟨n|∆H|m⟩ |2
E (2) = ⟨n|∆H|β⟩ =
En − Em
m̸=n
[Lecture 18 finish]
P2 1 P2 1 1
H= + mω 2 X 2 − λmω 2 x0 X = + mω 2 (X − λx0 )2 − λ2 mω 2 x20
|2m 2{z
| {z } 2m 2 2
} ∆H
H0
1
+ n − 12 λ2 mω 2 x20 . Treating ∆H =
The exact energy levels are En (λ) = ℏω 2
−λmω 2 x0 X as a perturbation gives
X | ⟨k|X|n⟩ |2
En (λ) = Dn + λ ⟨n|∆H|n⟩ + λ2 m2 ω 4 x20 + O(λ3 )
En − Ek
k̸=n
1 1
= ℏω n + + 0 − λ2 mω 2 x20 + O(λ3 )
2 2
which happens to be exact.
√
Example. Consider a quantum harmonic √ oscillator with frequency ω(λ) = ω 1 + λ.
The exact energy levels are En (λ) = ℏω 1 + λ n + 12 . Treating ∆H = 12 mω 2 λX 2
P2
with H0 = 2m + 12 ω 2 mX 2 . From the perturbation theory we have
λ λ2 X | ⟨k|X 2 |n⟩ |2
En (λ) = En + mω 2 ⟨n|X 2 |n⟩ + m2 ω 4 + O(λ3 )
2 4 (n − k)ℏω
k̸=n
2 √
1 λ λ 3
= n+ ℏω 1 + − + O(λ ) by Taylor expanding 1 + λ
2 2 8
where √
(−1)k+1 3k 6
1 95 1 1
ak = 3/2
Γ k+ 1− +O
π 2 72 k k
44
k
For k → ∞ we have Γ k + 12 ∼ k k e−k = (k/e)k then λk ak ≈ λk
e . This has
zero radius of convergence i.e. diverges for all λ > 0. Physically this is as expected
because λ < 0 is unbounded potential. Perturbation theory does not converge:
N
X
lim λk ak = ∞
N →∞
k=0
but is is asymptotic:
N
1 X
lim N
E(λ) − λk ak = 0 for fixed N
λ→0 λ
k=1
Assume the degenerate subspace V ⊂ H with H0 |ψ⟩ = EV |ψ⟩ for all |ψ⟩ ∈ V . Let
⟨r|∆H|r ′ ⟩ ′
{|r⟩}N
r=1 be an orthonormal basis. Divergence of EV −EV is avoided if ⟨r|∆H|r ⟩ =
0 for r ̸= r i.e. if ∆H is diagonalised in V . We can always diagonalise ⟨r|∆H|r′ ⟩
′
because it’s Hermitian. Let {|n⟩} be the new diagonal basis then ⟨m|∆H|n⟩ = 0
for m ̸= n. Then (∗) still applies.
45
It follows that
0 0 a 0
0 0 0 0
∆H = e|E|
a 0
0 0
0 0 0 0
where a = ⟨2, 0, 0|X3 |2, 1, 0⟩ = −3a0 where a0 is the Bohr radius. ∆H is diago-
nalised in the new basis
|2, 0, 0⟩ − |2, 1, 0⟩ |2, 0, 0⟩ + |2, 1, 0⟩
, |2, 1, 1⟩ , |2, 1, −1⟩ , √
2 2
with eigenvalues −3a0 , 0, 0, −3a0 repsectively. Degeneracy between |2, 1, ±1⟩ is not
lifted. Classically, the energy −3ea0 |E| suggest the n = 2 states have an electric
dipole moment of magnitude 3ea0 .
In the interaction picture we move part of the time evolution to the operators:
The table below shows the existence of evolution for states and operators in each
picture:
To solve this, let {|n⟩} be an orthonormal basis of H with H0 |n⟩ = En |n⟩. Then
X
|ψ(t)⟩I = an (t) |n⟩
n
46
or equivalently
Z tX
λ ′
ak (t) = ak (t0 ) + an (t′ )ei(Ek −En )t /ℏ ⟨k|∆S (t′ )|n⟩ dt′
iℏ t0 n
Solving, we get
(0)
• λ0 : an (t) = an (t0 ) = const.
• λ1 : Z tX
(1) λ ′
ak = a(0)
n e
iωkm t
⟨k|∆S (t′ )|n⟩ dt′
iℏ t0 n
where ωkm = (Ek −Em )/ℏ. Assuming we start with |ψ(t0 )⟩ = |m⟩ so an (t0 ) =
δnm , we get
1 t iωkm t′
Z
ak (t) = δkm + e ⟨k|∆S (t)|m⟩ dt′
iℏ t0
P2 1 2 2
H= + ωm2 X 2 −F0 X −t /tau
2m 2 | {z }
∆(t)
| {z }
H0
47
Remark.
√
• Maximum probability occurs at τ = 2/ω (resonant).
[Lecture 20 finish]
∂
Γ(|m⟩ → |k⟩) = lim |ak (t)|2
t→∞ ∂t
At late times,
(
2π 2
Γ= ℏ | ⟨k|∆|m⟩ | δ(Ek − Em − ℏω) absorption
2π † 2
ℏ | ⟨k|∆ |m⟩ | δ(Ek − Em + ℏω) emission
5.4 Ionisation
Strong radiation can ionise an atom, liberating e− to a state with positive energy.
−r/a
Assume Hydrogen is in its ground state ⟨X|1, 0, 0⟩ = eπa3 where a is the Bohr
48
radius, and compute the transition to the plane wave ⟨X|k⟩ = eik·x /(2πℏ)3/2 . In
the dipole approximation the perturbation is
For radiation of frequency ω we choose E = |E|ẑ. The matrix element ⟨k|X3 |1, 0, 0⟩
is then
−ik·x −r/a
√
8a5
Z
3 e ze 4πkz 8 2 cos θ
d x √ = √ ≈
(2πℏ)3/2 πa3 i(2πℏ)3/2 πa3 (1 + |k|2 a2 )3 πℏ3/2 |k|5 a5/2
where kz = |k| cos θ and cos θ = Ê · k̂ and in the last equality we used the dipole
approximation with |k|a >> 1. Transition necessarily absorbs energy
2π 2 2
Γ|1,0,0⟩→|k⟩ = l |E| | ⟨k|X3 |1, 0, 0⟩ |2 δ(Ek − Em − ℏω)
ℏ
Definition. The differential ionisation rate is defined to be
which describes the ionisation rate to momenta in the range (k, k + dk).
Hence we can integrate over k = |k| but keep the angular information:
49
6 Interpreting quantum mechanics
6.1 The density operator
We currently have some issues with quantum mechanics:
• Often we don’t know the exact quantum state, and
• to discuss measurement we’d need to quantise the environment.
Definition. If there exists |x⟩ ∈ H such that ρ = |x⟩ ⟨x| the system is said to be
pure, otherwise it is mixed. Any ρ : H → H with the properties:
• ρ = ρ† Hermitian (since probabilities real).
• ⟨ϕ|ρ|ϕ⟩ ⩾ 0 for all |ϕ⟩ ∈ H (since probabilities non-negative).
[Lecture 21 finish]
50
For dim H = N < ∞, ρ is specified by the number of real parameters
(N 2 − N )2
N + − 1 = N2 − 1
diagonal 2 trace
off-diagonal
In the Schrödinger picture, |ψ(t)⟩ = U (t) |ψ(0)⟩ with U (t) = e−iH(t−t0 ) (for ∂t H =
0). Hence
dρ(t)
ρ(t) = U (t)ρ(0)U † (t) → iℏ = [H, ρ(t)]
dt
In the Heisenberg picture, ρH (t) = ρH (0) (does not evolve). Of course, ⟨Q⟩ is the
same in all pictures.
Example. Consider a 2-state system H ∼
= C2 with basis {|↑⟩ , |↓⟩} (qubit).
• If state is |↑⟩ then ρ = |↑⟩ ⟨↑| (pure).
• If probability to be either |↑⟩ or |↓⟩ is 1
2 then
1 1 1
ρ= |↑⟩ ⟨↑| + |↓⟩ ⟨↓| = 1H
2 2 2
then ρ2 ̸= ρ so mixed. This gives us the least information about a state.
• If probability is 1
2 to be either |↑⟩ or |↑X ⟩. Then
1 1
ρ= |↑⟩ ⟨↑| + |↑X ⟩ ⟨↑|
2 2
1 1 |↑⟩ + |↓⟩ ⟨↑| + ⟨↓|
= |↑⟩ ⟨↑| +
2 2 2 2
1 1 1
= 1H + |↑⟩ ⟨↑| + (|↑⟩ ⟨↓| + |↓⟩ ⟨↑|)
4 2 4
51
For ρ ⩾ 0, we require
1
det(ρ) = (1 − b · b) ⩾ 0 ⇒ |b| ⩽ 1
4
Thus for the Bloch ball, if |b| = 1 the state is pure with spin along b-direction. If
|b| < 1, it is mixed. If b = 0, we are maximally ignorant about the state.
6.2 Entropy
The von Neumann entropy
XH
dim
S(ρ) = −TrH (ρ · log ρ) = − Pn log Pn
n
quantifies how much information ρ gives us about the system. Here are some
properties:
• Eigenvalues of ρ are in [0, 1]. So S ⩾ 0. Also S(ρ) = 0 if and only if ρ is pure.
• To maximise S subject to a constant Trρ = 1, we use the Lagrange multiplier
to extremise S(ρ) − λ(1 − Trρ):
(
0 = −TrH (δρ log ρ + ρρ−1 δρ − λδρ) 1
⇒ ρmax = 1H
0 = δλ(Trρ − 1) dimH
52
6.3 Entanglement
Consider bipartite system H = HA ⊗ HB . We are interested in the “subsystem” A
while B is the “environment”.
Definition. Any |ψ⟩ ∈ H such that |ψ⟩ = |ϕ⟩ ⊗ |χ⟩ for |ϕ⟩ ∈ HA and |χ⟩ ∈ HB is
called a product state. Otherwise it is an entangled state.
Example. If HA,B are qubits, |ϕ⟩ = |↑⟩ ⊗ |↓⟩ and |ψ⟩ = |↑⟩+|↓⟩√
2
⊗ |↓⟩, where as
53
6.4 Bell’s inequalities
Is QM probabilistic because we miss some hidden “aspect of reality”? Einstein,
Podolsky and Rosen (EPR) proposed a gedankenexperiment (thought experiment)
in the 1930s. Bohm refined this into the following toy model:
Consider e− and e+ = p in spin-0 state (pure), and consider |EPR⟩.
e− e+
Alice Bob
Alice measures spin along â. If Alice measures +ℏ/2 then
|EPR⟩ → |↑a ⟩ |↓a ⟩
Bob measures the spin of e+ along b̂. Using
θ θ
|↑b ⟩ = cos e−iϕ/2 |↑a ⟩ + sin eiϕ/2 |↓a ⟩
2 2
where θ, ϕ are spherical coordinates of b w.r.t. a. If Alice founds e− in |↑a ⟩ then
θ
P(B, |↑b ⟩) = | ⟨↑b | ↓a ⟩ |2 = sin2
2
Bob and Alice may be spacelike but there is no violation of causality. Probability
is symmetric in A and B so it’s the same whether tA < tB or tA > tB . Can we
explain this phenomenom by saying that e± already had definite spin? Suppose
there exists hidden variables v ∈ Rn that completely determines the spins. Let
P (v)dn v be the probability for v to be in (vv, v + dvv). We want
Z
⟨Se (a)Sp (b)⟩hidden variable average = dn vP (vv)Se (a, v )Sp (b, v )
Conservation of angular momentum gives Se (a, v )+Sp (a, v ) = 0. So ⟨Se (a)Sp (b)⟩ =
− ⟨Sp (a)Sp (b)⟩. Imagine Bob measures spin along b′ . Since Sp (a, v )2 = ℏ2 /4 we
have
| ⟨Se (a)Sp (b)⟩ − ⟨Se (a)Sp (b)⟩ |
Z
= Se (a, v ) [Sp (b, v ) − Sp (b′ , v )] ρ(v)dn v
Rn
Z
4
= Se (a, v )Sp (b, v ) 1 − 2 Sp (b, v )Sp (b′ , v ) ρ(v)dn v
Rn ℏ
Z 2
ℏ
⩽ − Sp (b, v )Sp (b′ , v ) ρ(v)dn v
4
ℏ2
= − ⟨Sp (b)Sp (b′ )⟩
4
54
These are Bell’s inequalities (for hidden variable theories).
Let’s see what quantum mechanics predicts. Since (Se ⊗ 1p + 1e ⊗ Sp ) |EPR⟩ = 0,
we have
ℏ2 iℏ
Then we use a · S b · S = 4 a · b1 + 2 (a × b) · S. But ⟨EPR|Sp |EPR⟩ = 0, so
ℏ2
⟨a · Sp b · Sp ⟩EPR = a·b
4
In quantum mechanics we can re-write Bell’s inequalities as
ℏ2
| ⟨a · Sp b · Se− ⟩EPR − ⟨a · Se+ b′ · Se+ ⟩EPR | = |a · (b − b′ )|
4
2
But RHS = ℏ4 (1 − b · · · b′ ). This inequality is violated e.g. when a = x̂, b = ŷ
and b′ = √12 (x̂ + ŷ). In 1982, Aspect and Roger totted this (a slightly differed
version of the CHSH).
[Lecture 23 finish]
55