Skip to main content
Logo image

APEX Calculus

Section 15.5 Parametrized 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.

Subsection 15.5.1 Parametrizing surfaces

Figure 15.5.1. Introducing parametrized surfaces
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 parametrize 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 Susing a vector-valued function. Once this skill is developed, we’ll show how to find the surface area S of a parametrically-defined surface S, a skill needed in the remaining sections of this chapter.

Definition 15.5.2. Parametrized 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 S, and r along with its domain R form a parametrization of S.
This parametrization 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 S 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 S.
A surface S is said to be orientable if a field of normal vectors can be defined on S that vary continuously along S. 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.
It is enlightening to examine a classic non-orientable surface: the Möbius band, shown in Figure 15.5.3. 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.
Figure 15.5.3. A Möbius band, a non-orientable surface
We now practice parametrizing surfaces.

Example 15.5.4. Parametrizing a surface over a rectangle.

Parametrize the surface z=x2+2y2 over the rectangular region R defined by 3x3, 1y1.
Solution.
There is a straightforward way to parametrize 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.5.
Figure 15.5.5. The surface parametrized in Example 15.5.4

Example 15.5.6. Parametrizing a surface over a circular disk.

Parametrize the surface z=x2+2y2 over the circular region R enclosed by the circle of radius 2 that is centered at the origin.
Solution.
We can parametrize the circular boundary of R with the vector-valued function 2cos(u),2sin(u), where 0u2π. We can obtain the interior of R by scaling this function by a variable amount, i.e., by multiplying by v: 2vcos(u),2vsin(u), where 0v1.
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.
Figure 15.5.7. The surface parametrized in Example 15.5.6
Thus far, we have determined the x and y components of our parametrization of the surface: x=2vcos(u) and y=2vsin(u). We find the z component simply by using z=f(x,y)=x2+2y2:
z=(2vcos(u))2+2(2vsin(u))2=4v2cos2u+8v2sin2u.
Thus r(u,v)=2vcos(u),2vsin(u),4v2cos2u+8v2sin2u, 0u2π, 0v1, which is graphed in Figure 15.5.7. The way that this graphic was generated highlights how the surface was parametrized. 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.4 and 15.5.6 demonstrate an important principle when parametrizing 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 parametrize the same surface over triangular regions. Each will use v as a “scaling factor” as done in Example 15.5.6.

Example 15.5.8. Parametrizing a surface over a triangle.

