15 Vector Analysis

15.5 Parameterized Surfaces and Surface Area

Thus far we have focused mostly on 2-dimensional vector fields, measuring flow and flux along/across curves in the plane. Both Green’s Theorem and the Divergence Theorem make connections between planar regions and their boundaries. We now move our attention to 3-dimensional vector fields, considering both curves and surfaces in space.

margin: Note: We use the letter S to denote Surface Area. This section begins a study into surfaces, and it is natural to label a surface with the letter “S”. We distinguish a surface from its surface area by using a calligraphic S to denote a surface: 𝒮. When writing this letter by hand, it may be useful to add serifs to the letter, such as: Λ

We are accustomed to describing surfaces as functions of two variables, usually written as z=f(x,y). For our coming needs, this method of describing surfaces will prove to be insufficient. Instead, we will parameterize our surfaces, describing them as the set of terminal points of some vector-valued function r(u,v)=f(u,v),g(u,v),h(u,v). The bulk of this section is spent practicing the skill of describing a surface 𝒮 using a vector-valued function. Once this skill is developed, we’ll show how to find the surface area S of a parametrically-defined surface 𝒮, a skill needed in the remaining sections of this chapter.

margin: Note: A function is one to one on its domain if the function never repeats an output value over the domain. In the case of r(u,v), r is one to one if r(u1,v1)r(u2,v2) for all points (u1,v1)(u2,v2) in the domain of r. Λ
Definition 15.5.1 Parameterized Surface

Let r(u,v)=f(u,v),g(u,v),h(u,v) be a vector-valued function that is continuous and one to one on the interior of its domain R in the u-v plane. The set of all terminal points of r (i.e., the range of r ) is the surface 𝒮, and r along with its domain R form a parameterization of 𝒮.


This parameterization is smooth on R if ru and rv are continuous and ru×rv is never 0 on the interior of R.

Given a point (u0,v0) in the domain of a vector-valued function r, the vectors ru(u0,v0) and rv(u0,v0) are tangent to the surface 𝒮 at r(u0,v0) (a proof of this is developed later in this section). The definition of smoothness dictates that ru×rv0; this ensures that neither ru nor rv are 0, nor are they ever parallel. Therefore smoothness guarantees that ru and rv determine a plane that is tangent to 𝒮.

A surface 𝒮 is said to be orientable if a field of normal vectors can be defined on 𝒮 that vary continuously along 𝒮. This definition may be hard to understand; it may help to know that orientable surfaces are often called “two sided.” A sphere is an orientable surface, and one can easily envision an “inside” and “outside” of the sphere. A paraboloid is orientable, where again one can generally envision “inside” and “outside” sides (or “top” and “bottom” sides) to this surface. Just about every surface that one can imagine is orientable, and we’ll assume all surfaces we deal with in this text are orientable.

margin:
(fullscreen)
Figure 15.5.1: A Möbius band, a non-orientable surface. Λ

It is enlightening to examine a classic non-orientable surface: the Möbius band, shown in Figure 15.5.1. Vectors normal to the surface are given, starting at the point indicated in the figure. These normal vectors “vary continuously” as they move along the surface. Letting each vector indicate the “top” side of the band, we can easily see near any vector which side is the “top”.

However, if as we progress along the band, we recognize that we are labeling “both sides” of the band as the top; in fact, there are not two “sides” to this band, but one. The Möbius band is a non-orientable surface.

We now practice parameterizing surfaces.

margin:
(fullscreen)
Figure 15.5.2: The surface parameterized in Example 15.5.1. Λ
Example 15.5.1 Parameterizing a surface over a rectangle

Parameterize the surface z=x2+2y2 over the rectangular region R defined by -3x3, -1y1.

SolutionThere is a straightforward way to parameterize a surface of the form z=f(x,y) over a rectangular domain. We let x=u and y=v, and let r(u,v)=u,v,f(u,v). In this instance, we have r(u,v)=u,v,u2+2v2, for -3u3, -1v1. This surface is graphed in Figure 15.5.2.

Example 15.5.2 Parameterizing a surface over a circular disk

Parameterize the surface z=x2+2y2 over the circular region R enclosed by the circle of radius 2 that is centered at the origin.

