STATICS AND DYNAMICS • DYNAMICS

Rectilinear Motion — Solve rectilinear motion problems with constant acceleration

Master the kinematic equations that govern straight-line motion under uniform acceleration in engineering systems.

Historical Context & Motivation

The study of motion along a straight line — rectilinear motion — stands as one of the oldest and most foundational problems in mechanics. Long before engineers designed braking systems, elevator controls, or launch trajectories, natural philosophers struggled to formalize the relationship between distance, time, and the change of velocity. The resolution of this problem required centuries of intellectual refinement, from Aristotle's qualitative descriptions of 'natural motion' to the precise algebraic framework that modern dynamics inherits from Galileo and Newton. Understanding this history illuminates why the constant-acceleration model remains the first tool an engineer reaches for when analyzing any system that accelerates uniformly along a single axis.

c. 350 BCE
Aristotle's Natural Motion
Aristotle proposed that heavier objects fall faster in proportion to their weight and that a force must be continuously applied to sustain motion. Though qualitatively incorrect, these ideas dominated Western mechanics for nearly two millennia.
1604
Galileo's Law of Falling Bodies
Galileo Galilei demonstrated through inclined-plane experiments that displacement under constant acceleration grows as the square of elapsed time, establishing the kinematic relation s ∝ t² and refuting Aristotle's weight-dependent model.
1687
Newton's Principia
Isaac Newton published the Philosophiæ Naturalis Principia Mathematica, unifying kinematics and dynamics through the second law F = ma. Constant acceleration became the direct consequence of a constant net force acting on a body of fixed mass.
1788
Lagrange's Analytical Mechanics
Joseph-Louis Lagrange reformulated mechanics using generalized coordinates, extending the treatment of rectilinear motion into more complex constrained systems while preserving the constant-acceleration equations as a special case.
20th Century
Engineering Applications
The constant-acceleration kinematic equations became standard design tools in automotive crash analysis, aerospace trajectory planning, robotics, and manufacturing automation, forming the bedrock of every undergraduate dynamics course.

The central question these developments addressed is deceptively simple: given a particle moving along a straight line with a constant acceleration, how do we predict its position and velocity at any future (or past) instant? The answer, encoded in a compact set of algebraic equations, provides the essential analytical framework that all of dynamics builds upon — from variable-acceleration problems solved via calculus to the numerical integration schemes used in modern simulation software.

Core Principles & Definitions

Before deriving the kinematic equations, it is essential to establish the precise definitions of the quantities involved. In rectilinear motion, a particle (an idealized body whose dimensions are negligible relative to the scale of the motion) travels along a fixed straight-line path. We select a coordinate axis — typically the s-axis or x-axis — with an origin O, a positive direction, and a consistent unit of length. Every kinematic quantity is then a signed scalar measured along this axis.

1

Position (s)

The signed distance of the particle from the origin O measured along the axis. Position is a function of time: s = s(t). Units: metres (m).
2

Displacement (Δs)

The change in position over a time interval: Δs = s₂ − s₁. Unlike distance, displacement carries a sign indicating direction and may be zero even if the particle has moved.
3

Velocity (v)

The time derivative of position: v = ds/dt. Velocity is a signed scalar — positive in the chosen positive direction, negative opposite. Units: m/s.
4

Acceleration (a)

The time derivative of velocity: a = dv/dt = d²s/dt². For constant-acceleration problems, a is a fixed constant throughout the motion. Units: m/s².
5

Initial Conditions

At time t = 0, the particle possesses an initial position s₀ and initial velocity v₀. These two values, together with the constant acceleration a, fully determine the particle's future trajectory.
KEY TAKEAWAY
Think of constant-acceleration kinematics like a three-dial radio: once you set the three dials — initial position s₀, initial velocity v₀, and constant acceleration a — the entire future (and past) trajectory of the particle is completely and uniquely determined. No additional information is needed, and no ambiguity remains. This deterministic property is what makes the constant-acceleration model so powerful in preliminary engineering analysis.

Visual Explanation — Motion Diagrams

