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 17.3 New derivatives and the del operator
Objectives
Define divergence and curl as measures of outward flow and rotational behavior.
Interpret incompressible and irrotational vector fields as ideal fluid flows.
Use the del operator to express gradient, divergence, and curl in unified notation.
Divergence of a vector field:
\begin{align*}
\Div(P,Q) \amp = \pdv{P}{x}+\pdv{Q}{y}\\
\Div(P,Q,R) \amp = \pdv{P}{x}+\pdv{Q}{y}+\pdv{R}{z}
\end{align*}
This measures how much a vector field is ‘flowing outward’. If the divergence in a region is positive, it’s acting like a source, while if it’s negative, it’s acting like a sink.
\begin{align*}
\Curl(P,Q) \amp = \pdv{Q}{x}-\pdv{P}{y}\\
\Curl(P,Q,R) \amp = \qty(\pdv{R}{y}-\pdv{Q}{z},\pdv{P}{z}-\pdv{R}{x},\pdv{Q}{x}-\pdv{P}{y})
\end{align*}
This measures how much a vector field is ‘rotating’.
A vector field with zero divergence is called incompressible or solenoidal.
In the 2D case, the curl is a scalar. If curl is positive, the field is rotating counterclockwise, while if negative, it’s rotating clockwise.
In the 3D case, the curl is a vector, which points along the direction of the right-hand rule, so that the field is flowing counterclockwise around that vector as an axis. The magnitude is the strength of rotation.
A vector field with zero curl is called irrotational.
In fluid dynamics, an ideal fluid is incompressible and irrotational.
Some useful properties:
\begin{equation*}
\Curl(\Grad f)=\bv 0\qquad\Div(\Curl\bv F)=0
\end{equation*}
The del operator
\(\nabla\) is a vector operator.
In 2D:
\begin{equation*}
\nabla=\qty(\pdv{x},\pdv{y})
\end{equation*}
In 3D:
\begin{equation*}
\nabla=\qty(\pdv{x},\pdv{y},\pdv{z})
\end{equation*}
With this operator, we have:
\begin{align*}
\Grad f \amp = \nabla f\\
\Div\bv{F} \amp = \nabla\cdot\bv{F}\\
\Curl\bv{F} \amp = \nabla\times\bv{F}
\end{align*}
Divergence and curl act like derivatives in that they distribute over sums and satisfy a product rule in many cases:
\begin{align*}
\Div(\bv{F}+\bv{G}) \amp = \Div\bv{F}+\Div\bv{G}\\
\Curl(\bv{F}+\bv{G}) \amp = \Curl\bv{F}+\Curl\bv{G}\\
\Div(f\bv{F}) \amp = f\Div\bv{F}+\nabla f\cdot \bv{F}\\
\Curl(f\bv{F}) \amp = f\Curl\bv{F}+\nabla f\times\bv{F}
\end{align*}
Include polar versions as an exercise