8. Applications of Integration

Connecting Position, Velocity, And Acceleration Of Functions Using Integrals

Connecting Position, Velocity, and Acceleration Using Integrals

Introduction

When students studies motion in calculus, three ideas work together: position, velocity, and acceleration 🚗. Position tells where an object is, velocity tells how fast and in what direction it moves, and acceleration tells how velocity changes over time. In AP Calculus BC, integrals help connect these ideas in a powerful way. If you know one part of the motion, you can often recover the others by integrating.

In this lesson, students will learn how to use integrals to move between motion quantities, how to interpret those quantities in real-life situations, and how this topic fits into the larger unit of Applications of Integration. By the end, students should be able to explain the relationships $s(t)$, $v(t)$, and $a(t)$, use definite integrals to find changes in motion, and solve motion problems that appear on AP-style questions.

Objectives for students:

  • Explain the meaning of position, velocity, and acceleration.
  • Use integrals to connect $v(t)$ to $s(t)$ and $a(t)$ to $v(t)$.
  • Interpret displacement and total distance using integrals.
  • Apply motion ideas in real-world contexts like driving, biking, or dropping a ball.
  • Recognize how this lesson fits into Applications of Integration.

Position, Velocity, and Acceleration Basics

Suppose an object moves along a straight line. Its position at time $t$ can be written as $s(t)$. The velocity is the derivative of position, so $v(t)=s'(t)$. The acceleration is the derivative of velocity, so $a(t)=v'(t)=s''(t)$. These formulas describe how motion changes over time.

The reverse process is just as important. Since derivative means rate of change, integration means accumulating change over time. If students knows velocity, then integrating velocity gives the change in position. If students knows acceleration, then integrating acceleration gives the change in velocity.

This is why motion problems often give one function and ask for another. For example, if a car’s velocity is given by $v(t)$, then the net change in position from $t=a$ to $t=b$ is

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

This quantity is called displacement. It tells how far the object’s position changes, not necessarily how far it traveled in total.

A positive velocity means motion in the positive direction, and a negative velocity means motion in the negative direction. If velocity changes sign, the object changes direction. That idea is very important because it helps students tell the difference between displacement and total distance.

Integrating Velocity to Find Position Change

One of the most common AP Calculus BC ideas is using velocity to find position. If an object has velocity $v(t)$, then the change in position from $t=a$ to $t=b$ is

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

If students also knows the initial position $s(a)$, then the actual position at time $b$ is

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

This works because integration adds up tiny pieces of motion over the interval.

Example: Suppose a particle has velocity $v(t)=3t^2-2t$ on $0\le t\le 4$, and its initial position is $s(0)=5$. To find $s(4)$, compute

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

Now integrate:

$$\int_0^4 (3t^2-2t)\,dt=\left[t^3-t^2\right]_0^4=64-16=48.$$

So

$$s(4)=5+48=53.$$

This means the object ends up at position $53$ after $4$ seconds.

Another useful idea is average velocity. Over the interval $[a,b]$, the average velocity is

$$\frac{1}{b-a}\int_a^b v(t)\,dt.$$

This is the same structure as average value of a function, which connects motion to the larger topic of Applications of Integration.

From Acceleration to Velocity

Acceleration describes how velocity changes. If students knows acceleration $a(t)$, then integrating gives the change in velocity:

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

If the initial velocity is known, then the velocity at time $b$ is

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

This is especially useful when acceleration is easier to work with than velocity. For example, if a ball is thrown upward, its acceleration is often constant near Earth’s surface, approximately $a(t)=-9.8$ meters per second squared. That means velocity decreases by about $9.8$ meters per second each second.

Example: Suppose $a(t)=4t$ and $v(0)=2$. Then

$$v(t)=2+\int_0^t 4x\,dx=2+2t^2.$$

If students wants the position and also knows $s(0)=1$, then

$$s(t)=1+\int_0^t (2+2x^2)\,dx=1+\left[2x+\frac{2}{3}x^3\right]_0^t.$$

So

$$s(t)=1+2t+\frac{2}{3}t^3.$$

This two-step process is common: acceleration gives velocity, and velocity gives position.

Displacement vs. Total Distance

