Skip to main content
Contents
Embed
Dark Mode Prev Up Next
\(\require{physics}\require{upgreek}\everymath{\displaystyle}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\inv}{^{-1}}
\newcommand{\DS}{\displaystyle}
\newcommand{\eps}{\varepsilon}
\newcommand{\tsub}[1]{_{\mathrm{#1}}}
\newcommand{\ee}{\mathrm{e}}
\newcommand{\ii}{\mathrm{i}}
\newcommand{\limit}[1]{\lim\limits_{#1}}
\newcommand{\resid}[1]{\underset{#1}{\Res}}
\DeclareMathOperator{\sinc}{sinc}
\DeclareMathOperator{\sgn}{sgn}
\newcommand{\pii}{\pi}
\DeclareMathOperator{\Prob}{P}
\DeclareMathOperator{\EV}{E}
\DeclareMathOperator{\Var}{Var}
\newcommand{\bv}[1]{\boldsymbol{#1}}
\newcommand{\uv}[1]{\hat{\bv{#1}}}
\newcommand{\cl}[1]{\mathcal{#1}}
\newcommand{\bb}[1]{\mathbb{#1}}
\DeclareMathOperator{\Cis}{cis}
\DeclareMathOperator{\RE}{Re}
\DeclareMathOperator{\IM}{Im}
\newcommand{\xd}{\mathbf{d}}
\newcommand{\seq}[3]{{#1}_{#2},\cdots,{#1}_{#3}}
\newcommand{\psup}[1]{^{(#1)}}
\newcommand{\hypext}{{}^*}
\DeclareMathOperator{\st}{st}
\newcommand{\set}[1]{\left\{#1\right\}}
\DeclareMathOperator{\Sin}{Sin}
\DeclareMathOperator{\Cos}{Cos}
\DeclareMathOperator{\Tan}{Tan}
\DeclareMathOperator{\Sec}{Sec}
\DeclareMathOperator{\Csc}{Csc}
\DeclareMathOperator{\Cot}{Cot}
\DeclareMathOperator{\Log}{Log}
\DeclareMathOperator{\Arg}{Arg}
\DeclareMathOperator{\Ln}{Ln}
\DeclareMathOperator{\Grad}{grad}
\DeclareMathOperator{\Div}{div}
\DeclareMathOperator{\Curl}{curl}
\newcommand{\rd}{\textstyle\mathop{}\!\mathrm{d}^{\!\!\!-}\hspace{-0.0555 em}}
\newcommand{\rpd}{\textstyle\mathop{}\!\partial^{\hspace{-0.5 em}-}\hspace{-0.1666 em}}
\newcommand{\rdv}[2]{\frac{\rd{#1}}{\rd{#2}}}
\newcommand{\rpdv}[2]{\frac{\rpd{#1}}{\rpd{#2}}}
\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 6.4 Arc length
Objectives
Measure the length of a curve by accumulating tiny distance increments along its path.
Relate arc length to how quickly the coordinates change along the curve.
Interpret arc length as the total distance traveled by a moving particle.
Differential of arc length:
\begin{equation*}
\dd s=\sqrt{(\dd{x})^{2}+(\dd{y})^{2}}
\end{equation*}
(Show right triangle diagram)
Arc length:
\begin{equation*}
s=\int_{a}^{b}\dd{s}=\int_{a}^{b}\sqrt{\qty(\dv{x}{t})^{2}+\qty(\dv{y}{t})^{2}}\dd{t}
\end{equation*}
If the curve is a function \(y=f(x)\text{,}\) the formula simplifies:
\begin{equation*}
s=\int_{a}^{b} \sqrt{1+f'(x)^{2}}\dd{x}
\end{equation*}
Easy to find arc length of a circle, but not doable for an ellipse! More on that later.
If
\((x,y)\) is considered as the position of a particle, then the arc length is the distance traveled.
Polar arc length:
\begin{equation*}
s=\int_{\alpha}^{\beta} \sqrt{r^{2}+\qty(\dv{r}{\theta})^{2}}\dd{\theta}
\end{equation*}
Why is the inverse of the sine function called the ARCsine function? Because it gives the angle whose sine is a given number, and the “arc” refers to the arc length of the unit circle corresponding to that angle.
Fix \(r=1\text{,}\) so \(x=\cos\theta\text{,}\) \(y=\sin\theta\text{,}\) and \(m=\tan\theta\text{.}\) Then we can express the inverse trigonometric functions in terms of these variables:
\begin{equation*}
\theta = \arcsin y = \arccos x = \arctan m
\end{equation*}
The derivatives of the inverse trigonometric functions can be found using implicit differentiation. For example, if \(\theta=\arcsin y\text{,}\) then we have \(\sin \theta = y\text{.}\) Differentiating both sides with respect to \(x\) gives:
\begin{equation*}
\cos \theta \cdot \dv{\theta}{y} = 1
\end{equation*}
Solving for \(\DS\dv{\theta}{y}\) yields:
\begin{equation*}
\dv{\theta}{y} = \frac{1}{\cos \theta} = \frac{1}{\sqrt{1-y^2}}
\end{equation*}
Similarly, for \(\theta=\arccos x\text{,}\) we have \(\cos \theta = x\text{.}\) Differentiating both sides gives:
\begin{equation*}
-\sin \theta \cdot \dv{\theta}{x} = 1
\end{equation*}
Solving for \(\DS\dv{\theta}{x}\) yields:
\begin{equation*}
\dv{\theta}{x} = -\frac{1}{\sin \theta} = -\frac{1}{\sqrt{1-x^2}}
\end{equation*}
For \(\theta=\arctan m\text{,}\) we have \(\tan \theta = m\text{.}\) Differentiating both sides gives:
\begin{equation*}
\sec^2 \theta \cdot \dv{\theta}{m} = 1
\end{equation*}
Solving for \(\DS\dv{\theta}{m}\) yields:
\begin{equation*}
\dv{\theta}{m} = \frac{1}{\sec^2 \theta} = \frac{1}{1+m^2}
\end{equation*}
Put another way, the derivatives of
\(\arcsin\text{,}\) \(\arccos\text{,}\) and
\(\arctan\) can be thought of as
\(\DS\dv{\theta}{y}\text{,}\) \(\DS\dv{\theta}{x}\text{,}\) and
\(\DS\dv{\theta}{m}\) respectively, where
\(\theta\) is the angle corresponding to the given trigonometric value.
Using \(x\) as a generic independent variable, we can express the derivatives of the inverse trigonometric functions in terms of \(x\text{:}\)
\begin{align*}
\dv{x}\arcsin x \amp = \frac{1}{\sqrt{1-x^2}}\\
\dv{x}\arccos x \amp = -\frac{1}{\sqrt{1-x^2}}\\
\dv{x}\arctan x \amp = \frac{1}{1+x^2}
\end{align*}