8. Applications of Integration

Connecting Position, Velocity, And Acceleration Of Functions Using Integrals

Connecting Position, Velocity, and Acceleration of Functions Using Integrals

Introduction: How motion tells a story πŸš—πŸ“ˆ

students, imagine watching a skateboarder roll down a ramp. At any instant, the skateboarder has a position (where they are), a velocity (how fast and in what direction they move), and an acceleration (how their velocity is changing). In calculus, these ideas are tightly connected through derivatives and integrals.

In this lesson, you will learn how to move between position, velocity, and acceleration using integrals and how these relationships help solve AP Calculus AB motion problems. The key ideas are:

  • velocity is the derivative of position,
  • acceleration is the derivative of velocity,
  • and integrals let us recover changes in position and velocity over time.

By the end, students, you should be able to explain motion language, use definite integrals to find changes, and connect these ideas to the broader study of applications of integration.

Position, velocity, and acceleration: the core relationships

Suppose the position of an object at time $t$ is given by a function $s(t)$.

Then:

  • velocity is $v(t)=s'(t)$,
  • acceleration is $a(t)=v'(t)=s''(t)$.

This means derivatives measure rate of change:

  • $s'(t)$ tells how fast position changes,
  • $v'(t)$ tells how fast velocity changes.

The reverse is also true. If you know velocity, you can find position changes by integrating:

$$

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

$$

This is one of the most important ideas in motion problems. The integral of velocity over a time interval gives the displacement, which is the change in position. Similarly,

$$

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

$$

so the integral of acceleration gives the change in velocity.

A common AP Calculus AB connection is this: if you know an initial value, such as $s(0)$ or $v(0)$, then a definite integral can help you find the actual position or velocity later in time.

Displacement and total distance: not the same thing

This is a place where many students get tripped up, students, so let’s slow down. 🚦

If velocity is positive, the object moves in the positive direction. If velocity is negative, it moves in the negative direction. The definite integral

$$

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

$$

adds signed movement, so it can be positive, negative, or zero. That is why it gives displacement.

But total distance is different. Distance counts all movement, no matter the direction. To find distance traveled, use

$$

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

$$

This is always nonnegative.

Example

Suppose $v(t)=2-t$ on $0\le t\le 4$.

  • On $0\le t<2$, $v(t)>0$, so the object moves forward.
  • On $2<t\le 4$, $v(t)<0$, so the object moves backward.

The displacement is

$$

$\int_0^4 (2-t)\,dt = \left[2t-\frac{t^2}{2}\right]_0^4 = 8-8=0.$

$$

So the object ends where it started.

But the total distance is

$$

$\int_0^2 (2-t)\,dt+\int_2^4 (t-2)\,dt.$

$$

The first part is $2$, and the second part is also $2$, so the total distance is $4$ units.

This example shows why it matters to read the question carefully. If the prompt says displacement, use the integral of $v(t)$. If it says total distance, think about absolute value and sign changes.

From acceleration to velocity, and from velocity to position

Acceleration tells us how velocity changes over time. If $a(t)$ is known, then the velocity at time $b$ can be found from

$$

$ v(b)=v(a)+\int_a^b a(t)\,dt.$

$$

If velocity is known, then position can be found from

$$

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

$$

These formulas are especially useful when the initial condition is given.

Example with initial velocity

Suppose an object has acceleration

$$

$ a(t)=6t-4$

$$

and initial velocity $v(0)=3$.

To find $v(t)$, integrate acceleration:

$$

$ v(t)=\int (6t-4)\,dt=3t^2-4t+C.$

$$

Use $v(0)=3$:

$$

$3=3(0)^2-4(0)+C \Rightarrow C=3.$

$$

So

$$

$ v(t)=3t^2-4t+3.$

$$

If you also know $s(0)=2$, then position is found by integrating velocity:

$$

$ s(t)=\int (3t^2-4t+3)\,dt=t^3-2t^2+3t+C.$

$$

Use $s(0)=2$:

$$

$2=0-0+0+C \Rightarrow C=2.$

