15 Vector Analysis

15.7 The Divergence Theorem and Stokes’ Theorem

The Divergence Theorem

Theorem 15.4.2 gives the Divergence Theorem in the plane, which states that the flux of a vector field across a closed curve equals the sum of the divergences over the region enclosed by the curve. Recall that the flux was measured via a line integral, and the sum of the divergences was measured through a double integral.

We now consider the three-dimensional version of the Divergence Theorem. It states, in words, that the flux across a closed surface equals the sum of the divergences over the domain enclosed by the surface. Since we are in space (versus the plane), we measure flux via a surface integral, and the sums of divergences will be measured through a triple integral.

margin: Note: the term “outer unit normal vector” used in Theorem 15.7.1 means n points to the outside of 𝒮. Λ
Theorem 15.7.1 The Divergence Theorem (in space)

Let D be a closed domain in space whose boundary is an orientable, piecewise smooth surface 𝒮 with outer unit normal vector n, and let F be a vector field whose components are differentiable on D. Then

𝒮FndS=DdivFdV.
margin:
(fullscreen)
Figure 15.7.1: The surfaces used in Example 15.7.1. Λ
Example 15.7.1 Using the Divergence Theorem in space

Let D be the domain in space bounded by the planes z=0 and z=2x, along with the cylinder x=1-y2, as graphed in Figure 15.7.1, let 𝒮 be the boundary of D, and let F=x+y,y2,2z.

Verify the Divergence Theorem by finding the total outward flux of F across 𝒮, and show this is equal to DdivFdV.

SolutionThe surface 𝒮 is piecewise smooth, comprising surfaces 𝒮1, which is part of the plane z=2x, surface 𝒮2, which is part of the cylinder x=1-y2, and surface 𝒮3, which is part of the plane z=0. To find the total outward flux across 𝒮, we need to compute the outward flux across each of these three surfaces.

We leave it to the reader to confirm that surfaces 𝒮1, 𝒮2 and 𝒮3 can be parameterized by r1, r2 and r3 respectively as

r1(u,v) =v(1-u2),u,2v(1-u2),
r2(u,v) =(1-u2),u,2v(1-u2),
r3(u,v) =v(1-u2),u,0,

where -1u1 and 0v1 for all three functions.

We compute a unit normal vector n for each as ru×rvru×rv, though recall that as we are integrating FndS, we actually only use ru×rv. Finally, in previous flux computations, it did not matter which direction n pointed as long as we made note of its direction. When using the Divergence Theorem, we need n to point to the outside of the closed surface, so in practice this means we’ll either use ru×rv or rv×ru, depending on which points outside of the closed surface 𝒮.

We leave it to the reader to confirm the following cross products and integrations are correct.

For 𝒮1, we need to use r1v×r1u=2(u2-1),0,1-u2. (Note the z-component is nonnegative as u1, therefore this vector always points up, meaning to the outside, of 𝒮.) The flux across 𝒮1 is:

𝒮1 Fn1dS
=01-11F(r1(u,v))(r1v×r1u)dudv
=01-11v(1-u2)+u,u2,4v(1-u2)2(u2-1),0,1-u2dudv
=01-11(2u4v+2u3-4u2v-2u+2v)dudv
=1615.

For 𝒮2, we use r2u×r2v=2(1-u2),4u(1-u2),0. (Note that the first is always nonnegative, meaning this vector points outside 𝒮.) The flux across 𝒮2 is:

𝒮2Fn2dS =01-11F(r2(u,v))(r2u×r2v)dudv
=01-111-u2+u,u2,4v(1-u2)
2(1-u2),4u(1-u2),0dudv
=01-11(4u5-2u4-2u3+4u2-2u-2)dudv
=3215.

For 𝒮3, we use r3u×r3v=0,0,u2-1. (Note the z-component is never positive, meaning this vector points down, outside of 𝒮.) The flux across 𝒮3 is:

