A particle moves along a line. You know its position at every moment in time: $s(t)$. From this single function, calculus can tell you:
This is rectilinear motion: motion along a straight line. The derivative transforms position into velocity, and the derivative of velocity gives acceleration.
| Property | Value |
|---|---|
| Concept | Rates of Change |
| Chapter | 2.7 |
| Difficulty | Intermediate |
| Time | ~25 minutes |
| Quantity | Symbol | Meaning | How to Find |
|---|---|---|---|
| Position | $s(t)$ | Where the particle is | Given |
| Velocity | $v(t)$ | Rate of change of position | $v(t) = \frac{ds}{dt} = s'(t)$ |
| Acceleration | $a(t)$ | Rate of change of velocity | $a(t) = \frac{dv}{dt} = s''(t)$ |
Each quantity is the derivative of the one above it:
$$\boxed{s(t) \xrightarrow{\text{derivative}} v(t) \xrightarrow{\text{derivative}} a(t)}$$
The velocity $v(t) = s'(t)$ tells you:
| Condition | Meaning |
|---|---|
| $v(t) > 0$ | Moving in the positive direction (right/up) |
| $v(t) < 0$ | Moving in the negative direction (left/down) |
| $v(t) = 0$ | Particle is at rest (momentarily stopped) |
The speed is $\vert v(t)\vert $, which is velocity without the direction.
A particle changes direction when velocity changes sign. This happens when:
s(t)
│ ╭──╮
│ ╱ ╲
│ ╱ ╲ ← Maximum: v = 0, changing direction
│ ╱ ╲
│ ╱ ╲
└──────────────────── t
↑
v > 0 v < 0
(moving (moving
right) left)
This is the trickiest concept! The particle is:
| Condition | Behavior | Why? |
|---|---|---|
| $v$ and $a$ have same sign | Speeding up | Acceleration pushes in direction of motion |
| $v$ and $a$ have opposite signs | Slowing down | Acceleration opposes motion |
Example:
Displacement = final position − initial position = $s(b) - s(a)$
Total distance = sum of all distances traveled, counting every meter
If a particle goes right 4 meters, then left 3 meters:
To find total distance:
A particle moves along a line with position $s(t) = t^3 - 6t^2 + 9t$ meters, where $t \geq 0$ is in seconds.
(a) Find the velocity function $v(t)$.
(b) Find the acceleration function $a(t)$.
Using $v(t) = 3t^2 - 12t + 9$ from Level 1:
(a) When is the particle at rest?
(b) Find the position of the particle at each rest time.
For the particle with $s(t) = t^3 - 6t^2 + 9t$, $v(t) = 3t^2 - 12t + 9$, $a(t) = 6t - 12$:
(a) When is the particle moving in the positive direction? Negative direction?
(b) When is the particle speeding up? Slowing down?
Find the total distance traveled by the particle with $s(t) = t^3 - 6t^2 + 9t$ during the first 5 seconds.
A ball is thrown upward with position $s(t) = -5t^2 + 30t + 10$ meters, where $t \geq 0$.
(a) Find velocity and acceleration as functions of time.
(b) What is the maximum height reached?
(c) When does the ball hit the ground?
(d) With what speed does it hit the ground?
(e) Describe the motion: when is the ball going up? Down? Speeding up? Slowing down?
The graph shows the velocity $v(t)$ of a particle:
v(t)
│
2 │──────╲
│ ╲
0 │────────╲────────
│ ╲ t
-2 │ ╲────
│
└──────────────────
1 2 3
At $t = 2$, the particle is:
(A) At rest and speeding up (B) Moving left and speeding up (C) Moving left and slowing down (D) Moving right and slowing down
A particle starts at position $s = 0$, moves to $s = 10$, then back to $s = 3$.
Which statement is correct?
(A) Displacement = 13, Distance = 3 (B) Displacement = 3, Distance = 13 (C) Displacement = 3, Distance = 17 (D) Displacement = 17, Distance = 3
The Car Dashboard:
Your car has three gauges that mirror $s$, $v$, and $a$:
When you press the gas while moving forward, $v > 0$ and $a > 0$ → speeding up. When you brake while moving forward, $v > 0$ and $a < 0$ → slowing down.
The key insight: "speeding up" means your speed is increasing, which happens when velocity and acceleration point the same way.
Looking back:
Looking ahead:
The Big Picture: Rectilinear motion is the prototype for all rate-of-change problems. The relationship $s \to v \to a$ (differentiate to go forward) becomes the foundation for understanding derivatives in every context.
Last updated: 2026-01-22