$$

So

$$

$ s(t)=t^3-2t^2+3t+2.$

$$

This is a classic AP Calculus AB process: start with the highest derivative you know, integrate, and use initial values to find the constant.

Interpreting signs, zeros, and turning points

Graphs matter a lot in motion problems πŸ“Š.

  • If $v(t)>0$, the position function $s(t)$ is increasing.
  • If $v(t)<0$, the position function $s(t)$ is decreasing.
  • If $a(t)>0$, velocity is increasing.
  • If $a(t)<0$, velocity is decreasing.

A zero of velocity, where $v(t)=0$, means the object is momentarily at rest. But that does not always mean the object changes direction. To know that, check whether $v(t)$ changes sign around that time.

A zero of acceleration, where $a(t)=0$, may indicate a possible change in concavity of the velocity graph, but again, sign changes are what matter most.

Example

If $v(t)=(t-1)(t-3)$, then $v(t)=0$ at $t=1$ and $t=3$.

  • For $0<t<1$, $v(t)>0$.
  • For $1<t<3$, $v(t)<0$.
  • For $t>3$, $v(t)>0$.

So the object moves forward, then backward, then forward again. The sign changes show direction changes.

This kind of reasoning helps students describe motion without needing a full position formula.

Net change and the Fundamental Theorem of Calculus

A major idea in this lesson is the net change theorem:

$$

$\int_a^b f'(x)\,dx=f(b)-f(a).$

$$

In motion, this means the integral of velocity gives change in position, and the integral of acceleration gives change in velocity.

This is powerful because it connects local information to global change. A rate function tells what happens at each instant, and integration tells what happened over a whole interval.

Real-world connection

A car’s speedometer gives instantaneous speed at each moment, like a rate. If you want to know how far the car traveled during a 10-minute drive, you do not just look at one speed reading. You accumulate all the tiny changes over time. That is exactly what the definite integral does.

AP-style interpretation

If a particle has velocity $v(t)$ on $[1,5]$, then

$$

$\int_1^5 v(t)\,dt$

$$

represents the net change in position from $t=1$ to $t=5$.

If the problem gives $s(1)$, then

$$

$ s(5)=s(1)+\int_1^5 v(t)\,dt.$

$$

Always watch for initial conditions and remember that the definite integral produces change, not usually the full final value by itself.

Conclusion

students, the big idea in this lesson is that derivatives and integrals are two sides of the same motion story. Position changes give velocity, velocity changes give acceleration, and integrals let you recover total change over time. In AP Calculus AB, you will use these ideas to find displacement, total distance, final velocity, and final position from rate functions.

This topic fits naturally into Applications of Integration because integrals accumulate change. Whether the context is motion, area, or volume, the same calculus tools help describe real situations accurately. For motion problems, always ask: What is given? What is changing? Is the question asking for displacement, distance, velocity, or position? Careful reading leads to correct setup and correct interpretation. βœ…

Study Notes

  • $s(t)$ is position, $v(t)=s'(t)$ is velocity, and $a(t)=v'(t)=s''(t)$ is acceleration.
  • $\int_a^b v(t)\,dt$ gives displacement, not total distance.
  • $\int_a^b |v(t)|\,dt$ gives total distance traveled.
  • $\int_a^b a(t)\,dt=v(b)-v(a)$, so acceleration changes velocity.
  • $v(b)=v(a)+\int_a^b a(t)\,dt$ and $s(b)=s(a)+\int_a^b v(t)\,dt$ are key motion formulas.
  • Positive velocity means motion in the positive direction; negative velocity means motion in the negative direction.
  • If $v(t)=0$, the object is momentarily at rest, but direction changes only if $v(t)$ changes sign.
  • Initial conditions like $v(0)$ and $s(0)$ are used to find constants after integrating.
  • Motion problems are a major part of Applications of Integration and often use the Fundamental Theorem of Calculus.

Practice Quiz

5 questions to test your understanding

Connecting Position, Velocity, And Acceleration Of Functions Using Integrals β€” AP Calculus AB | A-Warded