4. Contextual Applications of Differentiation

Straight-line Motion: Connecting Position, Velocity, And Acceleration

Straight-Line Motion: Connecting Position, Velocity, and Acceleration

students, imagine watching a train move along a straight track πŸš†. If you know where it is now, how fast it is moving, and how its speed is changing, you can predict a lot about what happens next. That is the heart of straight-line motion in calculus. In this lesson, you will learn how position, velocity, and acceleration are connected, how to interpret each one in context, and how to use derivatives to solve motion problems on the AP Calculus BC exam.

What this lesson is about

By the end of this lesson, students, you should be able to:

  • explain what position, velocity, and acceleration mean in a real situation
  • connect each quantity to derivatives and integrals
  • interpret positive, negative, and zero values in context
  • solve straight-line motion problems using calculus reasoning
  • use graphs, formulas, and units to check whether answers make sense

This topic is part of Contextual Applications of Differentiation because calculus is not only about symbols on a page. It helps describe motion in the real world, like a car braking at a red light, a ball rolling on a track, or an elevator moving between floors.

Position, velocity, and acceleration

In straight-line motion, an object moves along a line, often the $x$-axis. Its position at time $t$ is usually written as $s(t)$, where $s$ measures location.

  • $s(t)$ = position
  • $v(t)=s'(t)$ = velocity
  • $a(t)=v'(t)=s''(t)$ = acceleration

These three quantities are related through derivatives:

  • the derivative of position is velocity
  • the derivative of velocity is acceleration
  • the second derivative of position is acceleration

If you know $s(t)$, you can find how fast the object moves by differentiating. If you know $v(t)$, you can find the change in velocity by differentiating again. If you know acceleration, you can often recover velocity or position by integrating.

The units matter. If $s(t)$ is measured in meters and $t$ in seconds, then:

  • $v(t)$ is in meters per second, written $\text{m/s}$
  • $a(t)$ is in meters per second squared, written $\text{m/s}^2$

Always check units. They help you confirm whether your work makes sense βœ…

Interpreting velocity and acceleration

Velocity tells both speed and direction. On a number line, a positive velocity means motion in the positive direction, and a negative velocity means motion in the negative direction.

For example, if a cyclist has $v(t)>0$, the cyclist is moving to the right. If $v(t)<0$, the cyclist is moving to the left. If $v(t)=0$, the cyclist is momentarily at rest.

Acceleration tells how velocity is changing.

  • If $a(t)>0$, velocity is increasing.
  • If $a(t)<0$, velocity is decreasing.
  • If $a(t)=0$, velocity is not changing at that instant.

A common mistake is thinking that positive acceleration always means speeding up. That is not always true. The key is whether velocity and acceleration have the same sign.

  • If $v(t)$ and $a(t)$ have the same sign, the object is speeding up.
  • If $v(t)$ and $a(t)$ have opposite signs, the object is slowing down.

Example: Suppose $v(t)=-5$ and $a(t)=-2$. The object is moving in the negative direction, and its velocity is becoming more negative, so it is speeding up.

Example: Suppose $v(t)=-5$ and $a(t)=2$. The object is still moving in the negative direction, but acceleration is pushing against that motion, so it is slowing down.

Position graphs, velocity graphs, and motion

Graphs are a powerful way to understand motion.

If you look at a graph of position $s(t)$:

  • the slope gives velocity $v(t)$
  • flat spots mean $v(t)=0$
  • increasing position means positive velocity
  • decreasing position means negative velocity

If you look at a graph of velocity $v(t)$:

  • the slope gives acceleration $a(t)$
  • where the graph crosses the $t$-axis, the object has $v(t)=0$
  • when $v(t)$ is above the axis, motion is positive
  • when $v(t)$ is below the axis, motion is negative

The graph of velocity also helps you find displacement. Displacement on $[a,b]$ is

$$

$\int_a^b v(t)\,dt$

$$

This is the net change in position:

$$

$\int_a^b v(t)\,dt=s(b)-s(a)$

$$

If the object moves forward and then backward, positive and negative areas can cancel. That is why displacement is not the same as total distance traveled.

Total distance is found by adding the absolute value of velocity over time:

$$

$\int_a^b |v(t)|\,dt$

$$

That difference matters a lot on AP questions.

Example: finding velocity and acceleration from position

Suppose the position of a particle is given by

$$

s(t)=t^3-6t^2+9t$$

for $t\ge 0$.

To find velocity, differentiate:

$$

v(t)=s'(t)=3t^2-12t+9$$

To find acceleration, differentiate again:

$$

a(t)=v'(t)=6t-12$$

Now interpret the results.

At $t=1$:

$$

v(1)=3(1)^2-12(1)+9=0$$

