What if I told you that washing the dishes will help you better to understand curl and divergence on a vector field?
Hang with me…
Imagine you have just finished your meal and you’re bringing all of your dishes to the sink.
What do you do?
You turn on the faucet to let water pour out of the tap, and then you proceed to scrub your dinner plate with a soapy sponge to clean your dishes.
Well, guess what. The water spreading out from the faucet is an example of divergence, and the act of scrubbing is your curl!
The divergence of a vector field measures the fluid flow “out of” or “into” a given point. The curl indicates how much the fluid rotates or spins around a point.
So, when you scrub your dinner plate with a sponge, the soap and water begin to swirl around the plate to make it clean, which is the curl. And the water dispersing out of the faucet and subsequently leaving through the drain is divergence.
Gosh! Math is everywhere, even in the kitchen!
Cool, right?
Curl
Okay, so now that we have a general idea about curl and divergence, let’s define both of these differentiation operators, along with some necessary notation, that will help us to make sense of some essential theorems and properties like Green’s theorem, surface integrals, and Stokes’ theorem.
If \(\vec F = \left\langle {P,Q,R} \right\rangle \) is a vector field on \({\mathbb{R}^3}\) and the partial derivatives of \(P\), \(Q\), and \(R\) exist, then the curl of \(\vec F\) is the vector field on \({\mathbb{R}^3}\) defined by:
\begin{equation}
\operatorname{curl} \vec{F}=\left(\frac{\partial R}{\partial y}-\frac{\partial Q}{\partial z}\right) \vec{i}+\left(\frac{\partial P}{\partial z}-\frac{\partial R}{\partial x}\right) \vec{j}+\left(\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}\right) \vec{k}
\end{equation}
But this formula seems a bit difficult to remember. Thankfully we can simplify things using the nabla operator \(\nabla \), or as we like to call it, the del or gradient operator.
If \(\nabla = \vec i\frac{\partial }{{\partial x}} + \vec j\frac{\partial }{{\partial y}} + \vec k\frac{\partial }{{\partial z}}\) is a vector comprised of \(\frac{\partial }{{\partial x}},\frac{\partial }{{\partial y}},\) and \(\frac{\partial }{{\partial z}}\) components, then the curl of a vector field can be computed using the cross product.
\begin{equation}
\operatorname{curl} \vec{F}=\nabla \times \vec{F}=\left|\begin{array}{ccc}
\vec{i} & \vec{j} & \vec{k} \\
\frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\
P & Q & R
\end{array}\right|
\end{equation}
\begin{equation}
=\left(\frac{\partial R}{\partial y}-\frac{\partial Q}{\partial z}\right) \vec{i}+\left(\frac{\partial P}{\partial z}-\frac{\partial R}{\partial x}\right) \vec{j}+\left(\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}\right) \vec{k}
\end{equation}
So, rather than memorizing the formula, we need to remember that curl is found using the cross product!
Properties
Now let’s look at some important properties and theorems for the curl.
- If \(f\) is a function of three variables that has continuous second partial derivatives, then \({\rm{curl}}\left( {\nabla f} \right) = \vec 0\), indicating that the vector field is irrotational.
- If \(\vec F\) is a vector field defined on all of \(\vec F\) whose component functions have continuous partial derivatives and \({\rm{curl}}\vec F = \vec 0\), then \(\vec F\) is a conservative vector field.
- The \({\rm{curl}}\vec F\) indicates the direction about which the fluid rotates most rapidly, and the speed of this rotation is found by \(\left\| {{\rm{curl}}\vec F} \right\|\).
- The curl follows the right-hand rule, such that a counterclockwise rotation indicates a positive curl.
Divergence
Alright, now let’s turn our attention to divergence.
If \(\vec F = \left\langle {P,Q,R} \right\rangle \) is a vector field on \({\mathbb{R}^3}\) and \(\frac{\partial }{{\partial x}},\frac{\partial }{{\partial y}},\) and \(\frac{\partial }{{\partial z}}\) exist, then the divergence of\(\vec F\) is the function of three variables defined by:
\begin{equation}
\operatorname{div} \vec{F}=\frac{\partial P}{\partial x}+\frac{\partial Q}{\partial y}+\frac{\partial R}{\partial z}
\end{equation}
And here’s an easy way to remember this formula:
\begin{equation}
\operatorname{div} \vec{F}=\nabla \cdot \vec{F}
\end{equation}
This means that divergence is found using the dot product and yields a scalar field!
Properties
- If \({\rm{div}}\vec F>0\) the vector field is a source, and the net rate of change of the fluid is flowing from a point \(\left( {x,y,z} \right)\).
- If \(\operatorname{div} \vec{F}<0\) the vector field is a sink, and the net rate of change of the fluid is flowing toward a point \(\left( {x,y,z} \right)\).
- If \({\rm{div}}\vec F = 0\) then \(\vec F\) is said to be incompressible (no sources or sinks).
- If \(\vec F = \left\langle {P,Q,R} \right\rangle \) is a vector field on \({\mathbb{R}^3}\) and \(P\), \(Q\), and \(R\) have continuous second order partial derivatives, then \({\rm{div}}\left( {{\rm{curl}}\vec F} \right) = \nabla \cdot \left( {\nabla \times \vec F} \right) = 0\).
Some Examples
Alright, let’s put these two ideas to work with an example.
Find the curl and divergence of the vector field \(\vec F\left( {x,y,z} \right) = \left\langle {{e^x}\cos y,{e^x}\sin y,z} \right\rangle \).
First, we will compute the curl using our cross-product formula replacing P, Q, and R from our vector field and taking the respective partial derivatives.
\begin{equation}
\operatorname{curl} \vec{F}=\nabla \times \vec{F}=\left|\begin{array}{ccc}
\vec{i} & \vec{j} & \vec{k} \\
\frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\
P & Q & R
\end{array}\right|
\end{equation}\begin{equation}
=\left|\begin{array}{ccc}
\vec{i} & \vec{j} & \vec{k} \\
\frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\
e^{x} \cos y & e^{x} \sin y & z
\end{array}\right|
\end{equation}\begin{equation}
=\left(\frac{\partial}{\partial y}(z)-\frac{\partial}{\partial z}\left(e^{x} \sin y\right)\right) \vec{i}-\left(\frac{\partial}{\partial x}(z)-\frac{\partial}{\partial z}\left(e^{x} \cos y\right)\right) \vec{j}+\left(\frac{\partial}{\partial x}\left(e^{x} \sin y\right)-\frac{\partial}{\partial y}\left(e^{x} \cos y\right)\right) \vec{k}
\end{equation}\begin{equation}
=(0-0) \vec{i}-(0-0) \vec{j}+\left(e^{x} \sin y-\left(-e^{x} \sin y\right)\right) \vec{k}
\end{equation}\begin{equation}
=\left\langle 0,0,2 e^{x} \sin y\right\rangle
\end{equation}Next, we will compute divergence using our dot product formula, which is the sum of each partial derivative.
\begin{equation}
\operatorname{div} \vec{F}=\nabla \cdot \vec{F}=\left\langle\frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z}\right\rangle \cdot\left\langle e^{x} \cos y, e^{x} \sin y, z\right\rangle
\end{equation}\begin{equation}
\begin{aligned}
&=\frac{\partial}{\partial x}\left(e^{x} \cos y\right)+\frac{\partial}{\partial y}\left(e^{x} \sin y\right)+\frac{\partial}{\partial z}(z) \\
&=e^{x} \cos y+e^{x} \cos y+1 \\
&=2 e^{x} \cos y+1
\end{aligned}
\end{equation}
And that’s it! Awesome, right?
But there’s more!
Green’s Theorem, An Alternate
The curl and divergence operators allow us to rewrite Green’s theorem in an alternative form.
\begin{equation}
\begin{array}{|c|c|}
\hline \text { Vector form of Green’s Theorem using Curl } & \text { Vector form of Green’s Theorem using Divergence } \\
\hline \oint_{C} \vec{F} \cdot d \vec{r}=\iint_{D}(\operatorname{curl} \vec{F}) \cdot \vec{k} d A & \oint_{C} \vec{F} \cdot \vec{n} d s=\iint_{D} \operatorname{div} \vec{F}(x, y) d A \\
\hline
\end{array}
\end{equation}
We will look more closely at these two versions of writing Green’s theorem in our lecture and work through an example to demonstrate its ability to find the work done in moving an object about a curve.
So together, we will learn all about how if the vector represents the velocity of a fluid, the curl of the vector field measures the tendency of an object immersed in that fluid to rotate or swirl around a point. In contrast, the divergence of the vector field measures the tendency for fluid to gather or disperse at a point. And how these two operators help us in representing Green’s theorem.
Let’s get to it!
Video Tutorial w/ Full Lesson & Detailed Examples (Video)
Get access to all the courses and over 450 HD videos with your subscription
Monthly and Yearly Plans Available
Still wondering if CalcWorkshop is right for you?
Take a Tour and find out how a membership can take the struggle out of learning math.