How to Find Total Distance Traveled from a Position Function
Understanding the distinction between displacement and total distance traveled is a fundamental concept in calculus and physics, often causing confusion. While a position function tells you where an object is at any given time, it does not directly tell you how much ground the object has actually covered, especially if it has changed direction. To find it from a position function, you must work with its derivative, the velocity function, and account for every shift in direction. Total distance traveled is the cumulative length of the path taken by the object, regardless of direction, and is always a non-negative quantity. This process transforms a simple position-time graph into a story of all the movement that occurred.
The Core Concept: Distance vs. Displacement
First, let's solidify the definitions The details matter here..
- Displacement is the net change in position. Here's the thing — it is a vector quantity calculated as
final position - initial positionors(b) - s(a)over an interval[a, b]. Consider this: it answers: "How far from the starting point is the object now, and in which direction? That said, " - Total Distance Traveled is the total length of the path traversed. And it is a scalar quantity. It answers: "How much actual ground did the object cover during its journey?
A simple analogy: If you walk 3 meters east and then 2 meters west, your displacement is 1 meter east. That said, your total distance traveled is 5 meters (3m + 2m). The position function alone gives you the net result (displacement), but to get the total "wear and tear" on your shoes, you need to sum all the absolute movements.
No fluff here — just what actually works And that's really what it comes down to..
The Mathematical Strategy: Integrating Speed
The key lies in the relationship between position s(t), velocity v(t), and speed |v(t)|.
Practically speaking, Speed: The absolute value of velocity, |v(t)|. It indicates direction (positive for forward, negative for backward, relative to a coordinate system).
Worth adding: 1. Think about it: 2. Velocity Function v(t): The derivative of position, v(t) = s'(t). 3. Position Function s(t): Gives location at time t.
It is always non-negative and represents the rate of distance coverage.
The fundamental principle is: Total Distance Traveled = ∫ |v(t)| dt over the given time interval.
This means you must integrate the speed (absolute velocity), not the raw velocity. Integrating raw velocity gives displacement. The absolute value ensures that every segment of motion, whether in the positive or negative direction, contributes positively to the total sum Simple, but easy to overlook..
Step-by-Step Procedure
Here is the systematic method to find total distance from s(t) on an interval [a, b].
Step 1: Find the Velocity Function.
Compute the derivative of the position function.
v(t) = s'(t)
Step 2: Find the Critical Times Where Velocity is Zero or Undefined.
These are the instants where the object comes to a momentary stop and is most likely to change direction. Solve v(t) = 0. Also, note any points where v(t) is undefined (e.g., cusps in the position graph). Let these times be t₁, t₂, ..., tₙ within [a, b].
Step 3: Partition the Interval.
Use the critical times from Step 2 to split the main interval [a, b] into smaller subintervals where the velocity does not change sign. On each subinterval, the object is moving consistently in one direction (either all positive or all negative velocity).
Step 4: Set Up the Integrals.
For each subinterval [tᵢ, tᵢ₊₁], determine the sign of v(t) on that open interval.
- If
v(t) ≥ 0on the subinterval, then|v(t)| = v(t). - If
v(t) ≤ 0on the subinterval, then|v(t)| = -v(t). Set up the definite integral of|v(t)|for each subinterval accordingly.
Step 5: Evaluate and Sum.
Compute each definite integral from Step 4. The total distance is the sum of the absolute values of these integrals. Alternatively, you can integrate |v(t)| directly by using the piecewise definition from Step 4.
Worked Example
Let's apply this to a concrete example.
Problem: The position of a particle is given by s(t) = t² - 4t (meters) for t in the interval [0, 5] seconds. Find the total distance traveled.
Step 1: Velocity Function.
v(t) = s'(t) = 2t - 4
Step 2: Critical Times.
Set v(t) = 0:
2t - 4 = 0 → t = 2.
This is the only critical time in [0, 5]. The particle stops at t=2 seconds.
Step 3: Partition the Interval.
The interval [0, 5] is split into two subintervals: [0, 2] and [2, 5].
Step 4: Determine Sign and Set Up Integrals.
- On
[0, 2): Choose a test point,t=1.v(1) = 2(1)-4 = -2. Negative. So `|v
(t)| = -(2t - 4) = 4 - 2t.
Integral: ∫₀² (4 - 2t) dt = [4t - t²]₀² = (8 - 4) - (0) = 4 meters That's the part that actually makes a difference..
- On
(2, 5]: Choose a test point,t=3.v(3) = 2(3)-4 = 2. Positive. So|v(t)| = v(t) = 2t - 4.
Integral: ∫₂⁵ (2t - 4) dt = [t² - 4t]₂⁵ = (25 - 20) - (4 - 8) = (5) - (-4) = 9 meters.
Step 5: Evaluate and Sum.
Total distance = 4 m + 9 m = 13 meters Small thing, real impact..
Conclusion
Calculating total distance traveled requires integrating the speed—the absolute value of velocity—over the time interval. By partitioning the interval at points where velocity changes sign, we ensure each segment of motion contributes positively to the total. This method transforms the problem into a sum of definite integrals over intervals of consistent direction, providing an accurate measure of the entire path length covered, regardless of back-and-forth movement. Remember: displacement may be zero even when significant distance has been traveled, making the distinction between velocity and speed fundamental in kinematics.