Parametrize the surface z=x2+2y2 over the triangular region R enclosed by the coordinate axes and the line y=22x/3, as shown in Figure 15.5.9.(a).
Figure 15.5.9. Part (a) shows a graph of the region R, and part (b) shows the surface over R, as defined in Example 15.5.8
Solution.
We may begin by letting x=u, 0u3, and y=22u/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(22u/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(22u/3)=1u/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(22u/3),u2+2(v(22u/3))2, 0u3, 0v1. This surface is graphed in Figure 15.5.9.(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 parametrize the surface is to begin with y=u, 0u2. Solving the equation of the line y=22x/3 for x, we have x=33y/2, leading to using x=v(33u/2), 0v1. With z=x2+2y2, we have r(u,v)=v(33u/2),u,(v(33u/2))2+2v2, 0u2, 0v1.

Example 15.5.10. Parametrizing a surface over a triangle.

Parametrize the surface z=x2+2y2 over the triangular region R enclosed by the lines y=32x/3, y=1 and x=0 as shown in Figure 15.5.11.(a).
Figure 15.5.11. Part (a) shows a graph of the region R, and part (b) shows the surface over R, as defined in Example 15.5.10
Solution.
While the region R in this example is very similar to the region R in the previous example, and our method of parametrizing the surface is fundamentally the same, it will feel as though our answer is much different than before.
We begin with letting x=u, 0u3. We may be tempted to let y=v(32u/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(22u/3), 0v1. Note that when v=1, we have y=32u/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(22u/3),u2+2(1+v(22u/3))2, 0u3, 0v1.
The surface is graphed in Figure 15.5.11.(b).
Given a surface of the form z=f(x,y), one can often determine a parametrization 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 parametrizing the surface, we can let x=u, aub, and we can let y=g1(u)+v(g2(u)g1(u)), 0v1. The parametrization 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.10, shown in Figure 15.5.11.(a). Using the techniques of Section 14.1, we can find the area of R as
03132x/3dydx.
Following the above discussion, we can set x=u, where 0u3, and set y=1+v(32u/31)=1+v(22u/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.12. Parametrizing Surfaces.

Let a surface S be the graph of a function f(x,y), where the domain of f is a closed, bounded region R in the xy-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)).
S can be parametrized as
r(u,v)=u,h(u,v),f(u,h(u,v)),aub, 0v1.

Example 15.5.13. Parametrizing a cylindrical surface.

Find a parametrization of the cylinder x2+z2/4=1, where 1y2, as shown in Figure 15.5.14.
Figure 15.5.14. The cylinder parametrized in Example 15.5.13
Solution.
The equation x2+z2/4=1 can be envisioned to describe an ellipse in the xz-plane; as the equation lacks a y-term, the equation describes a cylinder (recall Definition 11.1.18) 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 parametrize this ellipse using sines and cosines; our parametrization can begin with
r(u,v)=cos(u), ??? ,2sin(u),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)=cos(u),v,2sin(u),0u2π,1v2.

Example 15.5.15. Parametrizing an elliptic cone.

Find a parametrization of the elliptic cone z2=x24+y29, where 2z3, as shown in Figure 15.5.16.
Figure 15.5.16. The elliptic cone as described in Example 15.5.15
Solution.
One way to parametrize 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 parametrize the above ellipses using sines, cosines and v.
We can parametrize the x component of our surface with x=2zcos(u) and the y component with y=3zsin(u), where 0u2π. Putting all components together, we have
r(u,v)=2vcos(u),3vsin(u),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.17, where the cone is graphed for 0uπ. Because v is negative below the xy-plane, the radii of the cross-sectional ellipses are negative, and the opposite side of the cone is sketched below the xy-plane.
Figure 15.5.17. The elliptic cone as described in Example 15.5.15 with restricted domain

Example 15.5.18. Parametrizing an ellipsoid.

Find a parametrization of the ellipsoid x225+y2+z24=1 as shown in Figure 15.5.19.(a).
Figure 15.5.19. An ellipsoid in (a), drawn again in (b) with its domain restricted, as described in Example 15.5.18
Solution.
Recall Key Idea 11.2.25 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)=5sin(u)cos(v),sin(u)sin(v),2cos(u),
where we still need to determine the ranges of u and v.
Note how the x and y components of r have cos(v) and sin(v) terms, respectively. This hints at the fact that ellipses are drawn parallel to the xy-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 2cos(u). We only need cos(u) to take on values between 1 and 1 once, therefore we can restrict u to 0uπ.
The final parametrization is thus
r(u,v)=5sin(u)cos(v),sin(u)sin(v),2cos(u),0uπ,0v2π.
In Figure 15.5.19.(b), the ellipsoid is graphed on π4u2π3, π4v3π2 to demonstrate how each variable affects the surface.
Parametrization is a powerful way to represent surfaces. One of the advantages of the methods of parametrization 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 parametrize curves in more than one way, there will always be multiple ways to parametrize 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 parametrization of a surface to check if it indeed represents what it was intended to.

Subsection 15.5.2 Surface Area

