Is arc length displacement or distance traveled?

1k Views Asked by At

$$\text{Arc length}= \int_{t_1}^{t_2} \left|R'(t)\right|\,\mathrm dt$$

This looks similar to the formula for the magnitude of displacement, as the integral gives the area under the velocity-time graph.

But arc length, as I understand it, should be 'distance traveled', rather than the magnitude of the displacement vector. Because, for displacement, only the start and end points matter, while for distance traveled, the path taken also matters. Since arc length is the length measured along the curve, I feel it should be equal to distance traveled, rather than displacement.

What is that I'm missing here?

2

There are 2 best solutions below

0
On BEST ANSWER

$$\text{Arc length}= \int_{t_1}^{t_2}\ |R'(t)|\ dt$$

But arc length, as I understand it, should be 'distance traveled'

If $R(t)$ gives the position (with respect to a reference point like the origin), then $R'(t)$ is the instantaneous velocity and $|R'(t)|$ is the instantaneous speed, in which case $$\int_{t_1}^{t_2} \left|R'(t)\right|\,\mathrm dt$$ gives $$\text{the average speed over $[t_1,t_2]\:\:\times\:\:$ the time elapsed $(t_2-t_1)$}$$ (the area under the speed-time graph), in other words, the distance travelled over $[t_1,t_2]$ (i.e. arc length), as required.

This looks similar to the formula for the magnitude of displacement, as the integral gives the area under the velocity-time graph.

In contrast, the magnitude of (the displacement over $[t_1,t_2]$) is $$\left|\int_{t_1}^{t_2} R'(t)\,\mathrm dt\right|.$$

Clearly, \begin{align}\Big|\text{displacement over }[t_1,t_2]\Big| &\le \text{distance travelled over }[t_1,t_2]\\ \Big|\text{average velocity}\Big| &\le \text{average speed}.\end{align}

In contrast, by definition, \begin{align}\Big|\text{position}\Big| &= \text{distance from reference point}\\ \Big|\text{instantaneous velocity}\Big| &= \text{instantaneous speed}.\end{align}

0
On

This is essentially repeating what the accepted answer already says, only I'm going to skip all of the symbols and boil it down to English.

If you take the velocity vector, integrate that over time to get another vector, and then take the magnitude of that vector, what you get is magnitude of displacement.

But if you take the magnitude of velocity, which is a nonnegative scalar, and integrate that over time to get another scalar, what you get is distance traveled, or curve length. Taking the magnitude before integrating removes the ability of "1 unit left" to cancel with "1 unit right" to make zero; instead you get 1+1 = 2.