---
title: "Displacement — AP Calculus Definition & Exam Guide"
description: "Displacement is the net change in position, found by integrating velocity. Learn how it differs from total distance traveled and how AP Calc FRQs test it."
canonical: "https://fiveable.me/ap-calc/key-terms/displacement"
type: "key-term"
subject: "AP Calculus AB/BC"
unit: "Unit 8"
---

# Displacement — AP Calculus Definition & Exam Guide

## Definition

In AP Calculus, displacement is the net change in an object's position over a time interval, computed as the definite integral of velocity, ∫v(t)dt from a to b. Unlike total distance traveled, displacement can be negative because it counts direction.

## What It Is

Displacement is the [net change](/ap-calc/unit-8/using-accumulation-functions-definite-integrals-applied-contexts/study-guide/nUlJKvXqRcsfLnVMd5fG "fv-autolink") in [position](/ap-calc/unit-4/straight-line-motion-connecting-position-velocity-acceleration/study-guide/2ZIESajDNiJ4ENTrnDT6 "fv-autolink"). If a particle starts at one spot and ends at another, displacement tells you how far the ending point is from the starting point, and in which direction. In calculus terms, displacement from t = a to t = b is the definite integral of velocity: ∫ₐᵇ v(t) dt.

This is the accumulation idea from the CED in action. Velocity is the [rate of change](/ap-calc/key-terms/rate-of-change "fv-autolink") of position, so integrating that rate over an interval gives you the *net change* in position (that's the essential knowledge behind LO 8.3.A). The word "net" is doing heavy lifting here. If the particle moves right 10 units and then left 4, the displacement is +6, not 14. Negative velocity subtracts from the integral, so any backward motion partially cancels forward motion. Picture walking three blocks east, then three blocks west. You walked six blocks, but your displacement is zero because you ended up where you started.

## Why It Matters

Displacement lives in **[Unit 8](/ap-calc/unit-8 "fv-autolink") (Applications of Integration)**, specifically **Topic 8.3**, where LOs 8.3.A and 8.3.B ask you to interpret a [definite integral](/ap-calc/unit-6/approximating-areas-with-riemann-sums/study-guide/juN9YbvFYlJtpsMl "fv-autolink") as net change and apply it in context. It's the cleanest example of the entire accumulation theme. The definite integral of a rate of change equals the net change of the quantity, and "integrate velocity to get displacement" is that sentence in motion form.

For BC, displacement comes back in **Unit 9 (Topic 9.5)**, where you integrate vector-valued or parametric velocity functions component by component (LO 9.5.A), and it pairs with **Topic 8.13**, where [distance traveled](/ap-calc/key-terms/distance-traveled "fv-autolink") along a curve uses arc length. Particle motion shows up on the exam almost every year, so knowing exactly what displacement means (and what it doesn't) is non-negotiable.

## Connections

### [Total Distance Traveled (Unit 8)](/ap-calc/key-terms/total-distance-traveled)

Distance traveled is ∫|v(t)|dt, the integral of *[speed](/ap-calc/key-terms/speed "fv-autolink")*. Taking the absolute value stops backward motion from canceling forward motion. Displacement and distance are equal only when the velocity never changes sign on the interval.

### Velocity (Units 4 and 8)

Velocity is the [derivative](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink") of position, so integrating it undoes that derivative and recovers the change in position. Displacement is literally the Fundamental Theorem of Calculus applied to motion.

### [Position Function (Unit 8)](/ap-calc/key-terms/position-function)

Displacement is a change in position, not the position itself. To find where the particle actually is, you need an initial condition. The 2018 FRQ gave x(0) = −5 exactly so you'd compute x(t) = −5 + ∫₀ᵗ v(s)ds. Position equals starting point plus displacement.

### Integrating Vector-Valued Functions (Unit 9, BC only)

In BC, a particle moving in the plane has a velocity vector, and you integrate each component separately to get the displacement in x and y. Same accumulation idea, just done twice.

## On the AP Exam

Particle motion is one of the most reliable FRQ setups in AP Calculus. The 2018 FRQ Q2 and 2024 FRQ Q2 both gave a velocity function for a particle on the x-axis and asked you to work with position, displacement, and distance. The classic moves you need are: (1) compute displacement as ∫v(t)dt, usually with a calculator since these appear in the calculator section, (2) find position by adding displacement to an initial position, and (3) find total distance by integrating |v(t)|.

Multiple-choice stems look like the practice versions of this: "the velocity of an object is v(t) = t² − t; find the displacement from t = 1 to t = 3." That's a straight definite integral, no absolute value. The trap answer is always the total distance value, or vice versa. Read whether the question says displacement or distance before you integrate anything. Also expect interpretation points on FRQs, where you explain in a sentence what your integral means in context, with units.

## Displacement vs Total Distance Traveled

Displacement is ∫v(t)dt and can be negative or zero; total distance is ∫|v(t)|dt and is never negative. If a particle moves right 10 and left 4, displacement is 6 but distance is 14. The two match only when v(t) doesn't change sign. On the exam, check where v(t) = 0 before deciding which integral to set up. Mixing these up is one of the most common point-losers on particle motion FRQs.

## Key Takeaways

- Displacement is the net change in position, calculated as the definite integral of velocity over the time interval.
- Displacement can be negative or zero, because intervals where velocity is negative subtract from the total.
- Displacement is not total distance traveled; distance uses ∫|v(t)|dt, and the two only agree when velocity never changes sign.
- To find a particle's actual position, add the displacement to the initial position: x(b) = x(a) + ∫ₐᵇ v(t)dt.
- This is the CED's accumulation idea (LO 8.3.A): the integral of a rate of change gives the net change of the quantity.
- On BC, displacement extends to vector-valued motion in Topic 9.5, where you integrate each velocity component separately.

## FAQs

### What is displacement in AP Calculus?

Displacement is the net change in an object's position over a time interval, found by integrating velocity: ∫ₐᵇ v(t)dt. It accounts for direction, so backward motion cancels forward motion.

### Is displacement the same as total distance traveled?

No. Displacement is ∫v(t)dt and can be negative, while total distance is ∫|v(t)|dt and counts all motion as positive. If a particle moves right 10 units and left 4, displacement is 6 but distance traveled is 14.

### Can displacement be negative?

Yes. If the particle ends up to the left of (or below) where it started, displacement is negative. It's zero if the particle returns to its starting point, even after lots of motion.

### How do I find position from displacement on an FRQ?

Add displacement to the given initial position: x(t) = x(0) + ∫₀ᵗ v(s)ds. The 2018 FRQ Q2 used exactly this setup, giving v(t) and the initial position x = −5 at t = 0.

### Is displacement on the AP Calc exam every year?

Particle motion appears extremely consistently, including FRQ Q2 in both 2018 and 2024. Expect to compute displacement, position, and total distance from a given velocity function, usually with a calculator.

## Related Study Guides

- [Unit 8 Overview: Applications of Integration](/ap-calc/unit-8/review/study-guide/95uuVjdtA80roOMvV8IK)
- [9.5 Integrating Vector-Valued Functions](/ap-calc/unit-9/integrating-vector-valued-functions/study-guide/9ud7kk4XgyuZAE5AQUy0)
- [AP Calculus Free Response Question (FRQ) Overview](/ap-calc/exam-skills/frq-overview/study-guide/X0FYR1CY9RhaTPNYtL16)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-calc/key-terms/displacement#resource","name":"Displacement — AP Calculus Definition & Exam Guide","url":"https://fiveable.me/ap-calc/key-terms/displacement","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-calc/key-terms/displacement#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"dateModified":"2026-06-12T22:52:42.671Z","isPartOf":{"@type":"Collection","name":"AP Calculus AB/BC Key Terms","url":"https://fiveable.me/ap-calc/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-calc/key-terms/displacement#term","name":"Displacement","description":"In AP Calculus, displacement is the net change in an object's position over a time interval, computed as the definite integral of velocity, ∫v(t)dt from a to b. Unlike total distance traveled, displacement can be negative because it counts direction.","url":"https://fiveable.me/ap-calc/key-terms/displacement","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Calculus AB/BC Key Terms","url":"https://fiveable.me/ap-calc/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is displacement in AP Calculus?","acceptedAnswer":{"@type":"Answer","text":"Displacement is the net change in an object's position over a time interval, found by integrating velocity: ∫ₐᵇ v(t)dt. It accounts for direction, so backward motion cancels forward motion."}},{"@type":"Question","name":"Is displacement the same as total distance traveled?","acceptedAnswer":{"@type":"Answer","text":"No. Displacement is ∫v(t)dt and can be negative, while total distance is ∫|v(t)|dt and counts all motion as positive. If a particle moves right 10 units and left 4, displacement is 6 but distance traveled is 14."}},{"@type":"Question","name":"Can displacement be negative?","acceptedAnswer":{"@type":"Answer","text":"Yes. If the particle ends up to the left of (or below) where it started, displacement is negative. It's zero if the particle returns to its starting point, even after lots of motion."}},{"@type":"Question","name":"How do I find position from displacement on an FRQ?","acceptedAnswer":{"@type":"Answer","text":"Add displacement to the given initial position: x(t) = x(0) + ∫₀ᵗ v(s)ds. The 2018 FRQ Q2 used exactly this setup, giving v(t) and the initial position x = −5 at t = 0."}},{"@type":"Question","name":"Is displacement on the AP Calc exam every year?","acceptedAnswer":{"@type":"Answer","text":"Particle motion appears extremely consistently, including FRQ Q2 in both 2018 and 2024. Expect to compute displacement, position, and total distance from a given velocity function, usually with a calculator."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Calculus AB/BC","item":"https://fiveable.me/ap-calc"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-calc/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 8","item":"https://fiveable.me/ap-calc/unit-8"},{"@type":"ListItem","position":4,"name":"Displacement"}]}]}
```