Figure 15.5.20. Tangent and normal vectors for parametric surfaces
It will become important in the following sections to be able to compute the surface area of a surface S given a smooth parametrization 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=S=SdS,
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 S. 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.
Let R be the region of the u-v plane bounded by aub, cvd as shown in Figure 15.5.21.(a). Partition R into rectangles of width Δu=ban and height Δv=dcn, 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 S, 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.21.(b), where M=r(m) and Q=r(q). We wish to approximate the surface area of this mapped region.
Let u=MP and v=QP. These two vectors form a parallelogram, illustrated in Figure 15.5.21.(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.
Figure 15.5.21. Illustrating the process of finding surface area by approximating with planes
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 S=Sj=1ni=1n||ui,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=1n||ui,j×vi,j||=j=1ni=1n||(r(ui+Δu,vj)r(ui,vj))×(r(ui,vj+Δv)r(ui,vj))||=j=1ni=1n||r(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)Δuru(ui,vj) and 
r(ui,vj+Δv)r(ui,vj)Δvrv(ui,vj).
(This limit process also demonstrates that ru(u,v) and rv(u,v) are tangent to the surface S 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=1n||ui,j×vi,j||=cdab||ru×rv||dudv.
Figure 15.5.23. Area of parametric surfaces

Example 15.5.24. Finding the surface area of a parametrized surface.

Using the parametrization found in Example 15.5.6, find the surface area of z=x2+2y2 over the circular disk of radius 2, centered at the origin.
Solution.
In Example 15.5.6, we parametrized the surface as r(u,v)=2vcos(u),2vsin(u),4v2cos2u+8v2sin2u, for 0u2π, 0v1. To find the surface area using Theorem 15.5.22, we need ||ru×rv||. We find:
ru=2vsin(u),2vcos(u),8v2cos(u)sin(u)rv=2cos(u),2sin(v),8vcos2u+16vsin2uru×rv=16v2cos(u),32v2sin(u),4v||ru×rv||=256v4cos2u+1024v4sin2u+16v2.
Thus the surface area is
S=SdS=R||ru×rv||dA=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.
Figure 15.5.25. Surface area of a sphere
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.3 Exercises

Terms and Concepts

1.
In your own words, describe what an orientable surface is.
2.
Give an example of a non-orientable surface.

Problems

Exercise Group.
In the following exercises, parametrize the surface defined by the function z=f(x,y) over each of the given regions R of the xy-plane.
3.
z=3x2y;
  1. R is the rectangle bounded by 1x1 and 0y2.
  2. R is the circle of radius 3, centered at (1,2).
  3. R is the triangle with vertices (0,0), (1,0) and (0,2).
  4. R is the region bounded by the x-axis and the graph of y=1x2.
4.
z=4x+2y2;
  1. R is the rectangle bounded by 1x4 and 5y7.
  2. 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.
  3. R is the triangle with vertices (0,0), (2,2) and (0,4).
  4. R is the annulus bounded between the circles, centered at the origin, with radius 2 and radius 5.
Exercise Group.
In the following exercises, a surface S in space is described that cannot be defined as the graph of a function f(x,y). Give a parametrization of S.
5.
S is the rectangle in space with corners at (0,0,0), (0,2,0), (0,2,1) and (0,0,1).
6.
S is the triangle in space with corners at (1,0,0), (1,0,1) and (0,0,1).
7.
S is the ellipsoid x29+y24+z216=1.
8.
S is the elliptic cone y2=x2+z216, for 1y5.
Exercise Group.
In the following exercises, a domain D in space is given. Parametrize each of the bounding surfaces of D.
Exercise Group.
In the following exercises, find the surface area S of the given surface S. (The associated integrals are computable without the assistance of technology.)
17.
S is the plane z=2x+3y over the rectangle 1x1, 2y3.
18.
S is the plane z=x+2y over the triangle with vertices at (0,0), (1,0) and (0,1).
19.
S is the plane z=x+y over the circular disk, centered at the origin, with radius 2.
20.
S is the plane z=x+y over the annulus bounded by the circles, centered at the origin, with radius 1 and radius 2.
Exercise Group.
In the following exercises, set up the double integral that finds the surface area S of the given surface S, then use technology to approximate its value.
21.
S is the paraboloid z=x2+y2 over the circular disk of radius 3 centered at the origin.
22.
S is the paraboloid z=x2+y2 over the triangle with vertices at (0,0), (0,1) and (1,1).
23.
S is the plane z=5xy over the region enclosed by the parabola y=1x2 and the x-axis.
24.
S is the hyperbolic paraboloid z=x2y2 over the circular disk of radius 1 centered at the origin.
You have attempted 1 of 5 activities on this page.