15.4: Surface Area
( \newcommand{\kernel}{\mathrm{null}\,}\)
We next seek to compute the area of a surface above (or below) a region in the xy plane. How might we approximate this? We start, as usual, by dividing the region into a grid of small rectangles. We want to approximate the area of the surface above one of these small rectangles. The area is very close to the area of the tangent plane above the small rectangle. If the tangent plane just happened to be horizontal, of course the area would simply be the area of the rectangle. For a typical plane, however, the area is the area of a parallelogram, as indicated in Figure 15.4.1. Note that the area of the parallelogram is obviously larger the more "tilted'' the tangent plane. In the interactive figure you can see that viewed from above the four parallelograms exactly cover a rectangular region in the xy plane.
Figure 15.4.1: Small parallelograms at points of tangency (AP).
Now recall a curious fact: the area of a parallelogram can be computed as the cross product of two vectors. We simply need to acquire two vectors, parallel to the sides of the parallelogram and with lengths to match. But this is easy: in the x direction we use the tangent vector we already know, namely ⟨1,0,fx⟩ and multiply by Δx to shrink it to the right size: ⟨Δx,0,fxΔx⟩. In the y direction we do the same thing and get ⟨0,Δy,fyΔy⟩. The cross product of these vectors is ⟨fx,fy,−1⟩ΔxΔy with length √f2x+f2y+1ΔxΔy, the area of the parallelogram. Now we add these up and take the limit, to produce the integral ∫x1x0∫y1y0√f2x+f2y+1dydx. As before, the limits need not be constant.
We find the area of the hemisphere z=√1−x2−y2.
Solution
We compute the derivatives
fx=−x√1−x2−y2fx=−y√1−x2−y2,
and then the area is
∫1−1∫√1−x2−√1−x2√x21−x2−y2+y21−x2−y2+1dydx.
This is a bit on the messy side, but we can use polar coordinates:
∫2π0∫10√11−r2rdrdθ.
This integral is improper, since the function is undefined at the limit 1. We therefore compute
lima→1−∫a0√11−r2rdr=lima→1−−√1−a2+1=1,
using the substitution u=1−r2. Then the area is
∫2π01dθ=2π.
You may recall that the area of a sphere of radius r is 4πr2, so half the area of a unit sphere is (1/2)4π=2π, in agreement with our answer.
Contributors
Integrated by Justin Marshall.