Kinematics

Kinematics is the branch of classical mechanics that describes the motion of points, bodies (objects), and systems of bodies without considering the forces that cause them to move. It is essentially the "geometry of motion." Before we can understand why objects move (Dynamics), we must first master how to describe that motion. Kinematics provides the vocabulary and equations necessary to track an object's position, speed, and acceleration over time. This is essential for traffic engineering, robotics, and aerospace trajectories.

Key Kinematic Quantities

Key Kinematic Quantities Concepts

To describe motion, we use a specific set of parameters. All of these (except time and distance) are vector quantities.

Displacement (Δx\Delta x)

The change in position of an object. It is a vector pointing from the initial position to the final position.
Δx=xfxi \Delta \vec{x} = \vec{x}_f - \vec{x}_i
Note: Displacement is not the same as the total distance traveled, which is a scalar representing the actual path length.

Average vs Instantaneous

Average vs Instantaneous Concepts

In kinematics, it is critical to distinguish between average values over a time interval and instantaneous values at a specific moment.

Average Velocity (vavg\vec{v}_{avg})

The total displacement divided by the time interval during which the displacement occurred. It points in the same direction as the displacement.
vavg=ΔxΔt \vec{v}_{avg} = \frac{\Delta \vec{x}}{\Delta t}
Contrast this with average speed, which is total distance divided by total time (a scalar).

Instantaneous Velocity (v(t)\vec{v}(t))

The velocity of an object at a specific instant in time. Mathematically, it is the limit of the average velocity as the time interval approaches zero. It is the derivative of position with respect to time.
v(t)=limΔt0ΔxΔt=dxdt \vec{v}(t) = \lim_{\Delta t \to 0} \frac{\Delta \vec{x}}{\Delta t} = \frac{d\vec{x}}{dt}

Acceleration (a\vec{a})

The rate of change of velocity with respect to time. An object is accelerating if its speed changes, its direction changes, or both.
aavg=ΔvΔt \vec{a}_{avg} = \frac{\Delta \vec{v}}{\Delta t} a(t)=limΔt0ΔvΔt=dvdt=d2xdt2 \vec{a}(t) = \lim_{\Delta t \to 0} \frac{\Delta \vec{v}}{\Delta t} = \frac{d\vec{v}}{dt} = \frac{d^2\vec{x}}{dt^2}

Graphical Analysis of Motion

Graphical Analysis of Motion Concepts

Graphs are powerful tools for visualizing kinematics. The slope and area under curves provide vital information.
  • Position-Time Graph (x vs t): The slope of the tangent line at any point represents the instantaneous velocity. A constant slope indicates constant velocity. A curve indicates changing velocity (acceleration).
  • Velocity-Time Graph (v vs t): The slope of the tangent line represents instantaneous acceleration. The area under the curve between two times represents the displacement.
  • Acceleration-Time Graph (a vs t): The area under the curve represents the change in velocity.

Deriving the Kinematic Equations (Calculus Approach)

Deriving the Kinematic Equations (Calculus Approach) Concepts

For engineering mechanics, it is essential to understand that kinematic equations are derived using fundamental calculus operations on the definitions of velocity and acceleration.
Given a=dv/dta = dv/dt, we can integrate with respect to time to find velocity. If acceleration aa is constant:
v0vdv=0tadt    v=v0+at \int_{v_0}^{v} dv = \int_{0}^{t} a \, dt \implies v = v_0 + at

Deriving the Kinematic Equations (Calculus Approach) Concepts

Given v=dx/dtv = dx/dt, we substitute the velocity equation and integrate again to find position:
x0xdx=0t(v0+at)dt    x=x0+v0t+12at2 \int_{x_0}^{x} dx = \int_{0}^{t} (v_0 + at) \, dt \implies x = x_0 + v_0 t + \frac{1}{2}at^2

Deriving the Kinematic Equations (Calculus Approach) Concepts

If we need a relationship independent of time, we use the chain rule: a=dvdt=dvdxdxdt=vdvdxa = \frac{dv}{dt} = \frac{dv}{dx} \frac{dx}{dt} = v \frac{dv}{dx}. Separating variables and integrating yields v2=v02+2a(xx0)v^2 = v_0^2 + 2a(x - x_0).

1D Motion with Constant Acceleration

1D Motion with Constant Acceleration Concepts

When an object's acceleration is constant (like a car braking uniformly, or an object in free fall near Earth's surface), its motion can be completely described by four foundational equations, often called the "Big Four" kinematic equations. As shown above, these are derived directly from calculus.

The Kinematic Equations for Constant Acceleration

vf=vi+at v_f = v_i + at Δx=vit+12at2 \Delta x = v_i t + \frac{1}{2}at^2 vf2=vi2+2aΔx v_f^2 = v_i^2 + 2a\Delta x Δx=(vi+vf2)t \Delta x = \left(\frac{v_i + v_f}{2}\right)t

1D Motion with Constant Acceleration Concepts

  • viv_i = initial velocity
  • vfv_f = final velocity
  • aa = constant acceleration
  • tt = time interval
  • Δx\Delta x = displacement

Free Fall

Free Fall Concepts

A classic example of constant 1D acceleration is an object falling under the sole influence of gravity near the Earth's surface. In this case, the acceleration is constant and directed downwards: a=g=9.81 m/s2a = -g = -9.81 \text{ m/s}^2 (assuming the positive y-axis points upward).
Note: In true free fall, the mass, size, and shape of the object do not affect its acceleration (neglecting air resistance).