𝒮3Fn3dS =01-11F(r3(u,v))(r3u×r3v)dudv
=01-11v(1-u2)+u,u2,00,0,u2-1dudv
=01-110dudv
=0.

Thus the total outward flux, measured by surface integrals across all three component surfaces of 𝒮, is 16/15+32/15+0=48/15=16/5=3.2. We now find the total outward flux by integrating divF over D.

Following the steps outlined in Section 14.6, we see the bounds of x, y and z can be set as (thinking “surface to surface, curve to curve, point to point”):

0z2x;0x1-y2;-1y1.

With divF=1+2y+2=2y+3, we find the total outward flux of F over 𝒮 as:

Flux=DdivFdV=-1101-y202x(2y+3)dzdxdy=16/5,

the same result we obtained previously.

In Example 15.7.1 we see that the total outward flux of a vector field across a closed surface can be found two different ways because of the Divergence Theorem. One computation took far less work to obtain. In that particular case, since 𝒮 was comprised of three separate surfaces, it was far simpler to compute one triple integral than three surface integrals (each of which required partial derivatives and a cross product). In practice, if outward flux needs to be measured, one would choose only one method. We will use both methods in this section simply to reinforce the truth of the Divergence Theorem.

We practice again in the following example.

margin:
(fullscreen)
Figure 15.7.2: The surfaces used in Example 15.7.2. Λ
Example 15.7.2 Using the Divergence Theorem in space

Let 𝒮 be the surface formed by the paraboloid z=1-x2-y2, z0, and the unit disk centered at the origin in the x-y plane, graphed in Figure 15.7.2, and let F=0,0,z. (This surface and vector field were used in Example 15.6.3.)

Verify the Divergence Theorem; find the total outward flux across 𝒮 and evaluate the triple integral of divF, showing that these two quantities are equal.

SolutionWe find the flux across 𝒮 first. As 𝒮 is piecewise-smooth, we decompose it into smooth components 𝒮1, the disk, and 𝒮2, the paraboloid, and find the flux across each.

In Example 15.6.3, we found the flux across 𝒮1 is 0. We also found that the flux across 𝒮2 is π/2. (In that example, the normal vector had a positive z component hence was an outer normal.) Thus the total outward flux is 0+π/2=π/2.

We now compute DdivFdV. We can describe D as the domain bounded by (think “surface to surface, curve to curve, point to point”):

0z1-x2-y2,-1-x2y1-x2,-1x1.

This description of D is not very easy to integrate. With polar, we can do better. Let R represent the unit disk, which can be described in polar simply as r, where 0r1 and 0θ2π. With x=rcosθ and y=rsinθ, the surface 𝒮2 becomes

z=1-x2-y21-(rcosθ)2-(rsinθ)21-r2.

Thus D can be described as the domain bounded by:

0z1-r2,0r1,0θ2π.

With divF=1, we can integrate, recalling that dV=rdzdrdθ:

DdivFdV=02π0101-r2rdzdrdθ=π2,

which matches our flux computation above.

Example 15.7.3 A “paradox” of the Divergence Theorem and Gauss’s Law

The magnitude of many physical quantities (such as light intensity or electromagnetic and gravitational forces) follow an “inverse square law”: the magnitude of the quantity at a point is inversely proportional to the square of the distance to the source of the quantity.

Let a point light source be placed at the origin and let F be the vector field which describes the intensity and direction of the emanating light. At a point (x,y,z), the unit vector describing the direction of the light passing through that point is x,y,z/x2+y2+z2. As the intensity of light follows the inverse square law, the magnitude of F at (x,y,z) is k/(x2+y2+z2) for some constant k. Taken together,

F(x,y,z)=k(x2+y2+z2)3/2x,y,z.
margin:
(fullscreen)
Figure 15.7.3: The cube used in Example 15.7.3. Λ