SolutionWe can parameterize the circular boundary of R with the vector-valued function 2cosu,2sinu, where 0u2π. We can obtain the interior of R by scaling this function by a variable amount, i.e., by multiplying by v: 2vcosu,2vsinu, where 0v1.

margin:
(fullscreen)
Figure 15.5.3: The surface parameterized in Example 15.5.2. Λ

It is important to understand the role of v in the above function. When v=1, we get the boundary of R, a circle of radius 2. When v=0, we simply get the point (0,0), the center of R (which can be thought of as a circle with radius of 0). When v=1/2, we get the circle of radius 1 that is centered at the origin, which is the circle halfway between the boundary and the center. As v varies from 0 to 1, we create a series of concentric circles that fill out all of R.

Thus far, we have determined the x and y components of our parameterization of the surface: x=2vcosu and y=2vsinu. We find the z component simply by using z=f(x,y)=x2+2y2:

z=(2vcosu)2+2(2vsinu)2=4v2cos2u+8v2sin2u.

Thus r(u,v)=2vcosu,2vsinu,4v2cos2u+8v2sin2u, 0u2π, 0v1, which is graphed in Figure 15.5.3. The way that this graphic was generated highlights how the surface was parameterized. When viewing from above, one can see lines emanating from the origin; they represent different values of u as u sweeps from an angle of 0 up to 2π. One can also see concentric circles, each corresponding to a different value of v.

Examples 15.5.1 and 15.5.2 demonstrate an important principle when parameterizing surfaces given in the form z=f(x,y) over a region R: if one can determine x and y in terms of u and v, then z follows directly as z=f(x,y).

In the following two examples, we parameterize the same surface over triangular regions. Each will use v as a “scaling factor” as done in Example 15.5.2.

margin: 123123y=2-2x/3Rxy (a)
(fullscreen)
(b)
Figure 15.5.4: Part (a) shows a graph of the region R, and part (b) shows the surface over R, as defined in Example 15.5.3. Λ
Example 15.5.3 Parameterizing a surface over a triangle

Parameterize the surface z=x2+2y2 over the triangular region R enclosed by the coordinate axes and the line y=2-2x/3, as shown in Figure 15.5.4(a).

SolutionWe may begin by letting x=u, 0u3, and y=2-2u/3. This gives only the line on the “upper” side of the triangle. To get all of the region R, we can once again scale y by a variable factor, v.

Still letting x=u, 0u3, we let y=v(2-2u/3), 0v1. When v=0, all y-values are 0, and we get the portion of the x-axis between x=0 and x=3. When v=1, we get the upper side of the triangle. When v=1/2, we get the line y=1/2(2-2u/3)=1-u/3, which is the line “halfway up” the triangle, shown in the figure with a dashed line.

Letting z=f(x,y)=x2+2y2, we have

r(u,v)=u,v(2-2u/3),u2+2(v(2-2u/3))2,0u3,0v1.

This surface is graphed in Figure 15.5.4(b). Again, when one looks from above, we can see the scaling effects of v: the series of lines that run to the point (3,0) each represent a different value of v.

Another common way to parameterize the surface is to begin with y=u, 0u2. Solving the equation of the line y=2-2x/3 for x, we have x=3-3y/2, leading to using x=v(3-3u/2), 0v1. With z=x2+2y2, we have r(u,v)=v(3-3u/2),u,(v(3-3u/2))2+2v2, 0u2, 0v1.

Example 15.5.4 Parameterizing a surface over a triangle

Parameterize the surface z=x2+2y2 over the triangular region R enclosed by the lines y=3-2x/3, y=1 and x=0 as shown in Figure 15.5.5(a).

SolutionWhile the region R in this example is very similar to the region R in the previous example, and our method of parameterizing the surface is fundamentally the same, it will feel as though our answer is much different than before.

margin: 123123y=3-2x/3Rxy (a)
(fullscreen)
(b)
Figure 15.5.5: Part (a) shows a graph of the region R, and part (b) shows the surface over R, as defined in Example 15.5.4. Λ

