20 · Scalar Surface Integrals
Chapter 20

Scalar Surface Integrals

We've learned so far to integrate multivariate functions over curves and over regions in 2 or 3. Here we extend our knowledge to consider integrals over a surface in space. Such integrals appear in many mathematical and physical contexts, and in particular turn out to be rather important in our final unit, dealing with vector fields.

20.1Parameterized Surfaces and Surface Area

Several chapters ago, we learned to integrate a scalar function along a curve. The construction for a surface is the same idea one dimension up:

| Curve | Surface | |---|---| | 𝑐(𝑡) | 𝑟(𝑢,𝑣) | | small interval 𝑑𝑡 | small rectangle 𝑑𝑢 𝑑𝑣 | | tangent vector 𝑐(𝑡) | tangent vectors 𝑟𝑢,𝑟𝑣 | | length scale 𝑐(𝑡) | area scale 𝑟𝑢 ×𝑟𝑣 | | 𝑑𝑠 =𝑐(𝑡)𝑑𝑡 | 𝑑𝑆 =𝑟𝑢 ×𝑟𝑣𝑑𝑢 𝑑𝑣 |

Recall the complete scalar line-integral formula:

𝐶𝑓𝑑𝑠=𝑏𝑎𝑓(𝑐(𝑡))𝑐(𝑡)𝑑𝑡.

We plug the curve into the scalar field, multiply by the geometric length scale, and integrate over the parameter interval. For a surface, a two-dimensional parameter domain replaces that interval.

Definition 20.1 (Parameterized Surface). A parameterized surface is the image of a map

𝑟:𝐷23,𝑟(𝑢,𝑣)=𝑥(𝑢,𝑣),𝑦(𝑢,𝑣),𝑧(𝑢,𝑣).

The region 𝐷 is called the parameter domain.

This is the same kind of map we studied in the previous chapter, except that its image now lies in three-dimensional space instead of another plane.

To get an infinitesimal surface area element, we follow the same trick that worked for graphs: if we can find two tangent vectors at a point, we can find the area of the infinitesimal parallelogram they span using the cross product.

Here the tangent vectors are the 𝑢 and 𝑣 derivatives of the parameterization:

𝑟𝑢=𝜕𝑟𝜕𝑢=𝜕𝑥𝜕𝑢,𝜕𝑦𝜕𝑢,𝜕𝑧𝜕𝑢,
𝑟𝑣=𝜕𝑟𝜕𝑣=𝜕𝑥𝜕𝑣,𝜕𝑦𝜕𝑣,𝜕𝑧𝜕𝑣.

A small rectangle with side lengths 𝑑𝑢 and 𝑑𝑣 maps approximately to the parallelogram spanned by

𝑟𝑢𝑑𝑢and𝑟𝑣𝑑𝑣.

The cross product 𝑟𝑢 ×𝑟𝑣 is normal to the surface, and its magnitude gives the area scale:

𝑑𝑆=𝑟𝑢×𝑟𝑣𝑑𝑢𝑑𝑣.

Definition 20.2 (Surface Area from a Parameterization). If 𝑟(𝑢,𝑣) parameterizes a surface 𝑆 once over a parameter domain 𝐷, then

Area(𝑆)=𝐷𝑟𝑢×𝑟𝑣𝑑𝑢𝑑𝑣.

In practice, we require 𝑟𝑢 ×𝑟𝑣 0 in the regular interior of the parameter domain. We also want the parameterization to cover the surface once, apart from harmless identifications along the boundary. If a parameterization covers a patch twice, the integral counts its area twice.

20.1.1Graphs of Functions

The most important computational case in this course is a surface that is the graph of a function 𝑧 =𝑔(𝑥,𝑦). We can parameterize the graph by

𝑟(𝑥,𝑦)=𝑥,𝑦,𝑔(𝑥,𝑦).

Taking the partial derivatives gives a tangent vector in the 𝑥 direction and one in the 𝑦 direction:

𝑟𝑥=𝜕𝜕𝑥𝑥,𝑦,𝑔(𝑥,𝑦)=1,0,𝑔𝑥,
𝑟𝑦=𝜕𝜕𝑦𝑥,𝑦,𝑔(𝑥,𝑦)=0,1,𝑔𝑦.

These two vectors span an infinitesimal parallelogram, whose area is the area element we seek. How do we find the area of a small parallelogram again? The cross product! Thus,

𝑟𝑥×𝑟𝑦=∣ ∣ ∣ ∣𝑖𝑗𝑘10𝑔𝑥01𝑔𝑦∣ ∣ ∣ ∣=𝑔𝑥,𝑔𝑦,1,