Consider the cube, centered at the origin, with sides of length 2a for some a>0 (hence corners of the cube lie at (a,a,a), (-a,-a,-a), etc., as shown in Figure 15.7.3). Find the flux across the six faces of the cube and compare this to DdivFdV.

SolutionLet 𝒮1 be the “top” face of the cube, which can be parameterized by r(u,v)=u,v,a for -aua, -ava. We leave it to the reader to confirm that ru×rv=0,0,1, which points outside of the cube.

The flux across this face is:

Flux =𝒮1FndS
=-aa-aaF(r(u,v))(ru×rv)dudv
=-aa-aaka(u2+v2+a2)3/2dudv.
This double integral is not trivial to compute, requiring multiple trigonometric substitutions. This example is not meant to stress integration techniques, so we leave it to the reader to confirm the result is
=2kπ3.

Note how the result is independent of a; no matter the size of the cube, the flux through the top surface is always 2kπ/3.

An argument of symmetry shows that the flux through each of the six faces is 2kπ/3, thus the total flux through the faces of the cube is 6×2kπ/3=4kπ.

It takes a bit of algebra, but we can show that divF=0. Thus the Divergence Theorem would seem to imply that the total flux through the faces of the cube should be

Flux =DdivFdV=D0dV=0,

but clearly this does not match the result from above. What went wrong?

Revisit the statement of the Divergence Theorem. One of the conditions is that the components of F must be differentiable on the domain enclosed by the surface. In our case, F is not differentiable at the origin — it is not even defined! As F does not satisfy the conditions of the Divergence Theorem, it does not apply, and we cannot expect 𝒮FndA=DdivFdV.

Since F is differentiable everywhere except the origin, the Divergence Theorem does apply over any domain that does not include the origin. Let 𝒮2 be any surface that encloses the cube used before, and let D^ be the domain between the cube and 𝒮2; note how D^ does not include the origin and so the Divergence Theorem does apply over this domain. The total outward flux over D^ is thus D^divFdV=0, which means the amount of flux coming out of 𝒮2 is the same as the amount of flux coming out of the cube. The conclusion: the flux across any surface enclosing the origin will be 4kπ.

This has an important consequence in electrodynamics. Let q be a point charge at the origin. The electric field generated by this point charge is

E=q4πϵ0x,y,z(x2+y2+z2)3/2,

i.e., it is F with k=q/(4πϵ0), where ϵ0 is a physical constant (the “permittivity of free space”). Gauss’s Law states that the outward flux of E across any surface enclosing the origin is q/ϵ0.

Our interest in the Divergence Theorem is twofold. First, it’s truth alone is interesting: to study the behavior of a vector field across a closed surface, one can examine properties of that field within the surface. Secondly, it offers an alternative way of computing flux. When there are multiple methods of computing a desired quantity, one has power to select the easiest computation as illustrated next.

Example 15.7.4 Using the Divergence Theorem to compute flux

Let 𝒮 be the cube bounded by the planes x=±1, y=±1, z=±1, and let F=x2y,2yz,x2z3. Compute the outward flux of F over 𝒮.

SolutionWe compute divF=2xy+2z+3x2z2. By the Divergence Theorem, the outward flux is the triple integral over the domain D enclosed by 𝒮:

Outward flux:-11-11-11(2xy+2z+3x2z2)dzdydx=83.

The direct flux computation requires six surface integrals, one for each face of the cube. The Divergence Theorem offers a much more simple computation.

Stokes’ Theorem

Just as the spatial Divergence Theorem of this section is an extension of the planar Divergence Theorem, Stokes’ Theorem is the spatial extension of Green’s Theorem. Recall that Green’s Theorem states that the circulation of a vector field around a closed curve in the plane is equal to the sum of the curl of the field over the region enclosed by the curve. Stokes’ Theorem effectively makes the same statement: given a closed curve that lies on a surface 𝒮, the circulation of a vector field around that curve is the same as the sum of “the curl of the field” across the enclosed surface. We use quotes around “the curl of the field” to signify that this statement is not quite correct, as we do not sum curlF, but curlFn, where n is a unit vector normal to 𝒮. That is, we sum the portion of curlF that is orthogonal to 𝒮 at a point.

