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 19.2 Work, circulation, and flux
Objectives
Compute work by integrating the tangential component of a vector field along a path.
Express line integrals of vector fields in component form.
Interpret flux as outward flow and circulation as tangential flow along a closed curve.
If \(\bv F\) is a force field that acts on an object moving along a path \(C\) parametrized by \(\bv r(t)\text{,}\) \(a\le t\le b\text{,}\) then the line integral of \(\bv F\) along \(C\) is
\begin{equation*}
\int_{C}\bv F\cdot\dd{\bv{r}}=\int_{a}^{b}\bv F(\bv r(t))\cdot\bv r'(t)\dd{t}\text{.}
\end{equation*}
This is the work done by \(\bv F\) on the object as it moves along \(C\text{.}\)
We can rewrite this as
\begin{equation*}
\int_{a}^{b}\qty(\bv F(\bv r(t))\cdot\frac{\bv r'(t)}{\norm{\bv r'(t)}})\norm{\bv r'(t)}\dd{t}=\int_{a}^{b}\bv F\cdot\uv{t}\dd{s}
\end{equation*}
That is, we’re really integrating the component of \(\bv F\) in the tangent direction of the curve.
If
\(\bv F(x,y)=(P(x,y),Q(x,y))\text{,}\) we have:
\begin{align*}
\bv{F}(x,y)\cdot\dd{\bv{r}} \amp = \int_a^b \qty(P(x(t),y(t))x'(t)+Q(x(t),y(t))y'(t))\dd{t}\\
\amp = \int_a^b P(x(t),y(t),z(t))\dd{t}+\int_a^b Q(x(t),y(t),z(t))\dd{t}\\
\amp = \int_C P(x,y)\dd{x}+\int_C Q(x,y)\dd{y}
\end{align*}
This is often abbreviated as
\(\int_{C} P(x,y)\dd{x}+Q(x,y)\dd{y}\text{.}\)
Suppose \(C\) is a closed curve.
If we compute
\begin{equation*}
\oint_{C}\bv F\cdot\uv{n}\dd{s}\text{,}
\end{equation*}
where \(\uv n\) is the outward-pointing unit normal, we call this the flux of \(\bv F\) through \(C\text{.}\) The notation means we’re computing an integral of a closed curve. We can think of this as the amount of fluid that passes through the curve per unit time.
If we compute
\begin{equation*}
\oint_{C}\bv F\cdot\uv{t}\dd{s}\text{,}
\end{equation*}
we call this the circulation of \(\bv F\) along \(C\text{.}\) We can think of this as the tendency of the fluid to flow along \(C\text{.}\)
If
\(C\) is parametrized counterclockwise, we say it positively oriented.
Work and circulation can be extended to 3D. Flux will have to wait.