TutorChase logo
Login
AP Calculus BC study notes

1.6.4 Total Distance Traveled Along a Curve

AP Syllabus focus: 'For a particle in planar motion, the definite integral of speed represents the particle’s total distance traveled over the interval of time.'

Total distance in planar motion measures how far a particle actually travels along its path over time. The key idea is that speed accumulates distance, so total distance comes from integrating speed.

Understanding total distance

When a particle moves in the plane, its path may curve, loop, or even retrace itself.

The total distance traveled over a time interval records the entire amount of motion along that path from the starting time to the ending time. It does not depend only on where the particle starts and ends.

Pasted image

The diagram breaks a trip into multiple signed displacement segments, illustrating how direction changes can make net displacement small even when the path traveled is substantial. In calculus terms, this is why total distance is modeled by accumulating nonnegative “amount traveled” rather than allowing positive and negative components to cancel. Source

A particle can finish near its starting point and still have traveled a large total distance if it moved around a lot before returning.

Total distance traveled: The total length of motion a particle covers along its path over a given time interval.

This idea matters because motion in two dimensions can be more complicated than motion on a straight line. Horizontal and vertical changes may increase, decrease, or reverse direction, but total distance keeps track of the full amount traveled. It is always nonnegative, and motion over different parts of the interval adds together.

Speed as the quantity to integrate

To find total distance, you need the particle’s speed. If the motion is given parametrically by x(t)x(t) and y(t)y(t), or equivalently by a vector-valued position function r(t)=x(t),y(t)\mathbf{r}(t)=\langle x(t),y(t)\rangle, then the particle has velocity components x(t)x'(t) and y(t)y'(t). These components describe motion in the horizontal and vertical directions, but neither one alone gives the full rate of travel along the curve.

Speed: The magnitude of the velocity of a particle; in planar motion, it gives the rate at which distance is being traveled.

For planar motion, speed is found from both velocity components together: v(t)=(x(t))2+(y(t))2v(t)=\sqrt{(x'(t))^2+(y'(t))^2}. Because this is a square root of a sum of squares, speed cannot be negative. That is why integrating speed measures total distance without any cancellation from changes in direction.

Distance formula for planar motion

Once speed is known, total distance is found by integrating that speed over the time interval. The interval must be written in terms of time, because the particle’s motion is being tracked as time changes. This is the central formula for this subsubtopic.

D=abv(t),dt=ab(x(t))2+(y(t))2,dtD=\int_a^b v(t),dt=\int_a^b \sqrt{(x'(t))^2+(y'(t))^2},dt

DD = total distance traveled on [a,b][a,b], units of length

v(t)v(t) = speed at time tt, units of length per unit time

aa = initial time

bb = final time

This formula says that total distance is the accumulated speed over time. The units also make sense: speed has units of length per unit time, and multiplying by a small amount of time gives a small amount of distance. Integrating over the full interval adds all of those small pieces together.

Applying the formula correctly

A reliable process helps avoid common mistakes.

  • Identify the time interval clearly. Total distance is always computed from an initial time t=at=a to a final time t=bt=b.

  • Find the velocity components if needed. For parametric motion, compute x(t)x'(t) and y(t)y'(t).

  • Build the speed function using v(t)=(x(t))2+(y(t))2v(t)=\sqrt{(x'(t))^2+(y'(t))^2}. If the problem already gives speed directly, use that expression.

  • Integrate speed, not position or a single component. Total distance comes from abv(t),dt\int_a^b v(t),dt, not from integrating x(t)x(t), y(t)y(t), x(t)x'(t), or y(t)y'(t) by themselves.

  • Evaluate on the same time interval used in the motion description. If the question asks for motion from one time to another, do not switch to xx-values or yy-values as bounds.

In some problems, the integral is straightforward. In others, the antiderivative may be harder to find. What matters conceptually is that the definite integral of speed represents the full distance traveled during the stated time interval.

Interpreting answers and avoiding errors

The answer to a total distance problem should be read as a length, not as a coordinate or a vector. If a particle stops momentarily, then its speed is 00 at that instant, so no distance is added during that instant. If it later moves again, the total distance continues increasing. Because speed is nonnegative, different parts of the motion do not cancel each other out.

Common errors

  • Using displacement ideas instead of distance ideas. Total distance is not just the change from initial position to final position.

  • Integrating a component velocity instead of speed. The expressions x(t)x'(t) and y(t)y'(t) can be positive or negative, so they do not measure total distance by themselves.

  • Forgetting the square root in the speed formula. The quantity under the radical combines the two velocity components, but the speed is the radical itself.

  • Using the wrong bounds. Since the motion is parameterized by time, the bounds must be times.

  • Assuming retraced motion does not count. If the particle travels over the same part of the path more than once, each pass contributes to total distance.

FAQ

Not if the new parameter traces exactly the same motion over the same part of the curve without skipping or repeating any section.

Mathematically, a valid smooth reparametrisation changes the form of the speed expression, but the definite integral still gives the same total distance after substitution.

A definite integral taken from a larger time to a smaller time changes sign, so $\int_b^a v(t),dt$ would be negative.

Because total distance cannot be negative, you should interpret the motion over the interval in the correct chronological order and use $\int_a^b v(t),dt$ with $a<b$.

Average speed over $[a,b]$ is found by dividing total distance by total time:

$Average\ speed=\dfrac{1}{b-a}\int_a^b v(t),dt$

So total distance gives the accumulated travel, while average speed tells you the overall rate of travel across the whole interval.

Yes, sometimes it can.

If the speed is still integrable on the interval, total distance may exist even when the path is not perfectly smooth at one instant. In practice, you may split the interval at the troublesome time and add the distances from each side.

In standard AP Calculus BC problems, this is not expected.

However, in a broader mathematical setting, it is possible if the speed becomes unbounded strongly enough near some time in the interval. The key issue is whether the integral of speed converges.

Practice Questions

A particle moves in the plane with position x(t)=tx(t)=t and y(t)=ty(t)=t for 0t30\le t\le 3. Find the total distance traveled.

  • 1 mark for finding the speed: v(t)=(1)2+(1)2=2v(t)=\sqrt{(1)^2+(1)^2}=\sqrt{2}

  • 1 mark for the definite integral and answer: D=032,dt=32D=\int_0^3 \sqrt{2},dt=3\sqrt{2}

A particle has position vector r(t)=t21,13t3t\mathbf{r}(t)=\langle t^2-1,\frac{1}{3}t^3-t\rangle for 0t20\le t\le 2.

(a) Find the speed of the particle at time tt.

(b) Find the total distance traveled on the interval [0,2][0,2].

  • 1 mark for x(t)=2tx'(t)=2t

  • 1 mark for y(t)=t21y'(t)=t^2-1

  • 1 mark for speed: v(t)=(2t)2+(t21)2=4t2+t42t2+1=(t2+1)2=t2+1v(t)=\sqrt{(2t)^2+(t^2-1)^2}=\sqrt{4t^2+t^4-2t^2+1}=\sqrt{(t^2+1)^2}=t^2+1

  • 1 mark for correct setup: D=02(t2+1),dtD=\int_0^2 (t^2+1),dt

  • 1 mark for correct evaluation: D=[13t3+t]02=143D=\left[\frac{1}{3}t^3+t\right]_0^2=\frac{14}{3}

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
Your details
Alternatively contact us via
WhatsApp, Phone Call, or Email