Green’s Theorem dictated that the curve was to be traversed counterclockwise when measuring circulation. Stokes’ Theorem will follow a right hand rule: when the thumb of one’s right hand points in the direction of n, the path C will be traversed in the direction of the curling fingers of the hand (this is equivalent to traversing counterclockwise in the plane).

Theorem 15.7.2 Stokes’ Theorem

Let 𝒮 be a piecewise smooth, orientable surface whose boundary is a piecewise smooth curve C, let n be a unit vector normal to 𝒮, let C be traversed with respect to n according to the right hand rule, and let the components of F have continuous first partial derivatives over 𝒮. Then

CFdr=𝒮(curlF)ndS.

In general, the best approach to evaluating the surface integral in Stokes’ Theorem is to parameterize the surface 𝒮 with a function r(u,v). We can find a unit normal vector n as

n=ru×rvru×rv.

Since dS=ru×rvdA, the surface integral in practice is evaluated as

𝒮(curlF)(ru×rv)dA,

where ru×rv may be replaced by rv×ru to properly match the direction of this vector with the orientation of the parameterization of C.

margin:
(fullscreen)
Figure 15.7.4: As given in Example 15.7.5, the surface 𝒮 is the portion of the plane bounded by the curve. Λ
Example 15.7.5 Verifying Stokes’ Theorem

Considering the planar surface f(x,y)=7-2x-2y, let C be the curve in space that lies on this surface above the circle of radius 1 and centered at (1,1) in the x-y plane, let 𝒮 be the planar region enclosed by C, as illustrated in Figure 15.7.4, and let F=x+y,2y,y2. Verify Stokes’ Theorem by showing CFdr=𝒮(curlF)ndS.

SolutionWe begin by parameterizing C and then find the circulation. A unit circle centered at (1,1) can be parameterized with x=cost+1, y=sint+1 on 0t2π; to put this curve on the surface f, make the z component equal f(x,y): z=7-2(cost+1)-2(sint+1)=3-2cost-2sint. All together, we parameterize C with r(t)=cost+1,sint+1,3-2cost-2sint.

The circulation of F around C is

CFdr =02πF(r(t))r(t)dt
=02π(2sin3t-2costsin2t+3sin2t-3costsint)dt
=3π.

We now parameterize 𝒮. (We reuse the letter “r” for our surface as this is our custom.) Based on the parameterization of C above, we describe 𝒮 with r(u,v)=vcosu+1,vsinu+1,3-2vcosu-2vsinu, where 0u2π and 0v1.

We leave it to the reader to confirm that ru×rv=2v,2v,v. As 0v1, this vector always has a non-negative z-component, which the right-hand rule requires given the orientation of C used above. We also leave it to the reader to confirm curlF=2y,0,-1.

The surface integral of Stokes’ Theorem is thus

𝒮(curlF)ndS =𝒮(curlF)(ru×rv)dA
=0102π2vsinu+2,0,-12v,2v,vdudv
=3π,

which matches our previous result.

One of the interesting results of Stokes’ Theorem is that if two surfaces 𝒮1 and 𝒮2 share the same boundary, then 𝒮1(curlF)ndS=𝒮2(curlF)ndS. That is, the value of these two surface integrals is somehow independent of the interior of the surface. We demonstrate this principle in the next example.

margin:
(fullscreen)
(a)
(fullscreen)
(b)
Figure 15.7.5: As given in Example 15.7.6, the surface 𝒮 is the portion of the plane bounded by the curve. Λ
Example 15.7.6 Stokes’ Theorem and surfaces that share a boundary

