Skip to main content
Logo image

APEX Calculus

Section 14.5 Surface Area

In Section 7.4 we used definite integrals to compute the arc length of plane curves of the form y=f(x). We later extended these ideas to compute the arc length of plane curves defined by parametric or polar equations.
The natural extension of the concept of “arc length over an interval” to surfaces is “surface area over a region.”
Consider the surface z=f(x,y) over a region R in the xy-plane, shown in Figure 14.5.1.(a). Because of the domed shape of the surface, the surface area will be greater than that of the area of the region R. We can find this area using the same basic technique we have used over and over: we’ll make an approximation, then using limits, we’ll refine the approximation to the exact value.
Figure 14.5.1. Developing a method of computing surface area
As done to find the volume under a surface or the mass of a lamina, we subdivide R into n subregions. Here we subdivide R into rectangles, as shown in the figure. One such subregion is outlined in the figure, where the rectangle has dimensions Δxi and Δyi, along with its corresponding region on the surface.
In part Figure 14.5.1.(b) of the figure, we zoom in on this portion of the surface. When Δxi and Δyi are small, the function is approximated well by the tangent plane at any point (xi,yi) in this subregion, which is graphed in part Figure 14.5.1.(b). In fact, the tangent plane approximates the function so well that in this figure, it is virtually indistinguishable from the surface itself! Therefore we can approximate the surface area Si of this region of the surface with the area Ti of the corresponding portion of the tangent plane.
This portion of the tangent plane is a parallelogram, defined by sides u and v, as shown. One of the applications of the cross product from Section 11.4 is that the area of this parallelogram is u×v. Once we can determine u and v, we can determine the area.
The vector u is tangent to the surface in the direction of x, therefore, from Section 13.7, u is parallel to 1,0,fx(xi,yi). The x-displacement of u is Δxi, so we know that u=Δxi1,0,fx(xi,yi). Similar logic shows that v=Δyi0,1,fy(xi,yi). Thus:
surface area Siarea of Ti=u×v=Δxi1,0,fx(xi,yi)×Δyi0,1,fy(xi,yi)=1+fx(xi,yi)2+fy(xi,yi)2ΔxiΔyi.
Note that ΔxiΔyi=ΔAi, the area of the ith subregion.
Summing up all n of the approximations to the surface area gives
surface area over Ri=1n1+fx(xi,yi)2+fy(xi,yi)2ΔAi.
Once again take a limit as all of the Δxi and Δyi shrink to 0; this leads to a double integral.

Definition 14.5.2. Surface Area.

Let z=f(x,y) where fx and fy are continuous over a closed, bounded region R. The surface area S over R is
S=RdS=R1+fx(x,y)2+fy(x,y)2dA.
We test this definition by using it to compute surface areas of known surfaces. We start with a triangle.

Example 14.5.3. Finding the surface area of a plane over a triangle.

Let f(x,y)=4x2y, and let R be the region in the plane bounded by x=0, y=0 and y=2x/2, as shown in Figure 14.5.4. Find the surface area of f over R.
Figure 14.5.4. Finding the area of a triangle in space in Example 14.5.3
Solution.
We follow Definition 14.5.2. We start by noting that fx(x,y)=1 and fy(x,y)=2. To define R, we use bounds 0y2x/2 and 0x4. Therefore
S=RdS=0402x/21+(1)2+(2)2dydx=046(2x2)dx=46.
Because the surface is a triangle, we can figure out the area using geometry. Considering the base of the triangle to be the side in the xy-plane, we find the length of the base to be 20. We can find the height using our knowledge of vectors: let u be the side in the xz-plane and let v be the side in the xy-plane. The height is then uprojvu=46/5. Geometry states that the area is thus
1246/520=46.
We affirm the validity of our formula.
It is “common knowledge” that the surface area of a sphere of radius r is 4πr2. We confirm this in the following example, which involves using our formula with polar coordinates.

Example 14.5.5. The surface area of a sphere.

Find the surface area of the sphere with radius a centered at the origin, whose top hemisphere has equation f(x,y)=a2x2y2.
Solution.
We start by computing partial derivatives and find
fx(x,y)=xa2x2y2 and fy(x,y)=ya2x2y2.
As our function f only defines the top upper hemisphere of the sphere, we double our surface area result to get the total area:
S=2R1+fx(x,y)2+fy(x,y)2dA=2R1+x2+y2a2x2y2dA.
The region R that we are integrating over is bounded by the circle, centered at the origin, with radius a: x2+y2=a2. Because of this region, we are likely to have greater success with our integration by converting to polar coordinates. Using the substitutions x=rcos(θ), y=rsin(θ), dA=rdrdθ and bounds 0θ2π and 0ra, we have:
S=202π0a1+r2cos2(θ)+r2sin2(θ)a2r2cos2(θ)r2sin2(θ)rdrdθ=202π0ar1+r2a2r2drdθ(14.5.1)=202π0ara2a2r2drdθ.
Apply substitution u=a2r2 and integrate the inner integral, giving
=202πa2dθ=4πa2.
Our work confirms our previous formula.