and

𝑟𝑥×𝑟𝑦=1+𝑔2𝑥+𝑔2𝑦.

Definition 20.3 (Area Element on a Graph). The area element along the graph of a function 𝑧 =𝑔(𝑥,𝑦) is

𝑑𝑆=1+𝑔2𝑥+𝑔2𝑦𝑑𝑥𝑑𝑦.

Example 20.4 (Area of a Paraboloid). Find the area of the paraboloid 𝑧 =𝑥2 +𝑦2 that lies below the plane 𝑧 =9.

Here

𝑔𝑥=2𝑥,𝑔𝑦=2𝑦,

so

𝑑𝑆=1+4𝑥2+4𝑦2𝑑𝑥𝑑𝑦.

The paraboloid meets the plane when

𝑥2+𝑦2=9,

so its projection onto the 𝑥𝑦-plane is the disc 𝑥2 +𝑦2 9. Converting that double integral to polar coordinates gives

Area(𝑆)=𝑥2+𝑦291+4𝑥2+4𝑦2𝑑𝑥𝑑𝑦=2𝜋0301+4𝑟2𝑟𝑑𝑟𝑑𝜃=2𝜋[112(1+4𝑟2)3/2]30=𝜋6(37371).

20.1.2Cylinders and Spheres

The cylinder and sphere formulas from the coordinate-systems chapter are quick checks of this general construction. A cylinder of radius 𝑅 can be parameterized by

𝑟(𝜃,𝑧)=𝑅cos𝜃,𝑅sin𝜃,𝑧.

Its two tangent vectors have cross-product magnitude 𝑅, so

𝑑𝑆=𝑅𝑑𝜃𝑑𝑧.

A sphere of radius 𝑅 can be parameterized by

𝑟(𝜃,𝜙)=𝑅cos𝜃sin𝜙,𝑅sin𝜃sin𝜙,𝑅cos𝜙.

Here the cross-product magnitude is 𝑅2sin𝜙, giving

𝑑𝑆=𝑅2sin𝜙𝑑𝜙𝑑𝜃.

These are not separate tricks: they are both instances of 𝑑𝑆 =𝑟𝑢 ×𝑟𝑣𝑑𝑢 𝑑𝑣.

20.2Scalar Surface Integrals

We are now interested in integrating over a surface instead of a curve. If that surface 𝑆 is a 2D region inside of the 𝑥𝑦-plane, we already know how to do this: it is just the double integral 𝑆𝑓 𝑑𝐴, where 𝑑𝐴 is an infinitesimal piece of area on the plane. So, what we are interested in here instead is when 𝑆 is a surface in 3-dimensional space and 𝑓(𝑥,𝑦,𝑧) is a scalar function on 3-dimensional space.

These integrals add up the total amount of 𝑓 which lies on the surface 𝑆. This is useful for many things: if 𝑓 is a surface density, this gives the mass of the object. If 𝑓 is a charge density, this gives the total charge on the surface---a computation that is useful inside batteries, where the anode and cathode may be tightly coiled surfaces. These integrals can also be used to help find the average value of a function: divide the surface integral of 𝑓 over 𝑆 by the surface area of 𝑆.

A scalar field does not stop existing away from the surface; its values there simply do not contribute. We first restrict the field to 𝑆, then accumulate only those values against surface area.

Figure 20.1 A scalar field doesn't stop existing just because we've decided to integrate over a surface instead of a solid. On the left it fills the room exactly as it did for a triple integral — warm where the haze is red, cool where it's blue — and the pale sheet sitting inside it is the surface 𝑆 we're about to integrate over. Pull that same sheet out on the right and paint it by the very field it was sitting in: same colours, same values, just read off two dimensions instead of three. Everywhere else in the room, 𝑓 still doesn't matter here — a surface integral only ever sees 𝑓 restricted to 𝑆.

We denote such an integral by

𝑆𝑓𝑑𝑆,

where we think of 𝑑𝑆 as an infinitesimal piece of surface area. A lot of the work in computing surface integrals is finding the right form for 𝑑𝑆, so that we can convert the surface integral into a double integral we know how to do.

Definition 20.5 (Scalar Surface Integral). If 𝑟(𝑢,𝑣) parameterizes a surface 𝑆 once over a parameter domain 𝐷, then

𝑆𝑓𝑑𝑆=𝐷𝑓(𝑟(𝑢,𝑣))𝑟𝑢×𝑟𝑣𝑑𝑢𝑑𝑣.