We begin with letting x=u, 0u3. We may be tempted to let y=v(3-2u/3), 0v1, but this is incorrect. When v=1, we obtain the upper line of the triangle as desired. However, when v=0, the y-value is 0, which does not lie in the region R.

We will describe the general method of proceeding following this example. For now, consider y=1+v(2-2u/3), 0v1. Note that when v=1, we have y=3-2u/3, the upper line of the boundary of R. Also, when v=0, we have y=1, which is the lower boundary of R. With z=x2+2y2, we determine r(u,v)=u,1+v(2-2u/3),u2+2(1+v(2-2u/3))2, 0u3, 0v1.

The surface is graphed in Figure 15.5.5(b).

Given a surface of the form z=f(x,y), one can often determine a parameterization of the surface over a region R in a manner similar to determining bounds of integration over a region R. Using the techniques of Section 14.1, suppose a region R can be described by axb, g1(x)yg2(x), i.e., the area of R can be found using the iterated integral

abg1(x)g2(x)dydx.

When parameterizing the surface, we can let x=u, aub, and we can let y=g1(u)+v(g2(u)-g1(u)), 0v1. The parameterization of x is straightforward, but look closely at how y is determined. When v=0, y=g1(u)=g1(x). When v=1, y=g2(u)=g2(x).

As a specific example, consider the triangular region R from Example 15.5.4, shown in Figure 15.5.5(a). Using the techniques of Section 14.1, we can find the area of R as

0313-2x/3dydx.

Following the above discussion, we can set x=u, where 0u3, and set y=1+v(3-2u/3-1)=1+v(2-2u/3), 0v1, as used in that example.

One can do a similar thing if R is bounded by cyd, h1(y)xh2(y), but for the sake of simplicity we leave it to the reader to flesh out those details. The principles outlined above are given in the following Key Idea for reference.

Key Idea 15.5.1 Parameterizing Surfaces

Let a surface 𝒮 be the graph of a function z=f(x,y), where the domain of f is a closed, bounded region R in the x-y plane. Let R be bounded by axb, g1(x)yg2(x), i.e., the area of R can be found using the iterated integral abg1(x)g2(x)dydx, and let h(u,v)=g1(u)+v(g2(u)-g1(u)).

𝒮 can be parameterized as

r(u,v)=u,h(u,v),f(u,h(u,v)),aub, 0v1.
margin:
(fullscreen)
Figure 15.5.6: The cylinder parameterized in Example 15.5.5. Λ
Example 15.5.5 Parameterizing a cylindrical surface

Find a parameterization of the cylinder x2+z2/4=1, where -1y2, as shown in Figure 15.5.6.

SolutionThe equation x2+z2/4=1 can be envisioned to describe an ellipse in the x-z plane; as the equation lacks a y-term, the equation describes a cylinder (recall Definition 11.1.2) that extends without bound parallel to the y-axis. This ellipse has a vertical major axis of length 4, a horizontal minor axis of length 2, and is centered at the origin. We can parameterize this ellipse using sines and cosines; our parameterization can begin with

r(u,v)=cosu,???,2sinu,0u2π,

where we still need to determine the y component.

While the cylinder x2+z2/4=1 is satisfied by any y value, the problem states that all y values are to be between y=-1 and y=2. Since the value of y does not depend at all on the values of x or z, we can use another variable, v, to describe y. Our final answer is

r(u,v)=cosu,v,2sinu,0u2π,-1v2.
Example 15.5.6 Parameterizing an elliptic cone

Find margin:
(fullscreen)
Figure 15.5.7: The elliptic cone as described in Example 15.5.6. Λ
a parameterization of the elliptic cone z2=x24+y29, where -2z3, as shown in Figure 15.5.7.

SolutionOne way to parameterize this cone is to recognize that given a z value, the cross section of the cone at that z value is an ellipse with equation x2(2z)2+y2(3z)2=1. We can let z=v, for -2v3 and then parameterize the above ellipses using sines, cosines and v.

We can parameterize the x component of our surface with x=2zcosu and the y component with y=3zsinu, where 0u2π. Putting all components together, we have margin:
(fullscreen)
Figure 15.5.8: The elliptic cone as described in Example 15.5.6 with restricted domain. Λ