Let C be the curve given in Example 15.7.5 and note that it lies on the surface z=6-x2-y2. Let 𝒮 be the region of this surface bounded by C, and let F=x+y,2y,y2 as in the previous example. Compute 𝒮(curlF)ndS to show it equals the result found in the previous example.

SolutionWe begin by demonstrating that C lies on the surface z=6-x2-y2. We can parameterize the x and y components of C with x=cost+1, y=sint+1 as before. Lifting these components to the surface f gives the z component as z=6-x2-y2=6-(cost+1)2-(sint+1)2=3-2cost-2sint, which is the same z component as found in Example 15.7.5. Thus the curve C lies on the surface z=6-x2-y2, as illustrated in Figure 15.7.5.

Since C and F are the same as in the previous example, we already know that CF𝑑r=3π. We confirm that this is also the value of 𝒮(curlF)ndS.

We parameterize 𝒮 with

r(u,v)=vcosu+1,vsinu+1,6-(vcosu+1)2-(vsinu+1)2,

where 0u2π and 0v1, and leave it to the reader to confirm that

ru×rv=2v(vcosu+1),2v(vsinu+1),v,

which also conforms to the right-hand rule with regard to the orientation of C. With curlF=2y,0,-1 as before, we have

𝒮(curlF)ndS=0102π2vsinu+2,0,-12v(vcosu+1),2v(vsinu+1),vdudv=3π.

Even though the surfaces used in this example and in Example 15.7.5 are very different, because they share the same boundary, Stokes’ Theorem guarantees they have equal “sum of curls” across their respective surfaces.

A Common Thread of Calculus

We have threefold interest in each of the major theorems of this chapter: the Fundamental Theorem of Line Integrals, Green’s, Stokes’ and the Divergence Theorems. First, we find the beauty of their truth interesting. Second, each provides two methods of computing a desired quantity, sometimes offering a simpler method of computation.

There is yet one more reason of interest in the major theorems of this chapter. These important theorems also all share an important principle with the Fundamental Theorem of Calculus, introduced in Chapter 5.

Revisit this fundamental theorem, adopting the notation used heavily in this chapter. Let I be the interval [a,b] and let y=F(x) be differentiable on I, with F(x)=f(x). The Fundamental Theorem of Calculus states that

If(x)dx=F(b)-F(a).

That is, the sum of the rates of change of a function F over an interval I can also be calculated with a certain sum of F itself on the boundary of I (in this case, at the points x=a and x=b).

Each of the named theorems above can be expressed in similar terms. Consider the Fundamental Theorem of Line Integrals: given a function z=f(x,y), the gradient f is a type of rate of change of f. Given a curve C with initial and terminal points A and B, respectively, this fundamental theorem states that

Cfds=f(B)-f(A),

where again the sum of a rate of change of f along a curve C can also be evaluated by a certain sum of f at the boundary of C (i.e., the points A and B).

Green’s Theorem is essentially a special case of Stokes’ Theorem, so we consider just Stokes’ Theorem here. Recalling that the curl of a vector field F is a measure of a rate of change of F, Stokes’ Theorem states that over a surface 𝒮 bounded by a closed curve C,

𝒮(curlF)ndS=CFdr,

i.e., the sum of a rate of change of F can be calculated with a certain sum of F itself over the boundary of 𝒮. In this case, the latter sum is also an infinite sum, requiring an integral.

Finally, the Divergence Theorems state that the sum of divergences of a vector field (another measure of a rate of change of F) over a region can also be computed with a certain sum of F over the boundary of that region. When the region is planar, the latter sum of F is an integral; when the region is spatial, the latter sum of F is a double integral.

The common thread among these theorems: the sum of a rate of change of a function over a region can be computed as another sum of the function itself on the boundary of the region. While very general, this is a very powerful and important statement.

In fact, mathematicians occasionally use the symbol to indicate the boundary of something (so the boundary of D would be D). This is the same symbol as a partial derivative, so you’ll have to look at the context to figure out which definition is being used. Having done this, we can express these fundamental theorems in a similar language in Key Idea 15.7.1.

