Kinematics — position, velocity, acceleration
Anchor (Master): Arnold, *Mathematical Methods of Classical Mechanics*, 2nd ed. (1989), §1–2; Landau & Lifshitz, *Mechanics*, 3rd ed. (1976), §1
Intuition [Beginner]
Before you can ask why something moves, you need a precise language for describing how it moves. That language is kinematics. It gives you three quantities — position, velocity, and acceleration — each built from the one before, and together they tell the complete story of an object's motion through space over time.
Position answers "where is it?" You pick a fixed point — the corner of a room, the centre of a racetrack, the origin of a coordinate grid — and measure from there. The measurement has a direction (5 metres north-east, not just 5 metres), so position is a vector: an arrow from the origin to the object's current location.
Velocity answers "how fast, and in which direction, is it going?" If the object was at one point a moment ago and is at a different point now, the velocity points from the old position toward the new one, with a length proportional to how quickly the move happened. A car doing 100 km/h north and a car doing 100 km/h south have the same speed but different velocities — the direction matters.
Acceleration answers "how is the velocity changing?" When you press the gas pedal, your velocity's magnitude grows — positive acceleration. When you brake, the magnitude shrinks — but "shrinking velocity" is itself a kind of acceleration, pointing backward. A ball thrown upward slows down, stops, then speeds up going down; throughout, the acceleration points downward. The acceleration arrow does not need to point in the same direction as the velocity arrow, and in most interesting motions it does not.
These three quantities form a chain. Position tells you where. Velocity is the rate of change of position — how position updates from moment to moment. Acceleration is the rate of change of velocity — how velocity updates from moment to moment. The chain runs one way: you differentiate position to get velocity, differentiate velocity to get acceleration. To go backwards, you accumulate: add up (integrate) acceleration over time to get the change in velocity, add up velocity over time to get the change in position.
A crucial subtlety: velocity and acceleration are independent directions. A car going around a circular track at constant speed has a velocity that always points along the track — but an acceleration that points toward the centre of the circle. The speedometer reads a constant, yet the car is accelerating, because the direction of the velocity is changing. "Acceleration" does not mean "speeding up." It means "velocity is changing," and velocity can change in direction without changing in magnitude.
Why kinematics matters for everything that follows: Newton's second law () connects force to acceleration. You cannot state or use Newton's laws without knowing what acceleration is. Every branch of physics — orbital mechanics, electromagnetism, statistical mechanics — builds on trajectories of particles through space, and those trajectories are described by position, velocity, and acceleration.
Visual [Beginner]
Figure: A particle tracing a curved path through three-dimensional space. Three arrows are drawn at a single instant. The blue arrow starts at the origin and ends at the particle's current location — that is the position vector r. The green arrow is tangent to the path at the particle's location, pointing in the direction of motion — that is the velocity vector v.
The red arrow does not point along the path at all; instead it curves inward toward the concave side of the trajectory — that is the acceleration vector a. Notice that v and a are not parallel; the acceleration is changing the direction of the velocity even though the speed may be constant.
A second instant is shown a short time later: the particle has moved forward along the curve, the blue arrow (position) has shifted, the green arrow (velocity) has rotated slightly, and the red arrow (acceleration) again points inward.
Worked example [Beginner]
A car accelerates uniformly from rest to 100 km/h in 8.0 seconds along a straight road. Take the starting position as zero.
Step 1. Convert the final speed to metres per second: 100 km/h = (100 × 1000) / 3600 = 27.8 m/s.
Step 2. Compute acceleration. The velocity starts at 0 and reaches 27.8 m/s in 8.0 seconds. For constant acceleration, the rate of change of velocity is the same at every instant, so:
acceleration = (final velocity − initial velocity) / time = (27.8 − 0) / 8.0 = 3.47 m/s².
This is a scalar because the motion is along one straight line; the direction is forward.
Step 3. How far does the car travel during those 8 seconds? For constant acceleration from rest, the distance is the average velocity multiplied by the time. The average of 0 and 27.8 m/s is 13.9 m/s, so:
distance = 13.9 × 8.0 = 111 m.
Alternatively, using the kinematic formula for constant acceleration: distance = half × acceleration × time² = 0.5 × 3.47 × 64 = 111 m.
Step 4. What are the velocity and position at the halfway time t = 4.0 s?
velocity at t = 4.0 = 3.47 × 4.0 = 13.9 m/s (exactly half the final velocity).
position at t = 4.0 = 0.5 × 3.47 × 16 = 27.8 m (only a quarter of the total distance, because the car was going slower in the first half).
What this tells us: constant acceleration produces linearly growing velocity and quadratically growing position. The position grows as the square of time — an object at constant acceleration covers only a quarter of the total distance in the first half of the time interval.
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let be a twice-differentiable curve parametrised by time , representing the position of a point particle in three-dimensional Euclidean space relative to a fixed origin . The curve is called the trajectory or world-line of the particle.
The velocity of the particle at time is
a vector tangent to the trajectory at . The speed (or magnitude of velocity) is the scalar
where in Cartesian coordinates.
The acceleration of the particle at time is
In components: .
The arc length traversed from to is
and , recovering speed as the rate of change of distance along the path.
Resolution of acceleration into tangential and normal components. The unit tangent vector to the trajectory is (for ). Differentiating :
The first term, , is the tangential acceleration — the rate of change of speed. The second term captures the change in direction. Writing where is the curvature of the path and is the principal normal unit vector (pointing toward the centre of curvature), one obtains
where is the radius of curvature. The centripetal acceleration points inward toward the centre of curvature and is present whenever the path is not a straight line, even at constant speed.
Constant-acceleration kinematics. When is constant (e.g., free fall near Earth's surface with m/s²), integrating and yields
Eliminating time between these gives
These three equations are the standard kinematic formulae for constant acceleration, valid for projectile motion on a flat Earth in the absence of air resistance.
Counterexamples to common slips
"Negative acceleration means deceleration." The sign of acceleration is coordinate-dependent. A particle moving in the direction with acceleration is speeding up — both velocity and acceleration point the same way. Deceleration means acceleration antiparallel to velocity, not acceleration with a minus sign.
Conflating speed and velocity. The speed is a non-negative scalar. The velocity is a vector. A particle in uniform circular motion has (constant speed) but (nonzero acceleration). The kinematic formulae above involve and , not their magnitudes alone.
Assuming acceleration is caused by velocity. Acceleration is the time derivative of velocity — it measures how velocity is already changing, not what caused the change. The cause is force, which belongs to dynamics (unit
09.01.02pending). Kinematics describes the geometric consequences of a given trajectory without assigning causes.
Key theorem with proof [Intermediate+]
Theorem (Fundamental theorem of kinematics). Let be twice continuously differentiable. Then the velocity and position at any time are determined uniquely by the initial position , the initial velocity , and the acceleration function via
Proof. Since by definition, integrating from to and applying the fundamental theorem of calculus to each component:
Setting and rearranging gives the first formula. For the second, , so integrating again:
Setting yields the position formula. Uniqueness follows because a continuously differentiable function is uniquely determined by its derivative and initial value (this is the uniqueness part of the Picard-Lindelof theorem 02.12.01 applied to the first-order system ). ∎
Corollary. For constant acceleration , the formulae reduce to and .
The corollary is the constant-acceleration case used throughout projectile motion and free-fall problems. The general theorem shows that any acceleration profile — constant, time-varying, or position-dependent — determines the full trajectory once two initial conditions (position and velocity) are specified. This is why Newton's second law () is a second-order differential equation: it specifies the acceleration, and the fundamental theorem of kinematics converts acceleration into the full trajectory given and .
Bridge. The fundamental theorem of kinematics builds toward 09.01.02 pending Newton's laws, where force determines acceleration and the theorem above converts that specification into a definite trajectory. The foundational reason the theorem works is the Picard-Lindelof uniqueness result from 02.12.01, and this is exactly the bridge between the ODE existence theory and the deterministic structure of Newtonian mechanics: specifying position and velocity at one instant fixes the entire past and future of the particle. The pattern recurs in 09.02.01 pending, where the action principle produces second-order Euler-Lagrange equations whose solution space is likewise parameterised by initial data on .
Exercises [Intermediate+]
Lean formalization [Intermediate+]
Mathlib has the differential calculus of curves in (Analysis.Calculus.Deriv, Analysis.Calculus.FDeriv) and the definition of smooth manifolds with tangent bundles. It does not have named structures for kinematic quantities — "position curve," "velocity as first derivative," "acceleration as second derivative" — nor a formalisation of Galilean spacetime, inertial frames, or the rotating-frame transformation. These would be straightforward to add using existing derivative machinery but are absent. lean_status: none reflects this gap.
Kinematics on manifolds and in Galilean spacetime [Master]
The intermediate-tier treatment assumes with a fixed origin. The coordinate-free version replaces by a smooth manifold (the configuration manifold), and the trajectory by a smooth curve . Velocity is the tangent vector , and acceleration requires a connection — either the Levi-Civita connection of a Riemannian metric on (giving , the covariant acceleration) or, in local coordinates, the geodesic equation with Christoffel symbols.
Definition (Kinematics on a manifold). Let be a smooth manifold and a smooth curve. The velocity of at time is the tangent vector . Given a connection on , the acceleration of at time is the covariant derivative . A curve satisfying is a geodesic — the generalisation of "straight-line motion at constant speed" to curved geometry.
In local coordinates on , a curve has velocity components and acceleration components
where are the Christoffel symbols of the connection. For with the flat Euclidean connection, all and this reduces to — the law of inertia in its kinematic form.
Galilean spacetime. Kinematics in Newtonian mechanics presupposes a four-dimensional structure where is a four-dimensional affine space, is an absolute-time function, and is a Euclidean inner product on the simultaneous hyperplanes . A particle is a curve with (absolute time parametrisation). Velocity and acceleration are defined using the affine structure of restricted to each simultaneity slice. The Galilean group — the automorphisms of — consists of time translations, spatial rotations, spatial translations, and Galilean boosts .
Proposition (Galilean invariance of acceleration). Under a Galilean boost with constant , the velocity transforms as but the acceleration is invariant: .
Proof. Differentiating once gives , so . Differentiating again, since is constant. Hence .
This framework, due to Klein (1872) and formalised by Cartan (1923), makes precise the distinction between absolute and relative acceleration: acceleration (unlike velocity) is invariant under Galilean boosts, which is why Newton's second law can single out acceleration as the quantity force produces. The Galilean group is a subgroup of the affine automorphisms of ; its Lie algebra is generated by the translations (spatial and temporal), rotations (), and boost generators, forming a ten-dimensional Lie algebra isomorphic to the Bargmann algebra central extension.
The Bargmann extension adds a central generator corresponding to mass, and the resulting eleven-dimensional algebra has a natural unitary representation on the Hilbert space of a non-relativistic quantum particle. This algebraic structure explains why mass appears as a central parameter in Newtonian mechanics and why Galilean-invariant quantum systems have superselection rules forbidding superpositions of different mass sectors. The Newton-Cartan formalism of Galilean gravity generalises this flat-spacetime picture to curved spatial metrics and non-flat Galilean connections, recovering Newtonian gravity as a geometric effect analogous to general relativity but within the Galilean rather than Lorentzian signature.
Jet-bundle formulation. A trajectory has, at each time , a 1-jet and a 2-jet in the second jet bundle . The fundamental theorem of kinematics is the statement that a section of that satisfies the contact structure (the 2-jet is genuinely the second derivative of its underlying curve) is uniquely determined by the 1-jet initial data and the second-order ODE . This jet-bundle language is the geometric underpinning of Lagrangian and Hamiltonian mechanics: the Lagrangian lives on (the 1-jet space), and the Euler-Lagrange equations select those curves whose 2-jets satisfy the variational contact condition.
Non-inertial frames and fictitious forces. The rotating-frame acceleration formula derived in Exercise 8 has a geometric interpretation: the covariant derivative of the velocity field in the rotating frame picks up connection terms from the non-standard frame bundle structure. The Coriolis, centrifugal, and Euler accelerations are not forces — they are kinematic terms arising from the difference between the inertial connection and the rotating-frame connection. The geodesics of the inertial connection are straight lines (free particles); the geodesics of the rotating-frame connection curve, and the "fictitious forces" are precisely the terms needed to explain those curves within the rotating frame.
The Frenet-Serret apparatus and the fundamental theorem of curves [Master]
The tangential-normal decomposition of acceleration introduced in the Intermediate tier generalises to a full differential-geometric apparatus for space curves, due to Frenet (1847) and Serret (1851). Let be a smooth curve parametrised by arc length (so throughout). The Frenet-Serret frame at each point consists of three orthonormal vectors:
where is the curvature and is the principal normal. The vector is the binormal. The three vectors form a right-handed orthonormal frame at each point of the curve, called the Frenet-Serret frame or moving frame.
The torsion measures the rate at which the curve twists out of the osculating plane (the plane spanned by and ):
The sign convention varies; the convention here is that positive torsion corresponds to a right-handed helix. The Frenet-Serret equations are the system of nine coupled first-order ODEs governing the evolution of the moving frame:
Theorem (Frenet-Serret equations). Let be a smooth space curve parametrised by arc length with everywhere. Then the Frenet-Serret frame satisfies
Proof. By definition , which is the first row. For the third row, . Since is a unit vector, is perpendicular to and hence lies in the span of and .
Write for some scalars . From , differentiation gives , so , hence . The coefficient is defined to be the torsion: . Therefore , which is the second row. For the third row, .
The coefficient matrix is skew-symmetric, reflecting the fact that the frame evolves by a rotation in : the Frenet-Serret frame is a curve in the rotation group, and the curvature and torsion are its angular velocities.
Theorem (Fundamental theorem of curves). Let and be smooth functions on an interval . Then there exists a smooth curve , unique up to a rigid motion of , whose arc-length parametrisation has curvature and torsion .
Proof sketch. The Frenet-Serret equations form a linear first-order ODE system in nine real variables (the three components of each of ). Given continuous functions , the Picard-Lindelof theorem 02.12.01 guarantees a unique solution for each initial orthonormal frame at . The skew-symmetry of the coefficient matrix ensures that the solution remains orthonormal for all : the matrix exponential preserves the inner product. Integrating recovers the curve: . Two curves with the same curvature and torsion have Frenet-Serret frames differing by a constant rotation; integrating produces curves differing by a constant rotation and translation — a rigid motion.
The curvature and torsion are therefore the differential invariants of a space curve: two curves are congruent (related by a rigid motion) if and only if they have the same curvature and torsion functions. This result is the one-dimensional analogue of the Gauss-Bonnet theorem's statement that Gaussian curvature determines the intrinsic geometry of a surface.
For the kinematic applications of this unit, the Frenet-Serret apparatus connects directly to the tangential-normal decomposition: if a particle moves along a curve with speed , then its acceleration in the Frenet-Serret frame is . The tangential component measures the rate of change of speed; the normal component measures the rate of turning. The binormal component is always zero for a smooth curve: acceleration always lies in the osculating plane.
A helix provides the canonical example. The curve with has constant curvature and constant torsion . The ratio is the pitch parameter. A circle () has zero torsion — the curve lies in a plane. A straight line () has zero curvature — the Frenet-Serret frame degenerates. The helix occupies a privileged position in the theory: it is the only curve (up to rigid motion) with both constant curvature and constant torsion, making it the spatial analogue of uniform circular motion. Charged particles in uniform magnetic fields trace helical paths: the magnetic force provides the centripetal acceleration for the circular component while the velocity component along the field direction is unaffected 10.01.01 pending.
Kinematics of rigid bodies and rotating reference frames [Master]
A rigid body is a system of particles whose mutual distances are constrained to remain constant. Its configuration at any instant is specified by the position of a chosen reference point (say the centre of mass ) and the orientation of a body-fixed frame relative to an inertial frame. The orientation is an element of , the rotation group. The configuration space of a rigid body is therefore the six-dimensional manifold , with three translational degrees of freedom and three rotational degrees of freedom.
The angular velocity of the rigid body is defined as follows. Let be the rotation matrix carrying body-frame coordinates to inertial coordinates. Then is a skew-symmetric matrix (since implies ). The hat map sends a vector to the skew matrix
The angular velocity is defined by , or equivalently . The velocity of a point at body-frame position is then
The first term is the translational velocity of the reference point; the second is the rotational velocity, perpendicular to both the angular velocity vector and the position vector relative to the reference point.
Theorem (Rotating-frame kinematics). Let be an inertial frame and a frame rotating with angular velocity relative to . Denote the time derivative in the inertial frame by and in the rotating frame by . For any vector-valued function ,
Applying this to the position twice yields the acceleration relation
Proof. A vector fixed in the rotating frame (so ) still rotates relative to the inertial frame. In an infinitesimal time , the change in is , so . If also changes in the rotating frame, the changes add: .
For velocity, apply the operator to :
For acceleration, apply the operator to :
Substituting :
using the product rule for . The second term is:
Combining and collecting terms yields the four-term acceleration formula stated above.
The four terms in the acceleration relation have distinct physical roles. The Coriolis acceleration is present only when the particle moves in the rotating frame; it deflects the trajectory sideways, producing the characteristic clockwise spiral of large-scale weather systems in the northern hemisphere. The centrifugal acceleration points radially outward from the rotation axis; its magnitude is where is the perpendicular distance from the axis. The Euler acceleration is nonzero only when the angular velocity is changing, as during spin-up or spin-down of a rotating platform.
Euler angles parametrise by three successive rotations: first about the -axis by , then about the new -axis by , then about the new -axis by . The angular velocity in terms of Euler angle rates is
where hatted vectors refer to the successive rotated axes. This parametrisation exhibits gimbal lock at or , where the first and third rotation axes coincide and one degree of freedom is lost. The singularity is topological: has no global coordinate chart (it is diffeomorphic to , which is not parallelisable). Unit quaternions (equivalently, elements of ) provide a singularity-free parametrisation at the cost of a double cover 07.07.01.
Geometric structure of configuration space and phase space [Master]
The configuration manifold of a mechanical system carries a natural geometric structure that makes the kinematic chain into a statement about the geometry of its tangent bundle . This perspective, due to Lagrange (1788) [Lagrange 1788] and formalised geometrically by Arnold (1974), unifies the kinematics of all mechanical systems — particles, rigid bodies, linked mechanisms — under a single differential-geometric framework.
The tangent bundle as velocity phase space. For a configuration manifold of dimension , the tangent bundle is a -dimensional manifold whose points are pairs with and . A trajectory lifts to a curve by . The lifted curve lives in the velocity phase space and encodes the complete kinematic state (position and velocity) at each instant.
The fundamental theorem of kinematics on manifolds is the statement that the acceleration is the vertical component of the derivative of the lifted curve in with respect to the connection induced by on . Concretely, a curve with is the velocity lift of some configuration-space curve if and only if the contact condition is satisfied. The set of all such pairs is the first jet prolongation , sitting inside as a submanifold defined by the contact structure.
The Legendre transform and momentum phase space. Given a Lagrangian function (typically with the kinetic energy and the potential), the Legendre transform sends to where are the conjugate momenta. The codomain is the momentum phase space — a -dimensional manifold with a canonical symplectic structure that makes Hamiltonian mechanics possible.
For the simplest case of a single particle in with , the Legendre transform is — the familiar momentum equals mass times velocity. The phase space is with coordinates , and the symplectic form is . The kinematic trajectory lifts to a phase-space trajectory that is a flow of the Hamiltonian vector field defined by , where is the Hamiltonian.
Theorem (Liouville's theorem — kinematic prelude). The flow of a Hamiltonian vector field on preserves the symplectic form: for all . In particular, the flow preserves the phase-space volume element .
This is a kinematic theorem in the sense that it constrains the geometry of trajectories in phase space without reference to the specific form of the forces. The content is that phase-space volume is incompressible: a region of initial conditions may deform as it evolves, but its volume remains constant. This constrains the long-time behaviour of kinematic trajectories and is the foundation of statistical mechanics 11.01.01 pending.
The symplectic structure and kinematics. The relationship between and is the geometric backbone of mechanics. The Lagrangian formulation works on with the Euler-Lagrange equations as second-order ODEs; the Hamiltonian formulation works on with Hamilton's equations as first-order ODEs. The kinematic chain is:
The first arrow is the kinematic lift (position to velocity). The second is the Legendre transform (velocity to momentum). The third is the Hamiltonian flow (time evolution). The acceleration does not appear explicitly in the Hamiltonian picture — it has been absorbed into the first-order structure via the doubling of dimension from to . This is the central insight behind the geometric formulation of mechanics: the second-order nature of Newton's equation is an artifact of working on instead of or .
Synthesis. The four Master-tier sections form a coherent arc. Kinematics on manifolds generalises the position-velocity-acceleration chain to arbitrary configuration spaces, and this is exactly the bridge to Lagrangian mechanics 09.02.01 pending, where the configuration manifold and its tangent bundle become the primary objects. The foundational reason the Frenet-Serret apparatus works is that curvature and torsion are the differential invariants of acting on curves, identifying the geometry of trajectories with the representation theory of the rotation group. The rigid-body and rotating-frame kinematics generalise the single-particle picture and build toward 09.01.03 conservation laws, where the angular velocity and the moment of inertia combine to give angular momentum. The symplectic structure of appears again in 09.02.01 pending as the geometric substrate for Hamilton's equations, and the pattern generalises to field theory, where the configuration space becomes infinite-dimensional and the tangent bundle becomes a bundle over the space of fields.
Connections [Master]
Phase space and integral curves
02.12.01is the ODE-theoretic foundation: a trajectory with its velocity defines an integral curve of a vector field on the phase space .Newton's laws of motion
09.01.02pending take kinematics as input and supply dynamics: force determines acceleration, and the fundamental theorem of kinematics converts acceleration into trajectory.Conservation laws
09.01.03follow from Newton's laws applied to kinematic quantities: conservation of momentum from , conservation of energy from the work-energy theorem that relates force dot displacement to changes in kinetic energy .The action principle
09.02.01pending reformulates the trajectory as the curve that extremises the action functional, subsuming the kinematic description into a variational principle on the tangent bundle .Coulomb's law
10.01.01pending uses kinematic trajectories for charged particles in electric fields — the circular orbits of the Bohr model are constant-acceleration (centripetal) motion at the kinematic level.Biomechanics
18.04.01describes limb motion using joint-angle kinematics; the tangential-normal decomposition of acceleration is the standard tool for analysing joint torques.
Historical & philosophical context [Master]
The study of motion as a quantitative subject begins with Galileo Galilei's experiments on inclined planes, published in Discorsi e dimostrazioni matematiche intorno a due nuove scienze (1638) [Galilei 1638]. Galileo established that the distance fallen under constant acceleration grows as the square of the elapsed time — the kinematic relation — and that the horizontal and vertical components of projectile motion are independent. The conceptual move from Aristotelian "natural motion requires a cause" to Galilean "motion persists unless interfered with" is the intellectual breakpoint that makes kinematics a subject in its own right.
Rene Descartes' La Geometrie (1637, appendix to Discours de la methode) introduced coordinate geometry, giving algebraic meaning to curves in space and making it possible to write as a set of coordinate functions. Newton and Leibniz independently developed the calculus (Newton 1665-66, De methodis serierum et fluxionum; Leibniz 1675, published 1684), providing the formal tools — the derivative as instantaneous rate of change and the integral as accumulation — that make velocity and acceleration precise rather than merely intuitive.
The vector treatment of kinematics — position, velocity, and acceleration as vectors in three-dimensional Euclidean space — was standardised by Gibbs and Heaviside in the 1880s-90s, extracting the vector algebra from Grassmann and Hamilton's quaternionic frameworks. The decomposition of acceleration into tangential and normal components appears in the differential geometry of curves, formalised by Frenet and Serret in the 1840s-50s (the Frenet-Serret frame). The Galilean-spacetime viewpoint is due to Cartan (Sur les varietes a connexion affine et la theorie de la relativite generalisee, 1923-25) [Cartan 1923], who observed that Newtonian mechanics has a natural geometric formulation as a curved affine connection on a flat Galilean manifold. The symplectic-geometric reformulation of configuration space and phase space is due to Arnold (1974) [Arnold 1974], building on Poincare's qualitative dynamics and the earlier Hamilton-Jacobi theory.
Philosophically, kinematics raises a question that persists through all of physics: is motion in space and time, or are space and time constituted by the relations among material bodies? The Newtonian (substantivalist) answer — space and time are real entities in which bodies are placed — is built into the language of position vectors and time parameters. The Leibnizian (relationist) alternative — only the distances and temporal intervals between bodies are real — resurfaces in Mach's principle and in the relational dynamics of Barbour and Bertotti (1982) [Barbour 1982]. This unit adopts the Newtonian convention without taking a stand; the philosophical questions belong to unit 20.04.01 pending (pending) on the philosophy of space and time.
Bibliography [Master]
- Galilei, G., Discorsi e dimostrazioni matematiche intorno a due nuove scienze (1638). [Originator of quantitative kinematics.]
- Descartes, R., La Geometrie (1637).
- Newton, I., Philosophiae Naturalis Principia Mathematica (1687), Book I, Definitions and Scholium.
- Leibniz, G. W., "Nova methodus pro maximis et minimis" (1684).
- Frenet, F., "Sur les courbes a double courbure" (1847); Serret, J.-A., "Sur quelques formules relatives a la theorie des courbes a double courbure" (1851).
- Gibbs, J. W., Vector Analysis (1901, posthumous, ed. E. B. Wilson).
- Cartan, E., "Sur les varietes a connexion affine et la theorie de la relativite generalisee", Ann. Ec. Norm. 40 (1923), 325-412; 41 (1924), 1-25.
- Taylor, J. R., Classical Mechanics (University Science Books, 2005), Ch. 1.
- Susskind, L. & Hrabovsky, G., The Theoretical Minimum: Classical Mechanics (Basic Books, 2014), Lecture 1.
- Arnold, V. I., Mathematical Methods of Classical Mechanics, 2nd ed. (Springer GTM 60, 1989).
- Landau, L. D. & Lifshitz, E. M., Mechanics, 3rd ed. (Course of Theoretical Physics Vol. 1, Pergamon, 1976).
- Tong, D., Classical Dynamics (DAMTP Cambridge lecture notes), §1.
- Barbour, J. & Bertotti, B., "Mach's principle and the structure of dynamical theories", Proc. Roy. Soc. Lond. A 382 (1982), 295-306.
- Lagrange, J.-L., Mechanique analytique (1788). [Originator of the configuration-space formulation.]
- Arnold, V. I., "Sur la geometrie differentielle des groupes de Lie de dimension infinie et ses applications a l'hydrodynamique des fluides parfaits", Ann. Inst. Fourier 16 (1966), 319-361.