r(u,v)=2vcosu,3vsinu,v,0u2π,-2v3.

When v takes on negative values, the radii of the cross-sectional ellipses become “negative,” which can lead to some surprising results. Consider Figure 15.5.8, where the cone is graphed for 0uπ. Because v is negative below the x-y plane, the radii of the cross-sectional ellipses are negative, and the opposite side of the cone is sketched below the x-y plane.

Example 15.5.7 Parameterizing an ellipsoid

Find a parameterization of the ellipsoid x225+y2+z24=1 as shown in Figure 15.5.9(a).

(fullscreen)

(fullscreen)
(a) (b)
Figure 15.5.9: An ellipsoid in (a), drawn again in (b) with its domain restricted, as described in Example 15.5.7.

SolutionRecall Key Idea 11.2.1 from Section 11.2, which states that all unit vectors in space have the form sinθcosφ,sinθsinφ,cosθ for some angles θ and φ. If we choose our angles appropriately, this allows us to draw the unit sphere. To get an ellipsoid, we need only scale each component of the sphere appropriately.

The x-radius of the given ellipsoid is 5, the y-radius is 1 and the z-radius is 2. Substituting u for θ and v for φ, we have

r(u,v)=5sinucosv,sinusinv,2cosu,

where we still need to determine the ranges of u and v.

Note how the x and y components of r have cosv and sinv terms, respectively. This hints at the fact that ellipses are drawn parallel to the x-y plane as v varies, which implies we should have v range from 0 to 2π.

One may be tempted to let 0u2π as well, but note how the z component is 2cosu. We only need cosu to take on values between -1 and 1 once, therefore we can restrict u to 0uπ.

The final parameterization is thus

r(u,v)=5sinucosv,sinusinv,2cosu,0uπ,0v2π.

In Figure 15.5.9(b), the ellipsoid is graphed on π4u2π3, π4v3π2 to demonstrate how each variable affects the surface.

Parameterization is a powerful way to represent surfaces. One of the advantages of the methods of parameterization described in this section is that the domain of r(u,v) is always a rectangle; that is, the bounds on u and v are constants. This will make some of our future computations easier to evaluate.

Just as we could parameterize curves in more than one way, there will always be multiple ways to parameterize a surface. Some ways will be more “natural” than others, but these other ways are not incorrect. Because technology is often readily available, it is often a good idea to check one’s work by graphing a parameterization of a surface to check if it indeed represents what it was intended to.

Surface Area

It will become important in the following sections to be able to compute the surface area of a surface 𝒮 given a smooth parameterization r(u,v), aub, cvd. Following the principles given in the integration review at the beginning of this chapter, we can say that

Surface Area of 𝒮=S=𝒮dS,

where dS represents a small amount of surface area. That is, to compute total surface area S, add up lots of small amounts of surface area dS across the entire surface 𝒮. The key to finding surface area is knowing how to compute dS. We begin by approximating.

In Section 14.5 we used the area of a plane to approximate the surface area of a small portion of a surface. We will do the same here.

margin: abu0u0+Δucdv0v0+ΔvpqmRuv (a)
(fullscreen)
(b)
(fullscreen)
(c)
Figure 15.5.10: Illustrating the process of finding surface area by approximating with planes. Λ

Let R be the region of the u-v plane bounded by aub, cvd as shown in Figure 15.5.10(a). Partition R into rectangles of width Δu=b-an and height Δv=d-cn, for some n. Let p=(u0,v0) be the lower left corner of some rectangle in the partition, and let m and q be neighboring corners as shown.

The point p maps to a point P=r(u0,v0) on the surface 𝒮, and the rectangle with corners p, m and q maps to some region (probably not rectangular) on the surface as shown in Figure 15.5.10(b), where M=r(m) and Q=r(q). We wish to approximate the surface area of this mapped region.

Let u=M-P and v=Q-P. These two vectors form a parallelogram, illustrated in Figure 15.5.10(c), whose area approximates the surface area we seek. In this particular illustration, we can see that parallelogram does not particularly match well the region we wish to approximate, but that is acceptable; by increasing the number of partitions of R, Δu and Δv shrink and our approximations will become better.

