My notes of the excellent lecture 23 of “Denis Auroux. 18.02 Multivariable Calculus. Fall 2007. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA.”
Flux is the amount of something (water, wind, electric field, magnetic field) passing through a surface.
Flux in a plane
Let \(C\) be a plane curve, and \(\vec F\) be a vector field in that plane.
The flux of \(\vec F\) across \(C\) is defined as
$$
\shaded{
\rm{flux}=\int_C\vec F\cdot\hat n\;ds
}
\nonumber
$$
Where \(\hat n\) is the unit normal vector to curve \(C\) pointing 90° clockwise from \(\hat T\). So, it is to the right of the curve, as you travel along the curve.
Vector field \(\vec F\) through \(C\)
Compared to work
Flux compared to the line integral for work
Flux versus line integral for work
Flux
Work
$$\lim_{\Delta s\to 0}\sum\vec F\cdot\hat n\;\Delta s \nonumber$$
$$\lim_{\Delta s\to 0}\sum\vec F\cdot\hat T\;\Delta s \nonumber$$
Sums the tangent component of \(\vec F\).
Sums the normal component of \(\vec F\).
Measures how much the curve goes with \(\vec F\).
Measures how much \(\vec F\) goes across the curve.
\(\vec F\) is a velocity field.
\(\vec F\) is a force field.
Physics Interpretation
Let \(\vec F\) be a velocity field of water, and \(C\) being a curve, then flux measures how much fluid passes through \(C\) per unit of time.
If you imagine that you have a river and you are building a damn with holes, then flux measures how much water passes through your membrane per unit time.
Velocity \(\vec F\) passing through \(C\)
Zoomed in enough, the flow will be the same everywhere.
In respect to the flow, the curve \(C\) moves left. The parallelogram represents the fluid that passes through \(C\).
Fluid that passes through \(C\)
The size of the parallelogram is base \(\times\) height. The height is the normal component of \(\vec F\)
$$
\begin{align*}
\rm{area}
&= \rm{base}\;.\rm{height} \\
&= \Delta s\,(\vec F\cdot\hat n)
\nonumber
\end{align*}
$$
The flux is the summation
$$
\begin{align*}
\rm{flux} &= \lim_{\Delta s\to 0}\sum\vec F\cdot\hat n\;\Delta s \\
\Rightarrow \rm{flux} &= \int_S \vec F\cdot\hat n\,ds
\end{align*}
$$
Note
what flows across a small segment of \(C\) from left-to-right is counted positively, while
what flows left-to-right is counted negatively.
Examples using geometry
One
$$
\begin{align*}
C &: \rm{circle\ of\ radius\ } a {\ at\ }(0,0),\rm{\ counterclockwise} \\
\vec F &= x\hat\imath+y\hat\jmath
\end{align*}
$$
Velocity field \(\vec F\) and curve \(C\)
Along \(C\)
$$
\require{cancel}
\newcommand{\parallelsum}{\mathbin{\!/\mkern-5mu/\!}}
\begin{align*}
\vec F\;&\parallelsum\;\hat n \\
\Rightarrow\ \vec F\cdot\hat n
&=\left|\vec F\right|\;\bcancel{\left|\hat n\right|}_1=\left|\vec F\right| \\
&=\sqrt{x^2+y^2}=a \\
\Rightarrow \int_C\vec F\cdot\hat n\;ds
&=\int_C a\;ds
=a\;.\rm{length}(C)=2\pi a^2
\end{align*}
$$
There would be water added uniformly. Because as you go from the origin, it is going faster and faster.
Two
$$
\begin{align*}
C &: \rm{circle\ of\ radius\ } a {\ at\ }(0,0),\rm{\ counterclockwise} \\
\vec F &= \left\langle -y,x\right\rangle
\end{align*}
$$
Velocity field \(\vec F\) and curve \(C\)
When \(\vec F\) is tangent to \(C\)
$$
\require{cancel}
\begin{align*}
\vec F&\perp\hat n \\
\Rightarrow\ \vec F\cdot\hat n &=0 \\
\Rightarrow \int_C\vec F\cdot\hat n\;ds &=\int_C 0\;ds = 0
\end{align*}
$$
Compute using components
Let \(\vec F\) be a vector field with components \(M(x,y)\), and \(N(x,y)\), and let \(\Delta s\) be a tiny length of curve \(C\).
Remember: for work we sum how much the vector field goes along the curve \(\Longrightarrow\) it uses the dot-product between \(\vec F\) and the tangent vector of the curve \(\hat T\)
For flux, we sum how much the vector field goes across the curve (=along the normal vector) \(\Longrightarrow\) the dot-product between \(\vec F\) and the normal vector of the curve \(\hat n\). Where \(\hat n\) equals the tangent vector \(\hat T\) rotated by 90° clockwise.
\(\hat n\,\Delta s\)
Rotating \(\hat T\,ds=\left\langle dx ,dy\right\rangle\) by 90° clockwise, makes the \(x\)-component \(y\), and the \(y\)-component \(-x\)
$$
\left.\begin{array}{l}
\underline{\hat n\;ds}=\left\langle dy,-dx \right\rangle \\
\vec F=\left\langle M,N\right\rangle
\end{array}\right\} \Rightarrow
\vec F\cdot\hat n\;ds = -N\,dx + M\,dy
\nonumber
$$
The flux integral can then be written as the differential
$$
\shaded{
\int_C \vec F\cdot\hat n\;ds = \int_C -N\,dx + M\,dy
}
\nonumber
$$
Green’s theorem in normal form
For work, Green’s theorem, replaces a line integral along a closed curve with a double integral.
If \(C\) is a closed curve, enclosing region \(R\), counterclockwise, and vector field \(\vec F\) is defined and differentiable everywhere in \(R\), then
$$
\shaded{
\oint_C\vec F\cdot d\vec r
= \iint_R\mathrm{curl}(\vec F)\;dA
}
\nonumber
$$
For flux, it is similar: Green’s theorem for flux
If \(C\) is a closed curve, enclosing region \(R\), counterclockwise, and vector field \(\vec F\) is defined and differentiable everywhere in \(R\), then
$$
\oint_C\vec F\cdot\hat n\,ds = \iint_R\mathrm{div}(\vec F)\,dA
\nonumber
$$
Recall: divergence for vector field \(\vec F=\left\langle P,Q\right\rangle\), where \(P(x,y)\) and \(Q(x,y)\)
Determine the flux for
$$
\begin{align*}
C&:\rm{circle\ of\ radius\ } a {\ NOT\ at\ }(0,0),\rm{\ counterclockwise} \\
\vec F&= x\hat\imath+y\hat\jmath
\end{align*}
$$
This will be the same, because we never used the location of the circle. We only used its area. The flux is the same everywhere.
My notes of the excellent lectures 22, 27 and 33 by “Denis Auroux. 18.02 Multivariable Calculus. Fall 2007. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA.”
For a velocity field, curl measures the rotation component of the motion.
Curl also measures how far the vector field is from being conservative.
Definition
Let \(\vec F=\left\langle M,N\right\rangle\) be a vector field with components \(M(x,y)\), and \(N(x,y)\).
Curl is defined as (written using the symbolic \(\nabla\)-operator)
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\shaded{
\mathrm{curl}\left(\vec F\right)
= \nabla\times\vec F
= \pdv{N}{x}-\pdv{M}{y} = N_x-M_y
}
\label{eq:curldef}
$$
It measures how far the vector field is from being conservative.
A conservative vector field is a vector field that is the gradient of some function \(f(x,y)\). The line integral of a conservative vector field is path independent; the choice of any path between two points does not change the value of the line integral.
If \(\vec F\) is defined and differentiable everywhere, and \(M_y=M_x\), then \(\vec F\) is a gradient field, a conservative vector field.
Some expressions
If the curl is \(0\) and defined everywhere, then the field is conservative \(\Longrightarrow\) a line integral on a closed curve will be \(0\).
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\oint_C\vec F\cdot d\vec r =
\iint_R\underbrace{\mathrm{curl}(\vec F)}_{=0}\;dA = 0
\nonumber
$$
For a gradient field, \(N_x=M_y \Longrightarrow\mathrm{curl}(\vec F)=0\).
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\rm{curl}\left(\vec F\right) = \pdv{N}{x}-\pdv{M}{y} = 0
\nonumber
$$
For \(\vec F=\left\langle a,b\right\rangle\), where \(a\) and \(b\) are constants
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\rm{curl}\left(\vec F\right) = \pdv{b}{x}-\pdv{a}{y} = 0
\nonumber
$$
In a radial vector field, \(\vec F=\left\langle x,y\right\rangle\), there is no rotation
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\mathrm{curl}\left(\vec F\right)=\pdv{}{x}y-\pdv{}{y}x=0
\nonumber
$$
In a rotation vector field \(\vec F=\left\langle -y,x\right\rangle\),
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\mathrm{curl}\left(\vec F\right)=\pdv{}{x}x-\pdv{}{y}(-y)=1+1=2
\nonumber
$$
Topological considerations (Lec. 33)
Curl for a velocity field
In a velocity field, curl measures (twice) the angular velocity (\(\omega\)) of the rotation component of the field. If you would put something light in a fluid, the curl tells you how fast it will spin at a given time (\(\times 2\)).
The curl measures how strong the rotation effect of a velocity field is at a given point. For instance, if you’re looking at wind vector fields, the regions with high curl trend to be tornedos or hurricanes.
Curl singles out the rotation component of motion (while divergence singles out the stretching component).
Curl for a force field
We will continue to use \(\vec F\) for the force field, and will use \(\vec f\) for force.
Recall: Newton’s Second Law and its angular analogue (see moment of inertia)
Linear motion
Circular motion
Mass
\(=m\)
Moment of inertia
\(=I=m\,r^2\)
Force
\(=\vec F\)
Torque
\(=\vec\tau = \vec r\times\vec f\)
Velocity
\(=\vec v\)
Angular velocity
\(=\vec\omega=\displaystyle\frac{d}{dt}\theta\)
Acceleration
\(=\vec a = \displaystyle\frac{\vec F}{m} = \frac{d}{dt}\vec v\)
Let point mass \(m\) be in a force field (or rather acceleration field) \(\vec F\).
The field is the force per unit mass that would be exerted on a small mass at that point. So, the force \(\vec f\) exerted on \(m\) is
$$
\vec f = \vec F\,m
\nonumber
$$
Let \(m\) be connected with a light rod to the origin. The \(\vec f\) exerts a torque \(\vec\tau\) at the origin
$$
\vec\tau = \vec r \times \vec f = \vec r \times \vec F\,m
\nonumber
$$
Translation vs. rotation movement
Applying Newton’s 2nd law, to both translation movement and rotation moment (ignoring the factor \(2\))
$$
\begin{matrix}
\frac{\text{Force}}{\rm{Mass}} &=& \text{Acceleration} &=& \frac{d}{dt}(\text{Velocity}) \\
\downarrow\rlap{\color{blue}{\text{curl}}} && \downarrow\rlap{\color{blue}{\text{curl}}} && \downarrow\rlap{\color{blue}{\text{curl}}} \\
\frac{\text{Torque}}{\text{Moment of inertia}} &=& \text{Angular acceleration} &=& \frac{d}{dt} (\text{Angular velocity})
\end{matrix}
\nonumber
$$
Curl connects the translation and rotation moments. Thinking of curl as an operation
We know that the curl of a velocity field, gives the angular velocity.
Then, the curl of an acceleration field, gives the angular acceleration (in the rotation part of the acceleration effect).
Therefore, the curl of a force field measures the torque per unit moment of inertia.
So, it measures how much torque the force field exerts on a small solid. It will measure how much it starts spinning if you leave it in this force field. In particular, a force field with no curl does not generate rotation movement. It may accelerate in some direction, but it will not start spinning.
Just as the curl of a velocity field measures the angular velocity of its rotation, the curl of a force field measures the torque it exerts on a mass per unit moment of inertia.
The curl of a force field tells you how quickly the angular velocity (\(\omega\)) is going to increase or decrease.
Consequence
If force field \(\vec F\) derives from a potential (=conservative), then its curl \(\nabla\times\vec F = 0\)
$$
\nabla\times\vec F = \nabla\times(\nabla f) = 0
\nonumber
$$
\(\Longrightarrow\) \(\vec F\) does not induce any rotational motion.
That means that the earth by itself doesn’t spin because of gravitational attraction. (It spins because it was formed spinning.). It didn’t start spinning because of gravitational effects.
(This is however not strictly true, because actually the Earth is deformable. Friction and tidal effects due to Earth’s gravitational attraction explain why the Moon’s rotation and revolution around Earth are synchronous. This is why we always see the same side of the moon).
Green’s Theorem in tangential form
Closed curve \(C\) and region \(R\)
Green’s theorem:
If \(C\) is a closed curve, enclosing region \(R\), counterclockwise, and vector field \(\vec F\) is defined and differentiable everywhere in \(R\), then the work
$$
\shaded{
\oint_C\vec F\cdot d\vec r
= \iint_R\mathrm{curl}(\vec F)\;dA
}
\nonumber
$$
Substitute the work integral in differential form, and equation \(\eqref{eq:curldef}\) for curl
$$
\shaded{
\oint_C Mdx+Ndy
= \iint_R(N_x-M_y)\;dA
}
\nonumber
$$
Comparing the left- and right-hand side
\(\displaystyle\oint_C Mdx+Ndy\)
\(\displaystyle\iint_R(N_x-M_y)\;dA\)
Lives only on the curve \(C\)
Lives everywhere inside region \(R\)
\((x,y)\) are related through the curve \(C\).
\((x,y)\) are independent within boundary \(R\).
FYI: A interesting practical application is the Planimeter.
Example
Let curve \(C\) be a circle of radius \(1\) centered at \((2,0)\), counterclockwise. Let \(\vec F\) be the vector field
$$
\vec F=
\left\langle
\underbrace{\rm ye^{-x}}_M,
\underbrace{\tfrac{1}{2}x^2-\rm e^{-x}}_N
\right\rangle
\nonumber
$$
To do it directly, you would parametrize the curve.
$$
\left\{
\begin{align*}
x=2+\cos\theta &\Rightarrow dx=-\sin\theta\;d\theta \\
y=\sin\theta &\Rightarrow dy=\cos\theta\;d\theta \\
0 \leq \theta\leq 2\pi
\end{align*}
\right.
\nonumber
$$
Instead, we will use Green’s theorem
Let \(\vec F=\left\langle M,N\right\rangle\) be a vector field with components \(M(x,y)\), and \(N(x,y)\); and \(C\) be closed curve around region \(R\).
Proof the special case, where \(N=0\).
$$
\oint_C Mdx = \iint_R-M_y\;dA
\nonumber
$$
A similar argument will show
$$
\oint_C Ndy = \iint_R N_x\;dA
\nonumber
$$
Then summing, we get Green’s theorem
We can decompose \(R\) into simpler regions,
Split \(R\) in \(R_1,R_2\)
if we can proof
$$
\left\{
\begin{align*}
\oint_{C_1} Mdx &= \iint_{R_1}-M_y\;dA \\
\oint_{C_2} Mdx &= \iint_{R_2}-M_y\;dA
\end{align*}
\right.
\nonumber
$$ then because the boundary between \(R_1\) and \(R_2\) is traversed twice, but in opposite directions. When you sum, them these pieces will cancel.
$$
\oint_C Mdx
= \oint_{C_1} + \oint_{C_2}
= \iint_{R_1} + \iint_{R_2}
= \iint_R -M_ydA
\nonumber
$$
Now, evaluate the right hand side
$$
\newcommand{pdv}[2]{\frac{\partial #1}{\partial #2}}
\begin{align*}
\iint_R -M_y\;dA
&= -\int_a^b\underbrace{\int_{f_1(x)}^{f_2(x)} \frac{\partial M}{\bcancel{\partial y}}\;\bcancel{dy}}_{\rm{}inner\ integral}\;dx \\
&= -\int_a^b\underbrace{\Big[ M\Big]_{f_1(x)}^{f_2(x)}}\ dx \\
&= -\int_a^b\Big(M(x,f_2(x)) – M(x,f_1(x))\Big)\ dx \\
&= \int_a^b \Big(M(x,f_1(x)) – M(x,f_2(x))\Big)\ dx
\end{align*}
\nonumber
$$
This matches equation \(\eqref{eq:greenspr1}\). For this special case, when we have only an \(x\)-component and a vertically simple region, things work.
Generalize
Now, we can remove the assumption that things are vertically simple using this second observation. We can just glue the various pieces together, and prove it for any region. Then, we do same thing with the \(y\)-component. That’s the first observation. When we add things together, we get Green’s theorem in its full generality.
More about validity (Lec. 27)
Let \(\vec F\) be vector field
$$
\vec F(x,y) = \frac{-y\hat\imath+x\hat\jmath}{x^2+y^2} =
\left\langle \frac{-y}{x^2+y^2}, \frac{x}{x^2+y^2} \right\rangle
\nonumber
$$
The vector field is not defined at origin, so we can’t use Green’s theorem directly.
If the curve wouldn’t include the origin, we could use Green’s theorem. So let’s cut out a smaller region \(C”\) clockwise around the origin.
Green’s thm
In this region with a hole at the origin, the curl is \(0\). This tells us that the line integrals are equal to each other, but we don’t know the values.
$$
\int_{C’}\vec F\,dr-\int_{C”}\vec F\,dr = \iint_R\rm{curl}\left(\vec F\right)\,dA = 0
\nonumber
$$
To make a single closed curve, introduce a slit to connect the outer and inner curves. Now, Green’s theorem is well defined.
Green’s thm
Total line integral, with \(C”\) now going clockwise, and the two horizontal segments cancelling out
$$
\int_{C’}\vec F\,dr – \int_{C”}\vec F\,dr = \iint_R\rm{curl}\left(\vec F\right)\,dA
\nonumber
$$
A connected region \(R\) in the plane is simply connected if the interior of any closed curve in \(R\) is also contained in \(R\).
In other words: the region \(R\) doesn’t have any holes inside it.
Simply connected regions
Not simply connected regions
In the example above, the domain of definition is the plane minus the origin. The region is not simply connected, because there is a hole around the origin.
Condition for Green’s theorem:
If domain where \(\vec F\) is defined (and differentiable) is simply connected, then we can always apply Green’s theorem.
If a vector field is defined in a simply connected region, and its curl is \(0\), then the vector field is conservative and is a gradient field. Thus we need to update:
If \(\rm{curl}\,\vec F=0\) and domain where \(\vec F\) defined is simply connected, then \(\vec F\) is conservative (=is a gradient field).
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie
Duration
Description
cookielawinfo-checkbox-analytics
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional
11 months
The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance
11 months
This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy
11 months
The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.