Straight-Line Motion: Connecting Position, Velocity, and Acceleration
students, imagine watching a car move along a straight road π. At every moment, it has a location, a speed, and maybe a change in speed. In calculus, these ideas become position, velocity, and acceleration. This lesson shows how derivatives describe motion in context, how to read motion from graphs and formulas, and how to use AP Calculus AB reasoning to solve real-world problems.
What you will learn
By the end of this lesson, students, you should be able to:
- explain what position, velocity, and acceleration mean in a straight-line motion setting;
- use derivatives to connect these quantities;
- interpret positive, negative, and zero values in context;
- solve motion problems from formulas, tables, and graphs;
- determine when an object changes direction or is at rest;
- connect motion problems to the larger topic of contextual applications of differentiation.
Straight-line motion is one of the most important applications of derivatives because it turns abstract calculus into something physical and visual π.
Position, velocity, and acceleration
Suppose an object moves along a number line. Its position at time $t$ is given by a function like $s(t)$, where $s$ is measured in units such as feet or meters.
The velocity function is the derivative of position:
$$v(t)=s'(t)$$
Velocity tells how fast and in what direction the position is changing. If $v(t)>0$, the object is moving in the positive direction. If $v(t)<0$, it is moving in the negative direction. If $v(t)=0$, the object is momentarily at rest.
The acceleration function is the derivative of velocity, or the second derivative of position:
$$a(t)=v'(t)=s''(t)$$
Acceleration tells how velocity is changing. If acceleration is positive, velocity is increasing. If acceleration is negative, velocity is decreasing.
These three functions are connected like a chain:
$$s(t) \rightarrow v(t)=s'(t) \rightarrow a(t)=v'(t)=s''(t)$$
A helpful way to think about this is:
- position answers βWhere is it?β
- velocity answers βHow fast and in what direction is it moving?β
- acceleration answers βHow is its motion changing?β
For example, if a runner is moving forward but slowing down, then $v(t)$ is positive while $a(t)$ is negative. That is a very common AP Calculus idea: the sign of velocity and the sign of acceleration do not have to match.
Reading motion from formulas
A common AP Calculus AB problem gives a position function such as
$$s(t)=t^3-6t^2+9t$$
To study the motion, first find velocity and acceleration:
$$v(t)=s'(t)=3t^2-12t+9$$
$$a(t)=v'(t)=6t-12$$
Now the calculus questions become physical questions.
When is the object at rest?
An object is at rest when $v(t)=0$.
For this example:
$$3t^2-12t+9=0$$
Factor:
$$3(t^2-4t+3)=0$$
$$3(t-1)(t-3)=0$$
So the object is at rest at
$$t=1 \text{ and } t=3$$
That does not mean it stops forever. It only means the velocity is zero at those exact moments.
When does the object move right or left?
To determine direction, look at the sign of $v(t)$.
- If $v(t)>0$, the object moves to the right.
- If $v(t)<0$, the object moves to the left.
For the example above, test intervals around $t=1$ and $t=3$.
- On $0<t<1$, $v(t)>0$ so the object moves right.
- On $1<t<3$, $v(t)<0$ so the object moves left.
- On $t>3$, $v(t)>0$ so the object moves right again.
This means the object changes direction at $t=1$ and $t=3$ because the velocity changes sign there.
What does acceleration mean in context?
Using $a(t)=6t-12$:
- if $t<2$, then $a(t)<0$;
- if $t=2$, then $a(t)=0$;
- if $t>2$, then $a(t)>0$.
At $t=2$, the acceleration is zero, but the object may still be moving. Zero acceleration means velocity is not changing at that instant.
A very important AP idea is that acceleration helps describe whether speed is increasing or decreasing. If velocity and acceleration have the same sign, speed is increasing. If they have opposite signs, speed is decreasing.
For example:
- if $v(t)>0$ and $a(t)>0$, the object speeds up;
- if $v(t)>0$ and $a(t)<0$, the object slows down;
- if $v(t)<0$ and $a(t)<0$, the object speeds up in the negative direction;
- if $v(t)<0$ and $a(t)>0$, the object slows down.
Graphs, sign charts, and interpretation
AP problems often ask you to interpret a graph of $s(t)$, $v(t)$, or $a(t)$.
From a position graph $s(t)$
- The slope of the graph of $s(t)$ is velocity.
- A positive slope means $v(t)>0$.
- A negative slope means $v(t)<0$.
- A horizontal tangent means $v(t)=0$.
If the graph of $s(t)$ is increasing, the object is moving right. If it is decreasing, the object is moving left.
From a velocity graph $v(t)$
- The slope of $v(t)$ is acceleration.
- Where $v(t)$ crosses the $t$-axis, the object may change direction.
- Where $v(t)=0$, the object is at rest.
Also, the area under the velocity graph from $t=a$ to $t=b$ gives displacement:
$$\int_a^b v(t)\,dt=s(b)-s(a)$$
Displacement is the net change in position, not the total distance traveled.
Displacement versus distance
This distinction is very important.
If an object moves right for a while and then left, displacement can be small even when the total distance is large.
For example, suppose an object travels $5$ meters right and then $3$ meters left.
- displacement is $5-3=2$ meters;
- distance traveled is $5+3=8$ meters.
In calculus, total distance usually requires breaking the time interval at points where $v(t)=0$ and then adding absolute values of the signed motion.
Worked example with interpretation
Suppose a particle has velocity
$$v(t)=t^2-4t+3$$
for $0\le t\le 5$.
First find when it is at rest:
$$t^2-4t+3=0$$
$$ (t-1)(t-3)=0 $$
So the particle is at rest at $t=1$ and $t=3$.
Now determine the sign of velocity.
- For $0<t<1$, $v(t)>0$.
- For $1<t<3$, $v(t)<0$.
- For $3<t<5$, $v(t)>0$.
So the particle moves right, then left, then right.
Next, find acceleration:
$$a(t)=v'(t)=2t-4$$
At $t=2$,
$$a(2)=0$$
This is the moment when acceleration changes sign. It may indicate a change in how the velocity is changing, but it does not automatically mean a change in direction.
If you wanted displacement from $t=0$ to $t=5$, you would compute
$$\int_0^5 v(t)\,dt$$
If you wanted total distance, you would split the interval at $t=1$ and $t=3$ because the velocity changes sign there.
This kind of problem is common on AP Calculus AB because it combines algebra, graph interpretation, and real-world meaning.
How this fits into contextual applications of differentiation
Straight-line motion is one part of the larger AP Calculus AB topic called Contextual Applications of Differentiation. In that unit, derivatives are used to describe change in real situations.
Motion problems are one of the clearest examples because the derivative has a direct physical meaning:
$$\frac{ds}{dt}=v(t)$$
and
$$\frac{dv}{dt}=a(t)$$
This connects calculus to science, engineering, transportation, sports, and everyday life. A carβs speedometer is related to velocity. A change in speed shown on a dashboard is connected to acceleration. A roller coaster moving along a track uses the same ideas, even if the path is more complicated.
The broader AP skill is not just computing derivatives. It is interpreting them correctly in context. students, that means you should always ask:
- What does the function represent?
- What does its derivative represent?
- What does a positive, negative, or zero value mean here?
- Are we talking about position, velocity, acceleration, displacement, or distance?
That habit of interpretation is exactly what AP Calculus AB wants you to build.
Conclusion
Straight-line motion gives calculus a real-world meaning. Position tells where an object is, velocity tells how its position changes, and acceleration tells how its velocity changes. By using derivatives, you can decide when an object is at rest, moving right or left, speeding up or slowing down, and how to interpret motion from formulas, graphs, and integrals. These ideas are a major part of contextual applications of differentiation and are essential for success in AP Calculus AB π.
Study Notes
- Position is modeled by a function such as $s(t)$.
- Velocity is the derivative of position: $v(t)=s'(t)$.
- Acceleration is the derivative of velocity: $a(t)=v'(t)=s''(t)$.
- The object is at rest when $v(t)=0$.
- If $v(t)>0$, the object moves in the positive direction.
- If $v(t)<0$, the object moves in the negative direction.
- If $v(t)$ changes sign, the object changes direction.
- If $v(t)$ and $a(t)$ have the same sign, speed increases.
- If $v(t)$ and $a(t)$ have opposite signs, speed decreases.
- Displacement is $\int_a^b v(t)\,dt$.
- Distance traveled is the total amount moved, ignoring direction.
- The slope of a position graph is velocity.
- The slope of a velocity graph is acceleration.
- Straight-line motion is a core example of contextual applications of differentiation in AP Calculus AB.
