Skip to main content

Section 13.3 Arc Length and Speed

In this section, we will derive the formula for arc length of a curve in \(\R^3\) parametrized by a vector-valued function. We will also use this formula to define the speed of a particle moving along a curve. Finally, we will explore the concept of arc length parametrization and how to construct one for a given vector-valued function.

Subsection Arc Length

Recall you learned about the arc length formula back in MTH 252Z (or MTH 252) for a curve in \(\R^2\) with explicit form \(y = f(x)\text{.}\) To jog your memory, the arc length of a curve \(y = f(x)\) over the interval \([a,b]\) is given by the formula
\begin{equation*} s = \int_a^b \sqrt{1 + \lp f'(x)\rp^2}\, dx \end{equation*}
You may also learn about the arc length formula back in MTH 253Z (or MTH 253) for a curve in \(\R^2\) in parametric equations \(\c(t) = \lp x(t), y(t) \rp\text{.}\) To refresh your memory, the arc length of a curve traversed by the parametrized equations \(c(t) = \lp x(t), y(t) \rp \) is given by the formula
\begin{equation*} s = \int_a^b \sqrt{\lp x'(t)\rp^2 + \lp y'(t)\rp^2}\, dt \end{equation*}
If you remember how the above arc length formulas were derived, then we can use the same trick to derive the arc length formula for a curve in \(\R^3\) parametrized by \(\v{r}(t) = \la x(t), y(t), z(t) \ra\text{.}\)
The underlying idea here is to approximate the length of the curve by breaking it into small line segments, finding the lengths of those line segments, and then adding them up. This is sometimes referred to as the polygonal approximation of the curve.
Figure 13.3.1. Polygonal Approximation to the arc \(\v{r}(t)\) for \(a \leq t \leq b\text{.}\)
Obviously, the smaller each line segments used for the approximation, the better the approximation becomes. Theoretically speaking, if we let the number of line segments approach infinity (and the max length of each line segment approaches 0), then the approximation becomes exact.
Say we want to find the length of the curve traced by \(\v{r}(t) = \la x(t), y(t), z(t) \ra\) over the interval \(a \leq t \leq b\text{.}\) Then we can start by figuring out the length of one of those line segments using the distance formula in \(\R^3\text{.}\)
\begin{align*} \text{length of line segment} \amp= \sqrt{(\Delta x)^2 + (\Delta y)^2 + (\Delta z)^2}\\ \amp= \sqrt{\lp \lp \frac{\Delta x}{\Delta t}\rp^2 + \lp \frac{\Delta y}{\Delta t}\rp^2 + \lp \frac{\Delta z}{\Delta t}\rp^2 \rp \cdot \Delta t^2}\\ \amp= \sqrt{\lp \frac{\Delta x}{\Delta t}\rp^2 + \lp \frac{\Delta y}{\Delta t}\rp^2 + \lp \frac{\Delta z}{\Delta t}\rp^2} \cdot \Delta t \end{align*}
Since we are letting the number of line segments approach infinity, we can take the limit as \(\Delta t \to 0\) to turn the average rate of change of each component into the instantaneous rate of change. Thus, the length of that line segment becomes
\begin{align*} \lim_{\Delta t\to 0} \sqrt{\lp \frac{\Delta x}{\Delta t}\rp^2 + \lp \frac{\Delta y}{\Delta t}\rp^2 + \lp \frac{\Delta z}{\Delta t}\rp^2} \cdot \Delta t \amp= \sqrt{\lp \frac{dx}{dt}\rp^2 + \lp \frac{dy}{dt}\rp^2 + \lp \frac{dz}{dt}\rp^2}\, dt\\ \amp= \sqrt{\lp x'(t) \rp^2 + \lp y'(t) \rp^2 + \lp z'(t) \rp^2} \, dt \end{align*}
Now that we have the length of one line segment, we can add up the lengths of all the line segments to approximate the length of the curve. Remember that integration is just a limit of Riemann sums, meaning we are adding infinitely many infinitesimally small pieces together. Thus, the arc length of the curve is given by the integral
\begin{equation*} s = \int_a^b \sqrt{\lp x'(t) \rp^2 + \lp y'(t) \rp^2 + \lp z'(t) \rp^2} \, dt \end{equation*}
Let’s make it into a cool theorem!

Example 13.3.3.

Find the length of the curve traced by \(\v{r}(t) = \la 2t, \ln(t), t^2 \ra\) over \(1 \leq t \leq 4\text{.}\)
Solution.
We know that
\begin{equation*} \v{r}'(t) = \la 2, \frac{1}{t}, 2t \ra \end{equation*}
This implies that
\begin{align*} s \amp= \int_1^4 \|\v{r}'(t)\| \, dt \\ \amp= \int_1^4 \sqrt{2^2 + \lp \frac{1}{t} \rp^2 + (2t)^2} \, dt \\ \amp= \int_1^4 \sqrt{4 + \frac{1}{t^2} + 4t^2} \, dt \\ \amp= \int_1^4 \sqrt{\lp 2t + \frac{1}{t} \rp^2} \, dt \\ \amp= \int_1^4 \lp 2t + \frac{1}{t} \rp \, dt \\ \amp= \lp t^2 + \ln|t| \rp \bigg|_1^4 \\ \amp= \lp 16 + \ln(4) - \lp 1 + \ln(1) \rp \rp \\ \amp= 15 + \ln(4) \end{align*}
We can make a cool observation here that the integrand is essentially the magnitude of the derivative of the vector-valued function \(\v{r}(t)\text{.}\) Back in MTH 251Z (or MTH 251), we learned that the derivative of the position function is the velocity function, and the magnitude of the velocity function is the speed function. So we can derive a formula to find the speed!

Subsection Speed

The speed of a particle moving along a curve parametrized by \(\v{r}(t) = \la x(t), y(t), z(t) \ra\) at time \(t\) is defined as the rate of change of distance traveled with respect to time. We actually know the distance traveled along a curve from the arc length formula we just derived! We can define the arc length function to capture the distance traveled along the curve from some starting point \(t = a\) to any point \(t\text{.}\)
\begin{align*} s(t) \amp= \int_a^t \sqrt{\lp x'(t) \rp^2 + \lp y'(t) \rp^2 + \lp z'(t) \rp^2} \, dt \\ \amp= \int_a^t \| \v{r}'(u) \| \, du \end{align*}
Observe that the arc length function returns the distance traveled, which is a scalar quantity. Therefore, the speed is simply the derivative of the arc length function with respect to time.
\begin{align*} \text{Speed at time } t \amp= \frac{d}{dt} s(t) \\ \amp= \frac{d}{dt} \int_a^t \| \v{r}'(u) \| \, du \\ \amp= \| \v{r}'(t) \| \amp\amp\text{by FTC} \end{align*}
Well this formula makes sense! The speed is just the magnitude of the velocity vector, which can be obtained by differentiating the position function \(\v{r}(t)\text{!}\)

Example 13.3.4.

Find the speed of a particle moving along the curve parametrized by \(\v{r}(t) = \la e^{t-3}, 12, 3t^{-1} \ra\) at time \(t = 3\text{.}\)
Solution.
The velocity vector is
\begin{align*} \v{r}'(t) \amp= \la e^{t-3}, 0, -3t^{-2} \ra \\ \implies \qquad \v{r}'(3) \amp= \la e^{3-3}, 0, -3(3)^{-2} \ra = \la 1, 0, -\frac{1}{3} \ra \end{align*}
The speed is the magnitude of the velocity vector. That is,
\begin{equation*} v(3) = \|\v{r}'(3)\| = \sqrt{1^2 + 0^2 + \lp -\frac{1}{3} \rp^2} = \sqrt{\frac{10}{9}} \approx 1.05 \end{equation*}

Subsection Arc Length Parametrization

Recall that we saw multiple parametrizations of the same curve in SectionΒ 13.1 (we even graphed some of them in class using GeoGebra to make sure they traced the same curve!). While these different parametrizations traced the same curve, they may do so at different rates.
For example, consider the following two curves
\begin{gather*} \c{C}_1 \text{ traced by the function } \v{r}_1(t) = \la \cos(t), \sin(t) \ra \text{ ;}\\ \c{C}_2 \text{ traced by the function } \v{r}_2(u) = \la \cos(2u), \sin(2u) \ra \text{ .} \end{gather*}
Observe that they both trace the same circle \(x^2 + y^2 = 1\) within their respective domains. However, they do so at different speeds.
For the path \(\v{r}_1(t)\text{,}\) the particle completes one full revolution around the circle as \(t\) goes from \(0\) to \(2\pi\text{,}\) as indicated by the figure below. We can find the average speed as \(\frac{2\pi}{2\pi} = 1\) unit.
Figure 13.3.5. The Path \(\v{r}_1(t) = \la \cos(t), \sin(t) \ra\) for \(0 \leq t \leq 2\pi\text{.}\)
For the path \(\v{r}_2(u)\text{,}\) the particle completes one full revolution around the circle as \(u\) goes from \(0\) to \(\pi\text{,}\) as indicated by the figure below. We can find the average rate of change as \(\frac{2\pi}{\pi} = 2\) units. Observe that this is twice the speed of \(\v{r}_1(t)\text{.}\)
Figure 13.3.6. The Path \(\v{r}_2(u) = \la \cos(2u), \sin(2u) \ra\) for \(0 \leq u \leq \pi\text{.}\) .
This demonstrates that different parametrizations of the same curve can trace the curve at different speeds. One can easily see that the second parametrization traces the curve twice as fast as the first one because
\begin{equation*} \v{r}_2(u) = \v{r}_1(2u) \end{equation*}
That is, \(\v{r}_2(u)\) is a composite function that uses \(\v{r}_1(t)\) as the outer function and \(2u\) as the inner function. The outside function controls the shape of the curve, while the inside function controls the rate at which the curve is traced.
Now that we have a way to control the rate at which a curve is traced, we can use this to create a parametrization that traces a curve at a desired rate. The nicest rate to trace a curve is at a constant speed of \(1\) unit per unit time. A parametrization of this type is called an arc length parametrization. Symbolically speaking, if \(\v{r}(s)\) is an arc length parametrization of a curve, then
\begin{equation*} \|\v{r}'(s) \| = 1 \qquad \text{ for all }s \end{equation*}
There are three important properties of an arc length parametrization:
  • The parameter \(s\) directly measures the distance along the curve from some starting point (hence the name "arc length" parametrization).
  • Every velocity vector \(\v{r}'(s)\) is a unit vector (since its magnitude is 1).
    Figure 13.3.7.
  • The distance traveled along the curve from \(s = a\) to \(s = b\) is simply \(b - a\text{.}\) Symbolically speaking, we have
    \begin{align*} \text{distance traveled over } [a,b] \amp= \int_a^b \|\v{r}'(s) \|\, ds \\ \amp= \int_a^b 1\, ds \\ \amp= b-a \end{align*}
Since arc length parametrizations have such nice properties, it is often useful to create an arc length parametrization of a given curve. The general process to create an arc length parametrization is as follows:
  1. Compute the arc length function
    \begin{equation*} \displaystyle s = g(t) = \int_a^t \|\v{r}'(u)\| du \end{equation*}
    for the given parametrization \(\v{r}(t)\text{.}\)
  2. Find the inverse function \(t = g^{-1}(s)\) of the arc length function.
  3. Substitute \(t = g^{-1}(s)\) into the original parametrization to get
    \begin{equation*} \v{r}_1(s) = \v{r}\lp g^{-1}(s)\rp \end{equation*}
    This new parametrization is an arc length parametrization.

Note 13.3.8. But Richard... Why does this process work?

Great question! The key idea here is that the arc length function \(s = g(t)\) measures the distance traveled along the curve from \(t = a\) to any point \(t\text{.}\) Therefore, if we can invert this function to get \(t = g^{-1}(s)\text{,}\) then we can express the original parameter \(t\) in terms of the distance traveled \(s\text{.}\) By substituting this back into the original parametrization, we are effectively reparametrizing the curve in terms of the distance traveled, which ensures that the new parametrization traces the curve at a constant speed of \(1\) unit per unit time.
To justify this more rigorously, we can use the Chain Rule to differentiate \(\v{r}_1(s) = \v{r}\lp g^{-1}(s)\rp\) with respect to \(s\text{.}\)
\begin{equation*} \frac{d\v{r}_1}{ds} = \frac{d\v{r}}{dt} \cdot \frac{dt}{ds} \end{equation*}
Well the first piece is just \(\v{r}'(t)\text{.}\)
We can also figure out the second piece. By the fundamental theorem of calculus, we know that
\begin{equation*} \frac{ds}{dt} = \frac{d}{dt} \int_a^t \|\v{r}'(u)\| du = \|\v{r}'(t)\| \end{equation*}
This implies that
\begin{equation*} \frac{dt}{ds} = \frac{1}{\frac{ds}{dt}} = \frac{1}{\|\v{r}'(t)\|} \end{equation*}
Putting them together, we have
\begin{equation*} \frac{d\v{r}_1}{ds} = \frac{d\v{r}}{dt} \cdot \frac{dt}{ds} = \v{r}'(t) \cdot \frac{1}{\|\v{r}'(t)\|} = \frac{\v{r}'(t)}{\|\v{r}'(t)\|} \end{equation*}
(This is just the unit vector in the direction of \(\v{r}'(t)\text{,}\) called the unit tangent vector. We will discuss it more in the next section!)
We found the derivative of the arc length parametrization! To justify that it is indeed an arc length parametrization, we need to check that its speed is \(1\text{.}\) We can compute the speed as follows:
\begin{equation*} \left\|\frac{d\v{r}_1}{ds}\right\| = \left\| \frac{\v{r}'(t)}{\|\v{r}'(t)\|} \right\| = \frac{\|\v{r}'(t)\|}{\|\v{r}'(t)\|} = 1 \end{equation*}
Thus, we have verified that \(\v{r}_1(s)\) is indeed an arc length parametrization!

Example 13.3.9.

Find an arc length parametrization of the helix with parametrization
\begin{equation*} \v{r}(t) = \la \cos(t), \sin(t), t \ra \end{equation*}
with the parameter \(s\) measuring from \((1,0,0)\text{.}\)
Hint.
Remember the goal here is to find an inside function \(t = g^{-1}(s)\) that we can plug into the original parametrization to get an arc length parametrization. There are three main steps to this process!
Solution.
The initial point \((1,0,0)\) corresponds to \(t = 0\text{.}\)
Step 1. Find the arc length function
\begin{equation*} \displaystyle s = g(t) = \int_a^t \|\v{r}'(u)\| du\text{.} \end{equation*}
\begin{align*} \|\v{r}'(t)\| \amp= \sqrt{\lp -\sin(t) \rp^2 + \lp \cos(t) \rp^2 + 1^2} \\ \amp= \sqrt{\sin^2(t) + \cos^2(t) + 1} \\ \amp= \sqrt{2} \end{align*}
We then compute the arc length function.
\begin{gather*} s = g(t) = \int_0^t \sqrt{2}\, du = \sqrt{2}t \end{gather*}
Step 2. Solve \(s = g(t)\) for \(t\text{.}\)
\begin{gather*} s = \sqrt{2}t \qquad \implies \qquad t = \frac{s}{\sqrt{2}} \end{gather*}
Step 3. Substitute \(t = g^{-1}(s)\) into the original parametrization to get the arc length parametrization.
\begin{equation*} \v{r}_1(s) = \v{r}\lp g^{-1}(s)\rp = \la \cos\lp \frac{s}{\sqrt{2}} \rp, \sin\lp \frac{s}{\sqrt{2}} \rp, \frac{s}{\sqrt{2}} \ra \end{equation*}
P.S.: One can verify quickly that the curve traced by \(\v{r}_1(t)\) is indeed the same helix as \(\v{r}(t)\) and that the speed of \(\v{r}_1(s)\) is \(1\text{.}\)
In practice, finding an arc length parametrization can be tricky because it involves finding the inverse of the arc length function, which may not always be possible to express in a simple closed form. This is just something to keep in mind when working with arc length parametrizations!

Example 13.3.10.

Find an arc length parametrization of the cycloid with parametrization
\begin{equation*} \v{r}(t) = \la t-\sin(t), 1-\cos(t) \ra \end{equation*}
Hint.
Remember the goal here is to find an inside function \(t = g^{-1}(s)\) that we can plug into the original parametrization to get an arc length parametrization. There are three main steps to this process!
Be careful with all the trigonometric manipulations when simplifying stuff!
Solution.
Step 1. Find the arc length function
\begin{equation*} \displaystyle s = g(t) = \int_a^t \|\v{r}'(u)\| du\text{.} \end{equation*}
\begin{align*} \|\v{r}'(t)\| \amp= \sqrt{\lp 1 - \cos(t)\rp^2 + \sin^2(t)} \\ \amp= \sqrt{1 - 2\cos(t) + \cos^2(t) + \sin^2(t)} \\ \amp= \sqrt{2 - 2\cos(t)} \\ \amp= \sqrt{4\sin^2\lp \frac{t}{2} \rp} \\ \amp= 2\sin\lp \frac{t}{2} \rp \amp \end{align*}
We then compute the arc length function.
\begin{align*} s = g(t) \amp= \int_0^t 2\sin\lp \frac{u}{2} \rp\, du \\ \amp= -4\cos\lp \frac{u}{2}\bigg|_0^t \\ \amp= -4\cos\lp \frac{t}{2} \rp + 4\cos(0) \\ \amp= 4\lp 1 - \cos\lp \frac{t}{2} \rp \rp \end{align*}
Step 2. We solve \(s = g(t)\) for \(t\text{.}\)
\begin{align*} s \amp= 4\lp 1 - \cos\lp \frac{t}{2} \rp \rp \\ \implies \qquad \frac{s}{4} \amp= 1 - \cos\lp \frac{t}{2} \rp \\ \implies \qquad 1 - \frac{s}{4} \amp= \cos\lp \frac{t}{2} \rp \\ \implies \qquad t \amp= 2\cos^{-1}\lp 1 - \frac{s}{4} \rp \end{align*}
That is, \(t = g^{-1}(s) = 2\cos^{-1}\lp 1 - \dfrac{s}{4} \rp\text{.}\)
Step 3. Substitute \(t = g^{-1}(s)\) into the original parametrization to get the arc length parametrization.
First, note that
\begin{align*} \sin(t) \amp= 2\sin\lp \frac{t}{2} \rp\cos\lp \frac{t}{2} \rp = 2\lp \frac{\sqrt{8s - s^2}}{4}\rp\lp \frac{4 - s}{4} \rp = \frac{(4-s)\sqrt{8s - s^2}}{8} \\ \cos(t) \amp= 2\cos^2\lp \frac{t}{2} \rp - 1 = 2\lp \frac{4-s}{4} \rp^2 - 1 \end{align*}
Hence, we have
\begin{align*} \v{r}(t) \amp= \la t - \sin(t), 1 - \cos(t) \ra \\ \v{r}_1(s) \amp= \la 2\cos^{-1}\lp \frac{4-s}{4} \rp - \frac{(4-s)\sqrt{8s - s^2}}{8}, 1 - \lp 2\lp \frac{4-s}{4} \rp^2 - 1 \rp \ra \\ \amp= \la 2\cos^{-1}\lp \frac{4-s}{4} \rp - \frac{(4-s)\sqrt{8s - s^2}}{8}, 1 - \lp \frac{(4-s)^2}{8} + 1 \rp \ra \\ \amp= \la 2\cos^{-1}\lp \frac{4-s}{4} \rp - \frac{(4-s)\sqrt{8s - s^2}}{8}, 2 - \frac{(4-s)^2}{8} \ra \end{align*}

Worksheet Assigned Problems for Section 13.3

The problems listed below are assigned to be included in your problem set portfolio. Note that a specific selection of these problems will also form the written homework assignments. I recommend working through all of them to ensure a solid grasp of the material. Reach out to Richard for help if you get stuck or have any questions.
The solutions will be posted after the written homework due dates. If you have any questions about your work, talk to Richard and he is happy to discuss the process with you.

13.3.5.

Compute the length of the curve traced by \(\v{r}(t) = \la t, 4t^\frac{3}{2}, 2t^\frac{3}{2} \ra\) over \(0 \leq t \leq 3\text{.}\)
Solution.
First, we find the derivative of the vector-valued function:
\begin{equation*} \v{r}'(t) = \la 1, 6t^{1/2}, 3t^{1/2} \ra \end{equation*}
Next, we find the magnitude of the derivative (the speed):
\begin{align*} \|\v{r}'(t)\| \amp= \sqrt{1^2 + \lp 6t^{1/2} \rp^2 + \lp 3t^{1/2} \rp^2} \\ \amp= \sqrt{1 + 36t + 9t} \\ \amp= \sqrt{1 + 45t} \end{align*}
Now, we compute the arc length by integrating the speed over the interval \(0 \leq t \leq 3\text{:}\)
\begin{equation*} s = \int_0^3 \sqrt{1 + 45t} \, dt \end{equation*}
Using substitution with \(u = 1 + 45t\) and \(du = 45 \, dt\text{,}\) the limits change from \(u(0) = 1\) to \(u(3) = 136\text{:}\)
\begin{align*} s \amp= \frac{1}{45} \int_1^{136} u^{1/2} \, du \\ \amp= \frac{1}{45} \lp\frac{2}{3} u^{3/2} \rp \bigg|_1^{136} \\ \amp= \frac{2}{135} \lp 136^{3/2} - 1 \rp \\ \amp\approx 23.48176 \end{align*}

13.3.9.

The curve shown in the figure is parametrized by \(\v{r}(t) = \la \cos(7t), \sin(7t), 2\cos(t) \ra\) for \(0 \leq t \leq 2\pi\text{.}\) Approximate its length.
Figure 13.3.11. The curve traced by \(\v{r}(t) = \la \cos(7t), \sin(7t), 2\cos(t) \ra\) for \(0 \leq t \leq 2\pi\text{.}\)
Solution.
First, find the derivative:
\begin{equation*} \v{r}'(t) = \la -7\sin(7t), 7\cos(7t), -2\sin(t) \ra \end{equation*}
Find its magnitude:
\begin{align*} \|\v{r}'(t)\| \amp= \sqrt{\lp -7\sin(7t) \rp^2 + \lp 7\cos(7t) \rp^2 + \lp -2\sin(t) \rp^2} \\ \amp= \sqrt{49\sin^2(7t) + 49\cos^2(7t) + 4\sin^2(t)} \\ \amp= \sqrt{49 + 4\sin^2(t)} \end{align*}
The exact length is given by the integral:
\begin{equation*} s = \int_0^{2\pi} \sqrt{49 + 4\sin^2(t)} \, dt \end{equation*}
This integral cannot be evaluated in terms of elementary functions. Using a CAS, we can approximate the length as
\begin{equation*} s \approx 44.8666 \end{equation*}

13.3.11.

Compute the arc length function \(\displaystyle s(t) = \int_a^t \left\|\v{r}'(u)\right\| du\text{,}\) where
\begin{equation*} \v{r}(t) = \la t^2, 2t^2, t^3 \ra \end{equation*}
for the value \(a = 0\)
Solution.
We begin by finding the derivative and its magnitude:
\begin{align*} \v{r}'(t) \amp= \la 2t, 4t, 3t^2 \ra \\ \|\v{r}'(t)\| \amp= \sqrt{4t^2 + 16t^2 + 9t^4} = \sqrt{20t^2 + 9t^4} = |t|\sqrt{20 + 9t^2} \end{align*}
Assuming \(t \geq 0\text{,}\) we have \(\|\v{r}'(t)\| = t\sqrt{20 + 9t^2}\text{.}\) Now, we compute the arc length function:
\begin{equation*} s(t) = \int_0^t u\sqrt{20 + 9u^2} \, du \end{equation*}
Use substitution with \(w = 20 + 9u^2\) and \(dw = 18u \, du\text{:}\)
\begin{align*} s(t) \amp= \frac{1}{18} \int_{20}^{20+9t^2} w^{1/2} \, dw \\ \amp= \frac{1}{18} \left[ \frac{2}{3}w^{3/2} \right]_{20}^{20+9t^2} \\ \amp= \frac{1}{27} \lp (20 + 9t^2)^{3/2} - 20^{3/2} \rp \end{align*}

13.3.15.

Find the speed of \(\v{r}(t) = \la t, \ln(t), \lp \ln(t) \rp^2 \ra\) at \(t = 1\text{.}\)
Solution.
The speed is the magnitude of the velocity vector. First, we find \(\v{r}'(t)\text{:}\)
\begin{equation*} \v{r}'(t) = \la 1, \frac{1}{t}, \frac{2\ln(t)}{t} \ra \end{equation*}
Evaluate the velocity vector at \(t = 1\text{:}\)
\begin{equation*} \v{r}'(1) = \la 1, 1, 0 \ra \end{equation*}
Finally, compute the speed by taking the magnitude:
\begin{equation*} v(1) = \|\v{r}'(1)\| = \sqrt{1^2 + 1^2 + 0^2} = \sqrt{2} \end{equation*}

13.3.27.

Let \(\v{r}(t) = \la 3t+1,4t-5,2t \ra\text{.}\)
  1. Evaluate the arc length integral \(\displaystyle s = g(t) = \int_0^t \|\v{r}'(u)\|\, du\text{.}\)
  2. Find the inverse \(g^{-1}(s)\) of \(g(t)\text{.}\)
  3. Verify that \(\v{r}_1(s) = \v{r}\lp g^{-1}(s)\rp\) is an arc length parametrization.
Solution.
  1. First, find the derivative and its magnitude:
    \begin{align*} \v{r}'(t) \amp= \la 3, 4, 2 \ra \\ \|\v{r}'(t)\| \amp= \sqrt{3^2 + 4^2 + 2^2} = \sqrt{9 + 16 + 4} = \sqrt{29} \end{align*}
    Now evaluate the arc length integral:
    \begin{equation*} s = g(t) = \int_0^t \sqrt{29} \, du = \sqrt{29}t \end{equation*}
  2. To find the inverse, solve \(s = \sqrt{29}t\) for \(t\text{:}\)
    \begin{equation*} t = g^{-1}(s) = \frac{s}{\sqrt{29}} \end{equation*}
  3. Substitute \(t\) into the original parametrization:
    \begin{align*} \v{r}_1(s) \amp= \v{r}\lp \frac{s}{\sqrt{29}} \rp \\ \amp= \la 3\lp\frac{s}{\sqrt{29}}\rp + 1, 4\lp\frac{s}{\sqrt{29}}\rp - 5, 2\lp\frac{s}{\sqrt{29}}\rp \ra \end{align*}
    To verify it is an arc length parametrization, we check if \(\|\v{r}_1'(s)\| = 1\text{:}\)
    \begin{align*} \v{r}_1'(s) \amp= \la \frac{3}{\sqrt{29}}, \frac{4}{\sqrt{29}}, \frac{2}{\sqrt{29}} \ra \\ \|\v{r}_1'(s)\| \amp= \sqrt{\lp \frac{3}{\sqrt{29}} \rp^2 + \lp \frac{4}{\sqrt{29}} \rp^2 + \lp \frac{2}{\sqrt{29}} \rp^2} \\ \amp= \sqrt{\frac{9+16+4}{29}} \\ \amp= \sqrt{\frac{29}{29}} \\ \amp= 1 \end{align*}
    Since the speed is 1, it is indeed an arc length parametrization.

13.3.31.

Find a path that traces the circle in the plane \(y = 10\) with radius \(4\) and center \((2,10,-3)\) with constant speed \(8\text{.}\)
Solution.
A standard parametrization for a circle in the plane \(y = 10\) with radius \(4\) and center \((2, 10, -3)\) is:
\begin{equation*} \v{c}(t) = \la 2 + 4\cos(t), 10, -3 + 4\sin(t) \ra \end{equation*}
The speed of this standard parametrization is:
\begin{equation*} \|\v{c}'(t)\| = \sqrt{\lp -4\sin(t)\rp^2 + 0^2 + \lp 4\cos(t)\rp^2} = \sqrt{16(\sin^2(t) + \cos^2(t))} = 4 \end{equation*}
Since we want the path to have a constant speed of \(8\) (which is twice the current speed), we need to traverse the curve twice as fast. We can achieve this by substituting an inner function of \(t = 2u\text{:}\)
\begin{equation*} \v{r}(u) = \la 2 + 4\cos(2u), 10, -3 + 4\sin(2u) \ra \end{equation*}
You can quickly verify this new path has a constant speed of \(8\) by computing \(\|\v{r}'(u)\|\text{.}\)

13.3.33.

Find an arc length parametrization of the curve parametrized by
\begin{equation*} \v{r}(t) = \la \cos(t), \sin(t), \frac{2}{3}t^\frac{3}{2} \ra \end{equation*}
with the parameter \(s\) measuring from \((1,0,0)\text{.}\)
Solution.
Step 1. Find the arc length function starting from \(t=0\) (which corresponds to the given point \((1,0,0)\)):
\begin{equation*} \v{r}'(t) = \la -\sin(t), \cos(t), t^{1/2} \ra \end{equation*}
\begin{align*} \|\v{r}'(t)\| \amp= \sqrt{(-\sin(t))^2 + (\cos(t))^2 + (t^{1/2})^2} \\ \amp= \sqrt{\sin^2(t) + \cos^2(t) + t} = \sqrt{1 + t} \end{align*}
\begin{align*} s = g(t) \amp= \int_0^t \sqrt{1+u} \, du \\ \amp= \left[ \frac{2}{3}(1+u)^{3/2} \right]_0^t = \frac{2}{3} \lp (1+t)^{3/2} - 1 \rp \end{align*}
Step 2. Solve for \(t\) in terms of \(s\text{:}\)
\begin{align*} s \amp= \frac{2}{3} \lp (1+t)^{3/2} - 1 \rp \\ \frac{3}{2}s \amp= (1+t)^{3/2} - 1 \\ (1+t)^{3/2} \amp= \frac{3}{2}s + 1 \\ 1+t \amp= \lp \frac{3}{2}s + 1 \rp^{2/3} \\ t \amp= \lp \frac{3}{2}s + 1 \rp^{2/3} - 1 \end{align*}
Step 3. Substitute \(t = g^{-1}(s)\) into the original parametrization:
\begin{equation*} \v{r}_1(s) = \left\langle \cos\lp \lp \frac{3}{2}s + 1 \rp^{2/3} - 1 \rp, \sin\lp \lp \frac{3}{2}s + 1 \rp^{2/3} - 1 \rp, \frac{2}{3}\lp \lp \frac{3}{2}s + 1 \rp^{2/3} - 1 \rp^{3/2} \right\rangle \end{equation*}

13.3.35.

Find an arc length parametrization of the curve parametrized by \(\v{r}(t) = \la t^2, t^3 \ra\text{.}\)
Solution.
Assuming the arc length is measured from \(t = 0\text{:}\)
Step 1. Compute the derivative and its magnitude:
\begin{align*} \v{r}'(t) \amp= \la 2t, 3t^2 \ra \\ \|\v{r}'(t)\| \amp= \sqrt{4t^2 + 9t^4} = t\sqrt{4 + 9t^2} \amp\amp \text{(assuming } t \geq 0) \end{align*}
Find the arc length function:
\begin{equation*} s = g(t) = \int_0^t u\sqrt{4 + 9u^2} \, du \end{equation*}
Using substitution \(w = 4+9u^2\text{,}\) \(dw = 18u \, du\text{:}\)
\begin{align*} s \amp= \frac{1}{18} \int_4^{4+9t^2} w^{1/2} \, dw \\ \amp= \frac{1}{18} \left[ \frac{2}{3} w^{3/2} \right]_4^{4+9t^2} \\ \amp= \frac{1}{27} \lp (4+9t^2)^{3/2} - 8 \rp \end{align*}
Step 2. Solve for \(t\) in terms of \(s\text{:}\)
\begin{align*} 27s \amp= (4+9t^2)^{3/2} - 8 \\ (4+9t^2)^{3/2} \amp= 27s + 8 \\ 4+9t^2 \amp= (27s + 8)^{2/3} \\ 9t^2 \amp= (27s + 8)^{2/3} - 4 \\ t \amp= \frac{1}{3}\sqrt{(27s + 8)^{2/3} - 4} \end{align*}
Step 3. Substitute back into the original parametrization:
\begin{align*} \v{r}_1(s) \amp= \left\langle \lp \frac{1}{3}\sqrt{(27s + 8)^{2/3} - 4} \rp^2, \lp \frac{1}{3}\sqrt{(27s + 8)^{2/3} - 4} \rp^3 \right\rangle \\ \amp= \left\langle \frac{1}{9}\lp (27s + 8)^{2/3} - 4 \rp, \frac{1}{27}\lp (27s + 8)^{2/3} - 4 \rp^{3/2} \right\rangle \end{align*}