On the AP Calculus exam, distance and speed questions are the place where the difference between a candidate who understands the fundamental theorem and a candidate who understands the underlying physics actually shows up on the rubric. The vocabulary looks innocent — position, velocity, speed, displacement — but the scoring treats each term as a distinct mathematical object. A student who answers “velocity” when the question asks for “speed” loses a row, even if the antiderivative underneath is correct. This article walks through how the AP Calculus exam frames distance and speed, which integral forms earn which rows on the FRQ, and how to build a preparation strategy that closes the gap between what students read and what the rubric actually scores.
The vocabulary the AP Calculus rubric distinguishes on a distance or speed problem
Before any integration begins, the exam separates four quantities, and the FRQ wording usually forces you to choose one explicitly. Position s(t) is a signed quantity in whatever units the problem announces — metres, feet, the abstract “units” used on the AB exam, and so on. Velocity v(t) = s′(t) inherits the sign of the derivative, so a negative value means the particle is moving in the negative direction along whatever axis the problem defines. Speed is the magnitude |v(t)|, always non-negative. Displacement is the net change s(b) − s(a), a single signed number. Total distance travelled is the integral of speed, ∫|v(t)| dt, which is always non-negative and is in general different from the absolute value of displacement.
Most candidates reading this section have internalised velocity and displacement and treat the other two as interchangeable. That habit is what loses points. When an FRQ says “how far does the particle travel from t = 1 to t = 5”, it is asking for total distance, and the correct setup is ∫₁⁵ |v(t)| dt, not ∫₁⁵ v(t) dt. The College Board’s reader training treats the absolute value bars as a distinct row in the rubric, which means a clean antiderivative without those bars will not be awarded the setup point even if the final numerical answer is correct.
Multiple-choice items are more forgiving of vocabulary slippage in the sense that no rubric is published, but they test the same underlying distinction through answer choices. A classic AB item gives a velocity graph crossing the t-axis twice on [0, 10] and asks for total distance. The distractor is the displacement value, presented as a number the candidate can read off the graph. Recognising the absolute value in the prompt is the entire problem. The 2021–2024 released MC sets include several items of this shape; candidates who can sketch the region above and below the axis and add signed areas rather than subtracting them usually answer in under 90 seconds.
A useful mental discipline: when you see the word “speed” on an AP Calculus item, your first reflex should be to write the absolute value signs. When you see “velocity”, drop them. The two words are not synonyms on this exam, and the rubric is unforgiving about it.
Position, velocity, and speed as the three FRQ problem families
Distance and speed questions on AP Calculus come in three families, and recognising which family you are in determines which integral you write. The first family is pure vocabulary: the stem gives v(t) as a formula and asks for total distance over [a, b]. You find the zeros of v(t) inside the interval, split the integral at each zero, drop the absolute value on each piece after checking the sign of v(t), and add. The second family gives a velocity graph instead of a formula. You read signed areas geometrically and then decide, based on the prompt, whether to keep or flip the negative areas. The third family is the trap family: the stem gives a position function s(t) and asks for average speed. Average speed equals total distance divided by elapsed time, not s(b) − s(a) divided by (b − a), and the FRQ row for setup is the “total distance / time” expression, not the “displacement / time” expression.
For a worked example of the first family, suppose v(t) = t² − 4t + 3 on [0, 5]. The zeros are t = 1 and t = 3. On [0, 1] v(t) is positive, on [1, 3] it is negative, and on [3, 5] it is positive. Total distance is the sum of three integrals: ∫₀¹ (t² − 4t + 3) dt + ∫₁³ −(t² − 4t + 3) dt + ∫₃⁵ (t² − 4t + 3) dt. The candidate who collapses this into a single ∫₀⁵ (t² − 4t + 3) dt is computing displacement, not distance, and the score on the setup row reflects that. The reader’s eye is trained to look for the absolute value bars or, in their absence, the explicit split of the interval and the sign flip on the middle piece.
For the second family, picture a velocity graph that is a triangle peaking at v = 6 m/s at t = 2, crossing the t-axis at t = 4, and returning to v = 0 at t = 8, with the area below the axis equal to 6 unit². The displacement from 0 to 8 is the area above minus the area below: 24 − 6 = 18. The total distance is 24 + 6 = 30. If the prompt asks for the displacement, the answer is 18. If it asks for the total distance, the answer is 30. A surprising number of candidates answer 18 in both cases because they read “from 0 to 8” as a sign to integrate once and forget the prompt word.
Sketching the region above and below the axis before integrating
For the third family, average speed, the calculation has four rows on the rubric: total distance in the numerator, elapsed time in the denominator, a correct expression for total distance (typically a split integral of |v|), and a numerical answer. The displacement / time expression is the wrong setup and is treated as a no-credit row even when the numeric answer happens to coincide. This is the family that punishes students who have memorised the mean value theorem style formula and applied it mechanically.
A preparation strategy that closes most of these gaps is simple: practise six to ten items where the only thing changing is whether the prompt says “velocity” or “speed”, and force yourself to write the corresponding integral with or without absolute value bars before you read the answer choices. After about six iterations the reflex becomes automatic, and on the exam you no longer have to translate the word into an integral; you write the integral and then translate the word into a label.
Setting up the absolute value integral: when the rubric demands a split
The single most common error on AP Calculus distance and speed problems is treating |v(t)| as a notational flourish instead of a computational instruction. Once the absolute value is on the page, the next move is non-negotiable: find the zeros of v(t) on the closed interval, and split the integral at each zero. Skipping the split is the leading cause of incorrect numerical answers on FRQs that ask for total distance.
The zeros of v(t) are the times at which the particle is instantaneously at rest. Inside any open interval (t_k, t_{k+1}) between consecutive zeros, v(t) does not change sign, so |v(t)| is either v(t) or −v(t) throughout. The split is what lets you drop the absolute value, integrate the resulting piecewise polynomial or rational function, and add. Two zeros give three sub-integrals; one zero gives two; no zeros gives one. The number of sub-integrals is part of the scored expression, which is why the reader is looking for the splitting row on the rubric.
For polynomial velocities, finding zeros is factorisation. For v(t) = t³ − 6t² + 11t − 6, the zeros are t = 1, 2, 3 and a sign chart shows the polynomial is positive on (1, 2) and (2, 3) and negative on (3, 4) if the upper limit is 4. Total distance on [1, 4] requires three integrals. For rational velocities, the zeros come from the numerator, and the absolute value does not interact with the denominator in any way the candidate needs to track separately; only the sign of the rational function matters.
For trigonometric or composite velocities, the zeros are not always rational. v(t) = sin(t) − t/2 on [0, π] has a zero near t ≈ 1.9 that the candidate must find numerically or graphically, and on the AP exam a question of this shape will usually supply the zero in the stem. When a zero is given, treat it as if it were a constant: do not attempt to simplify it, and do not substitute it symbolically into a computer algebra system and report an unrounded decimal that differs from the multiple-choice value by 0.001. Use the supplied value to the precision given.
What the rubric actually scores on the setup row
The setup row is the single most important scoring moment on a distance FRQ, because the numerical answer that follows is usually easy to evaluate once the setup is right and hard to evaluate once it is wrong. The reader is checking four things: that the absolute value is present, that the interval limits match the prompt, that the integral is split at each in-interval zero of v(t), and that the sign on each piece is consistent with the sign of v(t) on that piece. Any one of these missing means the row is not earned, and a candidate cannot recover it by writing the correct final number, because the rubric ties the point to the setup, not the arithmetic.
In my experience, students who score the setup row almost always score the evaluation row, and students who miss the setup row usually also miss the evaluation row, because the error propagates. A preparation strategy that targets the setup row in isolation — by writing the integral, covering the answer choices, and grading the integral against the four-point checklist — is the highest-leverage drill on this topic.
Multiple-choice decoding: position graphs, velocity graphs, and the table of values
AP Calculus MC items on distance and speed come in three sub-shapes. The first is the table of values: a small table gives v(t) at five or six times, the candidate estimates total distance by summing |v(t)| · Δt, and a sign-aware Riemann sum is the answer. The second is the velocity graph: a piecewise linear or piecewise curved v(t) is drawn, and the candidate computes signed or unsigned areas geometrically. The third is the position graph: s(t) is drawn, and the candidate reads velocity as slope, speed as |slope|, and total distance as the integral of |s′(t)| dt. Each sub-shape demands a different translation step before integration.
For a table of values, the distractor is almost always the displacement estimate, computed by summing v(t) · Δt without absolute value. A candidate who computes the sum of v(t) · Δt and then notices the answer choice is positive (or negative) when the obvious displacement should be the opposite sign is in the right place to add the absolute values. The MC items are scored right minus wrong with no partial credit, so the candidate who notices a sign mismatch on a distance problem should switch to the |v| sum before locking in an answer.
For a velocity graph, the candidate should mark every t-intercept on the drawing, label the area above and below the axis, and decide which area to add and which to subtract. Total distance adds both areas; displacement subtracts the lower area from the upper. The answer choices on these items typically include the displacement value, the total distance value, and a 2:1 or 1:2 ratio of the two, which lets a candidate who is unsure between them back-solve by eliminating the ratios that don’t match either the displacement or the distance.
For a position graph, the candidate should sketch s′(t) mentally and look for intervals where s(t) is steep versus flat. Speed is steepness, regardless of direction. An interval where s(t) is increasing rapidly contributes the same speed as an interval of equal length where s(t) is decreasing rapidly. A common MC trap is the item that asks for total distance and provides an answer choice equal to s(b) − s(a); the candidate who reads “from a to b” and reflexively computes the difference of the position values is on the displacement track and is about to lose the point.
Average speed, average velocity, and the FRQ row that catches them out
Average speed on an AP Calculus FRQ is total distance divided by elapsed time. Average velocity is displacement divided by elapsed time. The two are equal only when the particle never reverses direction on the interval, which is a condition the exam rarely bothers to state. Most FRQs that ask for average speed will, on the same page or the next part, ask for average velocity, and the rubric awards one point for each setup. The candidate who writes the same expression for both — typically the displacement expression — scores one of the two and misses the other, often with no clear way to recover because the rubric keys on the numerator.
The first row of the average speed setup is the integral of |v(t)|, possibly split. The second row is the elapsed time, b − a. The third row is the quotient. The fourth row is the numerical value, which can be a decimal if the stem does not specify exact form. The reader is not looking for elegance; the reader is looking for a numerator that contains the absolute value signs or the split with the sign flip, a denominator that is a difference of two numbers from the prompt, and a final value that matches the official answer to the precision announced in the directions.
The trap inside the trap is the item that gives a position function s(t) and asks for the average rate of change of s(t) on [a, b]. Average rate of change of position is average velocity, not average speed, and the answer is (s(b) − s(a)) / (b − a). The wording is a deliberate misdirection, and the rubric treats it as a clean row: the candidate who computes s(b) − s(a) and divides by b − a scores the point, the candidate who splits and integrates |s′(t)| has done more work than the prompt required and may still miss the point if the final answer is wrong.
For BC candidates, an additional layer is the parametric or vector-valued velocity. When v(t) is a vector ⟨v₁(t), v₂(t)⟩, speed is the scalar √(v₁² + v₂²), and total distance is the scalar line integral ∫‖v(t)‖ dt. The AP Calculus BC syllabus tests this in the context of motion in the plane, and the rubric treats the speed magnitude and the line integral as a single setup row. Candidates who try to compute total distance by integrating the components separately have misunderstood the geometry, and the reader will not award the point.
Worked FRQ walk-through: total distance with a quadratic velocity
Consider a representative AP Calculus AB FRQ: a particle moves along a line with velocity v(t) = 3t² − 12t + 9 cm/s for 0 ≤ t ≤ 5. Part (a) asks for the total distance travelled by the particle over the interval. Part (b) asks for the value of t at which the particle is farthest from its starting position. Part (c) asks for the acceleration at the moment the particle changes direction.
On part (a), the first move is to find the zeros of v(t). Factorising gives v(t) = 3(t − 1)(t − 3), so the in-interval zeros are t = 1 and t = 3. The sign of v(t) is positive on (0, 1), negative on (1, 3), and positive on (3, 5). Total distance is therefore the sum of three definite integrals: ∫₀¹ v(t) dt − ∫₁³ v(t) dt + ∫₃⁵ v(t) dt, or equivalently ∫₀¹ |v(t)| dt + ∫₁³ |v(t)| dt + ∫₃⁵ |v(t)| dt with the absolute value resolved per piece. Evaluating each antiderivative as t³ − 6t² + 9t, the three pieces evaluate to 4, 4, and 32 respectively, for a total distance of 40 cm. The setup row is the split integral with the sign flips; the evaluation row is the numerical 40.
On part (b), the particle is farthest from its starting position when the signed position s(t) attains its maximum absolute value. The reader expects a first derivative test on s(t), which is v(t), and a check of the candidates t = 1, t = 3, and t = 5. At t = 1, s(1) = 4; at t = 3, s(3) = 0; at t = 5, s(5) = 35. The maximum of |s(t)| on the interval is 35 at t = 5. The rubric awards one point for evaluating s at the critical and endpoint values and one point for identifying t = 5 as the maximiser. Candidates who skip the endpoint check and report t = 3 lose a row.
On part (c), the particle changes direction at t = 1 and t = 3. The acceleration is a(t) = v′(t) = 6t − 12. At t = 1, a(1) = −6 cm/s²; at t = 3, a(3) = 6 cm/s². The prompt usually specifies which direction change is being asked about; if not, the candidate writes both. The setup row is the derivative of v(t); the evaluation row is the numerical value with units.
Common pitfalls and how to avoid them
The first pitfall is the displacement-distance swap. A candidate computes ∫ v(t) dt over the full interval and reports the result as the total distance. The fix is to underline the word in the prompt — “distance” or “speed” or “displacement” — before writing the integral. The second pitfall is the missed split. A candidate writes a single ∫ |v(t)| dt over [0, 5] when v(t) has two zeros inside the interval. The fix is to find the zeros of v(t) before writing the integral, and to write the integral as a sum from the start. The third pitfall is the sign error on a flipped piece. The candidate splits correctly but writes the wrong sign on the negative sub-interval, evaluating ∫₁³ v(t) dt instead of −∫₁³ v(t) dt. The fix is a sign chart on the page before any integration.
The fourth pitfall is the average-speed setup. A candidate computes (s(b) − s(a)) / (b − a) for an average-speed prompt. The fix is to recognise the wording: “average speed” must be total distance over time, and total distance is the integral of |v|, not the integral of v. The fifth pitfall is the parametric or vector-valued trap on BC. A candidate integrates the components of v(t) separately and adds the lengths, then loses a row because the speed is √(v₁² + v₂²), not |v₁| + |v₂|. The fix is to write the speed magnitude explicitly as a square root before the integral sign.
The sixth pitfall is the unit omission. The candidate writes a numerical answer without the unit the prompt announced. On the FRQ, a missing or wrong unit costs a row on the rubric. The fix is to copy the unit from the stem into the final answer line. The seventh pitfall is the wrong boundary. A candidate reads “from t = a to t = b” but copies a and b in the wrong order, producing a negative distance. The fix is to check the directionality of the limits; total distance is non-negative, so a negative result on a distance problem is a flag to recheck the setup, not the arithmetic.
Preparation strategy: a focused two-week plan for distance and speed
For most candidates preparing for the AP Calculus exam, two weeks of focused practice on distance and speed is enough to move from a 3 to a 5 on the topic. The first three days should be a diagnostic phase: ten released MC items on distance and speed, taken under timed conditions (about 90 seconds each), with the answer key held back. Score the items, then sort the errors into the seven pitfall categories above. The diagnostic tells the candidate which sub-skill is the bottleneck — vocabulary, split, sign, average-speed setup, parametric, units, or boundaries.
Days four through seven are the targeted phase. For each pitfall category flagged in the diagnostic, the candidate does ten practice items that isolate that category. The College Board’s released FRQs from 2014 onwards contain enough distance and speed items to fill a focused practice set. For the split-integral pitfall, the candidate should write a sign chart for v(t) on every item, even if the answer is obvious. For the average-speed pitfall, the candidate should write the total distance and elapsed time as separate expressions on every item, then divide.
Days eight through ten are the integration phase. The candidate mixes MC and FRQ items, simulating a 25-minute FRQ block and a 15-minute MC block, with no pitfall hints. The reader is not the candidate’s sympathetic tutor; the reader is the rubric, and the candidate should grade their own work against the released scoring guidelines. The candidate who can match the rubric row by row is ready for the exam; the candidate who is consistently one row off in the same direction has a residual skill to drill.
Days eleven through fourteen are the consolidation phase. The candidate revisits the two or three items that gave the most trouble in the diagnostic, redoes them, and writes a one-paragraph reflection on what error category they fell into and how the reflex for catching that error has been built. On day fourteen, the candidate takes a full-length released exam under realistic timing and reviews the distance and speed items specifically. By day fifteen, the topic is settled.
How distance and speed connect to other AP Calculus scoring moments
Distance and speed problems on the AP Calculus exam are not isolated; they are the place where the FTC, the definite integral, the absolute value, the split integral, and the mean value theorem all intersect. A candidate who can score a distance FRQ can usually score an accumulation function FRQ, an FTC argument, and a Riemann sum problem, because the same skills — setup, sign, evaluation, units — are tested in the same row structure.
The FRQ row for setup is identical in shape across these families: an integral with the right limits, the right integrand, and the right sign convention. The row for evaluation is also identical: a correct numerical value with the announced units. The rows that vary are the ones that test the specific skill of the family — the absolute value row for distance, the antiderivative row for FTC, the left/right/midpoint row for Riemann sums. Scoring one family well trains the other two.
On the preparation strategy side, distance and speed items are an efficient use of practice time precisely because they pull in so many other scored skills. A candidate who has spent two hours on distance and speed has effectively spent time on FTC, definite integral evaluation, and Riemann sums. For a candidate who is short on total prep hours, distance and speed items are a multiplier.
Conclusion and next steps
Distance and speed are where the AP Calculus rubric most visibly separates vocabulary from computation. The candidate who treats the absolute value bars as a non-negotiable part of the setup, who splits the integral at every in-interval zero, who signs each piece correctly, and who distinguishes average speed from average velocity will score the topic cleanly. The candidate who reflexively writes ∫ v(t) dt and then evaluates will lose the setup row regardless of how clean the arithmetic is, and on the FRQ the setup row is the highest-leverage point on the page.
For a candidate preparing for the AP Calculus AB or BC exam, the next concrete step is a focused diagnostic: ten released MC items on distance and speed, timed at 90 seconds each, sorted into the seven pitfall categories, with the bottleneck identified before any further practice begins. From there, a two-week targeted plan as described above closes the topic to a 5-level score.
AP Courses' AP Calculus AB and BC programmes build their distance and speed module around the FRQ row structure described in this article, with one-to-one error-pattern analysis on the absolute value row, the split row, and the sign row for each student. The result is a preparation plan that targets the rubric line by line rather than the topic as a vague unit.