A motion diagram superimposes the position, velocity, and acceleration graphs for a particle undergoing constant acceleration. The diagram below illustrates a particle starting from rest at the origin with a constant positive acceleration. Observe that the position–time curve is a parabola (quadratic in t), the velocity–time curve is a straight line (linear in t), and the acceleration–time curve is a horizontal constant. These three graphs are connected by differentiation (top to bottom) and integration (bottom to top).

Three stacked graphs for a particle starting near rest with constant positive acceleration. The parabolic s–t curve has a slope equal to the instantaneous velocity. The linear v–t curve has a slope equal to the constant acceleration, and the area under it equals displacement. The horizontal a–t line confirms a = constant.

The geometric relationships visible in this diagram encode the entire kinematic framework. The slope of the s–t curve at any instant equals the velocity at that instant (ds/dt = v). The slope of the v–t curve equals the acceleration (dv/dt = a), and since the v–t line is straight, that slope — hence the acceleration — is constant. Conversely, the area under the v–t line between two times equals the displacement over that interval, which is precisely what the position equation s = s₀ + v₀t + ½at² computes algebraically. These differentiation and integration connections form the backbone of all kinematic analysis.

Mathematical Framework — The Kinematic Equations

The constant-acceleration kinematic equations are derived by successive integration of the definition a = dv/dt with the constraint that a is constant. Starting from the acceleration definition: integrating a = dv/dt with respect to time from 0 to t yields the velocity equation. Integrating the velocity equation v = ds/dt with respect to time yields the position equation. A third independent equation is obtained by eliminating t between the first two, relating velocity directly to displacement. These three equations, together with the average-velocity relation, form a complete set — any rectilinear constant-acceleration problem can be solved using some subset of them.

VELOCITY–TIME EQUATION
v = v₀ + a·t
where v = final velocity (m/s), v₀ = initial velocity (m/s), a = constant acceleration (m/s²), and t = elapsed time (s). Derived by integrating a = dv/dt from 0 to t.
POSITION–TIME EQUATION
s = s₀ + v₀·t + ½·a·t²
where s = position at time t (m), s₀ = initial position (m). This is the integral of the velocity equation: ∫v dt from 0 to t.
VELOCITY–DISPLACEMENT EQUATION
v² = v₀² + 2·a·(s − s₀)
Time-independent equation obtained by eliminating t between the velocity–time and position–time equations, or equivalently by writing a ds = v dv and integrating. Particularly useful when the elapsed time is unknown or not required.
AVERAGE VELOCITY RELATION
s − s₀ = ½·(v₀ + v)·t
Under constant acceleration the average velocity over any interval equals the arithmetic mean of the initial and final velocities. This relation provides a fourth algebraic path and is especially convenient for problems where acceleration is not explicitly given.
💡 Choosing the Right Equation
Each kinematic equation involves exactly four of the five kinematic variables (s, s₀, v, v₀, a, t — noting s₀ and s together form one variable Δs). To solve a problem, identify the three known quantities and the one unknown you seek, then select the equation that contains those four quantities and is missing the fifth (the variable you neither know nor need). This strategy always produces a single equation in a single unknown.

Equation Selection Guide & Sign Convention

A recurring source of error in rectilinear motion problems is inconsistent sign conventions. Because every kinematic quantity is a signed scalar, you must establish a positive direction at the outset and maintain it throughout. If positive is chosen to the right and a particle decelerates while moving to the right, then v₀ > 0 and a < 0. Mixing signs — for example, entering a deceleration as a positive number and subtracting it manually — is the most common mistake in introductory dynamics. The table below maps each kinematic equation to the variable it 'drops', enabling rapid equation selection.

Kinematic equation selection matrix
EquationVariables UsedVariable NOT Used
v = v₀ + atv, v₀, a, ts (position / displacement)
s = s₀ + v₀t + ½at²s, s₀, v₀, a, tv (final velocity)
v² = v₀² + 2a(s − s₀)v, v₀, a, s, s₀t (time)
s − s₀ = ½(v₀ + v)ts, s₀, v₀, v, ta (acceleration)
A decision flowchart for selecting the appropriate kinematic equation based on which variable is neither known nor required. The five-step strategy at the bottom should be applied systematically to every problem.
⚠️ Sign Convention Warning
Once you define the positive direction, every quantity — v₀, v, a, s₀, s — must be expressed with signs consistent with that convention. A common trap: a car decelerating from 30 m/s has a < 0 if positive is in the direction of motion. Do not enter |a| and then subtract; let the algebra handle the sign.

