Surface Area by TJ Murphy
Shows the parallelograms that are used to approximate the area of a surface; also discusses the derivation of the surface area integral from these parallelograms. (corresponding notebook for users of Mathematica who want the commands used to generate these graphics)
![[Graphics:surfaceAreagr21.gif]](surfaceAreagr21.gif)
We start with the function
.
To calculate the area of the surface for some restricted domain, in this case the rectangle [-1,3]x[-3,3], we first divide the rectangular domain into subrectangles.
Then we select a point in each subrectangle, in this case we chose the corner closest to the origin. For each of these points, we find the tangent plane to f at that point, and then restrict the domain of the tangent plane to the rectangle that the point came from. Two examples of these restricted tangent planes are shown in the graph below.
Note that each "restricted tangent plane" has the shape of a parallelogram.
![[Graphics:surfaceAreagr22.gif]](surfaceAreagr22.gif)
(assuming that the partial derivatives are continuous).
This work is part of the Multivariable Calculus with Mathematica Project at the University of Oklahoma.