Chapter Four
Chapter Four
CHAPTER FOUR
VECTOR CALCULUS
In this chapter we study the calculus of vector fields. (These are functions
that assign vectors to points in space.) In particular we define line integrals
(which can be used to find the work done by a force field in moving an
object along a curve). Then we define surface integrals (which can be used
to find the rate of fluid flow across a surface). The connections between
these new types of integrals and the single, double, and triple integrals that
we have already met are given by the higher-dimensional versions of the
fundamental theorem of Calculus: Green’s Theorem, Stokes’ Theorem, and
the Divergence Theorem.
4.1: Vector and scalar fields
A vector function is a function whose result or output is a vector quantity.
The output is two-dimensional, three-dimensional or higher-dimensional. In
other words, the co-domain of the function is R 2 , R 3 or R n .
The best way to picture a vector field is to draw the arrow representing the
vector F ( x, y ) starting at the point ( x, y) .It is impossible to do this for all
points ( x, y) , but we can gain a reasonable impression of F by doing it for a
few representative points in the domain as in Fig. 4.1. Since F ( x, y ) is a
two-dimensional vector, we can write it in terms of its component functions
and as follows: A vector field on R 2 is F M ( x, y)i N ( x, y) j.
i j k is the vector operator which is called “del” or “nabla”.
x y z
is a vector perpendicular to the surface .
M N P
then div F F .
x y z
F M ( x, y, z)i N ( x, y, z) j P( x, y, z)k , then
i j k
curl F F ( Py N z )i ( Px M z ) j ( N x M y )k .
x y z
M N p
F (x - 3y)i (x 2 z 2 + cos(z3 )) j (xyz 2 )k ,
Solution
M N P
div F .F 1 (0) 2 xyz 1 2 xyz.
x y z
4.1.2:Vector Identities
Here are some simple vector identities that can all be proved with suffix
.notation
Proof: 3
i j k
2 2 2 2 2 2
( )i ( )j( )k 0
x y z yz zy xz zx xy yx
x y z
Similarly we can proof the remaining identity.
r xi yj zk , r x2 y2 z 2 .
P x, y, z
r x, y, z
0, 0, 0
Fig. 4.3
1
1 1
a) ( x 2 y 2 z 2 ) 2
r x y z
2 2 2
2
1 1 1
i( ( x y 2 z 2 ) 2 ji ( ( x 2 y 2 z 2 ) 2 k ( ( x 2 y 2 z 2 ) 2
x y z
2
3
3
i(( ( x y 2 z 2 ) 2 )2 x) j (( ( x 2 y 2 z 2 ) 2 )2 y )
x y
2
3
k (( ( x y z ) 2 )2 z )
2 2
x
xi yj zk xi yj zk r
3
3.
(x y z )
2 2 2 2 ( x 2
y 2
z 2 3
) r
1 1 2 xi 2 yj 2 zk
b) ln r ln( x 2 y 2 z 2 ) ( 2
2 2 (x y2 z 2 ) (x2 y2 z 2 ) (x2 y2 z 2 )
xi yj zk r
2 .
x y2 z2 r 2
Example 4.1.3: Find an equation for the tangent plane to the surface
(1, 1, 2 )
[(2 xz 2 3xy 4 x 7)] (1`,1, 2 )
[(2 z 2 y 4)i 3xj 4 xzk ] (1, 1, 2 )
7i 3 j 8k .
Conservative field
Let F M ( x, y, z )i N ( x, y, z ) j P( x, y, z )k , F be a vector
field. Then F is called conservative if there is a differentiable scalar
function such that grad F . And is called the potential function
for F .
Theorem 4.2.1
F is conservative if F 0.
i j k
We calculate
curl F F
x y z
(2 x cos y 2 z 3 (2 ye z x 2 sin y ) ( y 2 e z 6 xz 2 )
And
x (2 x cos y 2 z 3 ) , y (2 ye z x 2 sin y ) , z ( y 2 e z 6 xz 2 ).
(2 x cos y 2 z 3 )dx (2 ye z x 2 sin y )dy ( y 2 e z 6 xz 2 )dz
x 2 cos y 2 xz 3 y 2 e z x 2 cos y y 2 e z 2 xz 3 x 2 cos y 2 xz 3 y 2 e z c.
F is conservative if F 0. We calculate
i j k
curl F F =
x y z
(2xe xy + x 2 ye xy ) (x 3e xy + 2y) 0
0i 0 j ( (3x 2 e xy x 3 ye xy 2x 2 e xy - x 2 e xy x 3 ye xy )k 0 .
x (2xe xy + x 2 ye xy ) , y (x 3 e xy + 2y) , z 0.
(2xe xy + x 2 ye xy )dx (x 3 e xy + 2y)dy
x 2 ye xy y 2 c.
Example 4.2.3: Show that F yz 2 i + (xz 2 + 2)j + (2xyz - 1)k is conservative field
and find a potential function for the vector field ,
F is conservative if F 0. We calculate
i j k
curl F F =
x y z
yz 2 (xz 2 + 2) (2xyz - 1)
(2 xz 2 xz )i (2 yz 2 yz ) j (( z 2 z 2 )k 0 .
Exercises 4.1
Let’s start with the curve C that the points come from the origin , we will
assume that the curve is smooth (defined shortly) and is given by the
parametric equations, x x (t ), y y(t ), a t b. We will often want to
write the parameterization of the curve as a vector function. In this case the
curve is given by r (t ) x(t )i y(t ) j, a t b.
ds here to acknowledge the fact that we are moving along the curve, C,
instead of the x-axis (denoted by dx) or the y-axis (denoted by dy). Because
b
L ds. where
t a
dr(t ) dx dy
z ds ( )2 ( )2 d
dt dt dt
r t x t , y t , z t
yy
0, 0, 0
Fig. 4.4
x
dr(t ) dx dy dz
ds ( ) 2 ( ) 2 ( ) 2 dt.
dt dt dt dt
dr(t ) dx dy
then ds ( ) 2 ( ) 2 dt.
dt dt dt
We are now ready to state the theorem that shows us how to compute a line
integral.
b
dx 2 dy dz
f ( x, y, z )ds
C t a
f ( x(t ), y (t ), z (t )) (
dt
) ( ) 2 ( ) 2 dt .
dt dt
The line integrals over piecewise smooth curves. A piecewise smooth curve
is any curve that can be written as the union of a finite number of smooth
curves, C1,…,Cn . Below is an illustration of a piecewise smooth curve as
Fig.4.5.
Fig. 4.5
C
f ( x, y)ds
C1
f ( x, y)ds1
C2
f ( x, y)ds2 ...
Cn
f ( x, y)dsn
Fig. 4.6
C1 : x t , y 1,2 t 0,
C2 : x t , y t 3 1 ,0 t 1,
C3 : x 1, y t ,0 t 2.
4 x ds 4t 12 02 dt 16
3 3
C1 2
1
4 x ds 4t 1 9t dt
3 3 2 4
C2 0
1 3
1 1 2
4(9)t 3 12 9t 4 dt ( )(1 9t 4 ) 2 2.268 .
1
0
90 9 3
2
4 x ds 4(1) 0 1dt 8.
3
C3 0
C C1 C2 C3
Fig. 4.7
Let
dr
ds dt 10 dt.
dt
4 4
3 10
xyzds 3t cost sin t 10dt
C 0
0
2
t sin 2tdt
3 10 1 t 4
( sin 2t cos 2t ) 0
3 10 .
2 4 2
4
Example 4.3.3: Evaluate xy ds, where C is the right half of the circle
C
x 2 y 2 16.
x 4 cos t , y 4 sin t , t .
2 2
r 4 cos t 4 sin t
dr
4 sin t 4 cos t.
dt
dr
ds dt 16 sin 2 t 16 cos2 t dt 4dt.
dt
Then xy ds 2 4 cos t (4 4 sin 4t )(4dt) 46 sin 5 t 2
4
C
5
2
2
46 ( ).
5
2
5
Example4.3.4: Evaluate 16 y ds, where C is the portion
C
Fig. 4.8
C1 : r (t ) (t 4 , t ),0 t 1,
C2 : r (t ) (1 t )(1,1) t (1,2),0 t 1,
C3 : r (t ) (1 t )(1,2) t (2,0),0 t 1.
Then
[Type text] Page 108
[Type the document title]
1
C1 0
1 3 3
1 1
0 (17 3 1) 7.677 .
5 6 2 6 2 1
16 t 16 t 1 dt (16 t 1) 0
9 9
1
16 y ds 16(1 3t )
5
5
0 (3) 2 dt
C2 0
8
1
48(1 3t ) dt (1 3t ) 6 168 .
5 1
0
0
3
1
16 y ds 16(2t 2)
5
5
12 (2) 2 dt
C3 0
256 5
1
4 5
16 5 (2t 2)5dt (2t 2)6 190 .8111 .
1
0
0 3 3
In this section we are going to evaluate line integrals of vector fields F along
curve C.
dimensions,if F ( x, y, z ) M ( x, y, z )i N ( x, y, z ) j P( x, y, z )k ,
Notes : A vector representation of the line segment that starts at r0 and ends
at r1 is given by
r (t ) (1 t )r0 tr1, 0 t 1.
1, 4
0, 2
Fig. 4.9
C t 0
The line integral is
2 3 2 4 1 7
t t cos (2 2t ) .
1
3 4 0
6
Solution
3, 0, 1
1, 2, 0
Fig. 4.10
So, let’s get the vector field evaluated along the curve.
Example4.3.7: Evaluate
C
ydx zdy xdz, where C consists of the line
segment C1 from (2,0,0) to (3,4,5) followed by the vertical line segment C2
from (3,4,5) to (3,4,0).
Solution:
C1 : r (t ) (1 t )(2,0,0) t (3,4,5) (2 t ,4t ,5t ),0 t 1.
Fig. 4.11
C1
ydx zdy xdz 4tdt 5t (4dt ) (2 t )5dt
0
1
29t
(10 29t )dt 10t 24.5.
1
0
0
2
x cost , y sin t , z t 2 ,0 t 2 .
Solution
So, we already have the curve parameterized so there really isn’t much to do
other than evaluate the integral
2
2
1 1 1 1
( 2 2 cos 2t )dt ( 2 2 cos 2t )dt t
2
(2t )dt
0
1 1 1 1 2 2
( t sin 2t ) ( t sin 2t ) t 4 0
8 4 .
2 4 2 2 4
x t 2 , y 2t , z t 3 ,0 t 1.
Solution
r xi yj zk t 2i 2tj t 3 k ,
dr (2ti 2 j 3t 2 k )dt
1
a) dr 4t
9
(2ti 2 j 3t 2 k )dt
C t 0
1 1 1
8 4
i 8t dt j 8t dt k 12t 11dt
10 9
i j k.
t 0 0 0
11 5
F xyi zj x 2 k 2t 3i t 3 j t 4 k .
F dr (2t 3i t 3 j t 4 k ) (2ti 2 j 3t 2 k )dt
i j k
b) Along C 2t 3 t3 t 4 dt
2t 2 3t 2
[( 3t 5 2t 4 )i (2t 5 6t 5 ) j (4t 3 2t 4 )k ]dt.
1
9 2 7
Then [(3t 5 2t 4 )i (2t 5 6t 5 ) j (4t 3 2t 4 )k ]dt i j k.
0
10 3 5
4.3.3:Independence of path
Theorem 4.3.3.
Let F be a vector field with components that have continuous first order
partial derivatives and let C be a piecewise smooth curve. Then the
following three statements are equivalent
1. F is conservative.
2.
C
F . dr is independent of path. That is
F dr dr
B
.
C C A
Thus the value of the integral of F depends only on the value of at the
3.
C
F dr for all closed curves C.
F F dr
C
B
dr dx dy dz d
B
.
C C
x y z A
A
F dr
C
is independent of path and find potential function for the vector
field F and find F dr from (0,0,1) to (0, ,2) .
C 2
Solution
i j k
=
curl F F
x y z
(2 x cos y 2 z 3 (2 ye z x 2 sin y ) ( y 2e z 6 xz 2 )
F grad .
Then
x (2 x cos y 2 z 3 ) , y (2 ye z x 2 sin y ) , z ( y 2 e z 6 xz 2 ).
(2 x cos y 2 z 3 )dx (2 ye z x 2 sin y )dy ( y 2 e z 6 xz 2 )dz
x 2 cos y 2 xz 3 y 2 e z x 2 cos y y 2 e z 2 xz 3 x 2 cos y 2 xz 3 y 2 e z c.
(1, , 2 ) 2
F dr
C
2
( 0 , 0 ,1)
16
4
e2.
Show that F dr
C
is independent of path and find potential function
F is conservative that is if F 0.
F dr is independent of path if
C
We calculate Curl F=
i j k
F =
x y z
(2xe xy + x 2 ye xy ) (x 3 e xy + 2y) 0
0i 0 j ( (3x 2 e xy x 3 ye xy 2x 2 e xy - x 2 e xy x 3 ye xy )k 0 .
F grad .
x (2xe xy + x 2 ye xy ) , y (x 3 e xy + 2y) , z 0.
Then (2xe xy + x 2 ye xy )dx (x 3 e xy + 2y)dy
x 2 ye xy y 2 c.
F dr 12e 6 9 e 1 12e 6 8 e.
( 2 , 3)
(1,1)
C
F dr
C
is independent of path and find potential function for the vector
field F .
i j k
=
curl F F
x y z
yz 2 (xz 2 + 2) (2xyz - 1)
(2 xz 2 xz )i (2 yz 2 yz ) j (( z 2 z 2 )k 0 .
F grad .
Then yz dx (xz + 2) dy (2xyz - 1) dz
2 2
Example4.3.13:: Let
F ( y 2 z 3 cos x 4 x 3 z ) i 2 z 3 y sin xj (3 y 2 z 2 sin x x 4 ) k.
F dr is independent of path and find the potential For
i)Show that
C
F.
ii)Evaluate F dr
C
from point (0,0,0) to ( ,1,1).
2
Solution
F is conservative if F 0.
F dr is independent of path if
C
i j k
=
F
x y z
( y 2 z 3 cos x 4 x 3 z ) 2 z 3 y sin x (3 y 2 z 2 sin x x 4 )
F grad .
Then ( y 2 z 3 cos x 4 x 3 z )dx 2 z 3 y sin x dy (3 y 2 z 2 sin x x.)dz
y 2 z 3 sin x x 4 z y 2 z 3 sin x y 2 z 3 sin x x 4 z y 2 z 3 sin x x 4 z c.
( ,1,1) 4
F dr y z sin x x z 1
2 2 3 4
( 0, 0, 0 )
.
C
16
Exercise 4.2
1- Evaluate (4 y x)dS
C
where C is the upper portion of the circle
3 3 3 3
centered at the origin of radius from ( , ) to ( , ) in the counter
2 2 2 2
3 3 3
clockwise rotation followed by the line segment form ( , ) to (4, )
2 2 2
3
which in turn is followed by the line segment from (4, ) to (4,4) See the
2
sketch below for the direction.
Fig. 4.12
Fig. 4.13
Fig. 4.14
2 xy x2 3x 2 y
F dr where F
2 3
Find i ( 2 y z ) j ( 4 z 2 yz )k
C
z3 z3 z4
from(1,1,1) to (2,2,4).
integration from A to B.
i) F (2xy 2 - 16x)i 2y( x 2 - 1) j + 9k , A(1,2,3), B (2,3,0).
ii ) F ( y 3z )i ( x 2 y 4 ) j 4 z 2 k , A(0,1,1), B (1,2,1).
iii ) F ( x 2 4 z 3 )i 12 yzj (6 y 2 12 xz 2 )k , A(1,0,3), B (2,2,1).
Green's Theorem
N M
And M ( x, y)dx N ( x, y)dy
C R
(
x y
)dxdy, clockwise
Example 4.1.1: Verify Green's theorem for ( y sin x)dx cos xdy,
C
where C is the triangle with vertices (0,0), ( ,0), ( ,1) counterclockwise.
2 2
( ,1) shown in Fig. 4.15.
2
N M
M ( x, y)dx N ( x, y)dy
C R
(
x
y
)dxdy.
Fig. 4.15
0.
Along AB: x , dx 0 , and the integral equal
2
( y 1)(0) (0)dy 0.
0
2x 2
Along BO y , dy dx, the integral equal
0
2x 2 x2 2 2
( sin x)dx cos x(dx) cos x 1
0
sin x .
2 4
2
2 2
Then the integral along C = 1 0 1 .
4 4
N M
R.H.S. : m y sin x, N cos x, sin x, 1 and
x y
C
2x
N M 2 2 2x
2
2x 2x 2 x2
2
( sin x )dx ( x cos x sin x) 2 .
0
0
4
Fig. 4.16
(3 y 8 y 2 )2 ydy (4 y 6 y 3 )dy 6 y 5 22 y 3 4 y
4 0
y 1
y 1
22 10
(1 2) ,
4 4
10 3
Then the integral along C= 1 .
4 2
M N
R.H.S. : M (3x 8 y ), N (4 y 6 xy ), 16 y, 6 y
2 2
y x
N M
1 x 1 1
( x dx xydy, where C
4
Example4.4.3 : Use Green's theorem to evaluate is
C
the triangular curve consisting of the line segments from (0,0) to (1,0) and
from(1,0) to (0,1)and from (0,1) to (0,0). Shown in Fig. 4.17.
N M
M ( x, y)dx N ( x, y)dy
C D
(
x
y
)dxdy.
M N
M x 4 , N xy , 0, y
y x
Fig. 4.17
N M
x dx xydy ( )dxdy
4
C D
x y
1 1 x
(1 x) 2
1 1
y2 1 x 1 1
ydydx dx dx (1 x) 3 .
1
0 0
0 0 0
2 0
2 6 6
Example 4.4.4: Use Green's theorem to evaluate
is the circle x y 9.
2 2
N M
(3 y e )dx (7 x y 1 ) dy ( )dxdy
sin x 4
C D
x y
3 2
yx dx x
2 2
dy, where C is shown below.
C
3
N M 2 5
2
500 625
.
3 8
Fig. 4.18
Exercise
( yx y )dx ( x 3 4) dy,
2
1- Use Green's theorem to evaluate
C
Fig. 4.19
(7 x y )dy ( x 2 2 y) dx,
2
2- Use Green's theorem to evaluate
C
Fig. 4.20
(y 4 x)dx (2 x 2 y 2 ) dy,
2
3- Use Green's theorem to evaluate
C
Fig. 4.21
(6 x )dx (1 2 xy ) dy,
2
4- Verify Green's theorem to evaluate
C
Fig. 4.22
(y xy 2 )dx (2 x 3 ) dy,
3
5- Verify Green's theorem to evaluate
C
Fig. 4.23
(a) Computing the line integral directly
(b) Using Green’s Theorem to compute the line integral.
C is shown below (a) computing the line integral directly and (b) using
Green’s Theorem to compute the line integral.
Fig. 4.24
where the coordinates (u,v) range over some domain D(u,v) of the uv-plane.
Notice that the function f ( x, y, z ) is evaluated only on the points of the
surface S, i.e. f (r (u, v)) f ( x(u, v), y(u, v), z (u, v)) .
4.5.1: The surface integral of scalar function f ( x, y, z ) over the
surface S is defined as
r r
S
f ( x, y, z )dS
D ( u ,v )
f ( x(u, v), y (u, v), z (u, v)) dudv,
u v
r r
where the partial derivatives , are given by
u v
r x y z r x y z
i j k, i j k
u u u u v v v v
r r r r
and is the cross product. The vector is perpendicular to
u v u v
r r
the surface at the point r (u, v) then dS dudv.
u v
r xi yj z( x, y)k , rx i z x k , ry j z y k , rx ry z x i z y j k
rx ry z x2 z y2 1, dS z x2 z y2 1 dxdy
And
S
f ( x, y, z )dS f ( x, y, z( x, y))
D( x, y )
zx2 z y2 1 dxdy,
z f x, y
D xy
Fig. 4.25
Similarly if y y( x, z ) . (See Fig.4.26) then
S
f ( x, y, z )dS f ( x(, y( x, z), z)
D( x, z )
yx2 yz2 1 dxdz.
Dxz
S y f x, z
Fig. 4.26
And if x x( y, z ) . (See Fig.4.27)
the surface integral can be found by the formula
S
f ( x, y, z )dS f ( x( y, z), y, z)
D( y, z )
xy2 xz2 1 dydz.
Dyz
x f y , z
Fig. 4.27
If a surface S consists of several “patches” Si, then for calculating the surface
integral we can apply the additively property:
n
f ( x, y, z )dS f ( x, y, z )dSi
S i 1 Si
z 2 z 2
( x y z)dS f ( x, y, z)
S D
1 dxdy
x y
we can express the surface integral through the double integral:
x y 1 2 1 2
( x y z)dS x y (1 4 2 )
S D
1 dxdy
4 2
2 4 2 y 2 4 2 y
3x y 21 21
0 0
( 1)
4 2 4
dxdy
16 0
[ (3x 2 y 4)dx]dy
0
2 2
21 3x
16 0 2
( 2 yx 4 x) 042 y dy
21 3(4 2 y ) 2
2
16 0
( 2 y (4 2 y ) 4(4 2 y ))dy
2
2
21 7 21
32 0 (80 48 y 4 y 2 )dy
3
.
Example 4.5.2:
Find the integral ydS , where the surface S is the surface
S
z x y 2 ,0 x 1, 0 y 2.
Solution.
z z
Find the partial derivatives: 1, 2 y
x y
Applying the formula
2 1
S D 0 0
1 3
21 13 2
( 2 (1 2 y ) )dx
2 2 2
0
.
0
3 4 3
Solution
z g ( x, y ) 3 y x 2 z so we’ll use the following formula for the surface
integral.
g 2 g
f ( x, y, z )dS f ( x, y, g ( x, y))
S D
(
x
) ( ) 2 1 dA .
y
2, 0
0, 0
y 2 x
2, 4
Fig. 4.28
(2 3 y x 3 y x 2 ) (2 x)2 ( 3)2 1 dA =
2
0 0
(2) (2 x) ( 3) 1 dA 2 (2 x) 10 dydx
2 2 2
D 2 2x
2 2 3
1
2 y (2 x) 2 10 dx 4 x (2 x) 2 10 dx (4 x 2 10) 2
0 2
2x 0
0 0
3
3 3
1
[26) 2 (10) 2 ] 33.65.
3
Example 4.5.4:
Find the integral xdS , where the surface S is the unit
S
sphere x2 y2 z 2 1 .
Solution.
It is convenient to solve this integral in spherical coordinates. The area
element for spherical surface is given by
0 0 0 0
2
1
2 0
(1 cos 2 )d (sin sin cos2 )d
0
1 1 2 1 4
( cos 2 ) 0
( cos cos3 )0
2 4 3 3
Example 4.5.5:
Find the integral xdS , where the surface S is the part of the
S
In this case it will be convenient to actually compute the gradient vector and
plug this into the formula for the normal vector. Doing this gives,
f z xi z y j k
n .
f z x2 z y2 1
Given a vector field F with unit normal vector n then the surface integral
of F over the surface S is given by, F dS F ndS which is called
S S
If the vector field F Pi Qj Rk and the orientation that we are after is
the “upwards” orientation. Under all of these assumptions the surface
integral of F over S is,
F dS F ndS ( Pi Qj Rk )
z xi z y j 1
z z
2 2
1
z 2
x
z y2 1 dA
S S S x y
( Pzx Qz y R)dA
S
Note that this normal vector has positive z-component, which is correct for
computing the flux upward through S.
So F n 2 x 2 y 5( x y ) 7( x y ).
2 2 2 2 2 2
2 2 2
r4
7r rdrd 14 r dr 14 ( 56 .
2 3 2
So the flux is ) 0
0 0 0
4
Example.4.5.7: Find the flux of F (2 x,0, z ) out of the part of the cylinder
Fig. 4.29
x
The normal n = ( z x , z y ,1) ( ,0,1)
1 x2
the outward normal will have positive x and z components. The normal
above has positive x and z components, so it's the right one.
x 1 x2
Next, F n (2 x,0, z ) ( ,0,1) .
1 x2 1 x2
1 x2 1 x2
1 1 1
Hence, the flux = F ndS dxdy 2 dx
S 0 1 1 x2 0 1 x2
1 x 1 sin 2
1 2 2
2 dx 2 cosd
0 1 x2 0
cos
2
sin 2
3
(3 cos 2 )d 3 2
0
.
0
2 2
First let’s notice that the disk is really nothing more than the cap on the
paraboloid. This means that we have a closed surface. This is important
because we’ve been told unit normal vectors will need to point outwards
from the region enclosed by S. Let’s first get a sketch of S so we can get a
feel for what is going on and in which direction we will need to unit normal
vectors to point.
y
0, 0, 0
Fig. 4.30
f ( x, y, z ) y g ( x, z ) y x 2 z 2
f (2 x,1,2 z )
f (2 x,1,2 z )
n Let’s note a couple of things here before we
f 4 x2 1 4 z 2
proceed. We don’t really need to divide this by the magnitude of the gradient
since this will just cancel out once we actually do the integral. So, because of
this we didn’t bother computing it. Also, the dropping of the minus sign is
not a typo. When we compute the magnitude we are going to square each of
the components and so the minus sign will drop out.
S D D D
( x 3 z )dA
2 2
In this case D is the disk of radius 1 in the xz-plane and so it makes sense to
use polar coordinates to complete this integral. Here are polar coordinates for
this region. x r cos , z r sin ,0 r 1,0 2 . Note that we kept
the x conversion formula the same as the one we are used to using for x and
let z be the formula that used the sine. We could have done it any order,
2 1
( x 2 3z 2 )dA (r 2 cos2 3r 2 sin 2 )rdrd
D 0 0
2 2
1 1 3 3 r4 1
( cos 2 ) ( cos 2 )( ) d (4 2 cos 2 )d
1
0
0
2 2 2 2 4 80
1 2
(4 sin 2 ) .
8 0
surface oriented with outward pointing unit normal vector N, and let F be a
differentiable vector field (components have continuous partial
x 2 y 2 4, z 0, z 3.
F NdS FdV. We start with the left hand side. The surface S is a
S Q
normal to the top is N2 k and a unit outward normal to the side of the
cylinder is given by
2 xi 2 yj xi yj
N3 .
(2 x) 2 (2 y ) 2 ( x) 2 ( y ) 2
Ttherefore we need to break the integral into three parts, one for each face of
the cylinder.
xi yj
4 xi 2 y 2 j z 2 k dS3
S3 ( x) 2 ( y ) 2
4 x2 2 y3
(0)dS1 32 dS2 dS3 .
S1 S2 S3 ( x) 2 ( y ) 2
The first integral is equal to zero. The second integral is equal to 9 times the
area of S2, which is 4π. Therefore the second integral equals 36π. In order to
evaluate the third integral we will switch to cylindrical coordinates. A
parametrization of the surface of the cylinder can be written as
r ( z, ) 2 cosi 2 sin j zk . rz k , r 2 sin i 2 cosj.
i j k
rz r 0 0 1 2 cosi 2 sin j , rz r 2. The surface
2 sin 2 cos 0
F NdS
S D
f (r ( z, ) rz r dA
Therefore
2 2
(1 cos 2 )
(16 cos 16 sin )z 0 d 48 [ sin (1 cos2 )]d
2 3 3
0 0
2
2
1 cos 2
48 [ sin cos2 sin ]d
0
2 2
sin 2 cos3 2
48[ cos ] 0
48 .
2 4 3
F NdS 36 48 84 .
S
2 4 x 2 3
2 2 2
(12 12 y 9)rdrd 2 (21 24 sin )d
0 0 0
2
2(21 12 cos ) 0
84 .
Fig. 4.31
0, 0, 2
2, 0, 0
0, 0, 0
1, 0, 0
Y
0 0 0 0 0
2 2 1 2
(6 y 5)dydz [3 y 5 y ] dz 22 zdz 44.
2 2
0
0 0 0 0
Fig. 4.32
F 2 2 4 6.
2 2 4 r 2 2 2
z2
6rdzdrd 12 r[ ]04 r dr 6 r (4 r 2 ) 2 dr
2
0 0 0 0
2 0
2
r6 2
6 (16 r 8r 3 r 5 )dr 6 [8r 2 2r 4 ]0 64 .
0
6
surface (region) in the xy-plane. The Stokes' theorem relates the surface
integral to a line integral. Since we will be working in three dimensions, we
need to discus what it means for a curve to be oriented positively. Let S be
a oriented surface with unit normal vector N and let C be the boundary
of S. Then C is positively oriented if its orientation follows the right hand
rule, that is if you right hand curls around N in the direction of C's
orientation, then your thumb will be pointing in the direction of N. As
shown in 4.33
Fig. 4.33
Now we are ready to state Stokes' Theorem. The proof will be left for a
more advanced course.
Stokes' Theorem
F dr ( F ) NdS.
C S
F y 2i xj z 2 k , and C is the
i j k
F (1 2 y )k .
x y z
y2 x z2
The projection D of S on the xy -plane is the disk
C
y z 2
S
0
D y
Fig. 4.34
x 2 y 2 1, z f ( x, y) 2 y.
And N S ( z y 2) j k.
Then
F dr ( F ) NdS (1 2 y)dA
C S D
2 1 2 2
r 2r 3
(1 2r sin )rdrd ( sin ) d
1
0
0 0 0
2 3
2
1 2 1
( 2 3 sin )d 2 (2 ) 0 .
0
Fig. 4.35
0, 0, 4
0, 2, 0
S
4, 0, 0
Solution
i j k
We have F (1 x)i yj k .
x y z
y z xy
and N S ( z x 2 y 4) i 2 j k.
So that curlF N 1 x 2 y 1 x 2 y.
1
2
4 x
32
We integrate
0 0
( x 2 y)dydx
3
.
( F ) NdS F dr
S C
r (t ) 2 i 2 sin tj 2 cos t k ,0 t 2 ,
r(t ) 2 cos t j 2 sin t k.
2
S C 0
sin 2t 2
t 2 sin 4 t 6 2 cost 0
2 .
2
Exercise
F n ds , Where F x i y
S
3 3
j z 2 k.