Key Idea 15.7.1 Fundamental Theorems Relating Integrals and Domains

Theorem

Equation Orientation

Fundamental Theorem

of Calculus

f|ab=abf(x)dx

Fundamental Theorem

of Gradient Fields

ϕ|PQ=Cϕds C goes from P to Q

Green’s Theorem

RFdr=RcurlFdA D oriented counterclockwise

Stokes’ Theorem

SFdr=ScurlFndS S oriented with S to the left

2 Divergence Theorem

RFnds=RdivFdA R oriented outwards

3 Divergence Theorem

DFdσ=DdivFdV W oriented outwards

Exercises 15.7

 

Terms and Concepts

  1. 1.

    What are the differences between the Divergence Theorems of Section 15.4 and this section?

  2. 2.

    What property of a vector field does the Divergence Theorem relate to flux?

  3. 3.

    What property of a vector field does Stokes’ Theorem relate to circulation?

  4. 4.

    Stokes’ Theorem is the spatial version of what other theorem?

Problems

In Exercises 5–8., a closed surface 𝒮 enclosing a domain D and a vector field F are given. Verify the Divergence Theorem on 𝒮; that is, show 𝒮FndS=DdivFdV.

  1. 5.
    𝒮 is the surface bounding the domain D enclosed by the plane z=2-x/2-2y/3 and the coordinate planes in the first octant; F=x2,y2,x.
    (fullscreen)
  2. 6.
    𝒮 is the surface bounding the domain D enclosed by the cylinder x2+y2=1 and the planes z=-3 and z=3; F=-x,y,z.
    (fullscreen)
  3. 7.
    𝒮 is the surface bounding the domain D enclosed by z=xy(3-x)(3-y) and the plane z=0; F=3x,4y,5z+1.
    (fullscreen)
  4. 8.
    𝒮 is the surface composed of 𝒮1, the paraboloid z=4-x2-y2 for z0, and 𝒮2, the disk of radius 2 centered at the origin; F=x,y,z2.
    (fullscreen)

In Exercises 9–14., a closed curve C that is the boundary of a surface 𝒮 is given along with a vector field F. Verify Stokes’ Theorem on C; that is, show CFdr=𝒮(curlF)ndS.

  1. 9.

    C is the unit circle in the xy plane and 𝒮 upper unit hemisphere; F=2yı-xȷ+zk

  2. 10.

    C is the curve parameterized by r(t)=cost,sint,1 and 𝒮 is the portion of z=x2+y2 enclosed by C; F=xyı+xzȷ+yzk

  3. 11.

    C is the curve parameterized by r(t)=cost,sint,1 and 𝒮 is the portion of z=x2+y2 enclosed by C; F=z,-x,y.

  4. 12.

    C is the curve parameterized by r(t)=cost,sint,e-1 and 𝒮 is the portion of z=e-x2-y2 enclosed by C; F=-y,x,1.

  5. 13.

    C is the curve that follows the triangle with vertices at (0,0,2), (4,0,0) and (0,3,0), traversing the the vertices in that order and returning to (0,0,2), and 𝒮 is the portion of the plane z=2-x/2-2y/3 enclosed by C; F=y,-z,y.

  6. 14.

    C is the curve whose x and y coordinates follow the parabola y=1-x2 from x=1 to x=-1, then follow the line from (-1,0) back to (1,0), where the z coordinates of C are determined by f(x,y)=2x2+y2, and 𝒮 is the portion of z=2x2+y2 enclosed by C; F=y2+z,x,x2-y.

