Login
📚 Multivariable Calculus, Interactive Edition
Chapters ▾
⇩ Download ▾

2.4 Arc Length

How long is a curve? The honest answer starts with something you can actually measure: straight segments. Pick sample points along the curve, connect neighbors by chords, and add up the chord lengths. The result — the length of an inscribed polygon — is a slight underestimate, since each chord shortcuts its arc. Refine the sampling and the polygon hugs the curve ever more closely; arc length is the limit of the chord sums.

The figure below stages the definition on the helix from earlier in this chapter, drawn twice: once finely sampled, so it reads as the smooth curve, and once from only eight sample points, so it is the inscribed polygon.

A smooth red helix winding two full turns up around the z-axis, threaded by a blue chain of seven straight segments whose corners all lie exactly on the helix: the same curve sampled at only eight points, so the blue path is the inscribed chord polygon that arc length is defined from. The blue shortcut visibly hugs the inside of every red turn, making the polygon slightly shorter than the curve it approximates.Explore in 3D (opens in a new tab)
The helix (cost,sint,t/4) over two full turns, drawn smooth (red, 500 samples) and as its own inscribed chord polygon (blue, 8 samples — seven chords). The blue path cuts inside every turn of the red one.

Explore

  1. Orbit until you can sight along one turn of the helix. Where does each blue chord sit relative to the red arc it replaces — inside or outside? What does that say about the sign of the error in a chord-sum estimate?
  2. The seven chords look congruent. Use the symmetry of the helix to explain why they must be.
  3. Roughly estimate one chord's length against the grid, multiply by seven, and hold onto the number — the example below computes what the fine curve converges to.

From chord sum to integral

Now let calculus take the limit. On a fine partition t0,t1,,tn, the chord from 𝐫(tk1) to 𝐫(tk) has length approximately 𝐫(tk)Δt — displacement is velocity times elapsed time, when the elapsed time is short. The chord sum is then a Riemann sum, and its limit is

L = a b 𝐫 ( t ) d t = a b f ( t ) 2 + g ( t ) 2 + h ( t ) 2 d t .

The integrand 𝐫(t) is the speed of the moving point, so the formula says something you already believed: distance traveled is speed integrated over time. For plane curves h=0 and the same formula covers the cycloid and rose of the playground section.

An original work of XYZ Homework, built around interactive XYZ 3D figures. Aligned to OpenStax Calculus Volume 3 (Strang & Herman), © OpenStax (Rice University), licensed CC BY-NC-SA 4.0; no OpenStax content is reproduced, and this work is not affiliated with or endorsed by OpenStax or Rice University. License: CC-BY-NC-SA-4.0.