9.3 Finding Arc Lengths of Curves Given by Parametric Equations
- Syllabus
- 2020
- Topic
- 9.3
- Level
- —
For x=x(t) and y=y(t), a tiny parameter change produces horizontal change (dx/dt)dt and vertical change (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
Example: x=3cost and y=3sint for 0≤t≤π/2 trace one quarter of a circle of radius 3. Here dx/dt=−3sint and dy/dt=3cost, so the speed is 9sin2t+9cos2t=3. Thus L=∫0π/23dt=3π/2 units.
Use the parameter bounds, not automatically the curve's x-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.