Arc Length of Parametric Curves

Calculating the length of a parametric curve, when the parameter (e.g. $t$) represents time, means you can easily calculate the distance the object of the model has travelled.

The formula for arc length of parametric curves is almost as simple as the formula for curves defined by rectangular equations:

Arc Length of Parametric Curves


If a curve $C$ is defined by the parametric equations $x=f(t), y=g(t) \text{ for } a \le t \le b,$ and:
  1. $f'(t)$ and $g'(t)$ are continuous on $[a,b]$
  2. $C$ is traversed precisely once as $t$ increases from $a$ to $b$

then the length of curve $C$ is: $$L = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dx}{dt}\right)^2}dt$$

In [ ]: