Вы находитесь на странице: 1из 61

VECTOR CALCULUS

16
VECTOR CALCULUS
Here, we define two operations
that:

Can be performed on vector fields.

Play a basic role in the applications of vector
calculus to fluid flow, electricity, and magnetism.
VECTOR CALCULUS
Each operation resembles differentiation.

However, one produces a vector field
whereas the other produces a scalar field.
16.5
Curl and Divergence
VECTOR CALCULUS
In this section, we will learn about:
The operations of curl and divergence
and how they can be used to obtain
vector forms of Greens Theorem.
CURL
Suppose:


F = P i + Q j + R k is a vector field on .

The partial derivatives of P, Q, and R all exist
3
CURL
Then, the curl of F is the vector field on
defined by:
curl
R Q P R Q P
y z z x x y
=
c c c c c c
| | | |
| |
+ +
|
| |
c c c c c c
\ .
\ . \ .
F
i j k
Equation 1
3
CURL
As a memory aid, lets rewrite Equation 1
using operator notation.


We introduce the vector differential operator
(del) as:
V
x y z
c c c
V = + +
c c c
i j k
CURL
It has meaning when it operates on a scalar
function to produce the gradient of f :
f f f
f
x y z
f f f
x y z
c c c
V = + +
c c c
c c c
= + +
c c c
i j k
i j k
CURL
If we think of as a vector with
components /x, /y, and /z, we can
also consider the formal cross product of
with the vector field F as follows.
V
V
CURL
curl
x y z
P Q R
R Q P R Q P
y z z x x y
V
c c c
=
c c c
c c c c c c
| | | |
| |
= + +
|
| |
c c c c c c
\ .
\ . \ .
=
F
i j k
i j k
F
CURL
Thus, the easiest way to remember
Definition 1 is by means of the symbolic
expression
curl =V F F
Equation 2
CURL
If F(x, y, z) = xz i + xyz j y
2
k
find curl F.


Using Equation 2, we have the following
result.
Example 1
CURL Example 1
( )
( )
( )
( ) ( ) ( )
( ) ( ) ( )
( )
2
2
2
curl
2 0 0
2
x y z
xz xyz y
y xyz
y z
y xz xyz xz
x z x y
y xy x yz
y x x yz
c c c
= V =
c c c

c c
(
=
(
c c

c c c c
(
(
+
(
(
c c c c

= +
= + + +
i j k
F F
i
j k
i j k
i j k
CURL
Most computer algebra systems (CAS)
have commands that compute the curl and
divergence of vector fields.


If you have access to a CAS, use these commands
to check the answers to the examples and exercises
in this section.
CURL
Recall that the gradient of a function f of
three variables is a vector field on .
So, we can compute its curl.

The following theorem says that the curl
of a gradient vector field is 0.
3
GRADIENT VECTOR FIELDS
If f is a function of three variables that has
continuous second-order partial derivatives,
then
( )
curl f V = 0
Theorem 3
GRADIENT VECTOR FIELDS
By Clairauts Theorem,
( ) ( )
2 2 2 2
2 2
curl
0 0 0
f f
x y z
f f f
x y z
f f f f
y z z y z x x z
f f
x y y x
c c c
V = V V =
c c c
c c c
c c c
c c c c | | | |
= +
| |
c c c c c c c c
\ . \ .
c c | |
+
|
c c c c
\ .
= + + =
i j k
i j
k
i j k 0
Proof
GRADIENT VECTOR FIELDS
Notice the similarity to what we know
from Section 12.4:

a x a = 0 for every three-dimensional (3-D)
vector a.
CONSERVATIVE VECTOR FIELDS
A conservative vector field is one for which

So, Theorem 3 can be rephrased as:

If F is conservative, then curl F = 0.

This gives us a way of verifying that
a vector field is not conservative.
f = V F
CONSERVATIVE VECTOR FIELDS
Show that the vector field
F(x, y, z) = xz i + xyz j y
2
k
is not conservative.

In Example 1, we showed that:
curl F = y(2 + x) i + x j + yz k

This shows that curl F 0.

So, by Theorem 3, F is not conservative.
Example 2
CONSERVATIVE VECTOR FIELDS
The converse of Theorem 3 is not true in
general.

The following theorem, though, says that
it is true if F is defined everywhere.

More generally, it is true if the domain is
simply-connectedthat is, has no hole.
CONSERVATIVE VECTOR FIELDS
Theorem 4 is the 3-D version of
Theorem 6 in Section 16.3


Its proof requires Stokes Theorem and
is sketched at the end of Section 16.8
CONSERVATIVE VECTOR FIELDS
If F is a vector field defined on all of
whose component functions have continuous
partial derivatives and curl F = 0, then
F is a conservative vector field.
Theorem 4
3
CONSERVATIVE VECTOR FIELDS
a. Show that
F(x, y, z) = y
2
z
3
i + 2xyz
3
j + 3xy
2
z
2
k
is a conservative vector field.

b. Find a function f such that .
Example 3
f = V F
CONSERVATIVE VECTOR FIELDS
As curl F = 0 and the domain of F is ,
F is a conservative vector field by Theorem 4.
Example 3 a
( ) ( )
( )
2 3 3 2 2
2 2 2 2 2 2
3 3
curl
2 3
6 6 3 3
2 2
x y z
y z xyz xy z
xyz xyz y z y z
yz yz
c c c
= V =
c c c
=
+
=
i j k
F F
i j
k
0
3
CONSERVATIVE VECTOR FIELDS
The technique for finding f was given in
Section 16.3
We have:
f
x
(x, y, z) = y
2
z
3
f
y
(x, y, z) = 2xyz
3
f
z
(x, y, z) = 3xy
2
z
2
E. g. 3 bEqns. 5-7
CONSERVATIVE VECTOR FIELDS
Integrating Equation 5 with respect to x,
we obtain:

f(x, y, z) = xy
2
z
3
+ g(y, z)
E. g. 3 bEqn. 8
CONSERVATIVE VECTOR FIELDS
Differentiating Equation 8 with respect to y,
we get:
f
y
(x, y, z) = 2xyz
3
+ g
y
(y, z)

So, comparison with Equation 6 gives:
g
y
(y, z) = 0

Thus, g(y, z) = h(z) and
f
z
(x, y, z) = 3xy
2
z
2
+ h(z)
Example 3 b
CONSERVATIVE VECTOR FIELDS
Then, Equation 7 gives:
h(z) = 0


Therefore,
f(x, y, z) = xy
2
z
3
+ K
Example 3 b
CURL
The reason for the name curl is that
the curl vector is associated with rotations.


One connection is explained in Exercise 37.

Another occurs when F represents the velocity
field in fluid flow (Example 3 in Section 16.1).
CURL
Particles near (x, y, z) in the fluid tend
to rotate about the axis that points in
the direction of curl F(x, y, z).

The length of
this curl vector is
a measure of
how quickly
the particles move
around the axis.
F = 0 (IRROTATIONAL CURL)
If curl F = 0 at a point P, the fluid is free
from rotations at P.

F is called irrotational at P.

That is, there is no whirlpool or eddy at P.
F = 0 & F 0
If curl F = 0, a tiny paddle wheel moves with
the fluid but doesnt rotate about its axis.

If curl F 0, the paddle wheel rotates about
its axis.

We give a more detailed explanation in Section 16.8
as a consequence of Stokes Theorem.
DIVERGENCE
If F = P i + Q j + R k is a vector field on
and P/x, Q/y, and R/z exist,
the divergence of F is the function of three
variables defined by:
Equation 9
div
P Q R
x y z
c c c
= + +
c c c
F

3
CURL F VS. DIV F
Observe that:


Curl F is a vector field.

Div F is a scalar field.
DIVERGENCE
In terms of the gradient operator


the divergence of F can be written
symbolically as the dot product of and F:
V
x y z
c c c
| |
| | | |
V = + +
| |
|
c c c
\ . \ .
\ .
i j k
div =V F F
Equation 10
DIVERGENCE
If F(x, y, z) = xz i + xyz j y
2
k
find div F.

By the definition of divergence (Equation 9 or 10)
we have:
( ) ( )
( )
2
div
xz xyz y
x y z
z xz
= V
c c c
= + +
c c c
= +
F F
Example 4
DIVERGENCE
If F is a vector field on , then curl F is
also a vector field on .

As such, we can compute its divergence.

The next theorem shows that the result is 0.
3
3
DIVERGENCE
If F = P i + Q j + R k is a vector field on
and P, Q, and R have continuous second-
order partial derivatives, then

div curl F = 0
Theorem 11
3
DIVERGENCE
By the definitions of divergence and curl,







The terms cancel in pairs by Clairauts Theorem.
Proof
( )
2 2 2 2 2 2
div curl
0
R Q P R Q P
x y z y z x z x y
R Q P R Q P
x y x z y z y x z x z y
= V V
c c c c c c c c c
| | | |
| |
= + +
|
| |
c c c c c c c c c \ .
\ . \ .
c c c c c c
= + + =
c c c c c c c c c c c c
F
F
DIVERGENCE
Note the analogy with the scalar triple
product:
a
.
(a x b) = 0
DIVERGENCE
Show that the vector field
F(x, y, z) = xz i + xyz j y
2
k
cant be written as the curl of another vector
field, that is, F curl G

In Example 4, we showed that
div F = z + xz
and therefore div F 0.
Example 5
DIVERGENCE
If it were true that F = curl G, then Theorem 11
would give:
div F = div curl G = 0

This contradicts div F 0.

Thus, F is not the curl of another vector field.
Example 5
DIVERGENCE
Again, the reason for the name divergence
can be understood in the context of fluid flow.


If F(x, y, z) is the velocity of a fluid (or gas),
div F(x, y, z) represents the net rate of change
(with respect to time) of the mass of fluid (or gas)
flowing from the point (x, y, z) per unit volume.
INCOMPRESSIBLE DIVERGENCE
In other words, div F(x, y, z) measures
the tendency of the fluid to diverge from
the point (x, y, z).

If div F = 0, F is said to be incompressible.
GRADIENT VECTOR FIELDS
Another differential operator occurs when
we compute the divergence of a gradient
vector field .

If f is a function of three variables,
we have:
f V
( ) ( )
2 2 2
2 2 2
div f f
f f f
x y z
V = V V
c c c
= + +
c c c
LAPLACE OPERATOR
This expression occurs so often that
we abbreviate it as .

The operator is called
the Laplace operator due to its relation to
Laplaces equation
2
f V
2
V = V V
2 2 2
2
2 2 2
0
f f f
f
x y z
c c c
V = + + =
c c c
LAPLACE OPERATOR
We can also apply the Laplace operator
to a vector field
F = P i + Q j + R k
in terms of its components:
2 2 2 2
P Q R V = V +V +V F i j k
VECTOR FORMS OF GREENS THEOREM
The curl and divergence operators
allow us to rewrite Greens Theorem
in versions that will be useful in our
later work.
VECTOR FORMS OF GREENS THEOREM
We suppose that the plane region D, its
boundary curve C, and the functions P and Q
satisfy the hypotheses of Greens Theorem.
VECTOR FORMS OF GREENS THEOREM
Then, we consider the vector field

F

=

P i + Q j

Its line integral is:
C C
d Pdx Qdy = +
} }
F r
VECTOR FORMS OF GREENS THEOREM
Regarding F as a vector field on with
third component 0, we have:

3
( ) ( )
curl
, , 0
x y z
P x y Q x y
Q P
x y
c c c
=
c c c
c c
| |
=
|
c c
\ .
i j k
F
k
VECTOR FORMS OF GREENS THEOREM
Therefore,
( )
curl
Q P
x y
Q P
x y
c c
| |
=
|
c c
\ .
c c
=
c c
F k k k
VECTOR FORMS OF GREENS TH.
Hence, we can now rewrite the equation
in Greens Theorem in the vector form
Equation 12
( ) curl
C
D
d dA =
} }}
F r F k
VECTOR FORMS OF GREENS TH.
Equation 12 expresses the line integral of
the tangential component of F along C as
the double integral of the vertical component
of curl F over the region D enclosed by C.

We now derive a similar formula involving
the normal component of F.
VECTOR FORMS OF GREENS TH.
If C is given by the vector equation
r(t) = x(t) i + y(t) j a t b

then the unit tangent vector (Section 13.2)
is:
( )
( )
( )
( )
( )
' '
' '
x t y t
t
t t
= + T i j
r r
VECTOR FORMS OF GREENS TH.
You can verify that the outward unit normal
vector to C is given by:
( )
( )
( )
( )
( )
' '
' '
y t x t
t
t t
= n i j
r r
VECTOR FORMS OF GREENS TH.
Then, from Equation 3 in Section 16.2,
by Greens Theorem, we have:
( )( ) ( )
( ) ( ) ( ) ( )
( )
( ) ( ) ( ) ( )
( )
( )
'
, ' , '
'
' '
C
b
a
b
a
ds
t t dt
P x t y t y t Q x t y t x t
t dt
t t

=
(
=
(

}
}
}
F n
F n r
r
r r
VECTOR FORMS OF GREENS TH.




( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) , ' , '
b
a
C
D
P x t y t y t dt Q x t y t x t dt
Pdy Qdx
P Q
dA
x y
=
=
c c
| |
= +
|
c c
\ .
}
}
}}
VECTOR FORMS OF GREENS TH.
However, the integrand in that double
integral is just the divergence of F.

So, we have a second vector form
of Greens Theoremas follows.
VECTOR FORMS OF GREENS TH.
This version says that the line integral of
the normal component of F along C is equal
to the double integral of the divergence of F
over the region D enclosed by C.
Equation 13
( )
div ,
C
D
ds x y dA =
} }}
F n F

Вам также может понравиться