STATICS AND DYNAMICS • DYNAMICS

Motion Vectors — Describe motion using position, velocity, and acceleration vectors

Master the vector framework that underpins every kinematic and kinetic analysis in engineering dynamics.

Historical Context & Motivation

The ability to describe motion precisely has been a central ambition of natural philosophy and engineering science for centuries. Early thinkers grappled with the difference between speed and direction, recognizing intuitively that a cannonball arcing through the air behaves fundamentally differently from one moving in a straight line at constant speed. The formal language needed to capture both magnitude and direction of motion took shape gradually, drawing on advances in mathematics, astronomy, and mechanics. Today, the vector description of motion — using position, velocity, and acceleration vectors — is the foundation upon which all of engineering dynamics is built.

1638
Galileo's Two New Sciences
Galileo decomposed projectile motion into independent horizontal and vertical components, establishing the principle of superposition of motions — a precursor to vector addition.
1687
Newton's Principia Mathematica
Isaac Newton formalized the laws of motion, treating force and acceleration as directed quantities and introducing the calculus of fluxions (time derivatives) to relate position, velocity, and acceleration.
1843
Hamilton's Quaternions
William Rowan Hamilton developed quaternion algebra, catalyzing the formalization of vector quantities. His work laid the algebraic groundwork for modern vector analysis.
1881
Gibbs & Heaviside — Modern Vector Notation
Josiah Willard Gibbs and Oliver Heaviside independently distilled quaternion algebra into the streamlined i, j, k unit-vector notation used universally in engineering today.
1960s
Computational Dynamics
The advent of digital computing enabled large-scale numerical integration of motion vectors, powering aerospace trajectory analysis, robotics, and finite-element simulations.

The central question that this lesson addresses is deceptively simple: how do we describe where an object is, how fast and in what direction it moves, and how its motion is changing — all in a single, unified mathematical framework? The answer lies in three interconnected vector quantities — position, velocity, and acceleration — linked by time differentiation and integration.

Core Principles & Definitions

Before diving into calculus-based relationships, it is essential to establish the foundational definitions. In dynamics, we track a particle's motion relative to a chosen reference frame, typically a Cartesian coordinate system anchored at an origin O. Every kinematic quantity that involves direction is expressed as a vector, and the relationships among these vectors form the backbone of particle kinematics.

1

Position Vector r(t)

The position vector r(t) locates a particle relative to the origin at every instant t. Its components along each axis — x(t), y(t), z(t) — fully specify the particle's location in three-dimensional space.
2

Velocity Vector v(t)

The velocity vector v(t) = dr/dt is the time derivative of the position vector. It captures both the speed (magnitude |v|) and the instantaneous direction of motion. Velocity is always tangent to the path.
3

Acceleration Vector a(t)

The acceleration vector a(t) = dv/dt = d²r/dt² quantifies how the velocity changes. It can alter speed, direction, or both, and it points toward the concave side of the path when the particle curves.
4

Differentiation & Integration Link

Position, velocity, and acceleration form a derivative chain: differentiating r gives v, differentiating v gives a. Conversely, integrating a yields v (plus an initial condition), and integrating v yields r. This chain is the workhorse of kinematics.
KEY TAKEAWAY
Think of position, velocity, and acceleration as three levels of a building connected by an elevator called the time derivative. Going up one floor (differentiating) tells you the rate of change; going down one floor (integrating) reconstructs the cumulative history. Just as knowing the rate at which water flows into a tank (velocity) lets you reconstruct the water level (position) and knowing how the flow rate itself changes (acceleration) lets you predict future flow, these three vectors give you a complete kinematic picture of any particle.

Visual Explanation — Position, Velocity & Acceleration on a Curved Path

The position vector r(t) (cyan) extends from the origin O to the particle at point P. The velocity vector v(t) (violet) is tangent to the curved path, indicating the instantaneous direction and speed. The acceleration vector a(t) (pink) generally points toward the concave side of the path. The dashed amber components show the tangential (at) and normal (an) decomposition of acceleration.