Example 14.5.6. Finding the surface area of a cone.

The general formula for a right cone with height h and base radius a is
f(x,y)=hhax2+y2,
shown in Figure 14.5.7. Find the surface area of this cone.
Figure 14.5.7. Finding the surface area of a cone in Example 14.5.6
Solution.
We begin by computing partial derivatives.
fx(x,y)=xhax2+y2 and fy(x,y)=yhax2+y2.
Since we are integrating over the disk bounded by x2+y2=a2, we again use polar coordinates. Using the standard substitutions, our integrand becomes
1+(hrcos(θ)ar2)2+(hrsin(θ)ar2)2.
This may look intimidating at first, but there are lots of simple simplifications to be done. It amazingly reduces to just
1+h2a2=1aa2+h2.
Our polar bounds are 0θ2π and 0ra. Thus
S=02π0ar1aa2+h2drdθ=02π(12r21aa2+h2)|0adθ=02π12aa2+h2dθ=πaa2+h2.
This matches the formula found in the back of this text.

Example 14.5.8. Finding surface area over a region.

Find the area of the surface f(x,y)=x23y+3 over the region R bounded by xyx, 0x4, as pictured in Figure 14.5.9.
Figure 14.5.9. Graphing the surface in Example 14.5.8
Solution.
It is straightforward to compute fx(x,y)=2x and fy(x,y)=3. Thus the surface area is described by the double integral
R1+(2x)2+(3)2dA=R10+4x2dA.
As with integrals describing arc length, double integrals describing surface area are in general hard to evaluate directly because of the square-root. This particular integral can be easily evaluated, though, with judicious choice of our order of integration.
Integrating with order dxdy requires us to evaluate 10+4x2dx. This can be done, though it involves Integration By Parts and sinh1(x). Integrating with order dydx has as its first integral 10+4x2dy, which is easy to evaluate: it is simply y10+4x2+C. So we proceed with the order dydx; the bounds are already given in the statement of the problem.
R10+4x2dA=04xx10+4x2dydx=04(y10+4x2)|xxdx=04(2x10+4x2)dx.
Apply substitution with u=10+4x2:
=(16(10+4x2)3/2)|04=13(3774510)100.825units2.
So while the region R over which we integrate has an area of 16 square units, the surface has a much greater area as its z-values change dramatically over R.
In practice, technology helps greatly in the evaluation of such integrals. High powered computer algebra systems can compute integrals that are difficult, or at least time consuming, by hand, and can at the least produce very accurate approximations with numerical methods. In general, just knowing how to set up the proper integrals brings one very close to being able to compute the needed value. Most of the work is actually done in just describing the region R in terms of polar or rectangular coordinates. Once this is done, technology can usually provide a good answer.
We have learned how to integrate integrals; that is, we have learned to evaluate double integrals. In the next section, we learn how to integrate double integrals — that is, we learn to evaluate triple integrals, along with learning some uses for this operation.

Exercises Exercises

Terms and Concepts

1.
“Surface area” is analogous to what previously studied concept?
2.
To approximate the area of a small portion of a surface, we computed the area of its plane.
3.
We interpret RdS as “sum up lots of little .”
4.
Why is it important to know how to set up a double integral to compute surface area, even if the resulting integral is hard to evaluate?
5.
Why do z=f(x,y) and z=g(x,y)=f(x,y)+h, for some real number h, have the same surface area over a region R?
6.
Let f(x,y) be a function defined over a region R and let g(x,y)=2f(x,y). Why is the surface area of z=g(x,y) over R not twice the surface area of z=f(x,y) over R?

Problems

Exercise Group.
In the following exercises, set up the iterated integral that computes the surface area of the graph of the given function over the region R.
Exercise Group.
In the following exercises, find the area of the given surface over the region R.
11.
z=3x7y+2; R is the rectangle with opposite corners (1,0) and (1,3).
12.
z=2x+2y+2; R is the triangle with corners (0,0), (1,0) and (0,1).
13.
z=x2+y2+10; R is bounded by the circle x2+y2=16.
14.
z=2x+4y2+7 over R, the triangle bounded by y=x, y=x, 0y1.
15.
z=x2+y over R, the triangle bounded by y=2x, y=0 and x=2.
16.
z=23x3/2+2y3/2 over R, the rectangle with opposite corners (0,0) and (1,1).
17.
z=102x2+y2 over the region R bounded by the circle x2+y2=25. (This is the cone with height 10 and base radius 5; be sure to compare your result with the known formula.)
18.
Find the surface area of the sphere with radius 5 by doubling the surface area of f(x,y)=25x2y2 over the region R bounded by the circle x2+y2=25. (Be sure to compare your result with the known formula.)
19.
Find the surface area of the ellipse formed by restricting the plane f(x,y)=cx+dy+h to the region R bounded by the circle x2+y2=1, where c, d and h are some constants. Your answer should be given in terms of c and d; why does the value of h not matter?
You have attempted 1 of 1 activities on this page.