Navigation: Wiki Home > Skills > Rectilinear Motion from Antiderivatives
A ball is thrown upward. You know gravity causes constant downward acceleration of $-32$ ft/s². Can you predict where the ball will be in 3 seconds?
This is exactly what antiderivatives do: given how something is changing (acceleration), you can work backwards to find velocity, and from velocity to position.
The relationships are beautifully simple:
Reading these backwards:
| Property | Value |
|---|---|
| Concept | Antiderivatives |
| Chapter | 3.9 |
| Difficulty | Intermediate |
| Time | ~25 minutes |
For an object moving along a line (rectilinear motion):
| Quantity | Symbol | Relationship |
|---|---|---|
| Position | $s(t)$ | (base quantity) |
| Velocity | $v(t)$ | $v = \frac{ds}{dt} = s'(t)$ |
| Acceleration | $a(t)$ | $a = \frac{dv}{dt} = v'(t) = s''(t)$ |
| Given | Find | Method |
|---|---|---|
| $a(t)$ | $v(t)$ | $v(t) = \int a(t)\,dt$ |
| $v(t)$ | $s(t)$ | $s(t) = \int v(t)\,dt$ |
| $a(t)$ | $s(t)$ | Antidifferentiate twice |
Each antidifferentiation requires an initial condition to determine the constant.
Near Earth's surface, objects in free fall have constant acceleration:
$$a(t) = -g$$
where $g \approx 9.8$ m/s² (or 32 ft/s²). The negative sign indicates downward.
Starting from constant acceleration:
$$v(t) = \int -g\,dt = -gt + C_1$$
If $v(0) = v_0$ (initial velocity), then $C_1 = v_0$: $$v(t) = -gt + v_0$$
$$s(t) = \int (-gt + v_0)\,dt = -\frac{1}{2}gt^2 + v_0 t + C_2$$
If $s(0) = s_0$ (initial position), then $C_2 = s_0$:
$$\boxed{s(t) = -\frac{1}{2}gt^2 + v_0 t + s_0}$$
This is the famous kinematic equation from physics, derived purely from calculus!
| Formula | What it gives |
|---|---|
| $s(t) = s_0 + v_0 t + \frac{1}{2}at^2$ | Position at time $t$ |
| $v(t) = v_0 + at$ | Velocity at time $t$ |
| $v^2 = v_0^2 + 2a(s - s_0)$ | Velocity without time |
| Sign | Position ($s$) | Velocity ($v$) | Acceleration ($a$) |
|---|---|---|---|
| Positive | Above origin / to the right | Moving upward / rightward | Speeding up (if same sign as $v$) |
| Negative | Below origin / to the left | Moving downward / leftward | Slowing down (if opposite sign to $v$) |
Key insight: An object slows down when velocity and acceleration have opposite signs.
A particle moves along a line with velocity $v(t) = 4t - 6$ m/s. If the particle is at position $s = 2$ m when $t = 0$, find its position at time $t$.
A car has acceleration $a(t) = 3$ m/s² (constant). If the car starts from rest, find its velocity after 4 seconds.
A particle has acceleration $a(t) = 6t$ m/s². Its initial velocity is $v(0) = -4$ m/s and its initial position is $s(0) = 5$ m. Find $s(t)$.
A ball is thrown upward from the top of a 96-foot building with an initial velocity of 80 ft/s. Taking $g = 32$ ft/s²:
(a) Find the position function $s(t)$. (b) When does the ball reach its maximum height? (c) What is the maximum height? (d) When does the ball hit the ground?
A rocket has acceleration $a(t) = 60t$ ft/s² for the first 2 seconds (while fuel burns), then $a(t) = -32$ ft/s² afterward (free fall). If the rocket starts from rest at ground level:
(a) Find the velocity and position at $t = 2$ s (end of fuel burn). (b) Find the maximum height the rocket reaches. (c) Find when the rocket returns to the ground.
At time $t = 3$, a particle has $v(3) = -4$ m/s and $a(3) = -2$ m/s². Is the particle speeding up or slowing down at this instant?
A ball is thrown straight up. At the instant it reaches its maximum height, what are the values of its velocity and acceleration?
Ball A is dropped from a height of 100 ft. One second later, Ball B is thrown downward from the same height with initial velocity 40 ft/s. Which ball hits the ground first?
Think of the position-velocity-acceleration chain as a ladder:
d/dt d/dt
Position → Velocity → Acceleration
s(t) v(t) a(t)
∫ dt ∫ dt
Position ← Velocity ← Acceleration
Going UP the ladder (differentiation): tells you rates of change Going DOWN the ladder (antidifferentiation): reconstructs the original quantities
Each step DOWN requires knowing where you "started" (initial condition), because information is lost when you go UP.
| Previous | Up | Next |
|---|---|---|
| Initial Value Problems | Skills Index | Definite Integral |
Last updated: 2026-01-22