Skip to main content
Logo image

Section 7.3 Parametric/Vector Arclength (CO3)

Subsection 7.3.1 Activities

Example 7.3.1.

In FigureΒ 167, the blue curve is the graph of the parametric equations \(x=t^2\) and \(y=t^3\) for \(1\leq t\leq 2\text{.}\) This curve connects the point \((1,1)\) to the point \((4,8)\text{.}\) The red dashed line is the straight line segment connecting these points.
A parametric curve and segment from (1,1) to (4,8).
Figure 167. A parametric curve and segment from \((1,1)\) to \((4,8)\)

Activity 7.3.2.

Let’s first investigate the length of the dashed red line segment in FigureΒ 167.
(d)
Compared with the blue parametric curve connecting the same two points, is the red dashed line segment length an overestimate or underestimate?
  1. Overestimate: the blue curve is shorter than the red line.
  2. Underestimate: the blue curve is longer than the red line.
  3. Exact: the blue curve is exactly as long as the red line.

Observation 7.3.4.

By approximating the curve by several (say \(N\)) segments connecting points along the curve, we obtain a better approximation than a single line segment. For example, the illustration shown in FigureΒ 168 gives three segments whose distances sum to about \(7.6315\text{,}\) while the actual length of the curve turns out to be about \(7.6337\text{.}\)
Subdividing a parametric curve with three segments
Figure 168. Subdividing a parametric curve where \(N=3\)

Activity 7.3.5.

How should we modify the distance formula \(\sqrt{(\Delta x)^2+(\Delta y)^2}\) to measure arclength as illustrated in FigureΒ 168?
(a)
Let \(\Delta L_1,\Delta L_2,\Delta L_3\) describe the lengths of each of the three segments. Which expression describes the total length of these segments?
  1. \(\displaystyle \Delta L_1\times \Delta L_2\times \Delta L_3\)
  2. \(\displaystyle \Delta L_1+ 2\Delta L_2+ 3\Delta L_3\)
  3. \(\displaystyle \sum_{i=1}^{3} \Delta L_i\)
(b)
We can let each \(\Delta L_i=\sqrt{(\Delta x_i)^2+(\Delta y_i)^2}\text{.}\) But we will find it useful to involve the parameter \(t\) as well, or more accurately, the change \(\Delta t_i\) of \(t\) between each point of the subdivision.
Which of these is algebraically the same as the above formula for \(\Delta L_i\text{?}\)
  1. \(\displaystyle \sqrt{\left(\frac{\Delta x_i}{\Delta t_i}\right)^2+\left(\frac{\Delta y_i}{\Delta t_i}\right)^2}\)
  2. \(\displaystyle \sqrt{\left[\left(\frac{\Delta x_i}{\Delta t_i}\right)^2+\left(\frac{\Delta y_i}{\Delta t_i}\right)^2\right]\Delta t_i}\)
  3. \(\displaystyle \sqrt{\left(\frac{\Delta x_i}{\Delta t_i}\right)^2+\left(\frac{\Delta y_i}{\Delta t_i}\right)^2}\Delta t_i\)

Observation 7.3.6.

Put together, and limiting the subdivisions of the curve \(N\to \infty\text{,}\) we obtain the Riemann sum
\begin{equation*} \lim_{N\to\infty}\sum_{i=1}^N \sqrt{\left(\frac{\Delta x_i}{\Delta t_i}\right)^2+\left(\frac{\Delta y_i}{\Delta t_i}\right)^2}\Delta t_i\text{.} \end{equation*}
Thus arclength along a parametric curve from \(a\leq t\leq b\) may be calculated by using the corresponding definite integral
\begin{equation*} \int_{t=a}^{t=b} \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}dt\text{.} \end{equation*}

Activity 7.3.7.

Let’s gain confidence in the arclength formula
\begin{equation*} \int_{t=a}^{t=b} \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}dt \end{equation*}
by checking to make sure it matches the distance formula for line segments.
The parametric equations \(x=3t-1\) and \(y=2-4t\) for \(1\leq t\leq 3\) represent the segment of the line \(y=-\frac{4}{3}x-\frac{2}{3}\) connecting \((2,-2)\) to \((8,-10)\text{.}\)
(a)
Find \(dx/dt\) and \(dy/dt\text{,}\) and substitute them into the formula above along with \(a=1\) and \(b=3\text{.}\)
(c)
Show that the length of the line segment connecting \((2,-2)\) to \((8,-10)\) is \(10\) by applying the distance formula directly instead.

Activity 7.3.8.

For each of these parametric equations, use
\begin{equation*} \int_{t=a}^{t=b} \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}dt \end{equation*}
to write a definite integral that computes the given length. (Do not evaluate the integral.)
(a)
The portion of \(x=\sin 3t, y=\cos 3t\) where \(0\leq t\leq \pi/6\text{.}\)
(b)
The portion of \(x=e^t, y=\ln t\) where \(1\leq t\leq e\text{.}\)
(c)
The portion of \(x=t+1, y=t^2\) between the points \((3,4)\) and \((5,16)\text{.}\)

Activity 7.3.9.

Let’s see how to modify \(\int_{t=a}^{t=b} \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}dt\) to produce the arclength of the graph of a function \(y=f(x)\text{.}\)
(c)
Write a modified, simplified formula for \(\int_{t=a}^{t=b} \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}dt\) with \(t\) replaced with \(x\text{.}\)

Subsection 7.3.2 Videos

Figure 169. Video for CO3

Subsection 7.3.3 Exercises