The action principle and variational calculus
Anchor (Master): Arnold, *Mathematical Methods of Classical Mechanics*, 2nd ed. (1989), §12–14; Landau & Lifshitz, *Mechanics*, 3rd ed. (1976), §2–3
Intuition [Beginner]
Newton's laws say: here are the forces, now compute the acceleration, then integrate twice to get the motion. The action principle says something radically different: of all the paths a particle could take between two points at two times, the one it actually takes is the path that makes a certain number — the action — as small as possible (more precisely, stationary).
What is this number? For each candidate path, you compute the Lagrangian at every point along the path. The Lagrangian is kinetic energy minus potential energy: . The action is the accumulated sum of over the entire path — for a continuous path, this is the area under the -versus-time curve from to , which equals the area under the curve minus the area under the curve.
Nature picks the path that makes stationary — meaning that small wiggles of the path do not change to first order. For a ball thrown in a parabolic arc, the actual parabola is the one path between the throw and the catch for which is stationary. Every other nearby curve (a slightly higher arc, a slightly lower one) gives a larger action.
Why should you care? Three reasons.
First, the action principle is equivalent to Newton's laws for standard mechanical systems. Every Newtonian problem can be reformulated as "find the path that makes stationary," and you get the same answer. But the action principle works in situations where Newton's laws are awkward: systems with constraints (a bead on a wire, a pendulum with a rigid rod), systems with many particles, systems in curvilinear coordinates.
Second, the action principle is coordinate-independent. Newton's requires you to choose coordinates and decompose forces into components. The action is a single number — it does not care what coordinates you compute it in. This makes it the natural starting point for general relativity and quantum field theory.
Third, the action principle is the bridge to quantum mechanics. In Feynman's path-integral formulation, every path contributes, weighted by . In the classical limit (), the paths near the stationary-action path reinforce each other and all others cancel — recovering the action principle. Classical mechanics is quantum mechanics in the limit where the action is much larger than Planck's constant.
Visual [Beginner]
Figure: A particle must travel from point A (left) at time to point B (right) at time . Several candidate paths are drawn: the actual physical path (solid curve, a parabola for projectile motion) and two nearby alternative paths (dashed curves, one slightly higher, one slightly lower). Below each path is a number: the action is smallest for the physical path. The physical path is labelled "stationary action." A small arrow shows a perturbation of the physical path; the text reads "a small wiggle changes by zero to first order."
Worked example [Beginner]
A free particle (no forces, so ) moves in one dimension from to metres in 2 seconds. Its Lagrangian is (kinetic energy only, no potential). What path makes the action stationary?
The action is the accumulated kinetic energy over 2 seconds. For a straight-line path (constant velocity m/s), the kinetic energy is constant at , so joule-seconds.
Now try a detoured path: , which also connects the endpoints (the sine term is zero at and ). Its velocity is , so . The action is:
.
The first-order term vanishes (the cosine term averages to zero over the full interval). The action differs from the straight-line value only at second order in . The straight-line path has stationary action — the first variation is zero.
What this tells us: a free particle, subject to no forces, travels in a straight line at constant speed — Newton's first law recovered from the action principle. The action is stationary (not necessarily minimal) at the physical path. For this particular example it happens to be a minimum; for other systems it can be a saddle point.
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let be the configuration space of a mechanical system (a smooth manifold of dimension , the number of degrees of freedom). A path is a smooth curve with fixed endpoints and .
The Lagrangian is a smooth function on the tangent bundle (position-velocity space) and time. For a standard mechanical system, where is the kinetic energy and the potential energy.
The action functional is defined on the space of smooth paths with fixed endpoints by
Hamilton's principle of stationary action. The physical trajectory of the system is the path for which the action is stationary under variations that vanish at the endpoints:
To compute , consider a one-parameter family of paths where and is small. The first variation is
Integrating the second term by parts (the boundary term vanishes because ):
Since is arbitrary (subject to the endpoint conditions), for all if and only if
These are the Euler-Lagrange equations, derived fully and applied in 09.02.02 pending. For this unit, the key point is the principle itself: the Euler-Lagrange equations are the condition for the action to be stationary.
The action principle and Newton's second law. For a single particle in Cartesian coordinates with , the Euler-Lagrange equations give . So Newton's second law is recovered as a special case of the action principle for the standard Lagrangian .
Counterexamples to common slips
The action is not necessarily minimised. The principle is "stationary action," not "least action." For most simple mechanical systems over short times the stationary path is indeed a minimum, but for the harmonic oscillator with period , paths of duration greater than have the stationary path as a saddle point. The correct terminology is Hamilton's principle or the principle of stationary action.
The Lagrangian is not unique. If and differ by a total time derivative, they yield the same Euler-Lagrange equations and the same physical trajectories. This gauge freedom in the Lagrangian is important for electromagnetic potentials and gauge field theories.
The action principle requires fixed endpoints. The variation must vanish at and . Free-endpoint variations give additional boundary conditions (natural boundary conditions) but change the variational problem.
Key theorem with proof [Intermediate+]
Theorem (Hamilton's principle is equivalent to Newton's second law for standard mechanical systems). Let a particle of mass move in a potential with no constraints. The action is stationary at if and only if satisfies (Newton's second law with conservative force).
Proof. The Lagrangian is . The Euler-Lagrange equation for the -component is:
Rearranging: . The and components give identical equations. Together:
which is Newton's second law for a conservative force. The converse follows by running the derivation in reverse: if , then the Euler-Lagrange equations hold, and therefore for all variations. ∎
Corollary. For any system with a standard Lagrangian , Hamilton's principle reproduces Newton's second law in generalised coordinates. The Euler-Lagrange equations are the coordinate-independent generalisation of .
The power of this equivalence is that the action principle works in any coordinate system without recomputing force components. For a pendulum, writing in the angular coordinate and applying the action principle gives the equation of motion directly, without resolving forces along and perpendicular to the string.
Worked example: the brachistochrone
Find the curve between and (with positive downward) along which a bead slides frictionlessly under gravity in the least time.
The transit time is where and (energy conservation). So the functional to minimise is:
The integrand has no explicit -dependence, so the Beltrami identity gives . Computing:
Setting this equal to a constant : . Parametrising gives the cycloid , . The brachistochrone is a cycloid — the same curve generated by a point on a rolling wheel. This was the problem that launched the calculus of variations (Johann Bernoulli, 1696).
Exercises [Intermediate+]
Lean formalization [Intermediate+]
Mathlib has Frechet derivatives on Banach spaces (Analysis.Calculus.FrechetDeriv) and the smooth manifold structure needed for path spaces. It does not formalise the action functional as a map from a space of curves to the reals, nor Hamilton's principle as a first-variation condition, nor the derivation of the Euler-Lagrange equations by integration by parts. The pieces exist (integration, differentiation by parts, ODE theory) but are not assembled into a variational-calculus theorem. lean_status: none.
The variational principle on configuration manifolds [Master]
The intermediate-tier derivation uses local coordinates on the configuration manifold . The coordinate-free formulation lifts the action functional to the space of smooth paths in and expresses the variational principle in terms of geometric objects on the tangent bundle .
Let be a smooth curve. Its lift to is the curve given by , where the second component is the velocity vector at time . The Lagrangian pulls back along the lift to give the time-dependent function , and the action is the integral of this pullback.
A variation of is a smooth map with and , for all . The variation field is a vector field along vanishing at the endpoints. The first variation is
In local coordinates this recovers the Euler-Lagrange equations derived in the Intermediate tier. The coordinate-free content is that the equations hold in every chart, by the fundamental lemma of the calculus of variations applied to the component functions.
The deeper geometric structure is captured by the Poincare-Cartan 1-form on :
Its exterior derivative is a 2-form on . For a regular Lagrangian (one for which the fibre Hessian is non-degenerate), is a symplectic form. The Euler-Lagrange equations are equivalent to the condition that the lifted physical curve is an integral curve of the Lagrangian vector field defined by , where is the energy function.
This reformulation identifies the Euler-Lagrange dynamics with symplectic geometry on : the action principle selects curves that are Hamiltonian flow lines of on the symplectic manifold . The Legendre transform 09.04.01 pending maps this picture to the cotangent bundle with its canonical symplectic form , and the Hamiltonian vector field on is the Legendre-dual of .
Proposition. If is a regular Lagrangian on and is a solution of the Euler-Lagrange equations, then the lifted curve in is an integral curve of the Lagrangian vector field satisfying .
Proof. In local coordinates, write where . Along the lifted curve , the tangent vector has components . The Euler-Lagrange equations give . Contracting and using , the result follows, confirming is an integral curve of .
The second variation, Jacobi fields, and conjugate points [Master]
The first variation determines whether the action is stationary. The second variation determines the character of the stationary point: minimum, maximum, or saddle.
Consider a variation where is the variation field and is a second-order correction. The second variation of the action at a stationary path is
For the geodesic Lagrangian on a Riemannian manifold , this simplifies to
where is the Riemann curvature tensor. This is the index form. A variation for which witnesses that the geodesic is not a minimum of the action.
A Jacobi field along is a vector field satisfying the Jacobi equation
where is the covariant derivative along . Jacobi fields are variations through geodesics: if is a family of geodesics with , then is a Jacobi field. Conversely, every Jacobi field arises this way.
Two points and on a geodesic are conjugate if there exists a non-zero Jacobi field along with and . Geometrically, conjugate points are where the exponential map fails to be a local diffeomorphism: is conjugate to along if and only if has non-maximal rank.
Theorem (Morse index theorem for geodesics). The index of the quadratic form on the space of variation fields vanishing at the endpoints — the number of independent negative-directions — equals the number of conjugate points along in , counted with multiplicity.
The Morse index theorem identifies the analytical property (index of the second variation) with the geometric property (count of conjugate points). A geodesic segment free of interior conjugate points locally minimises the energy functional; the appearance of the first conjugate point marks the transition from minimum to saddle.
Example. On the sphere with its round metric, any geodesic (great circle) starting at the north pole has its first conjugate point at the south pole, at distance along the geodesic. For paths shorter than , the great-circle arc is the unique energy minimiser. For paths longer than , it is a saddle point: one can shorten by "popping" the geodesic off the conjugate point. This is the geometric reason why airlines fly great-circle routes between nearby cities but not through antipodal points, where multiple shortest routes coexist.
Example. For the harmonic oscillator with angular frequency , a path of duration greater than has conjugate points. The action changes from a minimum to a saddle at , even though the path remains the unique physical trajectory. This confirms the "stationary action" terminology: the physical path need not minimise .
The Hamilton-Jacobi equation and the optical analogy [Master]
The action , regarded as a function of the upper endpoint and upper time limit (with the lower endpoint and lower time limit fixed), satisfies a first-order nonlinear PDE — the Hamilton-Jacobi equation. Write for the action evaluated along the physical path from to . By the chain rule and the Euler-Lagrange equations:
where is the Hamiltonian and are the momenta. This is the Hamilton-Jacobi equation. It states that the time-dependent action function is a solution of a first-order PDE whose characteristic equations are Hamilton's equations of motion.
Derivation. Consider a solution path from to . The action along is . Vary the upper endpoint , . The first variation gives (without the endpoint-vanishing condition):
So and , giving the Hamilton-Jacobi equation immediately.
A complete integral of the Hamilton-Jacobi equation is a solution depending on constants of integration (one for each degree of freedom) such that . By the method of characteristics, a complete integral determines the full solution of the mechanical system: the trajectory is recovered from (constant), , and the physical meaning of the constants depends on the choice of coordinates and the symmetries of the system.
The optical analogy is exact. The eikonal equation of geometric optics is , where is the optical path length and the refractive index. Light rays are the characteristics of the eikonal equation, just as mechanical trajectories are the characteristics of the Hamilton-Jacobi equation. Hamilton discovered this analogy in 1834 [Hamilton 1834], and it directly inspired de Broglie's matter waves (1924) and Schrodinger's wave equation (1926), which was found by analogy with the Hamilton-Jacobi equation.
Example: the Kepler problem. For a particle of mass in a central potential , the Hamilton-Jacobi equation separates in spherical coordinates . The constants of integration are the energy , the total angular momentum , and the -component of angular momentum . The separation yields , with each function determined by an ODE. The radial equation gives the turning points and the orbit shape, recovering the elliptic, parabolic, and hyperbolic orbits from the single variational principle.
Feynman's path integral and the classical limit [Master]
Feynman's 1948 formulation replaces the classical statement "the physical path has stationary action" with the quantum-mechanical statement "the probability amplitude for a particle to go from at to at is a sum over all paths, weighted by " [Feynman 1948]:
The integral is over all continuous paths with and , and is a formal path-space measure. The rigorous construction of requires either the Wiener measure (Euclidean time) or the Fresnel integral (real time); for this discussion the formal expression suffices.
In the classical limit , the phase oscillates rapidly for paths where is not stationary. These paths contribute nearly zero by destructive interference. Near the stationary-action path , expand . The stationary-phase approximation gives
where is the Morse index of (the number of negative eigenvalues of , equal to the number of conjugate points along by the Morse index theorem). The prefactor is the van Vleck determinant, named after van Vleck's 1928 work on correspondence principles [VanVleck 1928].
The van Vleck determinant has a direct physical meaning. For the propagator , the probability density is proportional to . This determinant measures the density of classical trajectories in configuration space — the rate at which nearby initial conditions spread. The classical limit of the quantum propagator is the square root of this trajectory density, multiplied by the classical phase .
The path integral provides a conceptual resolution of the "teleology" of the action principle. The classical action principle says "nature selects the stationary-action path." The path integral says "all paths contribute, and the stationary-action path dominates because of phase coherence." The action principle is not a teleological selection mechanism; it is a consequence of wave interference in the limit .
The connection to the Hamilton-Jacobi equation appears in the WKB approximation. Writing the wavefunction as and substituting into the Schrodinger equation, the leading order in recovers the Hamilton-Jacobi equation for , and the next order gives a transport equation for the amplitude related to the van Vleck determinant. The WKB hierarchy generalises to arbitrary order in and is the semiclassical bridge between the path integral and the Hamilton-Jacobi theory 09.05.01 pending.
Field-theoretic extension of the action principle [Master]
The action principle extends from particle paths to field configurations. Replace the path by a field on spacetime (a Lorentzian manifold of dimension ). The Lagrangian density is a function of the field and its first derivatives. The action functional is
The field-theoretic Euler-Lagrange equation is derived by the same variational argument: vary with vanishing on , integrate the derivative term by parts, and apply the fundamental lemma:
The index labels the field components and labels spacetime directions. Summation over repeated indices is implied.
Example: the Klein-Gordon field. For a real scalar field on Minkowski spacetime with Lagrangian density , the Euler-Lagrange equation gives , where is the d'Alembertian. This is the Klein-Gordon equation, the relativistic wave equation for a free scalar particle of mass .
Example: Maxwell's equations from the electromagnetic action. The electromagnetic field is described by the potential 1-form with field strength . The Lagrangian density is
where is the current 4-vector. Varying with respect to gives — the inhomogeneous Maxwell equations. The homogeneous equations are satisfied automatically by the definition . This Lagrangian formulation of electromagnetism is the starting point for gauge field theory 10.09.01 pending and the Standard Model.
The stress-energy tensor arises from the field-theoretic action via Noether's theorem applied to spacetime translations:
where is the inverse metric. Conservation follows from translation invariance of . This tensor is the source term in Einstein's field equations 13.02.01, making the action principle the bridge from Lagrangian field theory to general relativity.
Synthesis. The action principle is the foundational reason that classical mechanics, optics, quantum mechanics, and field theory share a common variational architecture. The central insight is that the single functional simultaneously encodes the equations of motion (via ), the symplectic structure (via the Poincare-Cartan form ), the Hamiltonian (via the energy function ), the quantum propagator (via the path integral ), and the conserved quantities (via Noether's theorem applied to symmetries of ). Putting these together, the Euler-Lagrange equations on , the Hamilton-Jacobi PDE on , the path integral on the space of curves, and the field-theoretic Euler-Lagrange equations on the space of field configurations are all manifestations of the same variational condition.
This is exactly the structure that identifies Lagrangian and Hamiltonian mechanics: the bridge is the Legendre transform , and the pattern generalises from finite-dimensional configuration spaces to infinite-dimensional field spaces, from classical mechanics to quantum field theory, and from particle paths to spacetime histories. The action principle appears again in 09.03.01 pending as the input to Noether's first theorem, builds toward 09.04.01 pending as the Legendre convert converts the variational problem into symplectic dynamics, and the pattern recurs in 12.10.01 pending where the classical action weights the Feynman path integral.
Full proof set [Master]
Proposition 1 (The Poincare-Cartan form encodes the Euler-Lagrange equations). Let be a regular Lagrangian on with Poincare-Cartan form , where . A curve satisfies the Euler-Lagrange equations if and only if the exterior derivative vanishes on the lifted curve , in the sense that when restricted to variations vanishing at the endpoints.
Proof. In local coordinates, . Expand . Substituting:
Along the lifted curve , the tangent vector is . Contracting with :
Using and simplifying, the condition restricted to variations gives , which are the Euler-Lagrange equations.
Proposition 2 (Conjugate points detect saddle behaviour). Let be a geodesic on a Riemannian manifold. If has no conjugate points in , then is a local minimum of the energy functional among curves with the same endpoints. If has a conjugate point at some $t_ \in (t_1, t_2)V\delta^2 S[V] < 0\gamma$ is a saddle point.*
Proof. The second variation for the geodesic energy is the index form . If there are no conjugate points in , then the Jacobi fields vanishing at are all non-zero in the open interval, and the index form is positive definite on variation fields vanishing at both endpoints. This is the Jacobi field criterion for a minimum, established by comparing an arbitrary variation field with the Jacobi field sharing the same boundary data: integration by parts shows , and both terms are non-negative when no conjugate points are present.
If is conjugate to , then there exists a Jacobi field with and . Extend by zero for and construct a variation supported in a small neighbourhood of . The second variation of this piecewise-smooth variation is negative, because the curvature term dominates near the conjugate point where is small but is non-vanishing.
Proposition 3 (Gauge invariance of the action). Two Lagrangians and that differ by a total time derivative yield identical Euler-Lagrange equations and the same stationary paths.
Proof. The action difference is . This depends only on the fixed endpoints and , not on the path between them. For any variation vanishing at the endpoints, . So , and the stationary conditions are identical.
Connections [Master]
Newton's laws
09.01.02pending. The action principle recovers Newton's second law in Cartesian coordinates with the standard Lagrangian ; the Euler-Lagrange equations are the coordinate-independent generalisation of this recovery.Conservation laws
09.01.03. Energy and momentum conservation are re-derived from the action principle via the Beltrami identity (energy conservation from time-translation invariance) and cyclic coordinates (momentum conservation from translation invariance in a coordinate), both special cases of Noether's theorem.Euler-Lagrange equations
09.02.02pending. The differential-equation form of the stationary-action condition derived in this unit is developed in full computational detail there, including constrained systems and non-Cartesian coordinates.Noether's theorem
09.03.01pending. Generalises the Beltrami identity and cyclic-coordinate observations: every continuous symmetry of produces a conserved quantity. The action principle is the input, and Noether's first theorem is the output.Legendre transform and Hamiltonian mechanics
09.04.01pending. Converts the Lagrangian to the Hamiltonian , mapping the action principle on to Hamilton's equations on . The Poincare-Cartan form on maps to the canonical symplectic form on .Hamilton-Jacobi theory
09.05.01pending. The action function satisfies the Hamilton-Jacobi PDE, whose characteristics are the physical trajectories. This is the PDE counterpart to the variational formulation.Classical field theory and electromagnetism
10.09.01pending. Lifts the action principle from particle paths to field configurations, yielding Maxwell's equations from the EM Lagrangian .Feynman path integrals
12.10.01pending. Replaces the classical stationary-action selection with a quantum sum over all paths weighted by ; the classical limit recovers the action principle by stationary-phase dominance.General relativity
13.02.01. The Einstein-Hilbert action applies the variational principle to the spacetime metric itself; the field-theoretic Euler-Lagrange equation for the metric is Einstein's equation .
Historical & philosophical context [Master]
The action principle originated not in mechanics but in optics. Fermat (1662) proposed that light follows the path of least time between two points (Fermat's principle), explaining refraction [Fermat 1662]. Maupertuis (1744) conjectured a similar principle for mechanics — "nature acts by the shortest path" — but his formulation was vague and his priority dispute with Konig was acrimonious [Maupertuis 1744].
Euler, responding to Maupertuis, formalised the variational calculus in Methodus inveniendi lineas curvas maximi minimive proprietate gaudentes (1744), deriving what are now called the Euler equations for variational problems [Euler 1744]. Lagrange, in Mecanique analytique (1788), reformulated all of mechanics as the consequence of a single variational principle — the principle of virtual work extended to dynamics via d'Alembert's principle — and derived the general equations of motion (the Euler-Lagrange equations in modern terminology) without drawing a single diagram [Lagrange 1788].
Hamilton, in his two papers on dynamics (1834, 1835), unified the optical and mechanical variational principles by introducing the action as a function of both endpoints and time, deriving the Hamilton-Jacobi equation, and recognising the analogy with the eikonal equation of geometric optics [Hamilton 1834]. Jacobi (1843) developed the theory of complete integrals and the variational approach to canonical transformations. The optical-mechanical analogy was the direct inspiration for de Broglie's matter waves (1924) and Schrodinger's wave equation (1926), which was discovered by analogy with the Hamilton-Jacobi equation.
The philosophical content of the action principle is distinctive. Unlike Newton's laws, which are local (force at a point determines acceleration at that point), the action principle is global (the entire path is selected by a condition on the whole trajectory). This teleological character — nature "knows" the endpoint and "chooses" accordingly — troubled Maupertuis's contemporaries and remains a subject of philosophical analysis 20.07.01 pending. The resolution in quantum mechanics is that the action principle is an approximation: all paths contribute, and the stationary-action path dominates because of phase coherence, not because nature "chooses" it.
Morse (1934) extended the second-variation analysis to infinite-dimensional path spaces, founding Morse theory — the study of the relationship between the critical points of a function on a manifold and the topology of the manifold itself. The Morse index theorem for geodesics, stated in the second-variation section above, is the prototype for the general theory, which appears again in 05.01.01 (Morse theory on loop spaces).
Bibliography [Master]
@incollection{Fermat1662,
author = {Fermat, Pierre de},
title = {Synthesis ad refractiones},
year = {1662},
note = {Posthumous; collected in {\it Varia opera mathematica}, 1679}
}
@article{Maupertuis1744,
author = {Maupertuis, Pierre-Louis},
title = {Accord de diff\'erentes loix de la nature qui avaient jusqu'ici paru incompatibles},
journal = {M\'emoires de l'Acad\'emie Royale des Sciences de Paris},
year = {1744},
pages = {417--426}
}
@book{Euler1744,
author = {Euler, Leonhard},
title = {Methodus inveniendi lineas curvas maximi minimive proprietate gaudentes},
publisher = {Bousquet},
address = {Lausanne},
year = {1744}
}
@book{Lagrange1788,
author = {Lagrange, Joseph-Louis},
title = {M\'ecanique analytique},
publisher = {Desaint},
address = {Paris},
year = {1788}
}
@article{Hamilton1834,
author = {Hamilton, William Rowan},
title = {On a General Method in Dynamics},
journal = {Philosophical Transactions of the Royal Society},
volume = {124},
pages = {247--308},
year = {1834}
}
@book{Arnold1989,
author = {Arnold, Vladimir I.},
title = {Mathematical Methods of Classical Mechanics},
edition = {2nd},
publisher = {Springer},
series = {Graduate Texts in Mathematics},
number = {60},
year = {1989}
}
@book{LandauLifshitz1976,
author = {Landau, Lev D. and Lifshitz, Evgeny M.},
title = {Mechanics},
edition = {3rd},
publisher = {Pergamon},
series = {Course of Theoretical Physics},
volume = {1},
year = {1976}
}
@book{FeynmanHibbs1965,
author = {Feynman, Richard P. and Hibbs, Albert R.},
title = {Quantum Mechanics and Path Integrals},
publisher = {McGraw-Hill},
year = {1965}
}
@book{Taylor2005,
author = {Taylor, John R.},
title = {Classical Mechanics},
publisher = {University Science Books},
year = {2005}
}
@book{SusskindHrabovsky2014,
author = {Susskind, Leonard and Hrabovsky, George},
title = {The Theoretical Minimum: Classical Mechanics},
publisher = {Basic Books},
year = {2014}
}
@book{Goldstein2002,
author = {Goldstein, Herbert and Poole, Charles P. and Safko, John},
title = {Classical Mechanics},
edition = {3rd},
publisher = {Pearson},
year = {2002}
}
@book{TongDynamics,
author = {Tong, David},
title = {Classical Dynamics},
series = {DAMTP Cambridge Lecture Notes},
year = {2005},
note = {\S2}
}
@article{VanVleck1928,
author = {Van Vleck, John H.},
title = {The Correspondence Principle in the Statistical Interpretation of Quantum Mechanics},
journal = {Proceedings of the National Academy of Sciences},
volume = {14},
pages = {178--188},
year = {1928}
}
@article{Feynman1948,
author = {Feynman, Richard P.},
title = {Space-Time Approach to Non-Relativistic Quantum Mechanics},
journal = {Reviews of Modern Physics},
volume = {20},
pages = {367--387},
year = {1948}
}
@book{Morse1934,
author = {Morse, Marston},
title = {The Calculus of Variations in the Large},
publisher = {American Mathematical Society},
series = {Colloquium Publications},
volume = {18},
year = {1934}
}
@book{Jacobi1843,
author = {Jacobi, Carl G. J.},
title = {Vorlesungen \"uber Dynamik},
year = {1843},
note = {Published posthumously, 1866}
}