Arc Length Parameterization of Curves in Three-Dimensional Space
We recently looked at some examples of parameterizing various curves in $\mathbb{R}^3$ on the Parameterization of Curves in Three-Dimensional Space page. We also recently derived a formula for computing the arc length of a continuous bounded curve $C$ by the vector-valued function $\vec{r}(t) = (x(t), y(t), z(t))$ from $t = a$ to $t = b$ on the Arc Length of Curves in Three-Dimensional Space page with the following formula:
(1)We also noted that the Arc Length Function for $C$ Starting at $a$ is $s(t) = \int_a^t \| \vec{r'}(u) \| \: du = \int_a^t \sqrt{ \left ( \frac{dx}{du} \right )^2 + \left ( \frac{dy}{du} \right )^2 + \left ( \frac{dz}{du} \right )^2} \: du$.
We will now look at some examples of parameterizing a curve $C$ in terms of its arc length. Parameterizing a curve in this manner is often very useful, since as $t$ increases, $C$ is traced out at unit speed. Furthermore, many of the subsequent topics we will look are sometimes easier to work with provided that a curve can easily be parameterized in terms of its arc length.
Example 1
Parameterize the vector-valued function $\vec{r}(t) = (At, Bt, Ct)$ where $A^2 + B^2 + C^2 > 0$ starting at $t = 0$.
We first differentiate $\vec{r}(t)$ to get that $\vec{r'}(t) = (A, B, C)$. Therefore we have that $\| \vec{r'}(t) \| = \sqrt{A^2 + B^2 + C^2}$. Now:
(2)Therefore we have that $s = \sqrt{A^2 + B^2 + C^2}t$ so $t = \frac{s}{\sqrt{A^2 + B^2 + C^2}}$ and hence the arc length parameterization starting at $0$ is:
(3)Example 2
Parameterize the vector-valued function $\vec{r}(t) = (a \cos t, a \sin t, bt)$ starting at $t = 0$.
We first differentiate $\vec{r}(t)$ to get $\vec{r'}(t) = (-a \sin t, a \cos t, b)$. We will now find the norm/magnitude of $\vec{r'}(t)$ as follows:
(4)Now we will find the arc length $s$ starting at $0$:
(5)Therefore we have that $s = \sqrt{a^2 + b^2}t$ and so $t = \frac{s}{\sqrt{a^2 + b^2}}$. Therefore our arc length parameterization of $\vec{r}$ is:
(6)Example 3
Parameterize the vector-valued function $\vec{r}(t) = (a \cos^3 t, a \sin^3 t, b \cos 2t )$ starting at $t = 0$.
We first differentiate $\vec{r}(t)$ to get $\vec{r'}(t) = (-3a \sin t \cos^2 t, 3a \sin^2 t \cos t, - 2b \sin (2t))$. We will also use the trigonometric substitution that $\sin (2t) = 2 \sin t \cos t$ and so:
(7)Therefore we have that:
(8)So let's calculate the arc length $s$ starting at $0$:
(9)Therefore we have that:
(10)We also have that:
(11)Lastly we will use the trigonometric identity where $\cos 2t = 1 - 2\sin^2 t$ and so:
(12)Therefore the arc length parameterization of $\vec{r}$ is:
(13)