Worked Example — Vehicle Braking Analysis

An engineer is designing a runway deceleration strip for an airport. A regional jet touches down at 72 m/s and must come to a complete stop. The braking system provides a constant deceleration of 3.0 m/s². Determine (a) the time required to stop and (b) the minimum runway length needed from the touchdown point.

Regional Jet Braking on Runway
1
Step 1 — Define Coordinate System and List KnownsLet the positive s-direction point along the runway in the direction of motion. Set the touchdown point as the origin: s₀ = 0 m. The jet touches down at v₀ = +72 m/s and must reach v = 0 m/s. The braking deceleration opposes motion, so a = −3.0 m/s².
s₀ = 0, v₀ = 72 m/s, v = 0, a = −3.0 m/s²
2
Step 2 — Solve for Stopping Time (Part a)We need t and we know v, v₀, and a — the equation that omits s is v = v₀ + at. Substituting: 0 = 72 + (−3.0)t → 3.0t = 72 → t = 72 / 3.0.
t = 24 s
3
Step 3 — Solve for Stopping Distance (Part b)Method 1 — Position equation: s = s₀ + v₀t + ½at² = 0 + 72(24) + ½(−3.0)(24)² = 1728 − 864 = 864 m. Method 2 — Velocity–displacement equation (a useful check): v² = v₀² + 2a(s − s₀) → 0 = 72² + 2(−3.0)(s − 0) → 6.0 s = 5184 → s = 864 m. Both methods agree.
s = 864 m
4
Step 4 — Verify with Average-Velocity CheckUsing s − s₀ = ½(v₀ + v)t = ½(72 + 0)(24) = ½(72)(24) = 864 m. ✓ All three approaches yield the same result, confirming internal consistency.
Confirmed: Δs = 864 m, t = 24 s
5
Step 5 — Engineering InterpretationThe minimum runway length from the touchdown zone must be at least 864 m for this braking performance. In practice, engineers add a safety factor (typically 1.5–2.0) to account for wet runways, tire degradation, and reaction time, so the design runway requirement might be 1300–1730 m beyond the touchdown point.
Design requirement ≈ 1300–1730 m (with safety factor)

Strengths & Limitations of the Constant-Acceleration Model

The constant-acceleration kinematic equations are algebraic, closed-form, and require no calculus to apply — which makes them extraordinarily efficient for a well-defined class of problems. However, they are a special case, and recognizing when the model applies (and when it breaks down) is as important as knowing how to apply it. The table below summarizes the key strengths and limitations that an engineer should keep in mind.

Strengths vs. limitations of constant-acceleration kinematics
StrengthsLimitations
Closed-form algebraic solution — no numerical integration required.Applicable only when acceleration is truly constant over the interval analyzed.
Exact for free-fall near Earth's surface (g ≈ 9.81 m/s²) over moderate heights.Ignores air resistance, which makes acceleration velocity-dependent in practice.
Provides rapid first-order estimates for braking, launch, and impact problems.Cannot handle piecewise or time-varying acceleration without splitting the problem into intervals.
Serves as the analytical benchmark for validating numerical simulation codes.Assumes point-mass (particle) idealization — no rotational effects or deformable bodies.
Directly derived from Newton's second law with constant force — physically transparent.Multi-dimensional motion requires separate treatment along each orthogonal axis; these equations handle only one axis at a time.
KEY TAKEAWAY
The constant-acceleration equations are analogous to a perfectly calibrated ruler: invaluable when the geometry is straight, but not a replacement for a flexible tape when you encounter curves. In engineering, these equations provide quick, exact answers for idealized conditions and serve as the essential baseline against which more sophisticated models (variable drag, multi-degree-of-freedom dynamics, finite-element simulations) are compared and validated. Master this baseline first — every advanced method reduces to it in the limit of constant acceleration.

Connection to Variable Acceleration & Calculus-Based Kinematics

When the acceleration is not constant — for instance, when drag force is proportional to velocity squared, or when a spring restoring force produces acceleration proportional to displacement — the algebraic kinematic equations no longer apply. In those cases, the engineer must return to the defining differential relationships (a = dv/dt, v = ds/dt) and integrate directly, often requiring separation of variables, numerical methods, or the general work–energy theorem. The table below contrasts the constant-acceleration framework with the general calculus-based approach.

