AP CALCULUS BC • APPLICATIONS OF INTEGRATION

Connecting Position, Velocity, and Acceleration of Functions Using Integrals

Use definite integrals to recover velocity from acceleration and position from velocity along a line.

Historical Context & Motivation

The relationship between position, velocity, and acceleration lies at the very heart of calculus—indeed, it was the problem that gave birth to the subject. In the late seventeenth century, Isaac Newton and Gottfried Wilhelm Leibniz independently developed the methods of calculus primarily to describe the motion of objects under the influence of forces. Newton's laws of motion required a precise language for expressing how the rate of change of velocity (acceleration) determined by a force could be "undone" to recover the velocity itself, and how velocity in turn could be integrated to recover position. This inverse relationship—differentiation and integration as reverse processes—is the Fundamental Theorem of Calculus in physical disguise.

1638
Galileo's Kinematics
Galileo publishes Two New Sciences, describing uniformly accelerated motion and recognizing that distance is related to the accumulated effect of velocity over time.
1669
Newton's Fluxions
Newton circulates his method of fluxions, treating velocity as the fluxion (derivative) of position and showing how "inverse fluxions" (integrals) recover distance from velocity.
1686
Leibniz Publishes Integral Notation
Leibniz introduces the ∫ symbol, formalizing the integral as a sum of infinitesimal quantities and explicitly connecting area under a rate curve to net change.
1687
Principia Mathematica
Newton publishes the Principia, unifying force, acceleration, velocity, and position through what we now call the Fundamental Theorem of Calculus applied to motion.

The central question this lesson addresses is both elegant and practical: if you know the acceleration of a particle at every instant—or its velocity at every instant—how do you use integration to recover the quantities that the derivative "erased"? Specifically, how do you compute displacement, total distance, and the actual position function from a given rate function? Mastering these techniques is essential for the AP Calculus BC exam, where motion problems appear frequently in both the multiple-choice and free-response sections.

Core Principles & Definitions

Before diving into integral techniques, it is essential to have a crisp understanding of the three kinematic quantities and how differentiation and integration connect them. Throughout this lesson, we consider a particle moving along a straight line, so position, velocity, and acceleration are all scalar-valued functions of time. The derivative moves "down" the chain—from position to velocity to acceleration—while integration moves "up."

1

Position s(t)

The location of a particle on a number line at time t. Given an initial condition s(t₀), the entire position function can be reconstructed by integrating velocity.
2

Velocity v(t) = s′(t)

The rate of change of position. Its sign indicates direction: positive means motion in the positive direction, negative means the reverse. The integral of velocity over [a, b] gives displacement.
3

Acceleration a(t) = v′(t)

The rate of change of velocity. Integrating acceleration over an interval yields the change in velocity. An initial velocity condition is needed to pin down v(t) exactly.
4

Displacement vs. Total Distance

Displacement is the net change in position: ∫ v(t) dt. Total distance traveled accounts for direction changes and equals ∫ |v(t)| dt. These are equal only when the particle never reverses.
5

The Fundamental Theorem of Calculus

The FTC guarantees that integration is the inverse of differentiation. If v is continuous on [a, b], then ∫ₐᵇ v(t) dt = s(b) − s(a). This is the theoretical backbone of every integral-based motion problem.
KEY TAKEAWAY
Think of differentiation and integration as a two-way elevator between floors of a building. Position lives on the top floor, velocity on the middle floor, and acceleration on the ground floor. Differentiation takes the elevator down (from position to velocity, or from velocity to acceleration), while integration takes it up—but every time you ride up, you need an initial condition (like a keycard) to arrive at the correct floor.

Visual Explanation — The Derivative/Integral Chain

Pink arrows represent differentiation (moving from position to velocity to acceleration), while green arrows represent integration (the reverse). Each upward green arrow requires a constant of integration, typically supplied by an initial condition.

The diagram above captures the fundamental architecture of rectilinear motion problems. Moving downward via differentiation is straightforward—apply the power rule, chain rule, or other derivative techniques. Moving upward via integration requires you to perform an antiderivative and then determine the constant of integration using a given initial condition such as s(0) = 3 or v(2) = −5. Without that initial condition, you can still compute net change (via a definite integral), but you cannot determine the absolute value of the function at a specific time.

Mathematical Framework

The equations below formalize the integral relationships among position, velocity, and acceleration. Each equation is a direct consequence of the Fundamental Theorem of Calculus, which states that if f is continuous on [a, b] and F is any antiderivative of f, then ∫ₐᵇ f(t) dt = F(b) − F(a).

