Parametric Surfaces

Learning Objectives

  • Find the parametric representations of a cylinder, a cone, and a sphere.
  • Describe the surface integral of a scalar-valued function over a parametric surface.

Parametric Surfaces

A surface integral is similar to a line integral, except the integration is done over a surface rather than a path. In this sense, surface integrals expand on our study of line integrals. Just as with line integrals, there are two kinds of surface integrals: a surface integral of a scalar-valued function and a surface integral of a vector field.

However, before we can integrate over a surface, we need to consider the surface itself. Recall that to calculate a scalar or vector line integral over curve C, we first need to parameterize C. In a similar way, to calculate a surface integral over surface S, we need to parameterize S. That is, we need a working concept of a parameterized surface (or a parametric surface), in the same way that we already have a concept of a parameterized curve.

A parameterized surface is given by a description of the form

r(u,v)=x(u,v),y(u,v),z(u,v).

Notice that this parameterization involves two parameters, u and v, because a surface is two-dimensional, and therefore two variables are needed to trace out the surface. The parameters u and v vary over a region called the parameter domain, or parameter space—the set of points in the uv-plane that can be substituted into r. Each choice of u and v in the parameter domain gives a point on the surface, just as each choice of a parameter t gives a point on a parameterized curve. The entire surface is created by making all possible choices of u and v over the parameter domain.

definition


Given a parameterization of surface r(u,v)=x(u,v),y(u,v),z(u,v), the parameter domain of the parameterization is the set of points in the uv-plane that can be substituted into r.

Example: parameterizing a cylinder

Describe the surface S parameterized by

