Field Lagrangians and the Continuum Limit: Elastic Media and the Wave Equation as a Field Theory
Anchor (Master): Landau & Lifshitz, Mechanics, 3rd ed. (1976), §46-47; Landau & Lifshitz, Theory of Elasticity, 3rd ed. (1986), §1-5; Goldstein, Poole & Safko, Ch. 13
Intuition Beginner
Picture a guitar string. At rest it is a straight line. Pluck it and a wave travels along the string, bounces off the fixed ends, and produces the note you hear. A guitar string is not a single particle -- it is a continuous object, a one-dimensional medium with mass spread along its length. To describe its motion you need a field: a quantity defined at every point along the string at every moment in time. The field is the transverse displacement -- how far the string has moved from its rest position at location and time .
The Lagrangian framework extends naturally from particles to fields. For a single particle the Lagrangian is a function of position, velocity, and time. For a field you replace the particle Lagrangian with a Lagrangian density -- the Lagrangian per unit length (or per unit area, or per unit volume, depending on the dimension). The total Lagrangian is the integral of the density over the whole system.
But how do you get from particles to fields? The bridge is a chain of coupled oscillators. Imagine point masses connected by springs of constant , spaced a distance apart, fixed at both ends. Each mass can move up and down (transversely). The displacement of the -th mass from equilibrium is . This is a system with degrees of freedom, and its Lagrangian is obtained by adding up each mass's kinetic energy minus the spring potential energy between neighbours, for all masses.
The Euler-Lagrange equations for this system give coupled ODEs. When or you can solve them directly -- this is the normal-mode problem studied in 09.02.04. But real strings have atoms. The only tractable description treats the string as a continuum.
Take the limit while keeping the total mass and total length fixed. The spacing , each individual mass , but the mass density stays constant. The discrete index becomes a continuous position . The displacement becomes the field . The finite difference becomes times the spatial rate of change of .
Adding up over all masses becomes summing over the whole length of the string. The total Lagrangian is obtained by summing the Lagrangian density over the whole string from to . The density depends on the displacement , its spatial rate of change, its velocity , position , and time .
where is the Lagrangian density. For the vibrating string, this density is , where is the elastic modulus and is the spatial rate of change of .
The Euler-Lagrange equations then become partial differential equations instead of ordinary ones. For the vibrating string the field equation is the wave equation:
where is the acceleration of the string at each point and is its curvature in space. This single equation describes all wave motion on the string. The wave speed is .
Visual Beginner
Figure: A vibrating string fixed at both ends. The displacement field is shown as a transverse wave with a single antinode at the centre. Below the string, a row of point masses connected by springs illustrates the discrete-to-continuum transition: as grows and the spacing shrinks, the chain becomes the continuous string.
Worked example Beginner
An elastic string of length and mass per unit length is fixed at both ends and stretched with tension . At rest the string lies along the -axis. When plucked, the transverse displacement is .
The kinetic energy of a small piece of string of length is . The potential energy stored in the stretching of that piece is approximately for small displacements (the extra length due to the slope is , multiplied by the tension ). Adding up all the pieces along the string gives the total kinetic energy (summing over the string) and total potential energy (summing over the string).
The Lagrangian is , which is the integral of the Lagrangian density:
For a string of length m, mass density kg/m, and tension N, the wave speed is m/s. The fundamental frequency is Hz -- a low A note. The general solution is for arbitrary waveforms and travelling right and left.
Check your understanding Beginner
Formal definition Intermediate+
The discrete chain and the continuum limit
Consider masses connected by springs of constant and equilibrium spacing . The displacement of the -th mass from equilibrium is . The Lagrangian is
The Euler-Lagrange equations give the equations of motion , a system of coupled ODEs. This is exactly the normal-mode system of 09.02.04.
Now pass to the continuum. Define the mass density , the elastic modulus , the displacement field , and the spatial coordinate . The finite difference becomes . Substituting into the Lagrangian:
where the Lagrangian density is
The action is the integral of the Lagrangian density over space and time:
The field replaces the finite set of coordinates . Where particle mechanics has a sum over particles, field theory has an integral over space. Where particle mechanics has ordinary derivatives , field theory has partial derivatives and .
Euler-Lagrange equations for fields
For a general Lagrangian density depending on a field and its first derivatives (using the spacetime index notation with ), the action is (integrating over space and time). Requiring for arbitrary compactly-supported variations gives the Euler-Lagrange field equations:
The sum over is implied. In 1+1 dimensions with coordinates and a single scalar field , this reads
The derivation follows the same integration-by-parts argument as the particle Euler-Lagrange equations 09.02.02, but the single time integration by parts is supplemented by an integration by parts in each spatial direction.
For the string Lagrangian density : , , . The Euler-Lagrange equation gives
the wave equation with speed .
The Klein-Gordon Lagrangian
Adding a restoring force (a potential per unit length ) to the string modifies the Lagrangian density:
The Euler-Lagrange equation becomes
Setting , , and and switching to relativistic notation with :
This is the Klein-Gordon equation -- the relativistic wave equation for a scalar field of mass . The Lagrangian density that produces it is
The elastic string is the massless case . The massive case introduces a characteristic frequency and a dispersion relation that departs from the linear (non-dispersive) behaviour of the plain string.
Higher-dimensional fields
In spatial dimensions the Lagrangian density depends on and , and the Euler-Lagrange equation becomes
For an elastic membrane (2D drumhead) with displacement , surface tension , and mass per unit area :
giving the two-dimensional wave equation .
The elastic rod: longitudinal vibrations
An elastic rod of cross-section , Young's modulus , and density undergoes longitudinal displacement . The strain is and the stress is . The Lagrangian density is
giving the wave equation with longitudinal wave speed . For steel ( GPa, kg/m), m/s.
Noether current preview
If the Lagrangian density is invariant under a continuous transformation of the field, there is a conserved current. For a spacetime translation , the conserved current is the canonical stress-energy tensor
satisfying on shell. The component is the energy density, is the momentum density (energy flux), and is the stress tensor. The full derivation is the subject of Noether's theorem 09.03.01.
Key theorem with proof Intermediate+
Theorem (The wave equation is the Euler-Lagrange equation for the elastic-string Lagrangian density). The one-dimensional wave equation is the Euler-Lagrange equation for the Lagrangian density .
Proof. The action is
Vary with vanishing on the boundary of the space-time domain:
Integrate by parts in for the first term and for the second:
The boundary terms vanish because on the boundary. Since is arbitrary in the interior:
Substituting : , , . Therefore .
Corollary (Normal modes). For fixed boundary conditions , the normal-mode solutions are with frequencies where . The general solution is a superposition , determined by the initial displacement and velocity.
Corollary (D'Alembert solution). The general solution of the wave equation on the entire line is for arbitrary twice-differentiable functions and , representing right-moving and left-moving waves.
Exercises Intermediate+
Lean formalization Intermediate+
The Euler-Lagrange equations for fields require a calculus of variations on infinite-dimensional function spaces (the space of field configurations). Mathlib has finite-dimensional calculus-of-variations machinery but not the field-theoretic extension. The continuum limit (passage from discrete to continuous) would require assembling Mathlib's measure-theory integration with its finite-dimensional Lagrangian mechanics. The stress-energy tensor derivation requires tangent-space computations on the space of field configurations. The Klein-Gordon equation as an Euler-Lagrange PDE would require Mathlib's PDE and distribution-theory capabilities, which are in early stages. This unit ships without a Lean module.
Advanced results Master
The stress-energy tensor from translation invariance
For a field theory with Lagrangian density in -dimensional spacetime, translation invariance in each spacetime direction produces a conserved current via Noether's theorem 09.03.01. The full set of components assembles into the canonical stress-energy tensor:
satisfying on solutions of the Euler-Lagrange equations. The component is the energy density, is the momentum density (or energy flux), and is the stress tensor (force per unit area in the -direction on a surface with normal in the -direction).
For the elastic string: (energy per unit length), (power flux), and (tension). The conservation law states that the rate of change of energy in a segment equals the net energy flux through its boundaries.
The canonical stress-energy tensor is not always symmetric. For field theories that are also Lorentz invariant, the Belinfante-Rosenfeld procedure produces a symmetric, gauge-invariant improved tensor that also satisfies and serves as the source of gravity in general relativity. The symmetric tensor is the one that couples to the metric in the Einstein field equations.
Three-dimensional elastic media
In three dimensions the displacement field is a vector field. The strain tensor is and for an isotropic elastic solid with Lame parameters and , the Lagrangian density is
The Euler-Lagrange equations give the Navier equations of elasticity:
These support two types of waves: longitudinal (P-waves, speed ) and transverse (S-waves, speed ). Seismology uses this framework to model earthquake wave propagation through the Earth's interior. The P-wave is irrotational () and the S-wave is incompressible ().
Gauge fields and field Lagrangians
The simplest gauge field theory -- the free electromagnetic field -- has Lagrangian density
where is the electromagnetic field tensor. The Euler-Lagrange equations for give Maxwell's equations in vacuum: . This is the prototype for all gauge field theories in modern physics, and its Lagrangian structure is a direct descendant of the elastic-string Lagrangian studied here.
The electromagnetic Lagrangian is singular (the Hessian is degenerate), reflecting gauge invariance . The Dirac-Bergmann constraint analysis produces the primary constraint and the secondary Gauss-law constraint . This connects to the singular-Lagrangian theory of 09.04.01.
Canonical quantization of fields: a preview
The passage from classical to quantum field theory proceeds by canonical quantization. Given a classical field Lagrangian density , define the conjugate momentum density
For the Klein-Gordon field , the conjugate momentum is . The Hamiltonian density is obtained by the field-theoretic Legendre transform 09.04.01:
The classical Poisson bracket of the field and its conjugate momentum is (the Dirac delta replaces the Kronecker delta of discrete mechanics). Canonical quantization promotes and to operators satisfying the equal-time commutation relations
This is the field-theoretic generalisation of . The Hamiltonian operator generates time evolution. The Fock-space representation decomposes the field into creation and annihilation operators:
where . The operators and create and destroy quanta (particles) of momentum , satisfying . The vacuum is annihilated by all , and the one-particle state has energy -- exactly the relativistic energy-momentum relation. The classical field becomes a quantum field whose excitations are particles -- this is the foundational insight of QFT 12.03.01.
The Hamiltonian in terms of creation and annihilation operators is
where is the (divergent) zero-point energy of the vacuum. Renormalisation -- the systematic subtraction of this and other divergences -- is the technical core of perturbative QFT. The normal-ordered Hamiltonian discards and counts only excitations above the vacuum. The entire machinery of Feynman diagrams, scattering amplitudes, and cross-sections in particle physics is built on this foundation.
For the massless case , the Klein-Gordon field reduces to the elastic-string field studied in this unit. The quanta are massless scalar particles analogous to (but distinct from) photons. The connection between the classical wave equation and the quantum description of massless particles is the simplest example of wave-particle duality in a field-theoretic setting.
Proof: conservation of the stress-energy tensor
Proposition (Stress-energy conservation). For any Lagrangian density that does not depend explicitly on , the canonical stress-energy tensor satisfies on solutions of the Euler-Lagrange equations.
Proof. Differentiate:
Expand by the chain rule:
The second terms match. The remaining terms are
On shell, the bracket vanishes by the Euler-Lagrange equations.
This is a special case of Noether's theorem 09.03.01: the symmetry is spacetime translation , and the conserved current for each choice of is . The four conservation laws (energy) and (momentum) encode the local balance of energy and momentum in the field.
The stress-energy tensor as the source of gravity
In general relativity, the symmetric stress-energy tensor appears on the right-hand side of the Einstein field equations:
The Einstein-Hilbert action generates the left-hand side through the Euler-Lagrange equations for the metric tensor (treated as a field). The matter Lagrangian density generates the right-hand side: . The elastic-string Lagrangian of this unit, embedded in a curved spacetime, would contribute to through this variational formula. The variational principle for the metric is the ultimate generalisation of the Euler-Lagrange equations for fields developed here.
Multi-component fields and internal symmetries
The scalar field studied so far carries no internal index. A multi-component field (with ) has a Lagrangian density that may be invariant under internal rotations . For the -invariant Lagrangian
Noether's theorem produces a conserved current for each generator of . The case with spontaneous symmetry breaking () produces three Goldstone bosons and one massive Higgs mode -- the mathematical template for the Higgs mechanism of the Standard Model. The field-theoretic Lagrangian formalism is the language in which the entire particle-physics Standard Model is written.
Synthesis. The continuum limit of discrete Lagrangian systems provides the foundational reason that field theories inherit the variational structure of particle mechanics; the central insight is that the Lagrangian density replaces the particle Lagrangian, the Euler-Lagrange PDE replaces the Euler-Lagrange ODE, and the sum over particles becomes an integral over space. This is exactly the structure that quantum field theory, continuum mechanics, and general relativity all share. The wave equation derived here is the simplest example of a field equation obtained from a variational principle. The Klein-Gordon equation introduces a mass gap and connects directly to the scalar field of QFT. The stress-energy tensor, derived from translation invariance, is the bridge to gravity and to the conservation laws that constrain all field theories. Putting these together, the continuum limit provides the passage from particle mechanics to field physics -- the single most important conceptual leap in theoretical physics from the 18th century to the present.
Connections Master
09.02.01The action principle for fields is the same condition as for particles, but the action is now a functional of the field configuration over a spacetime region rather than a path in time.09.02.02The Euler-Lagfield equations generalise the finite-dimensional Euler-Lagrange equations by replacing ordinary derivatives with partial derivatives and sums with integrals. The derivation follows the same integration-by-parts argument.09.03.01Noether's theorem for fields produces the stress-energy tensor as the conserved current associated with spacetime translation invariance. This unit's field Lagrangian provides the concrete setting in which that conservation law is derived. The stress-energy tensor computed here is the Noether current.09.04.01The Legendre transform for fields (from Lagrangian density to Hamiltonian density) follows the same pattern as the Legendre transform for particles: define the conjugate momentum density and form .09.07.01Continuum mechanics extends the one-dimensional elastic rod to three-dimensional elastic media with tensor-valued strain and stress. The Lagrangian density framework developed here is the starting point.08.01.01The Klein-Gordon equation is the relativistic wave equation for a free scalar particle. The QFT units develop the same equation from the perspective of quantum fields and Fock space.12.03.01Quantum field theory begins with the same field Lagrangian densities studied here, promoting the fields to operator-valued distributions. The Klein-Gordon Lagrangian of Exercise 6 is the free scalar field of QFT. The canonical quantization procedure outlined in the Master section is the bridge.
Historical & philosophical context Master
The passage from discrete to continuous mechanics was a central theme of 18th-century mathematical physics. The debate over the nature of the vibrating string -- whether it should be modelled as a continuum or as a discrete chain of infinitesimal masses -- consumed the attention of d'Alembert, Euler, Daniel Bernoulli, and Lagrange from the 1740s through the 1760s.
D'Alembert derived the wave equation in 1747 and found its general solution , one of the first PDE solutions ever found. Euler argued that arbitrary initial conditions should be admissible, while d'Alembert insisted on analyticity. Bernoulli proposed the trigonometric (Fourier) series solution in 1753, though its generality was not accepted until Fourier's 1807 memoir -- and rigorously justified only by Dirichlet in 1829.
Lagrange's Mechanique analytique (1788) contained the variational foundation for discrete mechanics, but the field-theoretic extension came later. Hamilton's principle (1834) was generalised to continuous systems by several authors in the late 19th century, but the systematic Lagrangian-density formulation was achieved by Hilbert in 1915 as part of his axiomatic approach to general relativity. Hilbert's derivation of the Einstein field equations from the Einstein-Hilbert action demonstrated that the Euler-Lagfield equations applied to the metric tensor produce the geometric theory of gravity. The same formalism was adopted by Dirac, Heisenberg, and Pauli for quantum electrodynamics in the 1920s and 1930s.
The canonical quantization programme was initiated by Dirac (1927) and developed systematically by Heisenberg and Pauli (1929-1930). The key step -- promoting the Poisson bracket to the commutator -- is a direct generalisation of the particle quantization that Schrodinger and Heisenberg had introduced in 1925-1926. The passage from the classical elastic string to the quantum field is thus the culmination of a line of thought that begins with the vibrating-string controversy of the 1740s and ends with the Standard Model of particle physics.
A philosophical point: the continuum limit is not merely a mathematical convenience. The physical question "is matter fundamentally discrete or continuous?" is left open by classical mechanics. The continuum limit produces the same predictions as the discrete model when the wavelength greatly exceeds the lattice spacing. Only at atomic scales does the discrete structure become detectable. The Lagrangian-density formalism is agnostic about this question; it applies equally well to fundamental fields (electromagnetism) and to emergent continuum descriptions of discrete systems (elastic solids). This is one of the deepest insights of classical field theory: the variational principle does not care whether the field is fundamental or emergent.
Bibliography Master
- d'Alembert, J. le R., "Recherches sur la courbe que forme une corde tendue mise en vibration," Hist. Acad. Berlin (1747), 214-219.
- Lagrange, J. L., Mechanique analytique (1788), Seconde Partie, §III.
- Hamilton, W. R., "On a general method in dynamics," Phil. Trans. Roy. Soc. 124 (1834), 247-308.
- Hilbert, D., "Die Grundlagen der Physik," Nachr. Ges. Wiss. Gottingen, Math.-Phys. Kl. (1915), 395-407.
- Dirac, P. A. M., "The quantum theory of the emission and absorption of radiation," Proc. Roy. Soc. A 114 (1927), 243-265.
- Heisenberg, W. & Pauli, W., "Zur Quantendynamik der Wellenfelder," Z. Phys. 56 (1929), 1-61; 59 (1930), 168-190.
- Goldstein, H., Poole, C. P. & Safko, J., Classical Mechanics, 3rd ed. (Pearson, 2002), Ch. 13.
- Taylor, J. R., Classical Mechanics (University Science Books, 2005), Ch. 13.
- Landau, L. D. & Lifshitz, E. M., Mechanics, 3rd ed. (Course of Theoretical Physics Vol. 1, Pergamon, 1976), §46-47.
- Landau, L. D. & Lifshitz, E. M., Theory of Elasticity, 3rd ed. (Course of Theoretical Physics Vol. 7, Pergamon, 1986), §1-5.
- Srednicki, M., Quantum Field Theory (Cambridge University Press, 2007), Ch. 3 (canonical quantization of the free scalar field).
- Peskin, M. E. & Schroeder, D. V., An Introduction to Quantum Field Theory (Westview, 1995), Ch. 2 (the Klein-Gordon field).