ResearchForge / Calculators
← all articles
dynamicskinematicscalculusmotionmechanicsMon May 04

Dynamics: Foundations and First Principles

Abstract

Dynamics rests on a small set of interconnected kinematic concepts: position, velocity, and acceleration. This article develops these foundations from first principles, showing how calculus links them together and how they enable prediction of particle motion. We work through the relationships between these quantities and demonstrate their application with concrete examples.

Background

Dynamics is the study of motion and the forces that cause it. Before we can understand forces, we must establish a precise language for describing motion itself. This language is kinematics—the geometry of motion—and it begins with three fundamental quantities: where an object is, how fast it is moving, and how quickly its speed is changing.

The power of dynamics lies in expressing these quantities as functions of time and using calculus to move between them. Each derivative operation reveals a new layer of information about the motion.

Key Results

Position as Foundation

The position function s(t)s(t) specifies the location of a particle along a line at any time tt [position-function]. For example, a particle's position might be described by:

s(t)=10t2+20s(t) = 10t^2 + 20

where ss is measured in millimeters and tt in seconds. This function is the starting point. Everything else—velocity, acceleration, distance traveled—derives from it.

Velocity: The First Derivative

Velocity is the rate of change of position with respect to time [velocity-function]. Mathematically, it is the derivative of the position function:

v(t)=dsdtv(t) = \frac{ds}{dt}

Velocity tells us two things: how fast the particle is moving and in which direction. A positive velocity indicates motion in the positive direction; negative velocity indicates motion in the opposite direction. Critically, when v(t)=0v(t) = 0, the particle momentarily stops—these are turning points in the motion.

For a given position function, we compute velocity by differentiation. If s(t)=10t2+20s(t) = 10t^2 + 20, then:

v(t)=ddt(10t2+20)=20tv(t) = \frac{d}{dt}(10t^2 + 20) = 20t

In other cases, the velocity function may be given directly. For instance, v(t)=2t6v(t) = 2t - 6 m/s describes a particle whose velocity changes linearly with time [velocity-function].

Acceleration: The Second Derivative

Acceleration is the rate of change of velocity with respect to time [acceleration]. It is the second derivative of position:

a(t)=dvdt=d2sdt2a(t) = \frac{dv}{dt} = \frac{d^2s}{dt^2}

Acceleration quantifies how quickly an object is speeding up or slowing down. It is essential for prediction: knowing the acceleration of an object allows us to determine its future velocity and position.

If v(t)=2t6v(t) = 2t - 6, then:

a(t)=ddt(2t6)=2 m/s2a(t) = \frac{d}{dt}(2t - 6) = 2 \text{ m/s}^2

In this case, the acceleration is constant. In other scenarios, acceleration may vary with time. For example, a(t)=2t1a(t) = 2t - 1 describes a particle whose acceleration changes linearly [acceleration-function].

The Calculus Chain

The three functions are linked by differentiation:

s(t)ddtv(t)ddta(t)s(t) \xrightarrow{\frac{d}{dt}} v(t) \xrightarrow{\frac{d}{dt}} a(t)

Conversely, we can move backward using integration:

a(t)v(t)s(t)a(t) \xrightarrow{\int} v(t) \xrightarrow{\int} s(t)

This bidirectional relationship is the backbone of kinematic analysis. Given any one of these functions and appropriate initial conditions, we can determine the others.

Average Velocity

While instantaneous velocity describes motion at a single moment, average velocity summarizes motion over an interval [average-velocity]:

vavg=ΔsΔtv_{\text{avg}} = \frac{\Delta s}{\Delta t}

where Δs\Delta s is the change in position and Δt\Delta t is the change in time. Average velocity is useful for understanding overall motion when the instantaneous velocity varies, and it provides a check on the reasonableness of detailed calculations.

Worked Examples

Example 1: From Position to Acceleration

Given s(t)=10t2+20s(t) = 10t^2 + 20 mm, find v(t)v(t) and a(t)a(t).

Solution:

v(t)=dsdt=20t mm/sv(t) = \frac{ds}{dt} = 20t \text{ mm/s}

a(t)=dvdt=20 mm/s2a(t) = \frac{dv}{dt} = 20 \text{ mm/s}^2

The acceleration is constant, indicating uniform change in velocity.

Example 2: Interpreting a Time-Varying Acceleration

Given a(t)=2t1a(t) = 2t - 1 m/s², with initial conditions v(0)=0v(0) = 0 and s(0)=0s(0) = 0, find v(t)v(t) and s(t)s(t).

Solution:

Integrate acceleration to find velocity:

v(t)=(2t1)dt=t2t+Cv(t) = \int (2t - 1) \, dt = t^2 - t + C

Using v(0)=0v(0) = 0: C=0C = 0, so v(t)=t2tv(t) = t^2 - t m/s.

Integrate velocity to find position:

s(t)=(t2t)dt=t33t22+Cs(t) = \int (t^2 - t) \, dt = \frac{t^3}{3} - \frac{t^2}{2} + C

Using s(0)=0s(0) = 0: C=0C = 0, so s(t)=t33t22s(t) = \frac{t^3}{3} - \frac{t^2}{2} m.

Example 3: Finding Turning Points

Given v(t)=2t6v(t) = 2t - 6 m/s, when does the particle stop?

Solution:

Set v(t)=0v(t) = 0:

2t6=0    t=3 s2t - 6 = 0 \implies t = 3 \text{ s}

The particle momentarily stops at t=3t = 3 s. For t<3t < 3, v<0v < 0 (moving backward); for t>3t > 3, v>0v > 0 (moving forward). This change in direction is crucial for calculating total distance traveled, which differs from displacement when direction changes occur.

References

AI Disclosure

This article was drafted with AI assistance from personal class notes (Zettelkasten). All mathematical claims and definitions are cited to source notes. The structure, paraphrasing, and worked examples were generated by an AI language model under human direction and review.

Try the math live

References

AI disclosure: Generated from personal class notes with AI assistance. Every factual claim cites a note. Model: claude-haiku-4-5-20251001.