Andromeda
Note

Arc Length in Space

Definition

Arc length is a measure of the distance along a smooth curve in space. It is calculated by integrating the magnitude of the velocity vector (the speed) over a specified parameter interval.

Why It Matters

It is the essential tool for tracking the actual distance traveled by objects moving through three-dimensional space, such as aircraft or particles. Without it, we could describe a 3D path but never know its true physical extent.

Core Concepts

  • Length Formula: L=abv(t)dt=ab(x)2+(y)2+(z)2dtL = \int_a^b |\mathbf{v}(t)| dt = \int_a^b \sqrt{(x')^2 + (y')^2 + (z')^2} dt.

    • How to read: “L equals the integral from a to b of the magnitude of v of t, with respect to t; or the integral of the square root of the sum of the squares of x prime, y prime, and z prime, with respect to t.”
    • Meaning: Integrate speed (velocity magnitude) over time parameter tt to get total distance traveled along a space curve.
  • Arc Length Parameter (ss): A way to re-parameterize a curve based on distance traveled from a starting point P(t0)P(t_0), rather than time: s(t)=t0tv(τ)dτs(t) = \int_{t_0}^t |\mathbf{v}(\tau)| d\tau.

    • How to read: “s of t equals the integral from t zero to t of the magnitude of v of tau, with respect to tau.”
    • Meaning: ss measures how far along the curve you’ve traveled—natural parameter for geometry (independent of how fast you traverse).
  • Speed Relationship: The derivative of arc length with respect to time is the instantaneous speed: dsdt=v(t)\frac{ds}{dt} = |\mathbf{v}(t)|.

    • How to read: “The derivative of s with respect to t equals the magnitude of the velocity vector v of t.”
    • Meaning: Rate of distance accumulation equals speed—links arc-length parameter to velocity.

Connected Concepts