This definition has two parts, exactly as the scalar line-integral formula did:

pull the scalar field back to the parameter domain+include the geometric area scale.

The first factor is

𝑓(𝑟(𝑢,𝑣))=𝑓(𝑥(𝑢,𝑣),𝑦(𝑢,𝑣),𝑧(𝑢,𝑣)),

and the second is

𝑟𝑢×𝑟𝑣.

The simplest scalar surface integral takes 𝑓 =1 and merely adds up the pieces of area. A surface density 𝜌 weights each area element to give mass, and dividing by total area gives an average value:

Area(𝑆)=𝑆1𝑑𝑆,𝑀=𝑆𝜌𝑑𝑆,𝑓avg=1Area(𝑆)𝑆𝑓𝑑𝑆.

The word density must be read with its units. A line density has units of mass per length and is integrated against 𝑑𝑠; a surface density has units of mass per area and is integrated against 𝑑𝑆; a volume density has units of mass per volume and is integrated against 𝑑𝑉.

For a graph 𝑧 =𝑔(𝑥,𝑦) over a region 𝑅 in the 𝑥𝑦-plane, the general definition becomes the practical formula

𝑆𝑓𝑑𝑆=𝑅𝑓(𝑥,𝑦,𝑔(𝑥,𝑦))1+𝑔2𝑥+𝑔2𝑦𝑑𝑥𝑑𝑦.

We evaluate 𝑓 at points along the graph and integrate with respect to its surface-area element.

Example 20.6 (A Scalar Integral over a Graph). Find 𝑆𝑦 𝑑𝑆 for 𝑆 the surface 𝑧 =𝑥 +𝑦2 over the rectangle 0 𝑥 1, 0 𝑦 2.

The scalar field is already 𝑓(𝑥,𝑦,𝑧) =𝑦, so restricting it to the graph does not change its formula. For 𝑔(𝑥,𝑦) =𝑥 +𝑦2,

𝑔𝑥=1,𝑔𝑦=2𝑦,

and hence

𝑑𝑆=1+12+(2𝑦)2𝑑𝑥𝑑𝑦=2+4𝑦2𝑑𝑥𝑑𝑦.

Therefore

𝑆𝑦𝑑𝑆=2010𝑦2+4𝑦2𝑑𝑥𝑑𝑦=20𝑦2+4𝑦2𝑑𝑦=112[(2+4𝑦2)3/2]20=1323.

20.2.1Orientation and Additivity

Scalar surface integrals are orientation-independent. Swapping the two parameters reverses the cross product,

𝑟𝑣×𝑟𝑢=(𝑟𝑢×𝑟𝑣),

but it does not change its magnitude:

𝑟𝑣×𝑟𝑢=𝑟𝑢×𝑟𝑣.

Thus a scalar area element has no preferred direction. Later, when we measure the flux of a vector field through a surface, we will replace the scalar area 𝑑𝑆 with an oriented vector area 𝑑𝑆 =𝑛 𝑑𝑆. Orientation will matter there.

Just like for line integrals, surface integrals can be computed over surfaces made from two or more pieces by computing each part separately and adding the results. If 𝑆1 and 𝑆2 have disjoint interiors and meet only along boundary curves, then

𝑆1𝑆2𝑓𝑑𝑆=𝑆1𝑓𝑑𝑆+𝑆2𝑓𝑑𝑆.

20.2.2Further Practice

The following legacy examples are useful applications of the formulas above, but they do not require new theory.

Exercise 20.7. Compute 𝑆𝑥3 𝑑𝑆 for 𝑆 the cylinder of radius 2 centered on the 𝑧-axis between 𝑧 =1 and 𝑧 =3.

Exercise 20.8. Compute 𝑆𝑥 𝑑𝑆 for 𝑆 the cylinder of radius 1 centered on the 𝑥-axis from 𝑥 =0 to 𝑥 =2.

Exercise 20.9. Compute 𝑆𝑧 𝑑𝑆 for 𝑆 the upper hemisphere of the sphere of radius 2.

Exercise 20.10. Compute 𝑆(𝑥2 +𝑦2 +𝑧2) 𝑑𝑆 for 𝑆 the sphere of radius 3 centered at the origin.

Exercise 20.11. Let 𝑆 denote the closed surface formed by the paraboloid 𝑧 =2 𝑥2 𝑦2 and the plane 𝑧 =1. Set up 𝑆(𝑥 +𝑧) 𝑑𝑆 by splitting 𝑆 into its two pieces.