Skip to main content
Contents
Dark Mode Prev Up Next
\(\newcommand{\markedPivot}[1]{\boxed{#1}}
\newcommand{\IR}{\mathbb{R}}
\newcommand{\IC}{\mathbb{C}}
\renewcommand{\P}{\mathcal{P}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\RREF}{\operatorname{RREF}}
\newcommand{\vspan}{\operatorname{span}}
\newcommand{\setList}[1]{\left\{#1\right\}}
\newcommand{\setBuilder}[2]{\left\{#1\,\middle|\,#2\right\}}
\newcommand{\unknown}{\,{\color{gray}?}\,}
\newcommand{\drawtruss}[2][1]{
\begin{tikzpicture}[scale=#1, every node/.style={scale=#1}]
\draw (0,0) node[left,magenta]{C} --
(1,1.71) node[left,magenta]{A} --
(2,0) node[above,magenta]{D} -- cycle;
\draw (2,0) --
(3,1.71) node[right,magenta]{B} --
(1,1.71) -- cycle;
\draw (3,1.71) -- (4,0) node[right,magenta]{E} -- (2,0) -- cycle;
\draw[blue] (0,0) -- (0.25,-0.425) -- (-0.25,-0.425) -- cycle;
\draw[blue] (4,0) -- (4.25,-0.425) -- (3.75,-0.425) -- cycle;
\draw[thick,red,->] (2,0) -- (2,-0.75);
#2
\end{tikzpicture}
}
\newcommand{\trussNormalForces}{
\draw [thick, blue,->] (0,0) -- (0.5,0.5);
\draw [thick, blue,->] (4,0) -- (3.5,0.5);
}
\newcommand{\trussCompletion}{
\trussNormalForces
\draw [thick, magenta,<->] (0.4,0.684) -- (0.6,1.026);
\draw [thick, magenta,<->] (3.4,1.026) -- (3.6,0.684);
\draw [thick, magenta,<->] (1.8,1.71) -- (2.2,1.71);
\draw [thick, magenta,->] (1.6,0.684) -- (1.5,0.855);
\draw [thick, magenta,<-] (1.5,0.855) -- (1.4,1.026);
\draw [thick, magenta,->] (2.4,0.684) -- (2.5,0.855);
\draw [thick, magenta,<-] (2.5,0.855) -- (2.6,1.026);
}
\newcommand{\trussCForces}{
\draw [thick, blue,->] (0,0) -- (0.5,0.5);
\draw [thick, magenta,->] (0,0) -- (0.4,0.684);
\draw [thick, magenta,->] (0,0) -- (0.5,0);
}
\newcommand{\trussStrutVariables}{
\node[above] at (2,1.71) {\(x_1\)};
\node[left] at (0.5,0.866) {\(x_2\)};
\node[left] at (1.5,0.866) {\(x_3\)};
\node[right] at (2.5,0.866) {\(x_4\)};
\node[right] at (3.5,0.866) {\(x_5\)};
\node[below] at (1,0) {\(x_6\)};
\node[below] at (3,0) {\(x_7\)};
}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\DeclareMathOperator{\arcsec}{arcsec}
\DeclareMathOperator{\arccot}{arccot}
\DeclareMathOperator{\arccsc}{arccsc}
\newcommand{\tuple}[1]{\left\langle#1\right\rangle}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 7.3 Parametric/Vector Arclength (CO3)
Learning Outcomes
Compute arclengths related to two-dimensional parametric/vector equations.
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.
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 .
(a)
Draw a right triangle with the red dashed line segment as its hypotenuse, one leg parallel to the
\(x\) -axis, and the other parallel to the
\(y\) -axis.
(b)
The Pythagorean theorem states that for a right triangle with leg lengths
\(a,b\) and hypotenuse length
\(c\text{,}\) we have...
(c)
Using the leg lengths and Pythagorean theorem, how long must the red dashed hypotenuse be?
\(\sqrt{20}\approx 4.47\text{.}\)
\(\sqrt{58}\approx 7.62\text{.}\)
\(\sqrt{67}\approx 8.19\text{.}\)
\(\sqrt{100}=10\text{.}\)
(d)
Compared with the blue parametric curve connecting the same two points, is the red dashed line segment length an overestimate or underestimate?
Overestimate: the blue curve is shorter than the red line.
Underestimate: the blue curve is longer than the red line.
Exact: the blue curve is exactly as long as the red line.
Fact 7.3.3 .
Recall that the linear distance between two points \((x_1,y_1)\) and \((x_2,y_2)\) may be computed by the distance formula
\begin{equation*}
\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\text{.}
\end{equation*}
Note that \(\Delta x=|x_2-x_1|\) and \(\Delta y=|y_2-y_1|\) measure leg lengths of a right triangle whose hypotenuse is the distance we want to measure, so we may rewrite this formula as
\begin{equation*}
\sqrt{(\Delta x)^2+(\Delta y)^2}\text{.}
\end{equation*}
This formula will need to be modified to measure a curved path between two points.
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?
\(\displaystyle \Delta L_1\times \Delta L_2\times \Delta L_3\)
\(\displaystyle \Delta L_1+ 2\Delta L_2+ 3\Delta L_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{?}\)
\(\displaystyle \sqrt{\left(\frac{\Delta x_i}{\Delta t_i}\right)^2+\left(\frac{\Delta y_i}{\Delta t_i}\right)^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}\)
\(\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\)
(c)
Finally, weβll want to increase
\(N\) from
\(3\) so that it limits to
\(\infty\text{.}\) What can we conclude when that happens?
Each segment is infinitely small.
\(\displaystyle \Delta x_i\to 0\)
\(\displaystyle \frac{\Delta x_i}{\Delta t_i}\to\frac{dx}{dt}\)
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{.}\)
(b)
Show that the value of this formula is
\(10\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{.}\)
(a)
Let
\(x=t\text{.}\) How can
\(\frac{dx}{dt}\) be simplified?
(b)
Given
\(x=t\text{,}\) how should
\(\frac{dy}{dt}\) and
\(dt\) be rewritten?
\(\frac{dy}{dt}=\frac{dy}{dx}\) and
\(dt=dx\text{.}\)
\(\frac{dy}{dt}=\frac{dx}{dt}\) and
\(dt=dx\text{.}\)
\(\frac{dy}{dt}=\frac{dy}{dx}\) and
\(dt=1\text{.}\)
\(\frac{dy}{dt}=\frac{dy}{dt}\) and
\(dt=1\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