Skip to main content
\(\newcommand{\R}{\mathbb{R}} \newcommand{\va}{\mathbf{a}} \newcommand{\vb}{\mathbf{b}} \newcommand{\vc}{\mathbf{c}} \newcommand{\vC}{\mathbf{C}} \newcommand{\vd}{\mathbf{d}} \newcommand{\ve}{\mathbf{e}} \newcommand{\vi}{\mathbf{i}} \newcommand{\vj}{\mathbf{j}} \newcommand{\vk}{\mathbf{k}} \newcommand{\vn}{\mathbf{n}} \newcommand{\vm}{\mathbf{m}} \newcommand{\vr}{\mathbf{r}} \newcommand{\vs}{\mathbf{s}} \newcommand{\vu}{\mathbf{u}} \newcommand{\vv}{\mathbf{v}} \newcommand{\vw}{\mathbf{w}} \newcommand{\vx}{\mathbf{x}} \newcommand{\vy}{\mathbf{y}} \newcommand{\vz}{\mathbf{z}} \newcommand{\vzero}{\mathbf{0}} \newcommand{\vF}{\mathbf{F}} \newcommand{\vG}{\mathbf{G}} \newcommand{\vH}{\mathbf{H}} \newcommand{\vR}{\mathbf{R}} \newcommand{\vT}{\mathbf{T}} \newcommand{\vN}{\mathbf{N}} \newcommand{\vL}{\mathbf{L}} \newcommand{\vB}{\mathbf{B}} \newcommand{\vS}{\mathbf{S}} \newcommand{\proj}{\text{proj}} \newcommand{\comp}{\text{comp}} \newcommand{\nin}{} \newcommand{\vecmag}[1]{|#1|} \newcommand{\grad}{\nabla} \DeclareMathOperator{\curl}{curl} \DeclareMathOperator{\divg}{div} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section1.8Arc Length

Objectives
  • How can a definite integral be used to measure the length of a curve in 2- or 3-space?

Given a space curve, there are two natural geometric questions one might ask: how long is the curve and how much does it bend? In this section and the optional next section, we answer both questions by developing techniques for measuring the length of a space curve as well as its curvature.

Exploration1.8.1

In earlier investigations, we have used integration to calculate quantities such as area, volume, mass, and work. We are now interested in determining the length of a space curve.

Consider the smooth curve in 3-space defined by the vector-valued function \(\vr\text{,}\) where

\begin{equation*} \vr(t) = \langle x(t), y(t), z(t) \rangle = \langle \cos(t), \sin(t), t \rangle \end{equation*}

for \(t\) in the interval \([0,2\pi]\text{.}\) Pictures of the graph of \(\vr\) are shown in Figure1.8.1. We will use the integration process to calculate the length of this curve. In this situation we partition the interval \([0,2\pi]\) into \(n\) subintervals of equal length and let \(0 = t_0 \lt t_1 \lt t_2 \lt \cdots \lt t_n = b\) be the endpoints of the subintervals. We then approximate the length of the curve on each subinterval with some related quantity that we can compute. In this case, we approximate the length of the curve on each subinterval with the length of the segment connecting the endpoints. Figure1.8.1 illustrates the process in three different instances using increasing values of \(n\text{.}\)

Figure1.8.1Approximating the length of the curve with \(n=3\text{,}\) \(n=6\text{,}\) and \(n=9\text{.}\)
  1. Write a formula for the length of the line segment that connects the endpoints of the curve on the \(i\)th subinterval \([t_{i-1},t_i]\text{.}\) (This length is our approximation of the length of the curve on this interval.)

  2. Use your formula in part (a) to write a sum that adds all of the approximations to the lengths on each subinterval.

  3. What do we need to do with the sum in part (b) in order to obtain the exact value of the length of the graph of \(\vr(t)\) on the interval \([0,2\pi]\text{?}\)

Subsection1.8.1Arc Length

Consider a smooth curve in 3-space that is parametrically described by the vector-valued function \(\vr\) defined by \(\vr(t) = \langle x(t), y(t), z(t) \rangle.\) Preview Activity1.8.1 shows that to approximate the length of the curve defined by \(\vr(t)\) as the values of \(t\) run over an interval \([a,b]\text{,}\) we partition the interval \([a,b]\) into \(n\) subintervals of equal length \(\Delta t\text{,}\) with \(a = t_0 \lt t_1 \lt \cdots \lt t_n = b\) as the endpoints of the subintervals. On each subinterval, we approximate the length of the curve by the length of the line segment connecting the endpoints. The points on the curve corresponding to \(t = t_{i-1}\) and \(t = t_i\) are \((x(t_{i-1}), y(t_{i-1}), z(t_{i-1}))\) and \((x(t_i), y(t_i), z(t_i))\text{,}\) respectively, so the length of the line segment connecting these points is

\begin{equation*} \sqrt{(x(t_i) - x(t_{i-1}))^2 + (y(t_i) - y(t_{i-1}))^2 + (z(t_i) - z(t_{i-1}))^2}. \end{equation*}

Now we add all of these approximations together to obtain an approximation to the length \(L\) of the curve:

\begin{equation*} L \approx \sum_{i=1}^n \sqrt{(x(t_i) - x(t_{i-1}))^2 + (y(t_i) - y(t_{i-1}))^2 + (z(t_i) - z(t_{i-1}))^2}. \end{equation*}

We now want to take the limit of this sum as \(n\) goes to infinity, but in its present form it might be difficult to see how. We first introduce \(\Delta t\) by multiplying by \(\frac{\Delta t}{\Delta t}\text{,}\) and see that

\begin{align*} L \amp \approx \sum_{i=1}^n \sqrt{(x(t_i) - x(t_{i-1}))^2 + (y(t_i) - y(t_{i-1}))^2 + (z(t_i) - z(t_{i-1}))^2}\\ \amp = \sum_{i=1}^n \sqrt{(x(t_i) - x(t_{i-1}))^2 + (y(t_i) - y(t_{i-1}))^2 + (z(t_i) - z(t_{i-1}))^2} \frac{\Delta t}{\Delta t}\\ \amp = \sum_{i=1}^n \sqrt{(x(t_i) - x(t_{i-1}))^2 + (y(t_i) - y(t_{i-1}))^2 + (z(t_i) - z(t_{i-1}))^2} \frac{\Delta t}{\sqrt{(\Delta t)^2}} \end{align*}

To get the difference quotients under the radical, we use properties of the square root function to see further that

\begin{align*} L \amp \approx \sum_{i=1}^n \sqrt{\left[(x(t_i) - x(t_{i-1}))^2 + (y(t_i) - y(t_{i-1}))^2 + (z(t_i) - z(t_{i-1})^2\right] \frac{1}{(\Delta t)^2}} \Delta t\\ \amp = \sum_{i=1}^n \sqrt{\left(\frac{x(t_i) - x(t_{i-1})}{\Delta t}\right)^2 + \left(\frac{y(t_i) - y(t_{i-1})}{\Delta t}\right)^2 + \left(\frac{z(t_i) - z(t_{i-1})}{\Delta t}\right)^2} \Delta t. \end{align*}

Recall that as \(n \to \infty\) we also have \(\Delta t \to 0\text{.}\) Since

\begin{align*} x'(t) \amp = \lim_{\Delta t \to 0} \frac{x(t_i) - x(t_{i-1})}{\Delta t},\\ y'(t) \amp = \lim_{\Delta t \to 0} \frac{y(t_i) - y(t_{i-1})}{\Delta t}, \ \text{ and } \\ z'(t) \amp \lim_{\Delta t \to 0} \frac{z(t_i) - z(t_{i-1})}{\Delta t}, \end{align*}

we see that

\begin{equation*} \lim_{n \to \infty} \sum_{i=1}^n \sqrt{\left(\frac{x(t_i) - x(t_{i-1})}{\Delta t}\right)^2 + \left(\frac{y(t_i) - y(t_{i-1})}{\Delta t}\right)^2 + \left(\frac{z(t_i) - z(t_{i-1})}{\Delta t}\right)^2} \Delta t \end{equation*}

is equal to

\begin{equation*} \int_a^b \sqrt{(x'(t))^2 + (y'(t))^2 + (z'(t))^2} \, dt. \end{equation*}

Noting further that

\begin{equation*} |\vr'(t)| = \sqrt{(x'(t))^2 + (y'(t))^2 + (z'(t))^2}, \end{equation*}

we can rewrite our arclength formula in a more succinct form as follows.

The length of a curve

If \(\vr(t)\) defines a smooth curve \(C\) on an interval \([a,b]\text{,}\) then the length \(L\) of \(C\) is given by

\begin{equation} L = \int_a^b |\vr'(t)| \, dt.\label{eq_9_8_arclength_2}\tag{1.8.1} \end{equation}

Note that formula (1.8.1) applies to curves in any dimensional space. Moreover, this formula has a natural interpretation: if \(\vr(t)\) records the position of a moving object, then \(\vr'(t)\) is the object's velocity and \(|\vr'(t)|\) its speed. Formula (1.8.1) says that we simply integrate the speed of an object traveling over the curve to find the distance traveled by the object, which is the same as the length of the curve, just as in one-variable calculus.

Activity1.8.2

Here we calculate the arc length of two familiar curves.

  1. Use Equation(1.8.1) to calculate the circumference of a circle of radius \(r\text{.}\)

  2. Find the exact length of the spiral defined by \(\vr(t) = \langle \cos(t), \sin(t), t \rangle\) on the interval \([0,2\pi]\text{.}\)

We can adapt the arc length formula to curves in 2-space that define \(y\) as a function of \(x\) as the following activity shows.

Activity1.8.3

Let \(y = f(x)\) define a smooth curve in 2-space. Parameterize this curve and use Equation(1.8.1) to show that the length of the curve defined by \(f\) on an interval \([a,b]\) is

\begin{equation*} \int_a^b \sqrt{1+[f'(t)]^2} \, dt. \end{equation*}

Subsection1.8.2Summary

  • The integration process shows that the length \(L\) of a smooth curve defined by \(\vr(t)\) on an interval \([a,b]\) is

    \begin{equation*} L = \int_a^b |\vr'(t)| \, dt. \end{equation*}

Subsection1.8.3Exercises

The WeBWorK problems are written by many different authors. Some authors use parentheses when writing vectors, e.g., \((x(t),y(t),z(t))\) instead of angle brackets \(\langle x(t),y(t),z(t) \rangle\text{.}\) Please keep this in mind when working WeBWorK exercises.

Consider the single variable function defined by \(y = 4x^2 - x^3.\)

  1. Find a parameterization of the form \(\vr(t) = \langle x(t), y(t) \rangle\) that traces the curve \(y = 4x^2 - x^3\) on the interval from \(x = -3\) to \(x = 3\text{.}\)

  2. Write a definite integral that, if evaluated, gives the exact length of the given curve from \(x = -3\) to \(x = 3\text{.}\) Why is the integral difficult to evaluate exactly?