Conservation laws — energy, momentum, angular momentum
Anchor (Master): Arnold, *Mathematical Methods of Classical Mechanics*, 2nd ed. (1989), §3, §16; Landau & Lifshitz, *Mechanics*, 3rd ed. (1976), §2, §6–9
Intuition [Beginner]
Newton's laws tell you how force produces acceleration. Conservation laws tell you what does not change — quantities that remain constant throughout the motion regardless of the details. Three such quantities pervade all of physics: energy, momentum, and angular momentum. Each one is a bookkeeping tool that lets you solve problems without tracking every detail of the force.
Momentum is mass times velocity. When two objects collide, the total momentum before the collision equals the total momentum after. A small, fast object can have the same momentum as a large, slow one. A 70 kg person running at 5 m/s has momentum 350 kg m/s. A 1400 kg car moving at 0.25 m/s has the same momentum. In a collision between them, the momentum transfers from one to the other, but the total never changes.
Energy (specifically, mechanical energy) comes in two forms: kinetic (the energy of motion) and potential (stored energy due to position). A ball at the top of a hill has potential energy. As it rolls down, potential energy converts to kinetic. At the bottom, the ball is moving fast and has no potential energy left — all of it became kinetic. The total stays constant at every point along the slope.
Angular momentum is the rotational analogue of momentum. A spinning figure skater pulls her arms in and spins faster. Her mass does not change, her speed increases, but the angular momentum — which depends on both the distribution of mass and the spin rate — stays fixed. The total angular momentum of an isolated system never changes.
Why these three? Because each one corresponds to a symmetry of space and time. Momentum conservation comes from the fact that the laws of physics are the same everywhere in space (translation symmetry). Energy conservation comes from the fact that the laws are the same at all times (time-translation symmetry). Angular momentum conservation comes from the fact that the laws are the same no matter which direction you face (rotation symmetry). This deep connection between symmetries and conservation laws is Noether's theorem, developed in 09.03.01 pending.
Visual [Beginner]
Figure: A ball rolls without friction down a curved hill, starting from rest at height h. At the top (left), the ball is stationary — a tall blue bar shows potential energy, and the kinetic energy bar (green) is at zero. Halfway down the slope, both bars are equal height. At the bottom (right), the potential energy bar has shrunk to zero and the kinetic energy bar is at its maximum — equal to the original potential energy. A dashed horizontal line across all three positions marks the constant total energy.
Worked example [Beginner]
A 60 g tennis ball is thrown horizontally at 25 m/s and is struck by a racket. The ball returns at 30 m/s in the opposite direction. The racket contact lasts 0.004 seconds.
Momentum check. Before the hit, the ball's momentum is 0.060 kg times 25 m/s = 1.5 kg m/s (let us call this the positive direction). After the hit, the ball's momentum is 0.060 times (-30) = -1.8 kg m/s. The change in the ball's momentum is -1.8 minus 1.5 = -3.3 kg m/s.
By conservation of total momentum, the racket (and the player holding it) gains +3.3 kg m/s of momentum. If the player plus racket have a combined mass of 75 kg, the recoil velocity is 3.3 divided by 75 = 0.044 m/s — small but real.
Force. The average force on the ball is the momentum change divided by the contact time: 3.3 divided by 0.004 = 825 N. The ball experiences a force comparable to the weight of an 84 kg person, but concentrated into a region the size of the racket face and lasting only 4 milliseconds.
Energy check. Kinetic energy before: half times 0.060 times 625 = 18.75 J. After: half times 0.060 times 900 = 27 J. The kinetic energy increased from 18.75 J to 27 J. This is not a violation of energy conservation — the extra 8.25 J came from the player's muscles doing work on the racket during the swing. Mechanical energy of the ball alone is not conserved because an external force (the racket) did work on it.
What this tells us: momentum conservation holds for the combined ball-plus-racket system even though individual momenta change. Energy conservation holds when you account for all energy inputs (the player's work), not just the ball's kinetic energy.
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let a system of particles have masses , positions , and velocities for .
Linear momentum. The total linear momentum is
Theorem (Conservation of linear momentum). If the net external force on the system is zero, then .
Proof: . The internal forces cancel in pairs by Newton's third law (). With no external forces, .
Kinetic energy. The total kinetic energy is
Work-energy theorem. For a single particle acted on by a force , the change in kinetic energy equals the work done by the force:
Proof: . Integrating: .
Potential energy and conservative forces. A force is conservative if the work done depends only on the endpoints, not the path. Equivalently, (on a simply connected domain). Then there exists a potential energy function with
Conservation of mechanical energy. If all forces are conservative, the total mechanical energy is constant:
Proof: .
Angular momentum. The total angular momentum about the origin is
Theorem (Conservation of angular momentum). If the net external torque on the system is zero, then . For a single particle under a central force , is conserved.
Proof: . For internal forces satisfying the strong third law: since is parallel to . With no external torque, .
Counterexamples to common slips
"Energy is always conserved in collisions." Momentum is always conserved for isolated systems; kinetic energy is conserved only in elastic collisions. In inelastic collisions, kinetic energy is converted to thermal energy and deformation. The total energy (kinetic + thermal + all other forms) is always conserved, but the mechanical energy need not be.
Conflating conservation with constancy. A quantity is "conserved" if it is constant for an isolated system. A ball's kinetic energy changes as it falls — but the total energy (ball plus Earth) is conserved. The individual kinetic energy is not conserved; the total energy of the isolated system is.
Angular momentum conservation requires zero net torque, not zero net force. A particle in a uniform gravitational field experiences a net force (its weight) but zero torque about the centre of mass. Angular momentum about the centre of mass is conserved even though the particle accelerates.
Key theorem with proof [Intermediate+]
Theorem (Centre-of-mass decomposition). For a system of particles with total mass , define the centre-of-mass position and velocity . Then:
(i) (the centre of mass moves as a single particle of mass under the total external force).
(ii) (total momentum equals total mass times centre-of-mass velocity).
(iii) (total angular momentum decomposes into orbital part about the origin and spin part about the centre of mass), where primed quantities are relative to the centre of mass.
Proof. (i) . Internal forces cancel in pairs, leaving .
(ii) .
(iii) Write , , where and by definition of . Then:
where the cross terms vanish: and . ∎
Bridge. The centre-of-mass decomposition is the foundational reason that the translational motion of any system — regardless of internal complexity — reduces to single-particle dynamics: obeys , which is exactly Newton's second law for a point mass . The decomposition (iii) identifies the orbital angular momentum with the motion of the centre of mass and the spin angular momentum with the internal dynamics, and this is exactly the split that persists in rigid-body mechanics and in the Euler equations for torque-free rotation. The bridge is toward the Hamiltonian reformulation in 09.04.02 pending, where the centre-of-mass coordinates become canonical conjugate pairs, and toward Noether's theorem 09.03.01 pending, which generalises the momentum-conservation result (ii) to every continuous symmetry of the Lagrangian.
Exercises [Intermediate+]
Lean formalization [Intermediate+]
Mathlib has the mathematical machinery for conservation laws in ODE systems: first integrals 02.12.12, the derivative of kinetic energy , and gradient calculus for potential functions. It does not formalise the physical concepts of momentum conservation, energy conservation, or angular momentum conservation as named theorems tied to Newton's laws. The gap is a physics-layer formalisation building on existing analysis. lean_status: none.
Conservation laws as first integrals of Newtonian mechanics [Master]
The intermediate treatment establishes three conservation laws as consequences of Newton's laws. The deeper perspective is that each conservation law is a first integral 02.12.12 of the equations of motion — a function that is constant along every trajectory.
First integrals and integrability. A system with degrees of freedom has a -dimensional phase space. Each independent first integral restricts trajectories to a -dimensional submanifold. Finding independent first integrals reduces the effective dimension to . If , the trajectory is completely determined (up to time parametrisation) by the intersection of the level sets — the system is integrable.
For the Kepler problem (, so ): the conserved quantities are energy (1 scalar), angular momentum (3 components, but and two angles), and the Laplace-Runge-Lenz vector (3 components, with constraints and fixed by and ). The total number of independent conserved quantities is 5, making the system superintegrable (more first integrals than degrees of freedom), which is why Kepler orbits are closed ellipses.
The work-energy theorem as a first-integral statement. For a conservative system, is a first integral: along trajectories. This means trajectories lie on the level set , a -dimensional hypersurface in phase space. For (one-dimensional motion), this single equation completely determines the trajectory — you can solve for or from alone, without solving Newton's equation directly.
Angular momentum and the reduction to the orbital plane. The conservation of restricts motion to a fixed plane (the plane perpendicular to ). This is a geometric consequence: is constant, so and always lie in the same plane. For the two-body problem, this reduces the effective degrees of freedom from to (motion in a plane), and further to after using energy conservation and the constancy of — reducing to a one-dimensional radial problem in the effective potential .
Poisson brackets and the algebraic detection of first integrals. In the Hamiltonian formulation 09.04.02 pending, a function on phase space is a first integral if and only if its Poisson bracket with the Hamiltonian vanishes: . The Poisson bracket is defined by
The three conserved quantities — total energy , total momentum , and total angular momentum — satisfy (identically), (when the Hamiltonian is translation-invariant), and (when the Hamiltonian is rotation-invariant). Moreover, the conserved quantities themselves close under the Poisson bracket: , , and . This is the Lie algebra of the Galilean group, and the correspondence between Poisson brackets of conserved quantities and the Lie brackets of the symmetry generators is the content of Noether's theorem at the Hamiltonian level 09.03.01 pending.
The Liouville-Arnold theorem and complete integrability. A Hamiltonian system with degrees of freedom is completely integrable in the sense of Liouville if it admits independent first integrals that are pairwise in involution: for all . The Liouville-Arnold theorem 09.06.01 pending then states that the level sets are invariant tori, and the motion on each torus is quasi-periodic with frequencies. The Kepler problem () has three commuting integrals (, , ) and is therefore completely integrable; its invariant tori are the ellipses parametrised by the Keplerian orbital elements. The superintegrability (two additional integrals from the Laplace-Runge-Lenz vector) collapses the tori to closed curves, which is why all bounded Kepler orbits close.
Proposition (Independence of Newtonian first integrals). For an -particle system with a conservative, translation-invariant, rotation-invariant potential , the quantities , , , and (centre-of-mass initial position) furnish 10 independent first integrals.
Proof. Energy is a scalar (1 integral). Momentum is a 3-vector (3 integrals). Angular momentum is a 3-vector (3 integrals). The Galilean boost gives the centre-of-mass integral , which is a 3-vector (3 integrals). The total is 10. Independence: the quantities involve different combinations of positions, velocities, and masses, and no one is a function of the others on the full phase space. The constant restricts to a dimensional surface; restricts further to ; to ; to . These 10 integrals generate the Galilean algebra under Poisson brackets, and their independence is the statement that the Galilean algebra is 10-dimensional.
The virial theorem: from time-averaging to astrophysical mass estimation [Master]
The virial theorem connects the time-averaged kinetic and potential energies of a bound system. It applies to any long-lived bound configuration — a planet orbiting a star, a star cluster, a galaxy — and provides a relationship between observable quantities that does not require solving the equations of motion.
Proposition (Scalar virial theorem). For an -particle system with a homogeneous potential of degree (that is, for all ), the time-averaged kinetic and potential energies satisfy
where denotes the time average over a sufficiently long interval. For a gravitational system (, so ), this gives .
Proof. Define the virial . Differentiate:
The first term is called the virial of the forces. For a homogeneous potential of degree , Euler's theorem for homogeneous functions gives . Hence . Time-averaging over a period : . For a bound system, is bounded (positions and velocities are bounded), so as . Therefore .
Gravitational applications. For gravitationally bound systems (): . The total energy is negative (the system is bound) and its magnitude equals the average kinetic energy. Equivalently, the system satisfies the equipartition-like relation that the kinetic energy is half the magnitude of the (negative) potential energy.
This result is foundational in astrophysics [Binney-Tremaine 2008]. Given a galaxy cluster, an observer measures the line-of-sight velocities of the member galaxies (giving ) and applies the virial theorem to infer the total gravitational mass . Zwicky's 1933 application of this method to the Coma cluster produced a mass estimate far exceeding the luminous mass — the first quantitative evidence for dark matter [Zwicky 1933 *Helv. Phys. Acta* 6].
The tensor virial theorem. The scalar virial theorem has a tensor generalisation. Define the second-moment tensor (the moment of inertia tensor). Then , where is the kinetic-energy tensor and is the potential-energy tensor. Time-averaging: . The trace recovers the scalar virial theorem. The off-diagonal components constrain the shape of the system: an axisymmetric system has , which determines the flattening from observed velocity dispersions.
Clausius and the origin of the virial concept. The virial theorem was introduced by Rudolf Clausius in 1870 [Clausius 1870 *Phil. Mag.* 40], who defined the "virial" as the sum and used it to study the thermal properties of gases. Clausius's original formulation was restricted to systems in a steady state; the generalisation to time-averaged bound systems is due to Poincare and later textbook treatments. The virial theorem is a purely classical result, but it generalises to quantum mechanics (where time averages become expectation values and the virial becomes ) and to statistical mechanics (where time averages are replaced by ensemble averages).
Proposition (Quantum virial theorem). For a Hamiltonian with homogeneous of degree , any stationary state satisfies .
Proof. In a stationary state , the expectation value of any operator is constant: , where . Compute (using the canonical commutator and the homogeneity of ). Setting the commutator to zero: .
This quantum version appears in the hydrogen atom 14.04.01 pending, where it gives for the Coulomb potential, and the relationship reproduces the Bohr energy levels.
Galilean invariance and the ten conserved quantities of Newtonian space-time [Master]
Newtonian mechanics takes place in Galilean space-time — the affine space (time space) equipped with the Euclidean distance on spatial slices and the absolute time difference . The Galilean group is the group of transformations that preserve this structure: spatial rotations, spatial translations, time translations, and Galilean boosts. The group has 10 continuous parameters (3 rotations, 3 spatial translations, 1 time translation, 3 boosts), and each parameter generates a conserved quantity.
The ten generators and their conservation laws. The correspondence between symmetries and conserved quantities is:
| Symmetry | Generator | Conserved quantity |
|---|---|---|
| Time translation | (Hamiltonian) | Energy |
| Spatial translation | (total momentum) | Linear momentum |
| Rotation | (total angular momentum) | Angular momentum |
| Galilean boost | Centre-of-mass uniform motion |
The first three rows give the conservation laws of this unit. The fourth — the Galilean boost symmetry — gives the conservation of , which encodes the fact that the centre of mass moves at constant velocity: . This is the content of the centre-of-mass theorem proved in the Intermediate tier.
The Galilean Lie algebra. The ten conserved quantities are not algebraically independent. Under Poisson brackets, they close to form the Galilean Lie algebra , a 10-dimensional real Lie algebra with the bracket relations:
The relation is distinctive: the mass enters as a central charge of the Galilean algebra. This is the algebraic reason that mass is a conserved, additive quantity in Newtonian mechanics — it is the central extension parameter of the Galilean group. In the relativistic (Poincare) limit, this central extension disappears and mass becomes the Casimir .
Noether's theorem as the unifying principle. The intermediate-tier proofs of the three conservation laws — momentum from Newton's third law, energy from conservative forces, angular momentum from central forces — are each special arguments. Noether's theorem 09.03.01 pending unifies all three (and the fourth, the boost symmetry) into a single principle: for every continuous one-parameter symmetry of the action functional
there exists a conserved quantity. The correspondence is:
- (time-translation invariance) energy conservation.
- for all (spatial-translation invariance) momentum conservation.
- Rotational invariance of angular momentum conservation.
The Newtonian proofs are recovered as special cases: Newton's third law () is the dynamical manifestation of translation invariance, and the conservative-force condition () is the dynamical manifestation of time-translation invariance.
Proposition (Conservation from the Lagrangian). Let be the Lagrangian for an -particle system. (i) If does not depend explicitly on , then is conserved. (ii) If is invariant under spatial translations , then is conserved. (iii) If is invariant under rotations about axis , then is conserved.
Proof. (i) by hypothesis. (ii) The infinitesimal translation changes by . Invariance means . By the Euler-Lagrange equations, , so , hence is conserved. (iii) Analogous, with giving .
This proposition is the restricted (Newtonian-Lagrangian) version of Noether's theorem; the full version 09.03.01 pending applies to arbitrary field theories and yields an infinite-dimensional algebra of conservation laws for systems with gauge symmetries.
Central-force motion: reduction, orbit classification, and superintegrability [Master]
The two-body central-force problem is the paradigmatic application of all three conservation laws simultaneously. The reduction procedure demonstrates how first integrals simplify dynamics: starting from a 12-dimensional phase space (two particles in three dimensions), successive use of conservation laws reduces the problem to a single quadrature.
Step 1: Centre-of-mass separation. As shown in Exercise 8 and the Key theorem, the two-body Lagrangian separates into where is the reduced mass, is the centre-of-mass coordinate, and is the relative coordinate. The centre-of-mass moves at constant velocity (momentum conservation). The relative motion is a single particle of mass in the potential . This uses conservation of total momentum .
Step 2: Reduction to the orbital plane. The angular momentum is conserved (central force). The constancy of means: and always lie in the plane perpendicular to . Choose coordinates with ; then motion is confined to the -plane. In polar coordinates : (angular momentum conservation in component form). This uses conservation of total angular momentum , reducing 3D relative motion to 2D planar motion.
Step 3: Reduction to one-dimensional radial motion. The energy of the relative motion is
The effective potential combines the true potential with the centrifugal barrier . Energy conservation fixes the radial motion: . This is a one-dimensional problem in , with turning points at .
Orbit classification. For the gravitational potential :
- : the radial motion oscillates between two turning points and (periapsis and apoapsis). The orbit is an ellipse with semi-major axis and eccentricity . Kepler's first law.
- : one turning point at finite , the other at . The orbit is a parabola.
- : no outer turning point; the particle escapes. The orbit is a hyperbola.
The orbit shape depends on and through the eccentricity formula. Circular orbits occur at , i.e., at the minimum of : .
The Laplace-Runge-Lenz vector. The Kepler problem has an additional conserved quantity beyond and :
A direct computation using and shows . The vector points from the focus to the periapsis, with magnitude . Its conservation constrains the orbit to be a fixed ellipse — the orientation of the ellipse does not precess.
The existence of is the reason the Kepler problem is superintegrable: with 3 degrees of freedom, a generic integrable system has 3 independent first integrals in involution (, , ). The Kepler problem has 5 independent integrals (, with 2 independent components after fixing , and with 1 independent component after fixing and ). The extra integrals collapse the invariant tori to periodic orbits — all bounded Kepler orbits close.
Bertrand's theorem. The superintegrability of the Kepler problem is exceptional. Bertrand's theorem (1873) states that the only central potentials for which all bounded orbits are closed are (Kepler) and (isotropic harmonic oscillator). Both have an additional conserved vector (the LRL vector for Kepler; the Fradkin tensor for the oscillator) that makes them superintegrable. All other central potentials produce precessing (open) orbits.
Proposition (Kepler's third law from conservation laws). For a circular orbit of radius in the gravitational potential , the orbital period is , independent of the orbiting mass.
Proof. For a circular orbit, : , giving . Angular momentum conservation: , so . The period is .
Kepler's third law is a consequence of the inverse-square force law (which sets the relationship between and ) and angular momentum conservation (which sets ). It appeared originally as an empirical law [Kepler 1619 *Harmonices Mundi*]; Newton's derivation from the conservation laws and the gravitational force law was one of the central achievements of the Principia [Newton 1687].
Synthesis. The conservation laws of Newtonian mechanics are the foundational reason that the Kepler problem is solvable in closed form: the three conservation laws — energy, momentum, angular momentum — are the first-integral shadows of the 10-dimensional Galilean symmetry group, and this is exactly the algebraic structure that Noether's theorem 09.03.01 pending generalises to arbitrary Lagrangian systems. The central insight is that each independent first integral removes one degree of freedom from the dynamics; putting these together, the 6-dimensional phase space of the relative Kepler problem is reduced to a 1-dimensional radial problem by the five independent integrals , , , , . The bridge is between the Newtonian proofs of this unit (each using a special property of the forces) and the unified Noether framework, which identifies conservation of energy with time-translation invariance, conservation of momentum with spatial-translation invariance, and conservation of angular momentum with rotational invariance. The pattern recurs throughout physics: in the Hamilton-Jacobi theory 09.05.02 pending, the conserved quantities become the new canonical momenta that trivialise the Hamiltonian; in action-angle variables 09.06.01 pending, the integrals of motion label the invariant tori of the Liouville-Arnold theorem; and in the KAM theorem 09.08.01 pending, the persistence of these tori under small perturbations determines the boundary between regular and chaotic motion.
Connections [Master]
Kinematics
09.01.01defines velocity and acceleration, which enter the definitions of kinetic energy and momentum.Newton's laws
09.01.02pending are the dynamical foundation from which the conservation laws are derived. Each conservation theorem in this unit is a consequence of a specific feature of Newton's laws (third law for momentum, conservative forces for energy, central forces for angular momentum).Noether's theorem
09.03.01pending generalises the three conservation laws of this unit: every continuous symmetry of the action functional generates a conserved quantity. The Galilean-algebraic treatment in this unit provides the concrete Newtonian instance that Noether's theorem elevates to a general principle.The action principle
09.02.01pending reformulates mechanics so that the conservation laws emerge naturally from the variational structure rather than from Newton's laws.Hamilton's equations
09.04.02pending re-express the conservation laws in the language of phase space: conserved quantities are functions with . The Poisson-bracket algebra of the conserved quantities reproduces the Galilean Lie algebra.Action-angle variables
09.06.01pending develop the Liouville-Arnold theory of completely integrable systems, where the conserved quantities label invariant tori and the motion on each torus is quasi-periodic. The Kepler problem treated here is the canonical example.The KAM theorem
09.08.01pending studies the persistence of the invariant tori (described by the conserved quantities of this unit) under small perturbations, establishing the boundary between integrable and chaotic dynamics.Thermodynamics — first law
11.01.01pending extends energy conservation to include heat and internal energy, taking mechanical energy conservation as its starting point. The virial theorem developed here has a direct statistical-mechanical analogue in the equipartition theorem.Chemical thermodynamics
14.06.01applies energy conservation to molecular-scale processes, with free energy as the bookkeeping quantity. The quantum virial theorem connects to the hydrogen atom energy levels in14.04.01pending.Oxidative phosphorylation
17.04.02pending converts proton-gradient energy to ATP bond energy, governed by energy conservation as the accounting principle.
Historical & philosophical context [Master]
The concept of conservation in physics predates Newton. Descartes, in Principia Philosophiae (1644) [Descartes 1644], asserted that the total "quantity of motion" () in the universe is conserved by God. This was incorrect — it is the vector momentum that is conserved, not the sum of speeds. Huygens (1669) and Wallis (1669) independently established the correct momentum conservation law for collisions, published in the Philosophical Transactions of the Royal Society [Huygens 1669].
Leibniz introduced the concept of vis viva (, twice the kinetic energy) in 1686 [Leibniz 1686], arguing that this — not Descartes' — was the conserved quantity. The ensuing "vis viva controversy" lasted decades, resolved only when it was understood that both momentum and energy are conserved, but they are different quantities with different conservation conditions. The distinction between elastic collisions (both conserved) and inelastic collisions (only momentum conserved) was clarified by d'Alembert in Traite de dynamique (1743) [d'Alembert 1743].
The term "energy" in its modern sense was introduced by Thomas Young in 1807. The general principle of conservation of energy — including thermal, chemical, and mechanical forms — was established by Joule (1843, mechanical equivalent of heat), Mayer (1842), and Helmholtz (1847, Uber die Erhaltung der Kraft) [Helmholtz 1847]. The mechanical energy conservation of this unit is the special case restricted to kinetic and potential energy.
Angular momentum conservation emerged from the study of planetary motion. Kepler's second law (equal areas in equal times, 1609) is a statement of angular momentum conservation for orbits under a central force. Newton derived it from his law of gravitation in the Principia (1687, Book I, Proposition I) [Newton 1687]. The general theorem — that central forces conserve angular momentum — appears in the work of Euler and d'Alembert. The Laplace-Runge-Lenz vector was studied by Laplace, Lagrange, and Jacobi in the context of perturbation theory; its modern interpretation as the generator of a hidden SO(4) symmetry of the Kepler problem is due to Fock (1935) and Bargmann (1936) [Fock 1935 *Z. Phys.* 98].
The virial theorem was introduced by Clausius in 1870 [Clausius 1870]. Its application to galaxy-cluster mass estimation by Zwicky (1933) provided the first quantitative evidence for dark matter [Zwicky 1933].
The unification of all three conservation laws under a single symmetry principle is due to Emmy Noether (1918, "Invariante Variationsprobleme") [Noether 1918], whose theorem connects continuous symmetries of the action to conserved quantities. The Noether perspective is the one that survives in modern physics: conservation laws are not separate empirical facts but mathematical consequences of the symmetries of the physical theory.
Bibliography [Master]
@book{Descartes1644,
author = {Descartes, Ren\'{e}},
title = {Principia Philosophiae},
year = {1644},
publisher = {Elzevir},
}
@article{Huygens1669,
author = {Huygens, Christiaan},
title = {De motu corporum ex percussione},
journal = {Philosophical Transactions of the Royal Society},
year = {1669},
}
@article{Leibniz1686,
author = {Leibniz, Gottfried Wilhelm},
title = {Brevis demonstratio erroris memorabilis Cartesii},
journal = {Acta Eruditorum},
year = {1686},
}
@book{Newton1687,
author = {Newton, Isaac},
title = {Philosophiae Naturalis Principia Mathematica},
year = {1687},
publisher = {Royal Society},
}
@book{DAlembert1743,
author = {d'Alembert, Jean le Rond},
title = {Trait\'{e} de dynamique},
year = {1743},
publisher = {David},
}
@article{Clausius1870,
author = {Clausius, Rudolf},
title = {On a mechanical theorem applicable to heat},
journal = {Philosophical Magazine},
volume = {40},
year = {1870},
pages = {122--127},
}
@article{Zwicky1933,
author = {Zwicky, Fritz},
title = {Die Rotverschiebung von extragalaktischen Nebeln},
journal = {Helv. Phys. Acta},
volume = {6},
year = {1933},
pages = {110--127},
}
@article{Fock1935,
author = {Fock, Vladimir},
title = {Zur Theorie des Wasserstoffatoms},
journal = {Z. Phys.},
volume = {98},
year = {1935},
pages = {145--154},
}
@article{Noether1918,
author = {Noether, Emmy},
title = {Invariante Variationsprobleme},
journal = {Nachr. d. K\"{o}nig. Gesellsch. d. Wiss. zu G\"{o}ttingen},
year = {1918},
pages = {235--257},
}
@book{Joule1843,
author = {Joule, James Prescott},
title = {On the Mechanical Equivalent of Heat},
year = {1843},
}
@book{Helmholtz1847,
author = {Helmholtz, Hermann},
title = {\"{U}ber die Erhaltung der Kraft},
year = {1847},
}
@book{Kepler1619,
author = {Kepler, Johannes},
title = {Harmonices Mundi},
year = {1619},
}
@book{Taylor2005,
author = {Taylor, John R.},
title = {Classical Mechanics},
year = {2005},
publisher = {University Science Books},
}
@book{Susskind2014,
author = {Susskind, Leonard and Hrabovsky, George},
title = {The Theoretical Minimum: Classical Mechanics},
year = {2014},
publisher = {Basic Books},
}
@book{Arnold1989,
author = {Arnold, Vladimir I.},
title = {Mathematical Methods of Classical Mechanics},
edition = {2nd},
year = {1989},
publisher = {Springer},
series = {GTM 60},
}
@book{LandauLifshitz1976,
author = {Landau, Lev D. and Lifshitz, Evgeny M.},
title = {Mechanics},
edition = {3rd},
year = {1976},
publisher = {Pergamon},
series = {Course of Theoretical Physics Vol. 1},
}
@book{Goldstein2002,
author = {Goldstein, Herbert and Poole, Charles P. and Safko, John},
title = {Classical Mechanics},
edition = {3rd},
year = {2002},
publisher = {Pearson},
}
@book{BinneyTremaine2008,
author = {Binney, James and Tremaine, Scott},
title = {Galactic Dynamics},
edition = {2nd},
year = {2008},
publisher = {Princeton University Press},
}
@misc{TongDynamics,
author = {Tong, David},
title = {Classical Dynamics},
year = {DAMTP Cambridge lecture notes},
note = {\S1},
}