A very important distinction in motion problems is the difference between displacement and total distance. Displacement is the signed change in position:

$$\text{displacement}=\int_a^b v(t)\,dt.$$

Total distance measures how far the object actually traveled, regardless of direction. To find total distance, students must use the absolute value of velocity:

$$\text{total distance}=\int_a^b |v(t)|\,dt.$$

Why does this matter? If an object moves forward and then backward, displacement may be small, even though the actual path was long.

Example: Let $v(t)=t-2$ on $0\le t\le 4$. The velocity is negative on $[0,2]$ and positive on $[2,4]$. The displacement is

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

That means the object ends where it started. But the total distance is

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

Compute each part:

$$\int_0^2 (2-t)\,dt=2$$

and

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

So the total distance is $4$. This shows that an object can travel a lot while having zero displacement.

Interpreting Motion with Sign and Graphs

Graphs are powerful tools in motion problems. If the graph of $v(t)$ is above the $t$-axis, then $v(t)>0$ and the object moves in the positive direction. If the graph is below the axis, then $v(t)<0$ and the object moves in the negative direction.

The area between the graph of $v(t)$ and the $t$-axis represents accumulated change. Positive area adds to position, and negative area subtracts from position. That is why the integral of velocity gives displacement.

If students sees a graph of acceleration $a(t)$, then the area under that graph gives the change in velocity:

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

So a positive area under $a(t)$ means velocity increases overall, while a negative area means velocity decreases overall.

In real life, think of a cyclist 🚴. If the cyclist speeds up, acceleration is positive. If the cyclist slows down, acceleration is negative. If the cyclist rides forward and then turns around, velocity changes sign. These sign changes help students understand the motion without needing a full table of values.

AP Calculus BC Problem-Solving Strategy

When students faces a motion problem, a good strategy is:

  1. Identify what is given: $s(t)$, $v(t)$, or $a(t)$.
  2. Remember the derivative relationships $v(t)=s'(t)$ and $a(t)=v'(t)$.
  3. Use integrals to reverse the change when needed.
  4. Look for initial conditions such as $s(a)$ or $v(a)$.
  5. Decide whether the question asks for displacement, total distance, velocity, or position.

Example: Suppose $a(t)=6t-4$, $v(1)=3$, and students wants $v(5)$. Use

$$v(5)=v(1)+\int_1^5 (6t-4)\,dt.$$

Then

$$\int_1^5 (6t-4)\,dt=\left[3t^2-4t\right]_1^5=(75-20)-(3-4)=55-(-1)=56.$$

So

$$v(5)=3+56=59.$$

This kind of problem shows how integrals connect a rate of change to the quantity itself.

Conclusion

Connecting position, velocity, and acceleration using integrals is one of the most important motion ideas in AP Calculus BC. students should remember that derivatives describe rates of change, while integrals accumulate change over time. Velocity is the derivative of position, acceleration is the derivative of velocity, and definite integrals recover changes in those quantities.

In Applications of Integration, this lesson works alongside average value, area, volume, and arc length because all of these topics use accumulation. Motion problems are especially important because they connect calculus to real situations like driving, flying, or dropping an object. If students understands displacement, total distance, and how to move between $s(t)$, $v(t)$, and $a(t)$, then many AP-style questions become much easier to solve.

Study Notes

  • Position is written 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 change in position over $[a,b]$ is $\int_a^b v(t)\,dt$.
  • If $s(a)$ is known, then $s(b)=s(a)+\int_a^b v(t)\,dt$.
  • The change in velocity over $[a,b]$ is $\int_a^b a(t)\,dt$.
  • If $v(a)$ is known, then $v(b)=v(a)+\int_a^b a(t)\,dt$.
  • Displacement is signed and equals $\int_a^b v(t)\,dt$.
  • Total distance is $\int_a^b |v(t)|\,dt$.
  • If $v(t)>0$, the object moves in the positive direction.
  • If $v(t)<0$, the object moves in the negative direction.
  • If $a(t)>0$, velocity increases; if $a(t)<0$, velocity decreases.
  • Motion problems are a major example of accumulation in Applications of Integration.

Practice Quiz

5 questions to test your understanding