In Exercises 15–22., a closed surface 𝒮 and a vector field F are given. Find the outward flux of F over 𝒮 either through direct computation or through the Divergence Theorem.

  1. 15.

    𝒮 is the sphere of radius 3 centered at the origin; F=xı+2yȷ+3zk

  2. 16.

    𝒮 is the boundary of the solid cube S={(x,y,z):0x,y,z1}; F=xı+yȷ+zk

  3. 17.

    𝒮 is the unit sphere centered at the origin; F=x3ı+y3ȷ+z3k

  4. 18.

    𝒮 is the unit sphere centered at the origin; F=2ı+3ȷ+5k

  5. 19.

    𝒮 is the surface formed by the intersections of z=0 and z=(x2-1)(y2-1); F=x2+1,yz,xz2.

  6. 20.

    𝒮 is the surface formed by the intersections of the planes z=12(3-x), x=1, y=0, y=2 and z=0; F=x,y2,z.

  7. 21.

    𝒮 is the surface formed by the intersections of the planes z=2y, y=4-x2 and z=0; F=xz,0,xz.

  8. 22.

    𝒮 is the surface formed by the intersections of the cylinder z=1-x2 and the planes y=-2, y=2 and z=0; F=0,y3,0.

In Exercises 23–26., a closed curve C that is the boundary of a surface 𝒮 is given along with a vector field F. Find the circulation of F around C either through direct computation or through Stokes’ Theorem.

  1. 23.

    C is the curve whose x- and y-values are determined by the three sides of a triangle with vertices at (-1,0), (1,0) and (0,1), traversed in that order, and the z-values are determined by the function z=xy; F=z-y2,x,z.

  2. 24.

    C is the curve whose x- and y-values are given by r(t)=2cost,2sint and the z-values are determined by the function z=x2+y3-3y+1; F=-y,x,z.

  3. 25.

    C is the curve whose x- and y-values are given by r(t)=cost,3sint and the z-values are determined by the function z=5-2x-y; F=-13y,3x,23y-3x.

  4. 26.

    C is the curve whose x- and y-values are sides of the square with vertices at (1,1), (-1,1), (-1,-1) and (1,-1), traversed in that order, and the z-values are determined by the function z=10-5x-2y; F=5y2,2y2,y2.

Exercises 27–30. are designed to challenge your understanding and require no computation.

  1. 27.

    Let 𝒮 be any closed surface enclosing a domain D. Consider F1=x,0,0 and F2=y,y2,z-2yz.

    These fields are clearly very different. Why is it that the total outward flux of each field across 𝒮 is the same?

  2. 28.
    (a) Green’s Theorem can be used to find the area of a region enclosed by a curve by evaluating a line integral with the appropriate choice of vector field F. What condition on F makes this possible? (b) Likewise, Stokes’ Theorem can be used to find the surface area of a region enclosed by a curve in space by evaluating a line integral with the appropriate choice of vector field F. What condition on F makes this possible?
  3. 29.

    The Divergence Theorem establishes equality between a particular double integral and a particular triple integral. What types of circumstances would lead one to choose to evaluate the triple integral over the double integral?

  4. 30.

    Stokes’ Theorem establishes equality between a particular line integral and a particular double integral. What types of circumstances would lead one to choose to evaluate the double integral over the line integral?

  1. 31.

    Construct a Möbius strip from a piece of paper, then draw a line down its center (like the dotted line in Figure 15.5.1(b)). Cut the Möbius strip along that center line completely around the strip. How many surfaces does this result in? How would you describe them? Are they orientable?

  2. 32.
    Use a computer algebra system to plot the Möbius strip parameterized as r(u,v)= cosu(1+vcosu2),sinu(1+vcosu2),vsinu2, where 0u2π, -12v12
  3. 33.

    Let 𝒮 be a closed surface and F a smooth vector field. Show that 𝒮(curlF)ndS=0. (Hint: Split 𝒮 in half.)

  4. 34.

    Show that Green’s Theorem is a special case of Stokes’ Theorem. (Hint: Think of how a vector field f(x,y)=P(x,y)i+Q(x,y)j in 2 can be extended in a natural way to be a vector field in 3.)

Omni CMS