From Section 11.4 we know the area of this parallelogram is u×v. If we repeat this approximation process for each rectangle in the partition of R, we can sum the areas of all the parallelograms to get an approximation of the surface area S:

Surface area of 𝒮=Sj=1ni=1nui,j×vi,j,

where ui,j=r(ui+Δu,vj)-r(ui,vj) and vi,j=r(ui,vj+Δv)-r(ui,vj).

From our previous calculus experience, we expect that taking a limit as n will result in the exact surface area. However, the current form of the above double sum makes it difficult to realize what the result of that limit is. The following rewriting of the double summation will be helpful:

j=1ni=1nui,j×vi,j=
j=1ni=1n(r(ui+Δu,vj)-r(ui,vj))×(r(ui,vj+Δv)-r(ui,vj))=
j=1ni=1nr(ui+Δu,vj)-r(ui,vj)Δu×r(ui,vj+Δv)-r(ui,vj)ΔvΔuΔv.

We now take the limit as n, forcing Δu and Δv to 0. As Δu0,

r(ui+Δu,vj)-r(ui,vj)Δu ru(ui,vj)  and
r(ui,vj+Δv)-r(ui,vj)Δv rv(ui,vj).

(This limit process also demonstrates that ru(u,v) and rv(u,v) are tangent to the surface 𝒮 at r(u,v). We don’t need this fact now, but it will be important in the next section.)

Thus, in the limit, the double sum leads to a double integral:

limnj=1ni=1nui,j×vi,j=cdabru×rvdudv.
Theorem 15.5.1 Surface Area of Parametrically Defined Surfaces

Let r(u,v) be a smooth parameterization of a surface 𝒮 over a closed, bounded region R of the u-v plane.

  • The surface area differential dS is: dS=ru×rvdA.

  • The surface area S of 𝒮 is

    S=𝒮dS=Rru×rvdA.
Example 15.5.8 Finding the surface area of a parameterized surface

Using the parameterization found in Example 15.5.2, find the surface area of z=x2+2y2 over the circular disk of radius 2, centered at the origin.

SolutionIn Example 15.5.2, we parameterized the surface as r(u,v)=2vcosu,2vsinu,4v2cos2u+8v2sin2u, for 0u2π, 0v1. To find the surface area using Theorem 15.5.1, we need ru×rv. We find:

ru =-2vsinu,2vcosu,8v2cosusinu
rv =2cosu,2sinv,8vcos2u+16vsin2u
ru×rv =16v2cosu,32v2sinu,-4v
ru×rv =256v4cos2u+1024v4sin2u+16v2.

Thus the surface area is

S=𝒮dS =Rru×rvdA
=0102π256v4cos2u+1024v4sin2u+16v2dudv53.59.

There is a lot of tedious work in the above calculations and the final integral is nontrivial. The use of a computer-algebra system is highly recommended.

In Section 15.1, we recalled the arc length differential ds=r(t)dt. In subsequent sections, we used that differential, but in most applications the “r(t)” part of the differential canceled out of the integrand (to our benefit, as integrating the square roots of functions is generally difficult). We will find a similar thing happens when we use the surface area differential dS in the following sections. That is, our main goal is not to be able to compute surface area; rather, surface area is a tool to obtain other quantities that are more important and useful. In our applications, we will use dS, but most of the time the “ru×rv” part will cancel out of the integrand, making the subsequent integration easier to compute.

Exercises 15.5

 

Terms and Concepts

  1. 1.

    In your own words, describe what an orientable surface is.

  2. 2.

    Give an example of a non-orientable surface.

Problems

In Exercises 3–4., parameterize the surface defined by the function z=f(x,y) over each of the given regions R of the x-y plane.

  1. 3.
    z=3x2y; (a) R is the rectangle bounded by -1x1 and 0y2. (b) R is the circle of radius 3, centered at (1,2). (c) R is the triangle with vertices (0,0), (1,0) and (0,2). (d) R is the region bounded by the x-axis and the graph of y=1-x2.
  2. 4.
    z=4x+2y2; (a) R is the rectangle bounded by 1x4 and 5y7. (b) R is the ellipse with major axis of length 8 parallel to the x-axis, and minor axis of length 6 parallel to the y-axis, centered at the origin. (c) R is the triangle with vertices (0,0), (2,2) and (0,4). (d) R is the annulus bounded between the circles, centered at the origin, with radius 2 and radius 5.