So the particle is momentarily at rest.

Also,

$$

a(1)=6(1)-12=-6$$

Acceleration is negative, so velocity is decreasing at that instant.

To find when the particle is speeding up or slowing down, examine the signs of $v(t)$ and $a(t)$.

Factor velocity:

$$

$v(t)=3(t-1)(t-3)$

$$

Acceleration is zero when

$$

$a(t)=0 \Rightarrow t=2$

$$

Now test intervals:

  • on $(0,1)$, $v(t)>0$ and $a(t)<0$, so the particle is slowing down
  • on $(1,2)$, $v(t)<0$ and $a(t)<0$, so the particle is speeding up
  • on $(2,3)$, $v(t)<0$ and $a(t)>0$, so the particle is slowing down
  • on $(3,\infty)$, $v(t)>0$ and $a(t)>0$, so the particle is speeding up

This kind of sign analysis is a classic AP Calculus BC skill.

Using integration in motion problems

Derivatives move from position to velocity and acceleration. Integrals move backward.

If acceleration is given, then velocity is found by

$$

$v(t)=v(t_0)+\int_{t_0}^{t} a(u)\,du$

$$

If velocity is given, then position is found by

$$

$s(t)=s(t_0)+\int_{t_0}^{t} v(u)\,du$

$$

These formulas are especially useful when you are given initial values like $s(0)$ or $v(0)$.

Example: If $a(t)=4t$ and $v(0)=3$, then

$$

$v(t)=3+\int_0^t 4u\,du=3+2t^2$

$$

If also $s(0)=5$, then

$$

$s(t)=5+\int_0^t (3+2u^2)\,du=5+3t+\frac{2}{3}t^3$

$$

This shows how initial conditions anchor the motion at a specific starting point.

Common AP-style questions and strategies

Many AP questions about motion ask you to connect multiple ideas at once. Here are the most common tasks:

  1. find when the object is at rest by solving $v(t)=0$
  2. find when the object changes direction by checking where $v(t)$ changes sign
  3. determine when the object speeds up or slows down using the signs of $v(t)$ and $a(t)$
  4. compute displacement with $\int_a^b v(t)\,dt$
  5. compute total distance with $\int_a^b |v(t)|\,dt$
  6. interpret answers in words and units

A smart strategy is to organize your work in a table with columns for $t$, $v(t)$, and $a(t)$. Then you can track signs and behavior clearly.

Also, always answer in context. Instead of saying β€œ$v(t)$ is negative,” say β€œthe object is moving left” or β€œthe particle is moving in the negative direction.” AP readers look for interpretation, not only computation.

Why this topic matters in the bigger picture

Straight-line motion is a key example of contextual differentiation because it shows what derivatives actually measure. The derivative is not just a formula; it is a rate of change.

In this topic, you see that:

  • $s'(t)$ tells instantaneous velocity
  • $v'(t)$ tells instantaneous acceleration
  • integrals recover accumulated change
  • signs tell direction and behavior
  • graphs help connect algebra to motion

These ideas also prepare you for later AP topics like related rates, local linearity, and optimization. Motion problems train you to translate a real situation into calculus language and then interpret the result back in the real world 🌟

Conclusion

students, straight-line motion gives you a clear picture of how calculus describes change over time. Position tells where an object is, velocity tells how position changes, and acceleration tells how velocity changes. Derivatives and integrals connect all three. On AP Calculus BC, you should be ready to use these ideas to find motion features, analyze graphs, compute displacement and distance, and explain answers in context.

Study Notes

  • $s(t)$ is position, $v(t)=s'(t)$ is velocity, and $a(t)=v'(t)=s''(t)$ is acceleration.
  • Velocity tells direction and speed; acceleration tells how velocity changes.
  • Positive velocity means motion in the positive direction; negative velocity means motion in the negative direction.
  • Positive acceleration does not always mean speeding up; check the signs of $v(t)$ and $a(t)$ together.
  • An object speeds up when $v(t)$ and $a(t)$ have the same sign.
  • An object slows down when $v(t)$ and $a(t)$ have opposite signs.
  • Displacement on $[a,b]$ is $\int_a^b v(t)\,dt$.
  • Total distance traveled is $\int_a^b |v(t)|\,dt$.
  • If acceleration is known, velocity can be found with $v(t)=v(t_0)+\int_{t_0}^{t} a(u)\,du$.
  • If velocity is known, position can be found with $s(t)=s(t_0)+\int_{t_0}^{t} v(u)\,du$.
  • AP motion problems often ask for rest, direction changes, speeding up, slowing down, displacement, and total distance.
  • Always include units and interpret answers in the context of the motion.

Practice Quiz

5 questions to test your understanding