4.1 Gauge Field#
Overview#
The electromagnetic force — the force responsible for light, chemistry, and almost all everyday phenomena — emerges from a single symmetry requirement: the quantum phase of a charged particle can be freely redefined at each point in space and time. This gauge principle is one of the most powerful ideas in physics.
The three lessons in this unit trace the full logical arc: from the symmetry requirement (local phase invariance) to the structure of electromagnetism (E and B fields, Lorentz force), to the physical meaning of gauge invariance (what is measurable versus what is a matter of convention).
Topics#
Lesson |
Title |
Core Question |
|---|---|---|
4.1.1 |
How does requiring local U(1) symmetry in the Schrödinger equation force the introduction of a gauge field? |
|
4.1.2 |
How does minimal coupling to a gauge potential reproduce the Lorentz force and relate E and B to potentials? |
|
4.1.3 |
Which physical quantities are gauge-invariant, and what does gauge freedom really mean? |
Key Concepts#
Gauge principle: Local phase invariance \(\psi(\boldsymbol{x}) \to \mathrm{e}^{\mathrm{i}q\chi(\boldsymbol{x})/\hbar}\psi(\boldsymbol{x})\) requires the introduction of a gauge field \(\boldsymbol{A}\) to maintain covariance of the Schrödinger equation. This is the origin of electromagnetism.
Covariant derivative: \(\boldsymbol{D} = \nabla - \mathrm{i}(q/\hbar)\boldsymbol{A}\) transforms covariantly under gauge transformations. Replacing \(\nabla \to \boldsymbol{D}\) gives the gauge-invariant Hamiltonian \(\hat{H} = (\hat{\boldsymbol{p}} - q\boldsymbol{A})^2/2m + q\Phi\).
Kinetic momentum: \(\hat{\boldsymbol{\pi}} = \hat{\boldsymbol{p}} - q\boldsymbol{A}\) is the gauge-invariant, physically observable momentum. Canonical momentum \(\hat{\boldsymbol{p}} = -\mathrm{i}\hbar\nabla\) is gauge-dependent.
Lorentz force from gauge theory: The Heisenberg equation of motion for \(\hat{\boldsymbol{\pi}}\) gives \(m\boldsymbol{a} = q(\boldsymbol{E} + \boldsymbol{v} \times \boldsymbol{B})\). Electromagnetism is derived, not assumed.
Gauge redundancy: Gauge symmetry is not a physical symmetry of nature — it is a redundancy of description. Gauge-invariant quantities (\(\boldsymbol{E}\), \(\boldsymbol{B}\), energy eigenvalues) are physical; gauge-dependent ones (\(\boldsymbol{A}\), \(\Phi\), phase of \(\psi\)) are conventions.
Learning Objectives#
Derive the minimal coupling Hamiltonian from the requirement of local U(1) gauge invariance.
Construct the covariant derivative and verify gauge covariance of the Schrödinger equation.
Obtain the Lorentz force law from Heisenberg equations of motion.
Identify which physical quantities are gauge-invariant and which are gauge-dependent.
Project#
Project: Lattice Gauge Theory in 1+1 Dimensions#
Objective: Implement a lattice gauge theory (a discrete spacetime version of Yang-Mills theory) on a 1+1D lattice, study the phase structure and confinement mechanisms, and explore connections to condensed matter systems.
Background: Gauge theories are the foundation of the Standard Model, yet they are notoriously difficult to study nonperturbatively. Lattice gauge theory—formulated on a discrete spacetime grid—enables exact numerical simulation via Monte Carlo methods. In 1+1D (space and time), pure Yang-Mills theory confines: quarks cannot be separated to infinity without infinite energy cost. This confinement is a frontier question in QCD, and 1+1D is a laboratory where the mechanism is transparent and calculable. Recent connections to topological phases and quantum information make lattice gauge theories an active frontier.
Suggested Approach:
Discretize the Yang-Mills action on a 1D spatial lattice with time evolution: \(S = \sum_t \sum_n \mathrm{Tr}(U_{n,t} U_{n+1,t}^\dagger U_{n,t+1}^\dagger U_{n+1,t+1})\) for \(SU(2)\) or \(U(1)\) link variables.
Implement a Metropolis or heat-bath Monte Carlo algorithm to sample link configurations at inverse temperature \(\beta\).
Compute the plaquette average \(\langle \mathrm{Tr}(P) \rangle\) (order parameter), correlators, and screening lengths.
Study the phase transition: deconfined phase (large \(T\), \(\beta\) small) vs. confined phase (small \(T\), \(\beta\) large).
Insert a static quark-antiquark pair (Wilson loop operator) and measure the potential energy as a function of separation. Show linear confinement (\(V(r) \sim r\)) in the confined phase and screening in the deconfined phase.
Relate to Hamiltonian lattice gauge theory and quantum simulations on neutral atoms or superconducting qubits.
Expected Deliverable: Research report with code. Include: (i) lattice Yang-Mills formulation and discretization, (ii) Monte Carlo algorithm and implementation details, (iii) phase diagram and order parameters, (iv) Wilson loop measurements and confinement signatures, (v) comparison with analytical predictions, (vi) discussion of quantum simulator implementations.
Key References: J. B. Kogut, Rev. Mod. Phys. 51, 659 (1979); D. B. Kaplan, Rev. Mod. Phys. 80, 1285 (2008); lattice QCD reviews.