Constant vs. variable acceleration approaches
FeatureConstant AccelerationVariable Acceleration
Governing equationa = constanta = f(t), f(v), or f(s)
Solution methodAlgebraic — direct substitution into kinematic equationsCalculus — integration or numerical methods (Euler, Runge-Kutta)
Position–time relationParabolic (s ∝ t²)Problem-dependent; may be exponential, sinusoidal, etc.
Typical engineering applicationsFree-fall, braking, uniform thrustDrag-affected flight, spring-mass oscillations, rocket burn with changing mass
Useful independent relationv² = v₀² + 2aΔsa ds = v dv (always valid, integrable case by case)

The general relation a ds = v dv deserves special attention. It is always valid — constant or variable acceleration — and is obtained by multiplying a = dv/dt by v = ds/dt. In the special case a = const, integrating both sides immediately yields v² = v₀² + 2a(s − s₀), recovering the third kinematic equation without ever involving time. This differential identity becomes the entry point for energy methods (½mv² and work integrals) and for solving problems where acceleration depends on velocity or position. Mastering the constant-acceleration case thoroughly prepares you to recognize and tackle these more general scenarios with confidence.

Practice Problems

PROBLEM 1CONCEPTUAL
A ball is thrown vertically upward. At the very top of its trajectory, its velocity is zero. Is the acceleration also zero at that instant? Explain why or why not, and state the value of the acceleration if the only force acting is gravity.
PROBLEM 2BASIC CALCULATION
A freight elevator starts from rest and accelerates upward at 1.5 m/s². Determine the velocity and the distance traveled after 6.0 s.
PROBLEM 3INTERMEDIATE
A car traveling at 25 m/s applies its brakes and decelerates uniformly, coming to rest after covering 62.5 m. (a) Determine the magnitude of the deceleration. (b) How long does it take to stop? (c) What distance has the car covered when its speed has dropped to half its initial value?
PROBLEM 4APPLIED
A pile driver drops a 500 kg hammer from rest through a height of 4.0 m onto a pile. Upon striking the pile, the hammer decelerates uniformly and drives the pile 50 mm into the ground before coming to rest. Using constant-acceleration kinematics, determine (a) the velocity of the hammer just before impact and (b) the constant deceleration of the hammer during the 50 mm penetration.
PROBLEM 5CRITICAL THINKING
Two particles, A and B, start from the same point at t = 0. Particle A moves to the right with an initial velocity of 12 m/s and a constant acceleration of −2 m/s² (i.e., it decelerates). Particle B starts from rest and accelerates to the right at +3 m/s². (a) At what time(s) do the two particles occupy the same position? (b) At each of those times, which particle is moving faster, and what is their relative velocity? (c) What is the maximum separation between the particles, and when does it occur?

Lesson Summary

Rectilinear motion describes the movement of a particle along a straight line, and when the acceleration is constant, the motion is governed by four interrelated algebraic equations: v = v₀ + at, s = s₀ + v₀t + ½at², v² = v₀² + 2a(s − s₀), and Δs = ½(v₀ + v)t. Each equation relates four of the five kinematic variables (s, v, v₀, a, t), allowing the engineer to select the equation that omits the variable that is neither known nor sought. The position–time graph is a parabola, the velocity–time graph is a straight line, and the acceleration–time graph is a horizontal constant.

Successful application requires a disciplined approach: define a consistent sign convention, list all knowns with correct signs, identify the unknown, and select the appropriate equation. The model's strengths — algebraic simplicity, closed-form solutions, and direct physical transparency — make it the first-line tool for braking analyses, free-fall problems, and preliminary design estimates. Its limitations (strict requirement of constant a, particle idealization, single-axis scope) point toward the calculus-based kinematic framework needed for variable acceleration, multi-dimensional motion, and force-dependent problems. Mastering the constant-acceleration case provides the indispensable foundation upon which all of engineering dynamics is built.

Varsity Tutors • Statics and Dynamics • Rectilinear Motion — Solve rectilinear motion problems with constant acceleration