Processing math: 100%
Return to Table of Contents
  1. Surface Area and Surface Integrals
  2. Flux across a surface

Surface Integrals

This unit covers the following ideas. In preparation for the quiz and exam, make sure you have a lesson plan containing examples that explain and illustrate the following concepts.

  1. Explain how to setup surface integrals, and use them to compute surface area, average value, centroids, center of mass, moments of inertia, and radii of gyration.
  2. Use surface integrals to compute flux across a surface, in a given direction.
  3. Explain how to use Stokes's theorem to compute circulation.
You'll have a chance to teach your examples to your peers prior to the exam.

Surface Area and Surface Integrals

In first-semester calculus, we learned how to compute integrals bafdx along straight (flat) segments [a,b]. This semester, in the line integral unit, we learned how to change the segment to a curve, which allowed us to compute integrals Cfds along any curve C, instead of just along curves (segments) on the x-axis. The integral badx=ba gives the length of the segment [a,b]. The integral Cds gives the length s of the curve C. In the double integral unit we learned how to compute double integrals RfdA along flat regions R in the plane. We'll now learn how to change the flat region R into a curved surface S, and then compute integrals of the form Sfdσ along curved surfaces. The differential dσ stands for a little bit of surface area. We already know that RdA gives the area of R. We'll define Sdσ so that it gives the surface area of S.
Consider the surface S given by z=9x2y2 (we've seen this surface many times). A parametrization of this surface is r(x,y)=(x,y,9x2y2).
  1. \instructor{See Sage.}% Draw the surface S. Add to your surface plot the parabolas given by r(x,0), r(x,1), and r(x,2), as well as the parabolas given by r(0,y), r(1,y), and r(2,y). You should have an upside down paraboloid, with at least 6 different parabolas drawn on the surface. These parabolas should divide the surface up into a bunch of different patches. Our goal is to find the area of each patch, where each patch is almost like a parallelogram.
  2. Find rx and ry. At the point (2,1), draw both vectors. These vectors form the edges of a parallelogram. Add that parallelogram to your picture.
  3. Show that the area of a parallelogram whose edges are the vectors rx(x,y) and ry is 1+4x2+4y2. [Hint: think about the cross product.]
  4. Find the area of the parallelogram whose edges are the vectors rxdx and rydy, where dx and dy are to be determined.
In the previous problem, you showed that the area of the parallelogram with edges given by rxdx and rydy is dσ=|rx×ry|dxdy. This little bit of area approximates the area of a tiny patch on the surface. If we add all these areas up, we should obtain the surface area.
Let S be a surface. Let r(u,v)=(x,y,z) be a parametrization of the surface, where the bounds on u and v form a region R in the uv plane. Then the surface area element (representing a little bit of surface) is dσ=|ru×rv|dudv=|ru×rv|dudv. The surface integral of a continuous function f(x,y,z) along the surface S is Sf(x,y,z)dσ=Rf(r(u,v))|ru×rv|dudv. If we let f=1, then the surface area of S is simply σ=Sdσ=R|ru×rv|dudv.
This definition tells us how to compute any surface integral. The steps are almost identical to the line integral steps.
  1. Start by getting a parametrization r of the surface S where the bounds form a region R.
  2. Find a little bit of surface area by computing dσ=|ru×rv|dudv.
  3. Multiply f by dσ, and replace each x, y, z with what they equals from the parametrization.
  4. Integrate the previous function along R, your parameterization's bounds.
Consider the surface S given by z=9x2y2, for z0. A parametrization of this surface is r(x,y)=(x,y,9x2y2),where 9x2y20.
  1. Give a set of inequalities for x and y that describe the region R over which we need to integrate. The inequalities you give should be in a form that you can use them as the bounds of a double integral.
  2. Find dσ=|rx×ry|dxdy.
  3. Set up the surface integral Sdσ as an iterated double integral over R.
  4. Convert the integral above to an integral in polar coordinates (don't forget the Jacobian).
Consider the surface S given by z=9x2y2, for z0. A different parametrization of this surface is r(r,θ)=(rcosθ,rsinθ,9r2),where 9r20.
  1. Give a set of inequalities for r and θ that describe the region Rrθ over which we need to integrate. The inequalities you give should be in a form that you can use them as the bounds of a double integral.
  2. Find dσ=|rr×rθ|drdθ.
  3. Set up the surface integral Sdσ as an iterated double integral over Rrθ.
Find, actually compute, the surface area of the surface S given by z=9x2y2, for z0. Do this by computing any of the integrals from the previous two problems.
If a surface S is parametrized by r(x,y)=(x,y,f(x,y)), show that dσ=1+f2x+f2y dxdy (compute a cross product). If r(x,z)=(x,f(x,z),z), what does dσ equal (compute a cross product - you should see a pattern)?
%If r(y,z)=(f(y,z),y,z), what does dσ equal?
Use the pattern you've discovered to quickly compute dσ for the surface x=4y2z2, and then set up an iterated double integral that would give the surface area of S for x0.
\label{sphere surface area element} Consider the sphere x2+y2+z2=a2. We'll find dσ using two different parameterizations.
  1. If you use the rectangular parametrization r(x,y)=(x,y,a2x2y2), what is dσ? [Hint, use the previous problem.] Why can this parametrization only be use if the surface has positive z-values?
  2. You'll want to memorize this result.
    If you use the spherical parametrization r(ϕ,θ)=(asinϕcosθ,asinϕsinθ,acosϕ), show that dσ=(a2|sinϕ|)dϕdθ=(a2sinϕ)dϕdθ, where we can ignore the absolute values if we require 0ϕπ. Along the way, you'll show that rϕ×rθ=a2sinϕ(sinϕcosθ,sinϕsinθ,cosϕ).
We can compute average value, centroids, center of mass, moments of inertia, and radii of gyration as before. We just replace dA with dσ, and all the formulas are the same.
Consider the hemisphere x2+y2+z2=a2 for z0.
  1. Set up a formula that would give ˉz for the centroid of the hemisphere. I suggest you use a spherical parametrization, as then the bounds are fairly simple, and we know dσ=(a2sinϕ)dϕdθ from the previous problem.
  2. Compute the two integrals in your formula. %By doubling the bottom integral, you'll have also shown that the surface area of a sphere of radius a is σ=4πa2.
  3. Set up an integral formula for Rz, the radius of gyration about the z axis, provided the density is constant.

Flux across a surface

We now want to look at the flux of a vector field across a surface S. In the line integral section, we defined the outward flux of a vector field F across a curve C to be the line integral CFnds, where n is a normal vector point out of region enclosed by a curve C. When we want to find the flux of a vector field across a surface, we must state in which direction we want to compute the flux. We then must make sure that normal vector n we choose to use actually points in the desired direction. The flux of a vector field F across a surface S is the surface integral Flux=Φ=SFndσ. The next problem will help us simplify the computation of ndσ.
Consider again the surface z=9x2y2.
  1. Using the parametrization r(x,y)=(x,y,9x2y2), find a unit normal vector n to the surface so that n points upwards away from the z-axis. State what dσ equals, as well as ndσ. Make sure you explain how you know the normal vector you give is pointing upwards away from the z axis.
  2. Using the parametrization r(r,θ)=(rcosθ,rsinθ,9r2), find a unit normal vector n to the surface so that n points downwards towards the z-axis. State what dσ equals, as well as ndσ. Make sure you explain how you know the normal vector you give is pointing downwards towards the z axis.
[For both parts above, the computations involved were actually done in previous problems. You just need to compile the information here.]
In the problem above, we showed that ndσ=±(rx×ry)dxdy and that ndσ=±(rr×rθ)drdθ. We no longer need to find the magnitude of the cross product, but we must determine the correct sign to put on our cross product. This shows us that we can write flux as Flux=Φ=SFndσ=RuvF(±ru×rv)dudv.
Consider the cone z2=x2+y2 and vector field F=(2x+3y,x2y,yz). Set up an iterated integral that would give the flux of F outwards (away from the z-axis) for the portion of the cone between z=1 and z=3. [Hint: Start by parameterizing the cone by using a polar parametrization x=rcosθ,y=rsinθ,z=?. You should obtain bounds for r and θ that are constants. Compute the normal vector and look at the third component to determine if it points up or down. Then just plug everything into the formula.]
When the surface is flat, often you can determine the normal vector without having to perform any cross products. We'll now compute a flux of a vector field outwards across the 6 faces of a cube.
Find the flux of F=(x+y,y,z) outward across the surface of the cube in the first quadrant bounded by {x=2,y=3,z=5}. The cube has 6 surfaces, so we have to compute the flux across all 6 surfaces. Fill in the table below to complete the flux across each surface, and then compute each integral to find the total flux.
{|c|c|c|c|c|c|} \hline Surface&r(u,v) & n & F(r(u,v)) & Fn & Flux\\\hline Back x=0&0,y,z & 1,0,0 & F(0,y,z)=y,y,z & y& Backydσ=ˉyσ=(32)(15)\\\hline Front x=2& 2,y,z & & F(2,y,z)=2+y,y,z & & \\\hline Left y=0& & & & & 0 (Why?)\\\hline Right y=3& x,3,z & 0,1,0 & F(x,3,z)=x+3,3,z & 3 & 30 (Why?) \\\hline Bottom z=0& & & & & \\\hline Top z=3& & & & & \\\hline
You should be able to complete each integral by considering centroids and surface area of each of the 6 different flat surfaces. Show that the total flux is 90.
In the double integral chapter, we learned a way to greatly simplify flux computations when working with simple closed curves. Green's theorem stated that CFn ds=RMx+NydA. The divergence of F is the quantity div(F)=Mx+Ny. This generalizes to higher dimensions, and is called the divergence theorem. The next problem illustrates how. We'll study this more in the triple integral unit.
Consider the exact same vector field and box as the previous problem. So we have the vector field F=(x+y,y,z) and S is the surface of the cube in the first quadrant bounded by {x=2,y=3,z=5}.
  1. Compute the divergence of F, which is div(F)=Mx+Ny+Pz.
  2. The divergence theorem states that if S is a closed surface (has an inside and an outside), and the inside of the surface is the solid domain D, then the flux of F outward across S equals the triple integral SFn dσ=Ddiv(F)dV. Use the divergence theorem to compute the flux of F across S. [Hint: Just as the area is found by adding up little bits of area, which is what we mean by A=RdA, the volume is found by adding up little bits of volume.]
In problem TODO, we found ndσ=rϕ×rθdϕdθ=a2sinϕ(sinϕcosθ,sinϕsinθ,cosϕ)dϕdθ for a sphere of radius a. Use this to compute the outward flux of F=x,y,z(x2+y2+z2)3/2 across a sphere of radius a. You should get a negative number since the vector field has all arrows pointing in. [Hint: Remember that for a sphere of radius a we have a2=x2+y2+z2. When you perform the dot product of F and n, you'll save yourself a lot of time if you remember that uu=|u|2; the dot product of a vector with itself is the length squared.]
Repeat the previous problem, but this time don't use the formula from problem TODO. In fact, you don't even need to parametrize the surface. Instead, if you are at the point (x,y,z) on a sphere of radius a, give a formula for the outward pointing unit normal vector n. Give this formula by only using a geometric argument. Then find the outward flux of {F=x,y,z(x2+y2+z2)3/2} across a sphere of radius a. You should find that Fn simplifies to a constant, so that you never actually have to compute dσ. Then you can use known facts about the surface area of a sphere.
A sizeable amount of text for Stokes' Theorem is commented out in the source. It is not polished up yet, as I have not yet had time to visit the topic in our course. It is an optional topic, that I hope to get to soon.

Circulation Density and Stokes' Theorem

When we finish the triple integral unit, I will make the next set of problems appear. It is more important that we get to triple integrals. As a final application of surface integrals, we now generalize the circulation version of Green's theorem to surfaces. To start, we need to define the circulation density of a vector field in a specific direction. The direction in which the circulation density is the greatest gives us a physical vector called the curl of the vector vector field. The proofs the facts below are left to an advanced course in mathematics.
Consider the differentiable vector field F=M,N,P. Pick a point P=(x,y,z) and a unit direction vector u. At a point P in space, create a plane through P with unit normal vector u. In that plane, create a circle Ca of radius a centered at P, where σa is the surface area of the region inside Ca on the plane. The quotient 1σaCFdr is a ratio of circulation per surface area. We define the circulation density of F at P about u to be lima01σaCaFdr.
In a more advanced course, we would prove that the circulation density of F at P about u is lima01σaCaFdr=PyNz,MzPx,NxMyu. We call the vector PyNz,MzPx,NxMy the curl of F and we write curl(F)=×F=(x,y,z)×(M,N,P)=(PyNz,MzPx,NxMy)=(PyNz,MzPx,NxMy) The notation ×F gives a convenient way to remember the formula, as curl(F)=×F=det[ijkxyzMNP]=(yPzN,zMxP,xNyM)
The circulation density of F at (x,y,z) about u, written curlFu is largest when u points in the same direction as curlF. The curl of a vector field is the direction of the greatest circulation density, and the magnitude of the curl is the circulation density in that direction. If a vector field causes a large amount of circulation in one direction, then the curl will be a long vector.
Find the curl of each vector field.
See MathInsight.org for a really nice animation of the curl of a vector field.
  1. F(x,y,z)=(z,x,y)
  2. F(x,y,z)=(y+x,x,z)
  3. F(x,y,z)=(x2+y2,x2+z2,y2+z2)
  4. F(x,y,z)=(x3+y,tan1(1+y2)+z2,ez2+sinz2x)
We are now prepared to explain Stokes' Theorem. Let's start by showing how Green's theorem extends to 3D. A vector field in the plane F=(M,N) can be extended to 3D by writing F=(M,N,0). The curl is curlF=0,0,NxMy. A normal vector to a surface S in the xy plane is n=0,0,1. We can then write Green's theorem as CFdr=CMdx+Ndy=Scurlndσ=R(NxMy)dA, where C is a simple closed curve in the plane and S=R is the planar region that is inside C.
Suppose F(x,y,z)=(M,N,P). Suppose that S is a surface in the plane, whose boundary is the simple closed curve C. Suppose that n is a continuous unit normal vector to S along the entire surface, where the orientation of n matches the orientation of C according to the right hand rule (meaning that if you curl your right hand around n with your thumb pointing along n, then your fingers will follow the orientation of C). Then Stokes' theorem states that CFdr=Scurlndσ.
Consider the vector field F=(2z,3y,4x). Let C be the disc x2+z29 in the plane y=2. Let C be the boundary of this disc, so the circle x2+z2=9 in the plane y=2. The curve C is oriented in the counterclockwise direction when looked at from the origin.
  1. Compute the curl of F, and state the unit normal vector n to S that is oriented compatibly with C.
  2. Give a parametrization r(t) of the curve C.
  3. Verify Stokes' theorem by computing both sides of the equation CFdr=Scurlndσ. The left side will require you to set up and evaluate a line integral. The right side will require you to evaluate a surface integral (though you should be able to reduce this integral to a known quantity).
Consider the vector field F=(x+y,y+z,x+z). Let C be the space curve which travels around a triangle in R3 and hits the vertexes (2,0,0), (0,3,0), and (0,0,6), in this order. This triangle lies in the plane S given by x2+y3+z6=1, or equivalently z=63x2y.
  1. Give bounds for x and y so that r(x,y)=(x,y,63x2y) is a parametrization of S.
  2. Show that the circulation of F along C is 18, by using Stokes' theorem.
Let F=z,y2,x2. The surface S, parametrized by r(u,v)=ucosv,usinv,u for 0u1 and 0v2π is a cone. The boundary of S is the curve C is a circle of radius one at height z=1. If we choose as our normal vector to S the outward normal (away from the z-axis), then to use Stokes' theorem we must orient C counterclockwise as seen from below the surface.
  1. Find ndσ (the product should allow you to ignore magnitudes).
  2. Give a parameterization of C that is oriented compatibly with n.
  3. Set up both integrals in Stokes' theorem. Don't evaluate either.
  4. Note that the surface S2, which is the disc x2+y21 at height z=1, has the same boundary C as surface S. The normal vectors to S2 are (0,0,±1). Use Stokes' theorem to compute both integrals above.
Being creative in your choice of surface can sometimes make a problem trivial.
Let F(x,y,z)=(M,N,P) be a continuously differentiable vector field. Suppose that F has a potential (so that DF is symmetric). Compute the derivative of F as a square matrix. Explain which partial derivatives must be equal. Use this information to find the curl of F if F has a potential. According to Stokes' Theorem, what is the circulation of F along any closed path, provided F has a potential?