[latex]\large{{\bf{r}}(u,v)=\langle\cos{u},\sin{u},v\rangle,-\infty

try it

Describe the surface with parameterization [latex]{\bf{r}}(u,v)=\langle2\cos{u},2\sin{u},v\rangle,0\leq{u}\leq2\pi,-\infty

It follows from Example “Parameterizing a Cylinder” that we can parameterize all cylinders of the form x2+y2=R2. If S is a cylinder given by equation x2+y2=R2, then a parameterization of S is

[latex]\large{{\bf{r}}(u,v)=\langle{R}\cos{u},R\sin{u},v\rangle,0\leq{u}\leq2\pi,-\infty

We can also find different types of surfaces given their parameterization, or we can find a parameterization when we are given a surface.

Example: describing a surface

Describe the surface S parameterized by r(u,v)=ucosv,usinv,u2,0u,0v<2π.

try it

Describe the surface parameterized by [latex]{\bf{r}}(u,v)=\langle{u}\cos{v},u\sin{v},u\rangle,-\infty

Example: finding a parameterization

Give a parameterization of the cone x2+y2=z2 lying on or above the plane z=2.

try it

Give a parameterization for the portion of cone x2+y2=z2 lying in the first octant.

Watch the following video to see the worked solution to the above Try It

We have discussed parameterizations of various surfaces, but two important types of surfaces need a separate discussion: spheres and graphs of two-variable functions. To parameterize a sphere, it is easiest to use spherical coordinates. The sphere of radius ρ centered at the origin is given by the parameterization

r(ϕ,θ)=ρcosθsinϕ,ρsinθsinϕ,ρcosϕ, 0θ2π, 0ϕπ.

The idea of this parameterization is that as ϕ sweeps downward from the positive z-axis, a circle of radius ρsinϕ is traced out by letting θ run from 0 to 2π. To see this, let ϕ be fixed. Then

x2+y2=(ρcosθsinϕ)2+(ρsinθsinϕ)2=ρ2sin2ϕ(cos2θ+sin2θ)=ρ2sin2ϕ=(ρsinϕ)2.

This results in the desired circle (Figure 5).

<img src="/apps/archive/20220422.171947/resources/7b37adfac687f3ede4c12b1624213f7c408c0a68" data-media-type="image/jpeg" alt="A three-dimensional diagram of the sphere of radius rho." id="14">

Figure 5. The sphere of radius ρ has parameterization r(ϕ,θ)=ρcosθsinϕ,ρsinθsinϕ,ρcosϕ,0θ2π,0ϕπ.

Finally, to parameterize the graph of a two-variable function, we first let z=f(x,y) be a function of two variables. The simplest parameterization of the graph of f is r(x,y)=x,y,f(x,y), where x and y vary over the domain of f (Figure 6). For example, the graph of f(x,y)=x2y can be parameterized by r(x,y)=x,y,x2y, where the parameters x and y vary over the domain of f. If we only care about a piece of the graph of f—say, the piece of the graph over rectangle [1,3]×[2,5]—then we can restrict the parameter domain to give this piece of the surface:

r(x,y)=x,y,x2y, 1x3, 2y5.

Similarly, if S is a surface given by equation x=g(y,z) or equation y=h(x,z), then a parameterization of S is

r(y,z)=g(y,z),y,z or r(x,z)=x,h(x,z),z, respectively. For example, the graph of paraboloid 2y=x2+z2 can be parameterized by r(x,z)=x,x2+z22,z, 0x, 0z. Notice that we do not need to vary over the entire domain of y because x and z are squared.

<img src="/apps/archive/20220422.171947/resources/0dc3336b5ac8a3f543f7960e6dffd31b165532bd" data-media-type="image/jpeg" alt="A three-dimensional diagram of a surface z = f(x,y) above its mapping in the two-dimensional x,y plane. The point (x,y) in the plane corresponds to the point z = f(x,y) on the surface." id="15">

Figure 6. The simplest parameterization of the graph of a function is r(x,y)=x,y,f(x,y).

Let’s now generalize the notions of smoothness and regularity to a parametric surface. Recall that curve parameterization r(t), atb is regular if r(t)0 for all t in [a,b]. For a curve, this condition ensures that the image of r really is a curve, and not just a point. For example, consider curve parameterization r(t)=1,2, 0t5. The image of this parameterization is simply point (1,2), which is not a curve. Notice also that r(t)=0. The fact that the de
rivative is zero indicates we are not actually looking at a curve.

Analogously, we would like a notion of regularity for surfaces so that a surface parameterization really does trace out a surface. To motivate the definition of regularity of a surface parameterization, consider parameterization

r(u,v)=0,cosv,1, 0u1, 0vπ.

Although this parameterization appears to be the parameterization of a surface, notice that the image is actually a line (Figure 7). How could we avoid parameterizations such as this? Parameterizations that do not give an actual surface? Notice that ru=0,0,0 and rv=0,sinv,0, and the corresponding cross product is zero. The analog of the condition r(t)=0 is that ru×rv is not zero for point (u,v) in the parameter domain, which is a regular parameterization.

<img src="/apps/archive/20220422.171947/resources/745227e56c04a5df74ee49af2b05fce09d079046" data-media-type="image/jpeg" alt="A three-dimensional diagram of a line on the x,z plane where the z component is 1, the x component is 1, and the y component exists between -1 and 1." id="16">

Figure 7. The image of parameterization r(u,v)=0,cosv,1, 0u1, 0vπ is a line.

definition


Parameterization r(u,v)=(x(u,v),y(u,v),z(u,v) is a regular parameterization if ru×rv is not zero for point (u,v) in the parameter domain.

If parameterization r is regular, then the image of r is a two-dimensional object, as a surface should be. Throughout this chapter, parameterizations r(u,v)=(x(u,v),y(u,v),z(u,v) are assumed to be regular.

Recall that curve parameterization r(t), atb is smooth if r(t) is continuous and r(t)0 for all t in [a,b]. Informally, a curve parameterization is smooth if the resulting curve has no sharp corners. The definition of a smooth surface parameterization is similar. Informally, a surface parameterization is smooth if the resulting surface has no sharp corners.

definition


A surface parameterization r(u,v)=(x(u,v),y(u,v),z(u,v) is smooth if vector ru×rv is not zero for any choice of u and v in the parameter domain.

A surface may also be piecewise smooth if it has smooth faces but also has locations where the directional derivatives do not exist.

Example: identifying smooth and nonsmooth surfaces

Which of the figures in Figure 8 is smooth?

<img src="/apps/archive/20220422.171947/resources/0c3ca1bca3bc9aceb9cd677eaa0899d9c3a8afa3" data-media-type="image/jpeg" alt="Two three-dimensional figures. The first surface is smooth. It looks like a tire with a large hole in the middle. The second is piecewise smooth. It is a pyramid with a rectangular base and four sides." id="20">

Figure 8. (a) This surface is smooth. (b) This surface is piecewise smooth.

Key Takeaways

Is the surface parameterization r(u,v)=u2v,v+1,sinu, 0u2, 0v3 smooth?

Try It

Surface Area of a Parametric Surface

Our goal is to define a surface integral, and as a first step we have examined how to parameterize a surface. The second step is to define the surface area of a parametric surface. The notation needed to develop this definition is used throughout the rest of this chapter.

Let S be a surface with parameterization r(u,v)=x(u,v),y(u,v),z(u,v) over some parameter domain D. We assume here and throughout that the surface parameterization r(u,v)=x(u,v),y(u,v),z(u,v) is continuously differentiable—meaning, each component function has continuous partial derivatives. Assume for the sake of simplicity that D is a rectangle (although the following material can be extended to handle nonrectangular parameter domains). Divide rectangle D into subrectangles Dij with horizontal width u and vertical length v. Suppose that i ranges from 1 to m and j ranges from 1 to n so that D is subdivided into mn rectangles. This division of D into subrectangles gives a corresponding division of surface S into pieces Sij. Choose point Pij in each piece Sij. Point Pij corresponds to point (ui,vj) in the parameter domain.

Note that we can form a grid with lines that are parallel to the u-axis and the v-axis in the uv-plane. These grid lines correspond to a set of grid curves on surface S that is parameterized by r(u,v). Without loss of generality, we assume that Pij is located at the corner of two grid curves, as in Figure 9. If we think of r as a mapping from the uv-plane to R3, the grid curves are the image of the grid lines under r. To be precise, consider the grid lines that go through point (ui,vj). One line is given by x=ui, y=v; the other is given by x=u, y=vj. In the first grid line, the horizontal component is held constant, yielding a vertical line through (ui,vj). In the second grid line, the vertical component is held constant, yielding a horizontal line through (ui,vj). The corresponding grid curves are r(ui,v) and r(u,vj), and these curves intersect at point Pij.

<img src="/apps/archive/20220422.171947/resources/554bdb200e243c7a7fe7695f959bcc99d6c61c86" data-media-type="image/jpeg" alt="Two diagrams, showing that grid lines on a parameter domain correspond to grid curves on a surface. The first shows a two-dimensional rectangle in the u,v plane. The horizontal rectangle is in quadrant 1 and broken into 9x5 rectangles in a grid format. One rectangle Dij has side lengths delta u and delta v. The coordinates of the lower left corner are (u_i *, v_j *). In three dimensions, the surface curves above the x,y plane. The D_ij portion has become S_ij on the surface with lower left corner P_ij." id="22">

Figure 9. Grid lines on a parameter domain correspond to grid curves on a surface.

Now consider the vectors that are tangent to these grid curves. For grid curve r(ui,v) the tangent vector at Pij is

tv(Pij)=rv(ui,vj)=xv(ui,vj),yv(ui,vj),zv(ui,vj).

For grid curve r(u,vj), the tangent vector at Pij is

tu(Pij)=ry(ui,vj)=xv(ui,vj),yu(ui,vj),zu(ui,vj).

If vector N=tu(Pij)×tu(Pij exists and is not zero, then the tangent plane at Pij exists (Figure 10). If piece Sij is small enough, then the tangent plane at point Pij is a good approximation of piece Sij.

<img src="/apps/archive/20220422.171947/resources/7a8f20e54fbe300cbc4ec7c1c79f355a7c0f670a" data-media-type="image/jpeg" alt="Two diagrams. The one on the left is two dimensional and in the first quadrant of the u,v coordinate plane. A point u_0 is marked on the horizontal u axis, and a point v_0 is marked on the vertical v axis. The point (u_0, v_0) is shown in the plane. The diagram on the right shows the grid curve version. Now, the u_0 is marked as r(u_0, v) and the v_0 is marked as r(u, v_0). The (u_0, v_0) point is labeled P. Coming out of P are three arrows: one is a vertical N arrow, and the other two are t_u and t_v for the tangent plane." id="23">

Figure 10. If the cross product of vectors tu and tv exists, then there is a tangent plane.

The tangent plane at Pij contains vectors tu(Pij) and tv(Pij), and therefore the parallelogram spanned by tu(Pij) and tv(Pij) is in the tangent plane. Since the original rectangle in the uv-plane corresponding to Sij has width Δu and length Δv, the parallelogram that we use to approximate Sij is the parallelogram spanned by Δutu(Pij) and Δvtv(Pij). In other words, we scale the tangent vectors by the constants Δu and Δv to match the scale of the original division of rectangles in the parameter domain. Therefore, the area of the parallelogram used to approximate the area of Sij is

ΔSij||(Δutu(Pij))×(Δvtv(Pij))=||tu(Pij)×tv(Pij)||ΔuΔv.

Varying point Pij over all pieces Sij and the previous approximation leads to the following definition of surface area of a parametric surface (Figure 11).

<img src="/apps/archive/20220422.171947/resources/5446eff034279beb6c8d1c545bd42983566a72fb" data-media-type="image/jpeg" alt="A surface S_ij that looks like a curved parallelogram. Point P_ij is at the bottom left corner, and two blue arrows stretch from this point to the upper left and lower right corners of the surface. Two red arrows also stretch out from this point, and they are labeled t_v delta v and t_u delta u. These form two sides of a parallelogram that approximates the piece of surface of S_ij. The other two sides are drawn as dotted lines." id="24">

Figure 11. The parallelogram spanned by tu and tv approximates the piece of surface Sij.

definition


Let r(u,v)=(x(u,v),y(u,v),z(u,v) with parameter domain D be a smooth parameterization of surface S. Furthermore, assume that S is traced out only once as (u,v) varies over D. The surface area of S is

D||tu×tv||dA,

where tu=xu,yu,zu and tv=xv,yv,zv.

Example: calculating surface area

Calculate the lateral surface area (the area of the “side,” not including the base) of the right circular cone with height h and radius r.

try it

Find the surface area of the surface with parameterization r(u,v)=u+v,u2,2v, 0u3, 0v2.

Watch the following video to see the worked solution to the above Try It

Example: calculating surface area

Show that the surface area of the sphere x2+y2+z2=r2 is 4πr2.

try it

Show that the surface area of cylinder x2+y2=r2, 0zh is 2πrh. Notice that this cylinder does not include the top and bottom circles.

In addition to parameterizing surfaces given by equations or standard geometric shapes such as cones and spheres, we can also parameterize surfaces of revolution. Therefore, we can calculate the surface area of a surface of revolution by using the same techniques. Let y=f(x)0 be a positive single-variable function on the domain axb and let S be the surface obtained by rotating f about the x-axis (Figure 13). Let θ be the angle of rotation. Then, S can be parameterized with parameters x and θ by

r(x,θ)=x,f(x)cosθ,f(x)sinθ, axb, 0x2π.

<img src="/apps/archive/20220422.171947/resources/62e003469f226d24fb2fc7ce6d152985d58f6522" data-media-type="image/jpeg" alt="Two diagrams, a and b, showing the surface of revolution. The first shows three dimensions. In the (x,y) plane, a curve labeled y = f(x) is drawn in quadrant 1. A line is drawn from the endpoint of the curve down to the x axis, and it is labeled f(x). The second shows the same three dimensional view. However, the curve from the first diagram has been rotated to form a three dimensional shape about the x axis. The boundary is still labeled y = f(x), as the curve in the first plane was. The opening of the three dimensional shape is circular with the radius f(x), just as the line from the curve to the x axis in the plane of the first diagram was labeled. A point on the opening’s boundary is labeled (x,y,z), the distance from the x axis to this point is drawn and labeled f(x), and the height is drawn and labeled z. The height is perpendicular to the x,y plane and, as such, the original f(x) line drawn from the first diagram. The angle between this line and the line from the x axis to (x,y,z) is labeled theta." id="32">

Figure 13. We can parameterize a surface of revolution by r(x,θ)=x,f(x)cosθ,f(x)sinθ, axb,0x2π.

Example: calculating surface area

Find the area of the surface of revolution obtained by rotating y=x2, 0xb about the x-axis (Figure 14).

<img src="/apps/archive/20220422.171947/resources/7d61bcda55b02e38101709cea6667b3baa333904" data-media-type="image/jpeg" alt="A solid of revolution drawn in two dimensions. The solid is formed by rotating the function y = x^2 about the x axis. A point C is marked on the x axis between 0 and x’, which marks the opening of the solid." id="34">

Figure 14. A surface integral can be used to calculate the surface area of this solid of revolution.

try it

Use The Surface Area Equation to find the area of the surface of revolution obtained by rotating curve y=sinx, 0xπ about the x-axis.