DISPLACEMENT (NET CHANGE IN POSITION)
s(b) − s(a) = ∫ₐᵇ v(t) dt
The definite integral of velocity over [a, b] gives displacement—the net change in position. This value can be positive, negative, or zero depending on whether the particle ends to the right, left, or at the same point where it started.
POSITION AT TIME t
s(t) = s(t₀) + ∫_{t₀}^{t} v(τ) dτ
Given an initial position s(t₀), you recover the entire position function by adding the accumulated displacement from t₀ to t. The dummy variable τ distinguishes the variable of integration from the upper limit.
TOTAL DISTANCE TRAVELED
Total Distance = ∫ₐᵇ |v(t)| dt
To compute total distance (always ≥ 0), integrate the absolute value of velocity. In practice, split the interval at points where v(t) = 0, integrate separately, and sum the absolute values of each piece.
VELOCITY FROM ACCELERATION
v(t) = v(t₀) + ∫_{t₀}^{t} a(τ) dτ
Integrating acceleration yields the change in velocity. Together with an initial velocity v(t₀), this fully determines the velocity function, which can then be integrated again to find position.
⚠️ AP Exam Tip
On the AP Calculus BC exam, free-response questions frequently give you v(t) as a piecewise or graphically defined function and ask for both displacement and total distance. Be sure to identify zeros of v(t) before integrating—mixing up displacement and total distance is one of the most common point-losing errors.

Displacement vs. Total Distance — A Detailed Comparison

The distinction between displacement and total distance is subtle but critical, and the AP exam tests it relentlessly. Consider a particle whose velocity is positive on part of an interval and negative on the rest—meaning the particle reverses direction. The signed integral of velocity accounts for cancellations and yields displacement, while the integral of the absolute value of velocity accumulates every meter traveled, regardless of direction.

The velocity curve v(t) (violet) crosses zero at t = 3. The green-shaded region represents positive area (particle moving right), and the red-shaded region represents negative area (particle moving left). Displacement equals the algebraic (signed) sum of the two areas, while total distance equals the sum of their absolute values.
Summary of integral expressions for rectilinear motion
QuantityIntegral ExpressionSignInterpretation
Displacement∫ₐᵇ v(t) dtCan be +, −, or 0Net change in position from t = a to t = b
Total Distance∫ₐᵇ |v(t)| dtAlways ≥ 0Odometer reading; every meter counts regardless of direction
Change in Velocity∫ₐᵇ a(t) dtCan be +, −, or 0How much the velocity has increased (or decreased) over the interval

Worked Example — From Acceleration to Position

A particle moves along the x-axis with acceleration a(t) = 6t − 4 for t ≥ 0. At time t = 0, the velocity is v(0) = 5 m/s and the position is s(0) = 2 m. Find: (a) the velocity function v(t), (b) the position function s(t), (c) the displacement from t = 0 to t = 3, and (d) the total distance traveled from t = 0 to t = 3.

Complete Kinematic Integration
1
Step 1 — Integrate acceleration to find v(t)v(t) = v(0) + ∫₀ᵗ a(τ) dτ = 5 + ∫₀ᵗ (6τ − 4) dτ = 5 + [3τ² − 4τ]₀ᵗ = 5 + 3t² − 4t.
v(t) = 3t² − 4t + 5
2
Step 2 — Integrate velocity to find s(t)s(t) = s(0) + ∫₀ᵗ v(τ) dτ = 2 + ∫₀ᵗ (3τ² − 4τ + 5) dτ = 2 + [τ³ − 2τ² + 5τ]₀ᵗ = 2 + t³ − 2t² + 5t.
s(t) = t³ − 2t² + 5t + 2
3
Step 3 — Compute displacement from t = 0 to t = 3Displacement = s(3) − s(0) = ∫₀³ v(t) dt. We already have s(t), so s(3) = 27 − 18 + 15 + 2 = 26, and s(0) = 2. Therefore displacement = 26 − 2 = 24 m. Alternatively, ∫₀³ (3t² − 4t + 5) dt = [t³ − 2t² + 5t]₀³ = (27 − 18 + 15) − 0 = 24.
Displacement = 24 m
4
Step 4 — Determine zeros of v(t) on [0, 3]Set v(t) = 3t² − 4t + 5 = 0. The discriminant is (−4)² − 4(3)(5) = 16 − 60 = −44 < 0, so v(t) has no real zeros. Since v(0) = 5 > 0, the velocity is strictly positive on [0, 3], meaning the particle never reverses direction.
v(t) > 0 on [0, 3] — no direction change
5
Step 5 — Compute total distance traveledBecause v(t) ≥ 0 on the entire interval, |v(t)| = v(t). Therefore the total distance traveled equals the displacement.
Total Distance = 24 m
💡 Why Check for Zeros?
In this example, the discriminant was negative, so total distance equaled displacement. Had v(t) changed sign, we would split the integral at each zero: total distance = |∫₀ᶜ v(t) dt| + |∫ᶜ³ v(t) dt|, where c is the zero. Always check before concluding that displacement and total distance are equal.

Common Pitfalls & Comparisons

Students often lose points on the AP exam not because they cannot integrate but because they misidentify which quantity the problem is asking for or they mishandle the sign conventions. The table below catalogs the most frequent errors alongside the correct reasoning.

