19 notes
19 notes
1
cumbersome. It is perhaps better to convert the integral into a line integral.
By Stokes theorem, we have
Z Z I
~ =
(O × F~ ) · dS ~
F~ · dr,
S C
2
2 The divergence theorem
In this section, we are going to study the Divergence theorem, which is due
to Gauss, and is also sometimes called the Gauss’s divergence theorem.
At this point, recall the vector form of Green’s theorem. Green’s theorem
was considered on a planar region (2-dimensional) and we had found that
I Z Z
F~ · n̂ds = (O · F~ )dA.
C D
This was the result in the vector form of Green’s theorem. All this was in a
2-dimensional plane.
It makes sense to extend this result (Green’s theorem) H to the 3-dimensional
space. Then, intuitively speaking, the line integral C F~ · n̂ds should have
become a surface integral of the form S (F~ · n̂)dS (for some surface S), and
R R
the double integral D (O · F~ )dA should have become a triple integral of the
R R
3
partial derivatives. Then the left hand side (LHS) integral in the statement
of divergence theorem equals
Z Z Z Z Z Z Z Z
(F~ · n̂)dS = (P î) · n̂dS + (Qĵ) · n̂dS + (Rk̂) · n̂dS
S S S S
and the right hand side (RHS) integral in the statement of divergence theorem
equals Z Z Z
∂P ∂Q ∂R
+ + dV.
E ∂x ∂y ∂z
If we can prove that
Z Z Z Z Z
∂P
(P î) · n̂dS = dV, (1)
S E ∂x
Z Z Z Z Z
∂Q
(Qĵ) · n̂dS = dV, (2)
S E ∂y
and Z Z Z Z Z
∂R
(Rk̂) · n̂dS = dV, (3)
S E ∂z
then we are done.
We will prove (3). The proofs of (1) and (2) are similar. To prove (3), we
are going to consider E as a type 1 region. That is,
Z Z
= [R(x, y, u2 (x, y)) − R(x, y, u1 (x, y))] dA. (4)
D
R R
And the LHS integral in equation (3) equals S (Rk̂) · n̂dS.
The region E is bounded by the surfaces S1 , S2 and S3 (as shown in Figure
4
Figure 2.0.1: E as a type 1 region
2.0.1). The surface S1 is the lower one, S2 is the upper one, and S3 is the
side surface. The surface S is the union of S1 , S2 and S3 . So we have
Z Z 3 Z Z
X
(Rk̂) · n̂dS = (Rk̂) · n̂dS.
S i=1 Si
R R
Let us focus on S3 (Rk̂) · n̂dS first. On S3 , observe that any outward
normal n̂ is always going to be horizontal. And the vector k̂ is in the vertical
direction. The dot product of k̂ and n̂ is going to be 0. Therefore we have
Z Z
(Rk̂) · n̂dS = 0.
S3
R R
Let us now focus on S2 (Rk̂) · n̂dS. Since S2 is the upper surface, it fol-
lows that the normal n̂ to it will have its z-component positive (that is,
the outward normal will point upwards). In fact, the normal vector will be
< − ∂u
∂x
2
, − ∂u
∂y
2
, 1 >. We can then apply Remark 2.3.5 of the previous lecture
notes, and conclude that
Z Z Z Z
(Rk̂) · n̂dS = R(x, y, u2 (x, y))dA.
S2 D
Similarly, for the lower surface S1 , the normal n̂ will have its z-component
negative (that is, the outward normal will point downwards). In fact, the
5
normal vector will be < ∂u
∂x
1 ∂u1
, ∂y , −1 >. So we can do a calculation similar to
that shown in Remark 2.3.5 of the previous lecture notes, and conclude that
Z Z Z Z
(Rk̂) · n̂dS = − R(x, y, u1 (x, y))dA.
S1 D
Therefore,
Z Z Z Z
(Rk̂) · n̂dS = [R(x, y, u2 (x, y)) − R(x, y, u1 (x, y))]dA,
S D
which is nothing but the expression on the right hand side of equation (4)
above.
We can work out similarly for proving (1) and (2). For those proofs, we will
have to consider E as a type 3 or type 2 region and proceed. This completes
the proof.
Example 2.0.3. Find the flux of the vector field F~ (x, y, z) = z î + y ĵ + xk̂
over the unit sphere x2 + yR2 + 2
R z = 1.
~ where S is the unit sphere. By diver-
Basically, we have to find S F~ · dS,
gence theorem, Z Z Z Z Z
~ ~
F · dS = O · F~ dV,
S E
where E is the solid unit sphere. Here,
∂ ∂ ∂
O · F~ = (z) + (y) + (x) = 1.
∂x ∂y ∂z
This implies that
Z Z Z Z Z Z
~ 4 4π
O · F dV = 1dV = V olume of E = π(1)2 = .
E E 3 3
So we could compute a complicated surface integral in a much simple way
using divergence theorem.
~ where
Example 2.0.4. Evaluate S F~ · dS,
R R
2
F~ (x, y, z) = xy î + (y 2 + exz )ĵ + sin(xy)k̂
6
Figure 2.0.2: Figure for Example 2.0.4
Observe from the figure that if we take the projection/shadow of E on the xz-
plane, then the computation of the integral will become easy. That means,
we have to consider E as a type 3 region as follows:
E = {(x, y, z) ∈ R3 | − 1 ≤ x ≤ 1, 0 ≤ z ≤ 1 − x2 , 0 ≤ y ≤ 2 − z}.
Observe also that
∂ ∂ 2 2 ∂
O · F~ = (xy) + (y + exz ) + (sin(xy))
∂x ∂y ∂z
= y + 2y + 0 = 3y.
Then by divergence theorem,
Z Z Z Z Z
~ ~
F · dS = O · F~ dV
S E
Z 1 Z 1−x2 Z 2−z
= 3ydydzdx.
x=−1 z=0 y=0
The rest of the calculation is left to the reader as an exercise.
—————-END——————