Unit V
Unit V
Unit V
Satish Shukla 1 of 36
Let P (x, y, z) be any point in the space, then the position vector of P is denoted by ~r
and ~r = ix + jy + kz. The derivative of ~r is denoted by d~r and d~r = idx
p+ jdy + kdz.
The modulus of the position vector ~r is denoted by r and r = |~r| = x2 + y 2 + z 2 ,
and so, r2 = x2 + y 2 + z 2 . It is easy to see that:
r x r y r z
= , = and = . (1)
x r y r z r
The dot product (or scalar product) and the cross product (or vector product) of two
vectors ~a = iax + jay + kaz and ~b = ibx + jby + kbz is denoted by ~a ~b and ~a ~b
respectively, and
~a ~b = ax bx + ay by + az bz
i j k
~a ~b = ax ay az .
bx by bz
Note. We write
2 2 2
2
i + j + k i + j + k + + .
x y z x y z x2 y 2 z 2
Gradient of a scalar function: Let f (x, y, z) be a scalar point function, then the
gradient of f at any point is a vector field (quantity), the magnitude of which is equal
to the maximum rate of increase of f with respect to the distance at that point and
the direction of it is that direction in which the rate of change of f is maximum. It is
denoted by gradf . Mathematically,
f f f
gradf = f = i + j + k f = i + j + k .
x y z x y z
Suppose, there are two level surfaces S1 and S2 of f . Let the value of scalar function
on a level surface S1 is f and that at the surface S2 is f + df , i.e., the change in f in
moving from S1 to S2 is df . We note that, the distance between the surfaces S1 and
S2 can be measured in various directions, but the rate of this change df in the scalar
field with respect to the distance between S1 and S2 will be maximum if the distance
is taken normal. Therefore, the gradient of f at any point is always in the normal
direction to the level surface at that point.
Note.
(i) gradf is the normal vector to the surface f (x, y, z) = c, i.e., the normal
vector of the surface f (x, y, z) = c is ~n = gradf.
(ii) The greatest rate of increasing of the function f (x, y, z) at point P is equal
to the the value of |gradf | at that point.
Dr. Satish Shukla 3 of 36
unit vectors j and hk respectively. Now, we consider the problem, how to find the
rate of change of f if we allow all three variables x, y and z simultaneously, i.e., we
consider the problem, how to find the rate of change of f along any arbitrary vector ~a.
For this purpose, we define the directional derivative of the function f. The directional
derivative of f at a point is the rate of change in f in a specific direction at that point.
Suppose, f (x, y, z) be a scalar function. Then, we know that the rate of change of f
at a point P (x0 , y0 , z0 ) in a direction normal to the level surface at that point, is equal
to the gradf at that point. Suppose, we have to find the rate of change of f at point
~a
P in direction of a vector ~a, then it will be the component of gradf along a = , i.e.,
|~a|
the directional derivative of f in the direction of ~a is:
D.D. = gradf a.
Sol. Here
~a = P~Q = (5 1)i + (0 2)j + (4 3)k = 4i 2j + k.
Therefore,
~a 1
a = = (4i 2j + k).
|~a| 21
Now,
grad = = i + j + k (x2 y 2 + 2z 2 ) = i(2x) + j(2y) + k(4z).
x y z
Example 4. What is the greatest rate of increasing of = xyz 2 at point (1, 0, 3)?
(grad)(1,1,1) i 3j k
n = = .
|(grad)(1,1,1) | 11
Example 6. Find the values of the constant a, b, c so that the directional derivative
of = axy 2 + byz + cz 2 x3 at (1, 2, 1) has a maximum magnitude 64 in the
direction parallel to Z-axis.
At point (1, 2, 1) grad = (4a + 3c)i (4a b)j + (2b 2c)k. We know that the
directional derivative is maximum in the direction of grad, but it is given that it is
maximum in the direction of Z-axis, therefore, the gradient must be in the direction
of the axis of z. Therefore, in the expression of grad the coefficient of i and j must
be zero, i.e.,
4a + 3c = 0 (4)
4a b = 0. (5)
Therefore, grad = (2b 2c)k Again, since the maximum magnitude of the directional
derivative is equal to |grad|, but it is given that it is 64, therefore, |grad| = 64, or
|(2b 2c)k| = 64 i.e.,
b c = 32. (6)
Solving (5), (5) and (6) we obtain
a = 6, b = 24, c = 8.
At point (3, 1, 2) grad = 96i + 288j 288k. We know that the directional derivative
is maximum in the direction of grad, therefore, it is maximum in the direction of
96i + 288j 288k. The maximum magnitude of the directional derivative is equal to
|grad| = 9216 + 82944 + 82944 = 418.45.
Sol. First we find the normal to the surface S = x ln(z) y 2 + 4. Then, we know that
the normal to the surface is
~a = gradS = S = i + j + k (x ln(z) y 2 + 4)
x y z
x
= i(ln(z)) + j(2y) + k .
z
4j k
At point (1, 2, 1) the normal vector will be: ~a = 4j k. Therefore, a = .
17
Now, we will find the directional derivative of = xy 2 + yz 3 at the point (2, 1, 1).
Then,
grad = = i + j + k xy 2 + yz 3
x y z
= i(y 2 ) + j(2xy + z 3 ) + k(3yz 2 ).
At point (2, 1, 1) we have grad = i 3j 3k. Therefore, the directional derivative
of in the direction of ~a will be
4j k 15
D.D. = grad a = (i 3j 3k) = .
17 17
(Q.1) Find the directional derivative of the function = xy 2 +yz 3 at the point (2, 1, 1)
in the direction of the vector i + 2j + 2k. Ans. 11 3
.
(Q.2) Find the directional derivative of () at point (1, 2, 1) in the direction of
the normal surface xy 2 z = 3x + z 2 , where = 2x3 y 2 z 4 . (Hint: the normal to
the surface xy 2 z = 3x + z 2 at point (1, 2, 1) will be gradS at point (1, 2, 1),
where S = xy 2 z 3x z 2 . Therefore, ~a = gradS at (1, 2, 1).) Ans. 1904
.
21
5
(Q.3) Find the directional derivative of = 5x2 y 5y 2 z + z 2 x at point P (1, 1, 1) in
2
x1 y3 z
the direction of line = = . (Hint: Here ~a is in the direction of
2 2 1
given line, therefore, ~a = 2i 2j + k). Ans. 35 3
Dr. Satish Shukla 7 of 36
Note. The divergence of a vector field at a point, gives the net flux of that
vector field diverging through the unit volume at that point (i.e., the flux exiting
through the volume - flux entering to the volume). Therefore, if the divergence
of a vector field is positive at a point, then we can say that there the flux exiting
through the volume is greater than the flux entering to the volume, and so, there
is some source of that vector field at that point. Similarly, if the divergence of
a vector field is negative at a point, then we can say that there is some sink of
that vector field at that point.
Solenoidal vector. If the if the divergence of a vector field is zero at a point, then
there is neither a source nor a sink of that vector field at that point, and such vectors
are called Solenoidal vectors.
(ii) The curl of a vector field of F~ is denoted by curlF~ and it is defined by:
i j k
curlF~ = F~ = i + j + k F1 i + F2 j + F3 k =
x y z
x y z
F1 F2 F3
F3 F2 F1 F3 F2 F1
= i + i + i .
y z z x x y
Note. The curl of a vector filed at any point gives the rotation of that vector
filed at that point.
Irrotational or Non-Curly Vector Filed. If the curl of a vector filed is zero, that
it shows that the vector filed has no rotation, and such a vector filed is called an
Irrotational Vector Filed. If a vector field F~ is irrotational, then we can find a scalar
point function such that F~ = grad . The function is called the Scalar Potential
of irrotational function F~ .
Example 9. Prove that:
~r
Sol. First, note that ~r = xi + y j + z k and r = , and so,
|~r|
r 2 = x2 + y 2 + z 2 .
r
Differentiating partially the above equation with respect to x, we get 2r = 2x, i.e.,
x
r x
= . Similarly, we obtain:
x r
r x r y r z
= , = , = . (7)
x r y r z r
(i) Now, by definition of divergence we have:
n n
div (r ~r) = (r ~r) = i + j + k rn xi + rn y j + rn z k
x y z
X X
n n1 r n
= (r x) = nr x+r
x x
X 2
n1 x n
= nr +r (by (7))
r
X
nrn2 x2 + rn
=
= nrn2 x2 + rn + nrn2 y 2 + rn + nrn2 z 2 + rn
= nrn2 (x2 + y 2 + z 2 ) + 3rn = nrn2 r2 + 3rn
= (n + 3)rn .
X
n n n
r = i + j + k r = i (r )
x y z x
X r X h x i X h i
= i nrn1 ) = i nrn1 = i nxrn2
x r
n2 n2 n2
= i nxr + i nyr + i nzr
= nrn2 (xi + y j + z k).
Therefore,
n n
nrn2 (xi + y j + z k)
div gradr = r = i + j + k
x y z
X
n3 r
X
n2 n2
= nr x = n (n 2)r x+r
x x
X
(n 2)rn4 x2 + rn2
= n
n (n 2)rn4 x2 + rn2 + (n 2)rn4 y 2 + rn2 + (n 2)rn4 z 2 + rn2
=
= n(n 2)rn4 (x2 + y 2 + z 2 ) + 3nrn2
= n(n 2)rn2 + 3nrn2 = nrn2 (n 2 + 3)
= n(n + 1)rn2 .
Sol. Here:
divF~ = F~ = i + j + k [(x + 3y)i + (y 2z)j + (x 2z)]
x y z
= (x + 3y) + (y 2z) + (x 2z) = 1 + 1 2
x y z
= 0.
Therefore, F~ is solenoidal.
Again differentiating the above equation with respect to z we obtain: = 4x y +
z
d d
[g1 (z)]. On putting this value in (10) we get [g1 (z)] = 2z. On integrating it we
dz dz
2
obtain: g1 (z) = z . On putting the value of g1 (z) we get:
x2 3y 2
= + 2xy + 4xz yz + z 2 .
2 2
2
(Q.5) Prove that 2 f (r) = f 00 (r) + f 0 (r).
r
Vector Integration
2i j + 2k, if t = 2; R3 d~r
Example 13. If ~r(t) = Show that ~r dt = 10.
4i 2j + 3k, if t = 3. 2 dt
d 2 d~r d~r 1d 2
Sol. We know that (~r ) = 2~r , therefore, ~r = (~r ). Therefore:
dt dt dt 2 dt
Z3 Z3 3
d~r 1d 2 1 2 1 2
~r (3) ~r 2 (2)
~r dt = (~r )dt = (~r ) =
dt 2 dt 2 2 2
2 2
1h i
= (4i 2j + 3k)2 (2i j + 2k)2
2
1
= [(16 + 4 + 9) (4 + 1 + 4)]
2
= 10.
Note.
(i) If the curve C is a closed curve, then the line integral of F~ along C is called
the circulation of vector F~ and it is denoted by F~ d~r.
H
C
(ii) If F~ represents a force, then the work done by this force in moving a particle
from a point A to another point B through a path C is given by W = F~ d~r.
R
C
If this work W does not depend on the path C, but depends only on the
initial point A and the final point B, then the force field F~ is called a
conservative force field.
Evaluation of Line integral. In the evaluation of a line integral, the curve C, along
which the integral is to be performed, is very important. First, we find the values of F~
and the three values dx, dy and dz on this curve C, and then integrate the respective
terms.
Example 14. Find the circulation of F~ along the curve C, where F~ = ex sin y i +
ex cos y j, and C is the rectangle whose vertices are (0, 0), (1, 0), (1, /2) and
(0, /2).
Sol.
x=1
C4 C2
y=0 X
O(0, 0) C1 A(1, 0)
Rectangle in xy-plane
F~ d~r = (ex sin y i + ex cos y j) (idx + jdy + kdz) = ex sin ydx + ex cos ydy.
It is clear from the figure that the closed curve C (i.e., the boundary of the rectangle
ABCD) consists of the four lines, namely, OA(C1 ), AB(C2 ), BC(C3 ) and CO(C4 ).
Dr. Satish Shukla 13 of 36
(i) The equation of the curve C1 (i.e., the line OA) is y = 0 (constant) and the value
of x on this curve changes from x = 0 (at O) to x = 1 (at A). Therefore, along this
curve we have y = 0 = dy = 0, and x varies from x = 0 to x = 1, and so,
Z Z Z1
F~ d~r = x x
(e sin ydx + e cos ydy) = (ex sin 0dx + ex cos 0 0) = 0.
C1 C1 x=0
(ii) The equation of the curve C2 (i.e., the line AB) is x = 1 (constant) and the value
of y on this curve changes from y = 0 (at A) to y = /2 (at B). Therefore, along this
curve we have x = 1 = dx = 0, and y varies from y = 0 to y = /2, and so,
Z Z /2
Z /2
Z
F~ d~r = x x
(e sin ydx + e cos ydy) = 1 1
(e sin y 0 + e cos ydy) = e (cos ydy) = e.
C2 C2 y=0 0
(iii) The equation of the curve C3 (i.e., the line BC) is y = /2 (constant) and the
value of x on this curve changes from x = 1 (at B) to x = 0 (at C). Therefore, along
this curve we have y = /2 = dy = 0, and x varies from x = 1 to x = 0, and so,
Z Z Z0 Z0
F~ d~r = x x
(e sin ydx+e cos ydy) = x
(e sin(/2)dx+e cos(/2)0) = x
(ex dx) = e1.
C3 C3 x=1 1
(iv) The equation of the curve C4 (i.e., the line CO) is x = 0 (constant) and the value
of y on this curve changes from y = /2 (at C) to y = 0 (at O). Therefore, along this
curve we have x = 0 = dx = 0, and y varies from y = /2 to y = 0, and so,
Z Z Z0 Z0
F~ d~r = x x
(e sin ydx+e cos ydy) = 0
(e sin y0+e cos ydy) = 0
(cos ydy) = 1.
C4 C4 y=/2 /2
F~ d~r = 0.
H
On putting all these values in (15) we obtain
C
Example 15. Find the total work done by the a force F~ = 3xy i 5z j + 10xk in
moving a particle along the curve x = t2 + 1, y = 2t2 , z = t3 from t = 1 to t = 2.
2tdt, dy = 4tdt, dz = 3t2 dt. Now the work done by the particle
Z Z
W = F~ d~r = (3xy i 5z j + 10xk) (idx + jdy + kdz)
C C
Z Z
3(t2 + 1)(2t2 )(2tdt) 5(t3 )(4tdt) + 10(t2 + 1)(3t2 dt)
= (3xydx 5zdy + 10xdz) =
C C
Z2 6 2
5 4 3 2
12t 5 4 3
= 12t + 10t + 12t + 30t dt = + 2t + 3t + 10t
5 1
1
= 303.
R2 d2~r
(Q.1) If ~r(t) = 5t2 i + tj t3 j then show that ~r dt = 14i + 75j 15k.
1 dt2
(Q.2) Using the line integral compute the work done by the force F~ = (2y +3)i + xz j +
(yzx)k when moves a particle from the point (0, 0, 0) to the point (2, 1, 1) along
the curve x = 2t2 , y = t, z = t3 . Ans. 288
35
C
sin t, z = 2 cos t from t = 0 to /2. Ans. (2 /4)i + ( 1/2).
We know that the line integral of a vector field F~ gives the work done by the force
field F~ in moving a particle along the curve C. In a similar manner, we can define
the surface integral of a vector field F~ . The surface integral of the vector field F~ over
a surface S represents the flux of vector field F~ passing through the surface S. For
example, if the vector field F~ represents the flow of a fluid, then the surface integral of
F~ will represent the amount of fluid flowing through the surface (per unit time), i.e.,
the flux of fluid through the surface.
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - S- - - -
- -S - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
Maximum flow of flux Minimum flow of flux
through the surface S through the surface S
If water is flowing in some direction with velocity ~v and S is any surface in between
the path of water. Then, the flux of the velocity vector ~v through S will be the amount
of water passing through the surface S. Then, it is obvious that if the surface S is
perpendicular to the flow of fluid (i.e., if ~v is in a direction of normal to the surface
Dr. Satish Shukla 15 of 36
S), then a lot of water will flow through the surface S and the flux will be large. On
the other hand, if water is flowing parallel to the surface (i.e., if ~v is perpendicular
to the normal of the surface S), then the water will not flow through the surface,
and the flux will be zero. To calculate the total amount of water flowing through the
surface, we want to add up the component of the vector F~ that is perpendicular to the
surface. This example shows that the flux of vector depends on the direction of normal
of the surface and the direction of the vector F~ . Therefore, we treat the surfaces as a
quantity having the direction, i.e., as a vector quantity and the direction of the surface
is assumed to in the direction of its normal.
Consider a vector field F~ and let S be any surface in this vector field. Let ds be
an infinitely small part of this surface at point P (x, y, z) and n be the unit normal
of this part ds. Then ds~ = nds and the flux passing through this small part will be
~ = F~ nds. Now the flux of vector passing through the whole surface can be
F~ ds
obtained by integrating it over the whole surface S, i.e., the whole flux:
ZZ ZZ
surface integral = I = ~ =
F~ ds F~ nds
S S
Note.
(i) If Rxy be the projection of S on xy-plane then
F~ n dxdy
ZZ ZZ
I= ~ =
F~ ds dxdy (i.e., ds = ).
n k n k
S Rxy
F~ n dydz
ZZ ZZ
I= ~ =
F~ ds dydz (i.e., ds = ).
n i n i
S Ryz
F~ n dzdx
ZZ ZZ
I= ~ =
F~ ds dzdx (i.e., ds = ).
n j n j
S Rzx
Which formula we should not use? The unit normal vector to S can be obtained by
grad
the formula n = . If n is free from k, then the formula (i) is not useful, because
|grad|
in this case n k = 0. Similarly, if n is free from i, then the formula (ii) and if n is free
from j, then the formula (iii) are not useful.
Sol.
Dr. Satish Shukla 16 of 36
Y
B(0, 6)
Z
C(0, 0, 3)
2x
+
y=
6
n dy
Y
O dx X
B(0, 6, 0) O A(3, 0)
X
A(3, 0, 0)
Therefore,
grad 2i + j + 2k
n = = .
|grad| 3
And
" #
h i 2i + j + 2k 2y 2 + 4yz
F~ n = (x + y )i 2xj + 2yz k
2
= .
3 3
F~ n 2y 2 + 4yz
ZZ ZZ ZZ
F~ nds = dxdy = dxdy
n k 3 2/3
S Rxy Rxy
Z3 62x
Z
= (y 2 + 2yz)dxdy
x=0 y=0
= 81.
Sol.
Dr. Satish Shukla 17 of 36
Z
C(0, 0, 1)
Y
B(0, 1)
x2
+
y 2
=
n 1
dy
Y
O dx
B(0, 1, 0) X
O A(1, 0)
X
A(1, 0, 0)
Shpere in first octant Projection of sphere on xy-plane
Therefore,
And h i h i
~
F n = yz i + zxj + xy k xi + y j + z k = 3xyz.
dxdy
Now, the projection of surface on the xy-plane is Rxy : x2 + y 2 = 1, and ds = =
n k
dxdy
. Therefore,
z
F~ n 3xyz
ZZ ZZ ZZ
F~ nds = dxdy = dxdy
n k z
S Rxy Rxy
2
ZZ Z1 1x
Z
= 3 xydxdy = 3 xydxdy
Rxy x=0 y=0
Z1 2
1x2 Z1
y 3
x(1 x2 ) dx
= 3 x dx =
2 0 2
x=0 x=0
2 4 1
3 x x
=
2 2 4 0
3
= .
8
Dr. Satish Shukla 18 of 36
(Q.2) Evaluate
RR
~ where F~ = yz i + zxj + xy k and S is the surface of the plane
F~ ds,
S
196
2x + 3y + 6z = 12 in the first octant. Ans. 6
Z ZZZ ZZZ
F~ dv = F~ dv = F~ dxdydz.
V V V
Sol.
Z
C(0, 0, 4)
Y
2x + 2y + z = 4 B(0, 2)
x
+
y
=
n
2
dy
dx
Y X
O
B(0, 2, 0) O A(2, 0)
=2
X
x+y Projection of plane 2x + 2y + z = 4
A(2, 0, 0) on xy-plane
Now, it is obvious that the volume V is the volume of tetrahedron as shown n the
figure. In this volume the limits of x, y and z are:
z = 0 to z = 4 2x 2y
y = 0 to y =2x
x = 0 to x = 2.
Therefore,
ZZZ Z 42x2y
Z2 2x Z Z2 2x
Z
divF~ dv = 2xdxdydz = 2x [z]042x2y dxdy
V x=0 y=0 z=0 x=0 y=0
Z2 2x
Z Z2
2x
4xy 2x2 y xy 2 y=0 dx
= 2 2x(4 2x 2y)dxdy = 2
x=0 y=0 x=0
Z2
= (2x3 8x2 + 8x)dx
x=0
8
= .
3
Sol. Here:
ZZZ Z2 Z6 Z4
F~ dv = (2xz i xj y 2 k)dxdydz
V x=0 y=0 z=x2
Z2 Z6 Z4
= (2xz i xj y 2 k)dz dxdy
x=0 y=0 x2
Z2 Z6 h i4
= xz 2 i xz j y 2 z k dxdy
z=x2
x=0 y=0
Z2 Z6 h i
= (16x x5 )i (4x x2 )j y 2 (4 x2 )k dxdy
x=0 y=0
Z2 6
y3
5 2 2
= (16x x )y i (4x x )y j (4 x )k dx
3 y=0
x=0
Z2 h i
= 6 (16x x5 )i (4x x2 )j 12(4 x2 )k dx
x=0
The radial vector r on the boundary of the circle remains constant and
equal to the radius of circle and only varies from 0 to 2.
F~ d~r, where F~ = y 2 i + xy j + xz k
R
Example 20. Use Stokes theorem to evaluate
C
and C is the bounding curve of the hemisphere x2 + y 2 + z 2 = 9, z > 0, oriented
in the positive direction.
Now,
i j k
curlF~ = F~ = x y
z
y 2 xy xz
2 2
= i (xz) (xy) + j (y ) (xz) + i (xy) (y )
y z z x x y
= z j y k.
!
2x i + 2y j + 2z k 2yz
Therefore, curlF~ n = (z j y k) = .
3 3
If Rxy is the projection of S in xy-plane, then Rxy is the circle x2 + y 2 = 9 and we
dxdy 3dxdy
have ds = = . Putting all these values in equation (16) we obtain:,
n k z
ZZ
2yz 3dxdy
I ZZ
~
F d~r = = 2 ydxdy
3 z
C Rxy Rxy
2 2
Z3 9x
Z Z3 9x
Z
= 2 ydxdy = 2 ydy dx
3 9x2 3 9x2
Z3
= 2 0 dx (since y is an odd function)
3
= 0.
H
Example 21. Apply Stokes theorem and evaluate [(x + y)dx + (2x z)dy(z +
C
y)dz], where C is the boundary of the triangle with vertices (2, 0, 0), (0, 3, 0) and
(0, 0, 6).
Here S is any surface with bounding curve C. Since the curve C is the boundary of
the triangle with vertices (2, 0, 0), (0, 3, 0) and (0, 0, 6), we can choose any surface such
that its boundary curve is C. We choose the simplest, the plane passing through these
points. Now, the equation of plane through the points (2, 0, 0), (0, 3, 0) and (0, 0, 6)
x y z
will be + + = 1 or 3x + 2y + z = 6. Therefore, the equation of surface is
2 3 6
= 3x + 2y + z 6. Now
grad = = i + j + k (3x + 2y + z 6) = 3i + 2j + k.
x y z
Dr. Satish Shukla 22 of 36
Z C(0, 0, 6) Y
B(0, 3)
3x + 2y + z = 6
Q
3x
+
2y
=
6
dy
dx
Y X
O O P A(2, 0)
B(0, 3, 0)
2y =6
3x +
X A(2, 0, 0) Projection of plane on xy-plane
If Rxy is the projection of S in xy-plane, then Rxy is the triangle bonded by the
dxdy
lines x = 0, y = 0 and 3x + 2y = 6 as shown in the figure, and we have ds = =
n k
14 dxdy. Putting all these values in equation (17) we obtain:,
7
I ZZ ZZ
F~ d~r = 14dxdy = 7 dxdy
14
C Rxy Rxy
= 7 area of projection Rxy = 7 area of triangleOAB
1
= 7 23
2
= 21.
Z Y
S
1
r=
n
d
dr
X
O
O Y
C
X C
Since the curve C is a circle, we use the polar coordinate. Then on the circle C : x2 +
y 2 = 1 we have x = r cos = cos (since the radius r = 1), y = r sin = sin and
varies from = 0 to = 2. Therefore:
Z Z2
~ =
F~ dr [(2 cos sin )d(cos )
C 0
Z2
= [(2 cos sin ) sin d
0
= . (19)
By definition of curl, we have:
i j k
~ ~
curlF = F =
x y z
2x y yz y 2 z
2
2 2 2
= (y z) (yz ) i + (2x y) (y z) j
y z z x
2
+ (yz ) (2x y) k
x y
= k.
Dr. Satish Shukla 24 of 36
grad 2xi + 2y j + 2z k
n = =p = xi + y j + z k.
|grad| 4(x2 + y 2 + z 2 )
Now we calculate the surface integral. If Rxy is the projection of the surface S on
xy-plane, then Rxy is the circle x2 + y 2 = 1 and
dxdy dxdy
ZZ ZZ ZZ
curlF~ nds = curlF~ n = k (xi + y j + z k)
n k (xi + y j + z k) k
S S S
ZZ
= dxdy = area of the circle Rxy
S
= . (20)
Example 23. Verify Stokes theorem for F~ = (x2 y 2 )i + 2xy j, taken around the
rectangle in the plane z = 0 and bounded by the lines x = 0, y = 0, x = a and
y = b.
where C is the boundary of the rectangle OABC and S is the area of this rectangle,
as shown in the figure. First we find the line integral. Then it is clear from the figure
that the curve C is divided into four curves C1 , C2 , C3 and C4 and
Z Z Z Z Z
~ =
F~ dr ~ +
F~ dr ~ +
F~ dr ~ +
F~ dr ~
F~ dr. (22)
C C1 C2 C+3 C4
C3 B(a,b)
C(0,b) (1) On C1 : y = 0 so dy = 0 and x changes from 0 to a;
y=b
O(0,0) C1 A(a,0)
Now
Z Z Z Zb
~ =
F~ dr 2 2
[(x y )dx 2xydy] = 2 2
[(a y )0 2aydy] = 2aydy = ab2 .
C2 C2 C2 0
Z Z Z Z0
~ =
F~ dr 2 2
[(x y )dx 2xydy] = 2 2
[(x b )dx 0] = (x2 b2 )dx
C3 C3 C3 a
a3
= + ab2 .
3
Z Z Z
~ =
F~ dr [(x2 y 2 )dx 2xydy] = [(0 y 2 )0 0dy] = 0.
C4 C4 C4
Example 24. Verify Stokes theorem for F~ = (x2 y 2 )i + 2xy j over the box
bounded by the planes x = 0, x = a, y = 0, y = b, z = 0, z = c if the face z = 0 is
cut.
and C is the boundary of the triangle with vertices (0, 0, 0), (1, 0, 0), (1, 1, 0).
where S is any surface whose bounding curve is the triangle OAB with given vertices
as shown in the figure.
B(1, 1, 0)
Y
O(0, 0, 0) C A(1, 0, 0)
Since the surface S, i.e., the triangle OAB is in the xy-plane, we have n = k. Now
i j k
curlF~ = F~ =
x
2 y z
2
y x (x + z)
2 2
= (x z) (x ) i + (y ) (x z) j
y z z x
2 2
+ (x ) (y ) k
x y
= j + 2(x y)k.
So, curlF~ n = [j + 2(x y)k] k = 2(x y). Also, since the surface, i.e., triangle
OAB is in xy-plane we have ds = dxdy. On the triangle OAB, y changes from y = 0
Dr. Satish Shukla 27 of 36
Z ZZ Z1 Zx
~ =
F~ dr 2(x y)dxdy = 2(x y)dxdy
C S x=0 y=0
Z1 Zx Z1 x
y2
= 2(x y)dy dx = 2 (xy ) dx
2 y=0
x=0 y=0 x=0
Z1
= x2 dx
x=0
1
= .
3
where S is any surface with bounding curve C. Since C is the square OABC formed by
the lines x = 0, y = 0, x = a and y = b, therefore, take S as the area of this rectangle.
On comparing the given integral with equation (26) we obtain:
F1 = x2 + xy, F2 = x2 + y 2 .
Therefore,
F1 F2
= x and = 2x.
y x
On the surface of rectangle, OABC y changes from y = 0 to y = b and x changes from
x = 0 to x = a. Therefore, from (26) we obtain:
ZZ
F2 F1
Z Z
2 2 2
(x + xy)dx + (x + y )dy = (F1 dx + F2 dy) = dxdy
x y
C C S
ZZ Za Zb
= (2x x) dxdy = xdxdy
S x=0 y=0
2
ab
= .
2
(Q.1) Evaluate
R
~ where F~ = y i + z j + xk and C is the circle x2 + y 2 = 1, z = 0.
F~ dr,
C
(Hint: apply the Stokes theorem) Ans.
(Q.2) Verify Stokes theorem for F~ = (x2 + y 2 )i 2xy j, where C is the rectangle
bounded by the lines x = a, y = 0, y = b.
(Q.3) Verify Stokes theorem for F~ = x2 i + xy j, integrated along the square whose
sides are x = 0, y = 0, x = a and y = a, in the plane z = 0.
(Q.5) Verify Greens theorem for [(xy + y 2 )dx + x2 dy], where C is the closed path
R
C
formed by y = x and y = x3 from (0, 0) (1, 1) (0, 0).
If you perform a surface integral over the curved surface of a cylinder and
use the cylindrical coordinates (r, , z). Then, during the process, assume
a as constant and equal to the radius of cylinder and and z vary. The
angle varies from 0 to 2 and z with its given limits.
If you perform a surface integral over the surface of a sphere and use spher-
ical coordinates (r, , ). Then, during the process, assume r a constant
and equal to the radius of sphere and and vary. The angle varies
from = 0 to = 2 and from = 0 to = .
divF~ = F~ = i + j + k (4xi 2y 2 j + z 2 k)
x y z
= (4x) + (2y 2 ) + (z 2 )
x y z
= 4 4y + 2z.
In the volume
of cylinder, the
values of z changes from z = 0 to z = 3 and y changes
from y = 4 x2 to y = 4 x2 and then x changes from x = 2 to z = 2.
Therefore, we obtain from equation (27):
2
ZZ ZZZ Z2 4x Z3
Z
F~ nds = (4 4y + 2z)dv = (4 4y + 2z)dxdydz
S V 2 4x2 0
2 2
Z2 4x
Z Z2 4x
Z
3
4z 4yz + z 2 0 dxdy =
= [21 12y] dxdy
2 4x2 2 4x2
Z2 Z 4x2 Z2 Z2
4x2
= 2 21dxdy = 42 [y]0 dx = 84 4 x2 dx
2 0 2 0
x
4 x 2
= 84 4 x2 + sin1
2 2 2 0
= 84.
ZZ ZZZ
F~ nds = divF~ dv. (28)
S V
divF~ = F~ = i + j + k (4xz i + xyz 2 j + 3z k) = 4z + xz 2 + 3.
x y z
Dr. Satish Shukla 30 of 36
Z z=4
Y
x2 + y 2 = 16
Q
X
O
P
Y
X O
ZZ ZZZ ZZ Z4
F~ nds = (4z + xz + 3)dv =2
(4z + xz 2 + 3)dxdydz
S V R
x2 +y 2
4
xz 3
ZZ
= 2z 2 + + 3z dxdy
3 x2 +y 2
R
64x x 2
ZZ
2 2 2 3/2 2 2 1/2
= 44 + 2(x + y ) (x + y ) 3(x + y ) dxdy.
3 3
R
To solve the above integral, we use the polar coordinates. Then we know that x =
r cos , y = r sin , dxdy = rddr and the equation of circle x2 + y 2 = 16 will be r = 4,
and on this circle R, r varies from r = 0 to r = 4 and varies from = 0 to = 2.
Therefore:
Z2 Z4
r4 cos
64r cos
ZZ
F~ nds = 44 + 2
2r 3r rddr
3 3
S =0 r=0
Z2 4
64r3 cos r2 r6 cos
2
= 22r + r3 d
9 2 18 r=0
=0
Z2
642 cos
= 160 + d
18
=0
2
642 sin
= 160 +
18 =0
= 320.
Dr. Satish Shukla 31 of 36
Example 29. Verify the Divergence theorem for F~ = 2x2 y i y 2 j + 4xz 2 k taken
over the region in the first octant bounded by y 2 + z 2 = 9 and x = 2.
First we evaluate the surface integral. Then, the surface S is the surface of the cylinder
bounded by y 2 + z 2 = 9 and x = 2 in the first octant, as shown in the figure.
X x=2 X i
A B
S2
k
S5
j n
S3
S4
Y Y
O O
S1 C
Z Z
2=9
y2 + z i
Clearly, the surface of the cylinder consists of five surfaces, S1 (the circle y 2 +z 2 = 9
in yz-plane), S2 (the circle y 2 + z 2 = 9 in the plane x = 2), S3 (the curved surface of
cylinder y 2 + z 2 = 9), S4 (a rectangular part of zx-plane) and S5 (a rectangular part
of xy-plane). Therefore:
ZZ ZZ ZZ ZZ ZZ ZZ
F~ nds = F~ nds + F~ nds + F~ nds + F~ nds + F~ nds. (30)
S S1 S2 S3 S4 S5
ZZ ZZ
F~ nds = 2x2 yds = 0.
S1 S1
p
z= 9 y 2 and y from y = 0 to y = 3. Therefore:
9y 2
ZZ ZZ Z3 Z Z3
9y 2
F~ nds = 2
2x yds = 8 ydydz = 8 y [z]0 dy
S2 S1 0 0 0
Z3 p
2
8h i3
2 3/2
= 8 y 9 y dy = 9y
3 0
0
= 72.
(iii): The equation of surface S3 is S3 = y 2 + z 2 9. Now,
gradS3 = S3 = i + j + k (y 2 + z 2 9) = 2y j + 2z k.
x y z
Therefore
gradS3 2y j + 2z k 2y j + 2z k y j + z k y j + z k
n = = =p =p = .
|gradS3 | |2y j + 2z k| 4y 2 + 4z 2 y2 + z2 3
If Rxy is the projection of S3 on xy-plane, then Rxy is the area OCBA. On this area,
ds = dxdy and x changes from x = 0 to x = 2 and y changes from y = 0 to y = 3.
y 3 + 4xz 3 z
Also, F~ n = and n k = . So:
3 3
Z2 Z3
dxdy (y 3 + 4xz 3 )/3
ZZ ZZ
F~ nds = F~ n = dxdy
n k z/3
S3 Rzx 0 0
Z2 Z3
= (y 3 /z + 4xz 2 )dxdy
0 0
Z2 Z3
!
y 3
= p + 4x(9 y 2 ) dxdy
9y 2
0 0
!
Z2 Z3 3
y
= p + 4x(9 y 2 ) dy dx.
9 y2
0 0
Z2 /2
Z
27 sin3 + 108x cos3 d dx
=
0 0
/2 /2
2
Z Z Z
= 27 sin3 d + 108x cos3 d dx.
0 0 0
Dr. Satish Shukla 33 of 36
/2 /2
2
sin3 d = cos3 d = . Therefore:
R R
Note that
0 0 3
Z2 Z2
2 2
ZZ
F~ nds = 27 + 108x dx = [18 + 72x] dx
3 3
S3 0 0
2
2
= 18x + 72x /2 0
= 180.
Similarly, the surface integrals over S4 and S5 are zero. Putting these values in (30)
we obtain ZZ
F~ nds = 0 + 72 + 108 + 0 + 0 = 180. (31)
S
Now we calculate the volume integral over the volume of cylindrical shape. Then
divF~ = F~ = 4xy 2y +
8xz. In this volume V z changes from x = 0 to x = 2, y
changes from y = 0 to y = 9 z 2 and z from z = 0 to z = 3. Therefore:
2 2
ZZZ Z3 9z Z2
Z Z3 9z Z2
Z
divF~ dv = 4xy 2y + 8xz = (4xy 2y + 8xz)dzdydx
V z=0 y=0 x=0 z=0 y=0 x=0
Z3 Z 9z 2 Z3 9z
Z
2
2 2
= 2x y 2xy + 4x2 z 0 dzdy = 4 [y + 4z] dzdy
z=0 y=0 z=0 y=0
Z3 Z3
9z2 9 z2
2
= 4 y /2 + 4yz y=0 dz = 4 2
+ 4z 9 z dz
2
z=0 0
3
3
9z z /3 4 3/2
= 4 9 z2
2 3 0
= 180. (32)
First, we find the value of surface integral. Then, S is the surface of the cube bounded
by the planes x = 0, x = 1, y = 0, y = 1, z = 0, z = 1 and V is the volume of this cube,
as shown in the figure. Clearly, the surface S consists of six faces of the cube as shown
in the figure. Namely, S1 , the square ABCD, S2 , the square OEF G, S3 , the square
Dr. Satish Shukla 34 of 36
BEF C, S4 , the square AOGD, S5 , the square GDCF , and S6 , the square ABEO.
Therefore:
ZZ ZZ ZZ ZZ ZZ ZZ ZZ
F~ nds = F~ nds + F~ nds + F~ nds + F~ nds + F~ nds + F~ nds.
S S1 S2 S3 S4 S5 S6
(33)
R1 R1 2 R1 R1 2
F~ nds =
RR
(i) On S1 : On S1 , x = 1, and so x dydz = 1 dydz = 1.
S1 0 0 0 0
R1 R1 R1 R1
F~ nds = x2 dydz =
RR
(ii) On S2 : On S2 , x = 0, and so 0dydz = 0.
S2 0 0 0 0
R1 R1 R1 1
F~ nds = [z 2 /2]0 dx = 1/2.
RR
(iii) On S3 : On S3 , y = 1, and so zdxdz =
S3 0 0 0
R1 R1 R1 1
F~ nds = [z 2 /2]0 dx = 1/2.
RR
(iv) On S4 : On S4 , y = 0, and so zdxdz =
S4 0 0 0
R R1
1 R1 1
F~ nds = [1 y 2 /2]0 dx = 1/2.
RR
(v) On S5 : On S5 , z = 1, and so yzdxdy =
S5 0 0 0
R1 R1 R1 R1
F~ nds =
RR
(vi) On S6 : On S6 , z = 0, and so yzdxdy = y 0 dxdy = 0.
S6 0 0 0 0
On putting these values in equation (33):
1 1 1 3
ZZ
F~ nds = 1 + 0 + + + 0 = . (34)
2 2 2 2
S
Now, divF~ = F~ = i + j + k 2
x i + z j + yz k = 2x + y. Therefore:
x y z
Z1 Z1 Z1
3
ZZZ
divF~ dv = (2x + y)dxdydz = (35)
2
V 0 0 0
~ = curlF~ in the
where V is the volume bounded by the closed surface S. Putting G
above equation we obtain:
Z ZZZ
curlF~ nds = divcurlF~ dv (36)
S V
(Q.1) Evaluate
R
~ where F~ = yz i + 2y 2 j + xz 2 k and S is the surface of the
F~ ds,
S
cylinder x2 + y 2 = 9 contained in the first octant between the planes z = 0 and
z = 2. Ans. 108
(Q.2) If F~ = (2x2 3z)i 2xy j 4xk, then find the value of F~ dv, where V is
RRR
V
8
bounded by the planes x = 0, y = 0, z = 0 and 2x + 2y + z = 4. Ans. 3
(Q.3) Verify Gauss divergence theorem for F~ = xi y j + (z 2 1)k and S is the surface
bonded by the planes z = 0, z = 1 and the cylinder x2 + y 2 = 4.
(Q.4) Verify divergence theorem for F~ = 4xz i y 2 j + yz k, over the rectangular par-
allelepiped 0 x a, 0 y b, 0 z c.
(Q.5) Verify the Gauss Divergence theorem for F~ = y i + xj + z 2 k over the cylindrical
region bounded by x2 + y 2 = 9, z = 0 and z = 1.