Skip to main content\(\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 19.1 Line integrals
Objectives
-
Compute line integrals over a parametrized curve.
-
Interpret line integrals as accumulated quantities along a path, such as length or mass.
-
Recognize that line integrals are independent of the specific parametrization of the curve.
-
If \(C\) is a curve, then the line integral of \(f\) along \(C\) is:
\begin{equation*}
\int_{C} f\dd{s}=\int_{a}^{b}f(x(t),y(t))\sqrt{\qty(\dv{x}{t})^{2}+\qty(\dv{y}{t})^{2}}\dd{s}
\end{equation*}
Similar works for 3D.
-
Let \(\bv r(t)\) be a parametrization of \(C\text{;}\) then we can write
\begin{equation*}
\int_{C} f\dd{s}=\int_{a}^{b}f(\bv r(t))\norm{\bv r'(t)}\dd{t}
\end{equation*}
Similar works for 3D.
-
Integrating
\(f(x,y)=1\) just returns the arc length, so the arc length was really a line integral all along!
-
If we integrate a density, we get the mass, as usual.
-
Always independent of parametrization!
-
For piecewise parametrizations, add the individual integrals.
-
Consider the Jacobian of our transformation \(\bv r\) from \(t\) to \((x,y)\text{:}\)
\begin{equation*}
\bv J=\begin{bmatrix}\DS\pdv{x}{t}\\[2 ex] \DS\pdv{y}{t}\end{bmatrix}
\end{equation*}
This matrix is not square so it doesn’t have a determinant; however we can calculate a related quantity (called the metric tensor, I think?):
\begin{equation*}
\sqrt{\abs{\det\bv{J}^T\bv{J}}}=\sqrt{\qty(\dv{x}{t})^{2}+\qty(\dv{y}{t})^{2}}
\end{equation*}
This is precisely the ‘fudge factor’ that shows up when we convert our variables of integration from \((x,y)\) to \(t\text{.}\)