2D Motion: Projectile Motion

2D Motion: Projectile Motion Concepts

When an object is launched into the air and moves in two dimensions under the influence of gravity alone, it is in projectile motion. A key assumption is that air resistance is negligible.
The fundamental principle for solving projectile motion problems is the independence of motion: the horizontal (xx) and vertical (yy) motions are completely independent of each other, except that they share the same elapsed time (tt).

Projectile Motion Principles

Horizontal Motion (x-axis):
Because gravity acts purely vertically, there is no horizontal acceleration.
  • Acceleration is zero (ax=0a_x = 0).
  • Velocity is constant (vx=vix=constantv_x = v_{ix} = \text{constant}).
  • Equation: Δx=vixt\Delta x = v_{ix} t
Vertical Motion (y-axis):
The vertical motion is identical to 1D free fall.
  • Acceleration is constant gravity (ay=ga_y = -g).
  • Velocity changes continuously.
  • Equations: The standard 1D kinematic equations apply, substituting yy for xx and g-g for aa.

2D Motion: Projectile Motion Concepts

If a projectile is launched from the origin with an initial velocity v0v_0 at an angle θ\theta above the horizontal, we must resolve the initial velocity into components:
vix=v0cosθ v_{ix} = v_0 \cos\theta
viy=v0sinθ v_{iy} = v_0 \sin\theta

Key Projectile Characteristics

Key Projectile Characteristics Concepts

  • Maximum Height: Occurs when the vertical velocity vy=0v_y = 0.
    • Time of Flight: The total time the projectile is in the air. For a launch and landing at the same elevation, it is twice the time to reach maximum height.
    • Range (RR): The horizontal distance covered. For a launch and landing at the same elevation, R=v02sin(2θ)gR = \frac{v_0^2 \sin(2\theta)}{g}. Maximum range is achieved at θ=45\theta = 45^\circ.

Circular Motion Acceleration

Circular Motion Acceleration Concepts

When an object moves along a curved path, its acceleration can be broken into two orthogonal components: tangential and normal (centripetal) acceleration.

Tangential Acceleration (ata_t)

The component of acceleration parallel to the velocity vector. It represents the rate of change of the magnitude of the velocity (speed).
at=dvdt a_t = \frac{dv}{dt}

Normal/Centripetal Acceleration (ana_n or aca_c)

The component of acceleration perpendicular to the velocity vector, pointing towards the center of curvature. It represents the rate of change of the direction of the velocity.
ac=v2r a_c = \frac{v^2}{r}

Circular Motion Acceleration Concepts

In uniform circular motion (constant speed), at=0a_t = 0, and the object only experiences centripetal acceleration.

Relative Motion

Relative Motion Concepts

Velocity is not absolute; it depends on the frame of reference of the observer. If you are sitting in a train moving at 50 m/s relative to the ground, your velocity relative to the train is zero, but your velocity relative to an observer on the platform is 50 m/s.
If object A is moving with velocity vAE\vec{v}_{AE} relative to Earth, and object B is moving with velocity vBE\vec{v}_{BE} relative to Earth, the velocity of object A relative to object B (vAB\vec{v}_{AB}) is:
vAB=vAEvBE \vec{v}_{AB} = \vec{v}_{AE} - \vec{v}_{BE}

Relative Motion Concepts

Alternatively, the velocity of an object relative to a stationary frame (vP/E\vec{v}_{P/E}) is the sum of the velocity of the object relative to a moving frame (vP/M\vec{v}_{P/M}) and the velocity of the moving frame relative to the stationary frame (vM/E\vec{v}_{M/E}):
vP/E=vP/M+vM/E \vec{v}_{P/E} = \vec{v}_{P/M} + \vec{v}_{M/E}

Relative Velocity in 2D

Moving Reference Frames

While relative motion in 1D is simply vector addition or subtraction along a line, relative velocity in 2D requires vector algebra. This is essential for analyzing the motion of airplanes in crosswinds or boats crossing rivers with currents.
If vP/A\vec{v}_{P/A} is the velocity of object P relative to frame A, and vA/B\vec{v}_{A/B} is the velocity of frame A relative to frame B, then the velocity of object P relative to frame B is the vector sum:

2D Relative Velocity

Vector addition of relative velocities across different reference frames.

$$ \vec{v}_{P/B} = \vec{v}_{P/A} + \vec{v}_{A/B} $$

Applications

To solve these problems, engineers decompose the velocity vectors into their xx and yy components and solve them independently using the standard component method discussed in the previous section.
Key Takeaways
  • Kinematics describes motion without forces. Key quantities are position, displacement, velocity, and acceleration.
  • Distinguish between average (interval) and instantaneous (point in time) quantities. Derivatives and integrals link position, velocity, and acceleration.
  • The Kinematic Equations apply only when acceleration is constant.
  • For Free Fall, acceleration is constant (a=9.81 m/s2a = -9.81 \text{ m/s}^2). Mass is irrelevant.
  • Projectile Motion is analyzed by separating it into independent, constant-velocity horizontal motion and constant-acceleration vertical motion, linked only by time.
  • Relative velocity requires defining a reference frame and using vector addition/subtraction.