Je bent je ingevulde velden bij deze pagina aan het verwijderen. Ben je zeker dat je dit wilt doen?
You are erasing your filled-in fields on this page. Are you sure that is what you want?
Nieuwe Versie BeschikbaarNew Version Available
Er is een update van deze pagina. Als je update naar de meest recente versie, verlies je mogelijk je huidige antwoorden voor deze pagina. Hoe wil je verdergaan ?
There is an updated version of this page. If you update to the most recent version, then your current progress on this page will be erased. Regardless, your record of completion will remain. How would you like to proceed?
Paste the code in the text box and render (can take a couple of minutes).
Edit the vector fields on lines 24-28 and render again.
The free version of Animg only has three free renders per day, so do this
with your friends.
Flows of space vector fields are defined analogously.
Let \(F : D \to \mathbb {R}^2\) be a smooth vector field. Then for any point \(p \in D\) there is a unique flow line of \(F\) that
starts at \(p\). The same is true for space vector fields.
3 Curl
The curl of a vector field, measures how much rotation (swirl) is generated by its flow.
This is measured in very distinct ways in the plane and in the space because
angular momentum is encoded in the plane by a scalar and in the space by a
vector.
3.1 2D curl
In the plane, rotation is simply either clockwise or counterclockwise.
The curl of a planar vector field
\[ F(x,y) = \langle P (x,y) , Q (x,y) \rangle \]
is given by
\[ \text {curl}(F) = \frac {\partial Q}{\partial x} - \frac {\partial P }{\partial y } \]
The curl of a vector field \(F\) at a point \(p\) is positive if its flow generates
counterclockwise swirl near \(p\).
The curl of a vector field \(F\) at a point \(p\) is negative if its flow generates
clockwise swirl near \(p\).
The vector field \(F(x,y) = \langle -y / 2 , x / 2 \rangle \) generates a strong counterclockwise swirl and its curl is given by
\[ \text {curl}(F) = 1 \]
The vector field \(F(x,y) = \langle x / 2 , y / 2 \rangle \) generates a strong flow, but does not generate any rotation. Hence
its curl is
\[ \text {curl}(F) = 0 \]
3.2 3D curl
In the space, rotation (angular momentum) is encoded by a vector. The angular
momentum of a rotation is a vector \(v\) such that:
the direction of \(v\) is the axis of rotation.
the length of \(v\) is the speed of rotation.
looking back at the object from the tip of \(v\), we see it spinning
counterclockwise.
The curl of a space vector field
\[ F(x,y, z) = \langle P (x,y, z) , Q (x,y, z) , R (x,y,z) \rangle \]
is given by
\[ \text {Curl}(F) = \Big \langle \frac {\partial R}{\partial y} - \frac {\partial Q }{\partial z } , \frac {\partial P}{\partial z} - \frac {\partial R }{\partial x } , \frac {\partial Q}{\partial x} - \frac {\partial P }{\partial y } \Big \rangle \]
This formula is somewhat hard to remember, but if we consider the abstract vector
Even though the divergence formula is quite simple, it can be simplified more as as
dot product:
\[ \text {div} (F) = \nabla \cdot F \]
The vector field \(F(x,y) = \langle -y / 2 , x / 2 \rangle \) generates a strong counterclockwise swirl, but the flow lines are just
rotating around. Its divergence is
\[ \text {div}(F) = 1 \]
The vector field \(F(x,y) = \langle x / 2 , y / 2 \rangle \) generates a strong flow that is blowing-up away from each point. Its
divergence is
\[ \text {div}(F) = 1 \]
5 Conservative vector fields
A vector field \(F : D \to \mathbb {R}^3\) is conservative if it is the gradient of a function \(f : D \to \mathbb {R}\). In such a case, the
function \(f\) is called a potential of \(F\).
A smooth conservative vector field \(F\) has no curl.
has zero curl,
but it is not conservative. The main issue is that \((0,0)\) is not in the domain of \(F\).
If \(F : D \to \mathbb {R}^2 \) is a planar smooth vector field with
\[ \text {curl} (F) = 0 \]
and \(D\) has no holes, then \(F\) is conservative.
Technically, “having no holes” can be defined in terms of curves: any closed curve in \(D\)
can be continuously deformed within \(D\) to a single point within \(D\). For example, the
domain of
is \(\mathbb {R}^2 \backslash \{ (0,0) \}\), which contains the unit circle, a curve that cannot be continuously
deformed to a single point within \(D\). It is like having a rubber band stuck around a
pole.
6 Exercises on vector fields
Consider the planar vector field
\[ F ( x , y ) = \langle e^x \cos y , \sin y + x^2 \rangle \]
Find its curl, divergence, and determine
whether it is conservative or not. If it is conservative, find a potential function.