8.13 The Arc Length of a Smooth, Planar Curve and Distance Traveled

Syllabus
2020
Topic
8.13
Level

Accumulate Tiny Distances to Find Arc Length

A short piece of a smooth graph has horizontal change dxdx and vertical change dydy, so its length behaves like the hypotenuse ds=dx2+dy2ds=\sqrt{dx^2+dy^2}. Dividing by the chosen differential produces a nonnegative length rate that can be accumulated across the interval.

y=f(x):\ L=\int_a^b\sqrt{1+[f'(x)]^2},dx;\qquad x=g(y):\ L=\int_c^d\sqrt{1+[g'(y)]^2},dy

  1. Express the curve as one differentiable function of the integration variable.\n2. Differentiate that function.\n3. Form 1+(derivative)2\sqrt{1+(\text{derivative})^2}.\n4. Integrate over the coordinate interval.\n5. Check that the result is at least the straight-line distance between the endpoints.

Example: for y=23x3/2y=\frac23x^{3/2} on 0x10\le x\le1, f(x)=xf'(x)=\sqrt{x}. Therefore L=011+xdx=[23(1+x)3/2]01=23(221)L=\int_0^1\sqrt{1+x}\,dx=\left[\frac23(1+x)^{3/2}\right]_0^1=\frac23(2\sqrt2-1) units.

The integrand contains the square of the derivative, not the square of the original function. Use this single-function formula only where the chosen orientation represents the curve smoothly across the full interval; otherwise a different orientation or a split into smooth pieces is needed.