The diagram above illustrates the geometric relationship among the three fundamental motion vectors at a single instant. Notice that the velocity vector v(t) is always tangent to the trajectory — its direction indicates where the particle is heading at that moment, while its magnitude gives the instantaneous speed. The acceleration vector a(t) need not be aligned with the velocity; indeed, when the path curves, the acceleration has a component perpendicular to the velocity (the normal component aₙ) that changes the direction of travel, and a component along the velocity (the tangential component aₜ) that changes the speed. This decomposition will be explored in depth in the mathematical framework section.

Mathematical Framework

In a fixed Cartesian reference frame with unit vectors î, ĵ, and , the motion vectors are obtained by successive differentiation of the position vector with respect to time. Because the unit vectors in a fixed frame are constant, differentiation passes directly to the scalar components. The three equations below form the complete derivative chain of kinematics.

POSITION VECTOR
r(t) = x(t) î + y(t) ĵ + z(t) k̂
where x(t), y(t), z(t) are the scalar position components measured along each axis from origin O. Units: meters (m).
VELOCITY VECTOR
v(t) = dr/dt = ẋ(t) î + ẏ(t) ĵ + ż(t) k̂
The overdot denotes differentiation with respect to time (Newton's notation). Speed is the magnitude: |v| = √(ẋ² + ẏ² + ż²). Units: m/s.
ACCELERATION VECTOR
a(t) = dv/dt = d²r/dt² = ẍ(t) î + ÿ(t) ĵ + z̈(t) k̂
Acceleration is the second time derivative of position. Its magnitude |a| = √(ẍ² + ÿ² + z̈²). Units: m/s².

Inverse Relations — Integration

INTEGRATION FROM ACCELERATION TO VELOCITY
v(t) = v(t₀) + ∫ₜ₀ᵗ a(τ) dτ
Given acceleration as a function of time and the initial velocity v(t₀), velocity at any later time is recovered by integration. The dummy variable τ avoids confusion with the upper limit.
INTEGRATION FROM VELOCITY TO POSITION
r(t) = r(t₀) + ∫ₜ₀ᵗ v(τ) dτ
Similarly, integrating velocity with the initial position r(t₀) yields the position vector at any time t. These integrals are evaluated component-by-component.
Important Note
The derivative chain r → v → a and the integral chain a → v → r each require initial conditions when moving by integration. Forgetting the constant of integration — the initial position or initial velocity — is one of the most common errors in dynamics problem-solving.

Coordinate-System Breakdown — Cartesian, Path, and Polar

While the Cartesian representation introduced above is the most general, engineering problems often benefit from coordinate systems tailored to the geometry of the motion. Three systems dominate dynamics: Cartesian (rectangular), normal-tangential (path), and polar (cylindrical). The choice of system does not change the physics — it changes the ease with which the equations are written and solved.

Side-by-side comparison of three coordinate systems. Cartesian uses fixed unit vectors î, ĵ. Normal-tangential uses path-attached unit vectors eₜ (tangent) and eₙ (normal). Polar uses radial eᵣ and transverse eθ unit vectors that rotate with the particle.
Summary of motion-vector expressions in three coordinate systems
Coordinate SystemVelocity ExpressionAcceleration ExpressionWhen to Use
Cartesian (x, y, z)v = ẋ î + ẏ ĵ + ż k̂a = ẍ î + ÿ ĵ + z̈ k̂Rectilinear motion, projectiles, general 3-D problems
Normal-Tangential (n, t)v = v eₜa = v̇ eₜ + (v²/ρ) eₙCurved paths with known radius of curvature ρ
Polar (r, θ)v = ṙ eᵣ + rθ̇ eθa = (r̈ − rθ̇²) eᵣ + (rθ̈ + 2ṙθ̇) eθOrbital mechanics, turntable motion, cam mechanisms

A critical distinction is that in the normal-tangential and polar systems, the unit vectors themselves rotate with time. Consequently, the time derivatives of these unit vectors contribute additional terms to the acceleration expression. For instance, in polar coordinates the term −rθ̇² is the centripetal acceleration (always directed radially inward), while 2ṙθ̇ is the Coriolis term that arises when the radial distance changes while the particle rotates. Understanding these extra terms is essential when analyzing mechanisms, robotic arms, or orbital trajectories.

Worked Example — Projectile with Given Position Functions

A particle moves in the x-y plane with position components x(t) = 3t² + 2t and y(t) = 4t³ − t, where x and y are in meters and t is in seconds. Determine the position, velocity, and acceleration vectors at t = 2 s, and find the speed and magnitude of the acceleration at that instant.

Finding Motion Vectors from Position Functions
1
Step 1 — Write the Position VectorSubstitute the given component functions into the position vector form: r(t) = (3t² + 2t) î + (4t³ − t) ĵ. At t = 2 s: r(2) = (3(4) + 2(2)) î + (4(8) − 2) ĵ = (12 + 4) î + (32 − 2) ĵ.
r(2) = 16 î + 30 ĵ m
2
Step 2 — Differentiate to Obtain VelocityDifferentiate each component: ẋ = d/dt(3t² + 2t) = 6t + 2 and ẏ = d/dt(4t³ − t) = 12t² − 1. Therefore v(t) = (6t + 2) î + (12t² − 1) ĵ. At t = 2 s: v(2) = (12 + 2) î + (48 − 1) ĵ.
v(2) = 14 î + 47 ĵ m/s
3
Step 3 — Differentiate Again to Obtain AccelerationDifferentiate the velocity components: ẍ = d/dt(6t + 2) = 6 and ÿ = d/dt(12t² − 1) = 24t. Hence a(t) = 6 î + 24t ĵ. At t = 2 s: a(2) = 6 î + 48 ĵ.
a(2) = 6 î + 48 ĵ m/s²
4
Step 4 — Compute SpeedSpeed is the magnitude of the velocity vector: |v(2)| = √(14² + 47²) = √(196 + 2209) = √2405.
|v(2)| ≈ 49.04 m/s
5
Step 5 — Compute Acceleration MagnitudeMagnitude of acceleration: |a(2)| = √(6² + 48²) = √(36 + 2304) = √2340.
|a(2)| ≈ 48.37 m/s²
💡 Verification Tip
Always check dimensional consistency at each step. Position has units of meters, velocity has m/s, and acceleration has m/s². If an integration constant has incorrect units, something is wrong. Additionally, a quick sanity check: the acceleration in the x-direction is constant (6 m/s²), while in the y-direction it grows linearly with time — consistent with a cubic y-position function.

Strengths, Limitations & Coordinate-System Selection

The vector description of motion is powerful, but no single coordinate system is optimal for every situation. Selecting the right frame and decomposition can dramatically simplify a problem — or make it nearly intractable if chosen poorly. The following table contrasts the three primary systems.

Comparison of coordinate systems for motion-vector analysis
CriterionCartesianNormal-TangentialPolar
Ease of setupStraightforward; axes are fixed and orthogonalRequires knowing the path shape or radius of curvatureRequires identifying a radial origin and angular reference
Curved-path handlingWorks but doesn't directly give tangential/normal infoExcellent — acceleration splits naturally into speed-change and direction-change componentsGood for radial/transverse decomposition
3-D generalizationTrivial — add a z-componentRequires adding a binormal direction (Frenet–Serret frame)Extends to cylindrical (r, θ, z) and spherical (R, θ, φ)
Unit-vector behaviorFixed — derivatives are zeroRotate with the path — time derivatives are non-zeroRotate with the particle — derivatives produce extra terms (Coriolis, centripetal)
Typical applicationsProjectiles, vibrations, general-purposeHighway curves, roller coasters, banked turnsSatellite orbits, cams, rotating machinery
🧭 COORDINATE SELECTION HEURISTIC
Think of choosing a coordinate system like choosing the right wrench for a bolt — the physics doesn't change, but your effort does. If the motion is along a straight line or free-flight parabola, reach for Cartesian. If the problem tells you the path shape and asks for the force keeping the object on it (like a car on a curve), the normal-tangential frame is your best tool. If distances are measured from a fixed point and angles sweep around it (like a planet around a star), polar coordinates will collapse the complexity.

Connection to Kinetics & Advanced Dynamics

The motion vectors developed in kinematics are not an end in themselves — they feed directly into Newton's second law (F = ma) and its extensions, forming the bridge between kinematics (description of motion) and kinetics (causes of motion). Understanding the acceleration vector is particularly critical, because it is the acceleration that appears on the right-hand side of every equation of motion. In rigid-body dynamics, the concepts extend to angular position θ, angular velocity ω = dθ/dt, and angular acceleration α = dω/dt, which form an analogous derivative chain for rotational motion.

From particle kinematics to rigid-body dynamics
ConceptParticle Kinematics (This Lesson)Rigid-Body / Advanced Dynamics
Positionr(t) — point locationr(t) + orientation θ(t) — pose of the body
Velocityv = dr/dt — single pointv = v_G + ω × r_{G→P} — velocity of any point on a rotating body
Accelerationa = dv/dt — single pointa = a_G + α × r + ω × (ω × r) — includes Coriolis and centripetal effects
Equation of motionΣF = maΣF = ma_G and ΣM_G = I_G α
Degrees of freedomUp to 3 (translational)Up to 6 (3 translational + 3 rotational)

Looking further ahead, the motion-vector framework scales seamlessly into Lagrangian mechanics, where generalized coordinates replace Cartesian positions, and generalized velocities replace Cartesian velocities. The kinetic energy T = ½m|v|² and the concepts of virtual work rely on the same position and velocity vectors, simply expressed in terms of generalized coordinates. Mastering the particle-level motion vectors is therefore the essential first step toward multi-body dynamics, vibration analysis, and control systems.

Practice Problems

PROBLEM 1CONCEPTUAL
A car travels along a circular highway off-ramp at constant speed. Is the acceleration vector zero, tangent to the path, or directed toward the center of the circle? Explain your reasoning in terms of the normal-tangential decomposition.
PROBLEM 2BASIC CALCULATION
A particle has position r(t) = (5t − t²) î + (3t²) ĵ, with r in meters and t in seconds. Find the velocity and acceleration vectors at t = 3 s, and compute the speed at that instant.
PROBLEM 3INTERMEDIATE
A particle moves along a path with speed v(t) = 4t m/s. At a certain instant, the radius of curvature of the path is ρ = 20 m and t = 5 s. Find (a) the tangential component of acceleration, (b) the normal component, and (c) the magnitude of the total acceleration vector.
PROBLEM 4APPLIED
A radar station tracks a drone whose polar coordinates relative to the station are r(t) = 200 + 50t m and θ(t) = 0.02t² rad. At t = 10 s, determine the velocity vector in polar components (vᵣ, vθ) and the magnitude of the acceleration.
PROBLEM 5CRITICAL THINKING
A particle's acceleration is given by a(t) = (6t) î + (−10) ĵ m/s². At t = 0, the particle is at r₀ = 2 î + 5 ĵ m with velocity v₀ = 3 î + 20 ĵ m/s. Derive expressions for v(t) and r(t), then find the time at which the particle's velocity is purely horizontal (vy = 0). At that instant, is the particle speeding up or slowing down? Justify with the dot product v · a.

Lesson Summary

Motion in engineering dynamics is described by three interconnected vector quantities. The position vector r(t) locates a particle relative to a chosen origin. The velocity vector v(t) = dr/dt is the time derivative of position, always tangent to the path, encoding both speed and direction of travel. The acceleration vector a(t) = dv/dt = d²r/dt² quantifies changes in velocity and can be decomposed into tangential (speed-changing) and normal (direction-changing) components. Differentiation moves down the chain r → v → a, while integration with initial conditions reverses it.

The choice of coordinate system — Cartesian, normal-tangential, or polar — does not change the physics, but it changes the form of the equations and the ease of solution. Mastery of all three representations and the ability to translate between them is a hallmark of fluency in dynamics, preparing the engineer for kinetics (Newton's second law), rigid-body dynamics, and ultimately Lagrangian mechanics.

Varsity Tutors • Statics and Dynamics • Motion Vectors — Describe motion using position, velocity, and acceleration vectors