In Exercises 5–8., a surface 𝒮 in space is described that cannot be defined in terms of a function z=f(x,y). Give a parameterization of 𝒮.

  1. 5.

    𝒮 is the rectangle in space with corners at (0,0,0), (0,2,0), (0,2,1) and (0,0,1).

  2. 6.

    𝒮 is the triangle in space with corners at (1,0,0), (1,0,1) and (0,0,1).

  3. 7.

    𝒮 is the ellipsoid x29+y24+z216=1.

  4. 8.

    𝒮 is the elliptic cone y2=x2+z216, for -1y5.

In Exercises 9–16., a domain D in space is given. Parameterize each of the bounding surfaces of D.

  1. 9.

    D is the domain bounded by the planes z=12(3-x), x=1, y=0, y=2 and z=0.

  2. 10.

    D is the domain bounded by the planes z=2x+4y-4, x=2, y=1 and z=0.

  3. 11.

    D is the domain bounded by z=2y, y=4-x2 and z=0.

  4. 12.

    D is the domain bounded by y=1-z2, y=1-x2, x=0, y=0 and z=0.

  5. 13.

    D is the domain bounded by the cylinder x2+y2/9=1 and the planes z=1 and z=3.

  6. 14.

    D is the domain bounded by the cone x2+y2=(z-1)2 and the plane z=0.

  7. 15.

    D is the domain bounded by the cylinder z=1-x2 and the planes y=-1, y=2 and z=0.

  8. 16.

    D is the domain bounded by the paraboloid z=4-x2-4y2 and the plane z=0.

In Exercises 17–22., find the surface area S of the given surface 𝒮. (The associated integrals are computable without the assistance of technology.)

  1. 17.

    𝒮 is the plane z=2x+3y over the rectangle -1x1, 2y3.

  2. 18.

    𝒮 is the plane z=x+2y over the triangle with vertices at (0,0), (1,0) and (0,1).

  3. 19.

    𝒮 is the plane z=x+y over the circular disk, centered at the origin, with radius 2.

  4. 20.

    𝒮 is the plane z=x+y over the annulus bounded by the circles, centered at the origin, with radius 1 and radius 2.

  5. 21.

    𝒮 is a sphere of radius r. (Hint: Use spherical coordinates to parameterize the sphere.)

  6. 22.

    𝒮 is a right circular cone of radius R and height h. (Hint: Use the parameterization x=rcosθ, y=rsinθ, z=hRr, for 0rR and 0θ2π.)

  1. 23.
    The ellipsoid x2a2+y2b2+z2c2=1 can be parameterized using ellipsoidal coordinates x=asinϕcosθ,y=bsinϕsinθ,z=ccosϕ, for 0θ2π and 0ϕπ. Show that the surface area of the ellipsoid is given by 0π02πsinϕa2b2cos2ϕ+c2(a2sin2θ+b2cos2θ)sin2ϕdθdϕ. (Note: The above double integral can not be evaluated by elementary means. For specific values of a, b and c it can be evaluated using numerical methods. An alternative is to express the surface area in terms of elliptic integrals.)
  2. 24.
    Use Theorem 15.5.1 to prove that the surface area S over a region R in 2 of a surface z=f(x,y) is given by the formula S=R1+(fx)2+(fy)2dA. (Hint: Think of the parameterization of the surface.)

In Exercises 25–28., set up the double integral that finds the surface area S of the given surface 𝒮, then use technology to approximate its value.

  1. 25.

    𝒮 is the paraboloid z=x2+y2 over the circular disk of radius 3 centered at the origin.

  2. 26.

    𝒮 is the paraboloid z=x2+y2 over the triangle with vertices at (0,0), (0,1) and (1,1).

  3. 27.

    𝒮 is the plane z=5x-y over the region enclosed by the parabola y=1-x2 and the x-axis.

  4. 28.

    𝒮 is the hyperbolic paraboloid z=x2-y2 over the circular disk of radius 1 centered at the origin.

Omni CMS