9.3 Finding Arc Lengths of Curves Given by Parametric Equations

Syllabus
2020
Topic
9.3
Level

Integrate Parametric Speed to Find Curve Length

For x=x(t)x=x(t) and y=y(t)y=y(t), a tiny parameter change produces horizontal change (dx/dt)dt(dx/dt)dt and vertical change (dy/dt)dt(dy/dt)dt. The Pythagorean magnitude of these components is the nonnegative rate at which length is traced.

L=\int_\alpha^\beta\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2},dt

  1. Differentiate x(t)x(t) and y(t)y(t).\n2. Square and add the two component derivatives.\n3. Take the nonnegative square root.\n4. Integrate over the stated tt-interval.\n5. Check the interval describes the intended part of the curve.

Example: x=3costx=3\cos t and y=3sinty=3\sin t for 0tπ/20\le t\le\pi/2 trace one quarter of a circle of radius 3. Here dx/dt=3sintdx/dt=-3\sin t and dy/dt=3costdy/dt=3\cos t, so the speed is 9sin2t+9cos2t=3\sqrt{9\sin^2t+9\cos^2t}=3. Thus L=0π/23dt=3π/2L=\int_0^{\pi/2}3\,dt=3\pi/2 units.

Use the parameter bounds, not automatically the curve's xx-coordinates. The square root is the magnitude of both component rates, so neither sign can make length negative. If the parameterization retraces a segment, this integral counts the retraced distance again.