Surface area calculation

Let's say you are given a surface parametrized by $ \Phi$(u, v) for (u, v) in some region D. The function $ \Phi$ maps D onto the surface.

\includegraphics[width=4.8in]{paramsurf.eps}

As discussed in the previous reading, we can chop up the region D into small rectangles and find the image of one small rectangle under $ \Phi$(u, v).

The function $ \Phi$ maps the small rectangle show in green (on the left) to the "curvy rectangle" floating in space (on the right).

\includegraphics[width=4in]{paramarea3.eps}

Let $ \Delta$u and $ \Delta$v be width and height of the small rectangle. If the lower-left corner of the rectangle is at position (u, v), then $ \Phi$ maps the lower-left corner to the point $ \Phi$(u, v) on the "curvy rectangle."

\includegraphics[width=4.5in]{paramarea6.eps}

The lower-right corner of the rectangle is the point (u + $ \Delta$u, v), so it gets mapped to $ \Phi$(u + $ \Delta$u, v). Similarly, the upper-left corner of the rectangle is mapped to $ \Phi$(u, v + $ \Delta$v).

What is area of the "curvy rectangle" (the image of the small rectangle under $ \Phi$)?

Approximate it as a parallelogram (okay for $ \Delta$u and $ \Delta$v small).

\includegraphics[width=2.5in]{paramarea9.eps}

One side of the parallalogram is

$\displaystyle \Phi$(u + $\displaystyle \Delta$u, v) - $\displaystyle \Phi$(u, v) = $\displaystyle {\frac{{\mathbf{\Phi}(u+\Delta u,v)-\mathbf{\Phi}(u,v)}}{{\Delta u}}}$$ \Delta$u    
  $\displaystyle \approx$ $\displaystyle {\frac{{\partial \mathbf{\Phi}}}{{\partial u}}}$(u, v)$ \Delta$u    

when $ \Delta$u is small. Similarly, when $ \Delta$v is small, the other side of the parallelogram is approximatly

$\displaystyle \Phi$(u, v + $\displaystyle \Delta$v) - $\displaystyle \Phi$(u, v) $\displaystyle \approx$ $\displaystyle {\frac{{\partial \mathbf{\Phi}}}{{\partial v}}}$(u, v)$ \Delta$v.    

The area of a parallegram spanned by these vectors is the magnitude of their cross product. The area of the "curvy rectangle" is approximately

$\displaystyle \left\Vert\vphantom{ \frac{\partial \mathbf{\Phi}}{\partial u}(u,v) \times \frac{\partial \mathbf{\Phi}}{\partial v}(u,v) }\right.$$\displaystyle {\frac{{\partial \mathbf{\Phi}}}{{\partial u}}}$(u, v) x $\displaystyle {\frac{{\partial \mathbf{\Phi}}}{{\partial v}}}$(u, v)$\displaystyle \left.\vphantom{ \frac{\partial \mathbf{\Phi}}{\partial u}(u,v) \times \frac{\partial \mathbf{\Phi}}{\partial v}(u,v) }\right\Vert$$ \Delta$u$ \Delta$v    

The area of the whole surface is a Riemann sum over all the small rectangles. Each term is of the above form. If we take the limits $ \Delta$u,$ \Delta$v$ \to$ 0, then the Riemann sum converges to a double integral, and we find that the total surface area is

A = $\displaystyle \iint_{D}^{}$$\displaystyle \left\Vert\vphantom{ \frac{\partial \mathbf{\Phi}}{\partial u}(u,v) \times \frac{\partial \mathbf{\Phi}}{\partial v}(u,v) }\right.$$\displaystyle {\frac{{\partial \mathbf{\Phi}}}{{\partial u}}}$(u, v) x $\displaystyle {\frac{{\partial \mathbf{\Phi}}}{{\partial v}}}$(u, v)$\displaystyle \left.\vphantom{ \frac{\partial \mathbf{\Phi}}{\partial u}(u,v) \times \frac{\partial \mathbf{\Phi}}{\partial v}(u,v) }\right\Vert$du dv    

as promised.



Duane Nykamp
nykamp@math.umn.edu
2005-11-10