Common errors on AP motion problems
Common MistakeWhy It's WrongCorrect Approach
Using ∫ v(t) dt for total distanceThe signed integral gives displacement, which allows positive and negative areas to cancel.Use ∫ |v(t)| dt for total distance. Split at zeros of v(t).
Forgetting the initial conditionAn indefinite integral yields a family of antiderivatives. Without s(t₀) or v(t₀), the particular function is unknown.Always add the initial value: s(t) = s(t₀) + ∫ v(τ) dτ.
Confusing speed and velocitySpeed is |v(t)|, always non-negative. Velocity carries a sign indicating direction.Use speed = |v(t)|. If asked "is the particle speeding up," check whether v and a share the same sign.
Integrating acceleration to get position directly∫ a(t) dt gives change in velocity, not position. You must integrate twice.First integrate a(t) to get v(t), then integrate v(t) to get s(t), using an initial condition at each step.
KEY TAKEAWAY
The integral ∫ₐᵇ v(t) dt is like a bank balance: deposits (positive velocity) and withdrawals (negative velocity) partially cancel, giving a net result—displacement. Total distance is like looking at the absolute value of every transaction: you add every deposit and every withdrawal to see total activity. Always pause before computing and ask: does the problem want the net balance or the total activity?

Connections to Advanced Topics

The techniques in this lesson extend naturally to several more advanced topics in AP Calculus BC and beyond. Understanding how integration recovers a function from its derivative is the gateway to parametric and vector-valued motion, differential equations, and accumulation functions defined by integrals.

From rectilinear motion to advanced calculus concepts
This LessonAdvanced Extension
Rectilinear motion: particle on a line, v(t) is a scalarParametric/vector motion: position is (x(t), y(t)); velocity and acceleration are vectors. Arc length replaces total distance: L = ∫ √(x′² + y′²) dt
Integrating a(t) = given functionDifferential equations: a(t) may depend on v or s, leading to separable or linear ODEs (e.g., air resistance models)
s(t) = s(0) + ∫₀ᵗ v(τ) dτ as an accumulation functionFTC Part 1 applications: d/dt [∫₀ᵗ f(τ) dτ] = f(t). Also connects to analysis of functions defined by integrals on the AP exam
Splitting ∫ |v(t)| dt at zeros of vImproper integrals & piecewise analysis: handling discontinuities and infinite intervals in more complex rate problems

In multivariable calculus and physics, the same principle—integration as the inverse of differentiation—underpins line integrals, work-energy theorems, and conservation laws. Every time you compute ∫ F · dr to find work done by a force, you are performing the higher-dimensional analog of integrating acceleration to recover velocity. Mastering the one-dimensional case here builds the conceptual foundation that carries through all of these contexts.

Practice Problems

1
A particle moves along the x-axis. Over the interval [0, 5], the velocity v(t) is positive for 0 < t < 2, zero at t = 2, and negative for 2 < t < 5. Which of the following statements must be true?
2
A particle moves along the x-axis with velocity v(t) = t² − 4t + 3 for t ≥ 0. What is the displacement of the particle from t = 0 to t = 4?
3
A particle moves along the x-axis with velocity v(t) = sin(πt) for 0 ≤ t ≤ 2. What is the total distance traveled by the particle over this interval?
PROBLEM 4APPLIED
A car is tested on a straight track. Its acceleration is given by a(t) = 12 − 6t m/s² for 0 ≤ t ≤ 5 seconds. At t = 0, the car is at position s = 0 with initial velocity v(0) = 0 m/s. (a) Find v(t) for 0 ≤ t ≤ 5. (b) At what time does the car reach its maximum velocity, and what is that velocity? (c) Find the position function s(t). (d) Find the total distance traveled by the car from t = 0 to t = 5. (e) Is the car speeding up or slowing down at t = 3? Justify your answer.
PROBLEM 5CRITICAL THINKING
Let v(t) be a continuous velocity function on [0, T] with v(0) = 0 and v(T) = 0, but v(t) > 0 for all 0 < t < T (the particle starts and ends at rest but is always moving forward in between). (a) What can you conclude about the displacement and total distance traveled over [0, T]? Explain. (b) Must there exist a time c in (0, T) at which the acceleration is zero? Justify using a calculus theorem. (c) If the position at t = 0 is s(0) = 5, write an expression involving an integral for the position at time t = T and explain why s(T) > 5.

Lesson Summary

The integral relationships among position, velocity, and acceleration form the core of rectilinear motion analysis in calculus. Integration reverses differentiation: integrating acceleration yields velocity (plus an initial condition), and integrating velocity yields position (plus another initial condition). The Fundamental Theorem of Calculus guarantees that the definite integral ∫ₐᵇ v(t) dt computes the displacement s(b) − s(a).

The critical distinction between displacement (net change, signed) and total distance (∫ |v(t)| dt, always non-negative) must be addressed by checking where v(t) = 0 and splitting the integral. Remember that an initial condition is required each time you integrate upward in the chain. Speed is |v(t)|, and a particle is speeding up when v(t) and a(t) share the same sign, and slowing down when they have opposite signs. These techniques appear across multiple question types on the AP Calculus BC exam and serve as the foundation for parametric and vector-valued motion.

Varsity Tutors • AP Calculus BC • Connecting Position, Velocity, and Acceleration of Functions Using Integrals