 |
Suppose that we have a parametric representation for the surface S : x = x(u, v) , y = y(u, v) and z = z(u, v), defined on the rectangle R = { (u, v) | a u b and c v d} in the uv - plane. It is often convenient to use parametric equations to evaluate the surface integral Of course, to do this, we must substitute for x, y and z to rewrite the integrand in terms of the parameters u and v, as
| | g(u, v) = f (x(u, v), y(u, v), z(u, v)). |
|
However, this is only a small piece of the puzzle, as we must also write the surface area element dS in terms of the area element dA for the uv plane. Unfortunately, we can't use (6.1) here, since this only holds for the case of a surface written in the form z = f (x, y). Instead, we'll need to back up just a bit.
First, notice that the position vector for points on the surface S is r(u, v) = x(u, v), y(u, v), z(u, v) . We define the vectors ru and rv (the subscripts denote partial derivatives) by:
and
r v(u, v) = xv(u, v), yv(u, v), zv(u, v) . |
|
Notice that for any fixed (u, v), both of the vectors ru(u, v) and rv(u, v) lie in the tangent plane to S at the point (x(u, v), y(u, v), z(u, v)).
So, unless these two vectors are parallel, we can find a normal vector to the tangent plane by computing their cross product.
That is, n = ru rv is a normal vector to the surface at the point (x(u, v), y(u, v), z(u, v)).
We say that the surface S is smooth if ru and rv are continuous and ru rv 0, for all (u, v) R.
(This says that the surface will not have any corners.)
We say that S is piecewise-smooth if we can write S = S1 S2 Sn, for some smooth surfaces S1, S2, , Sn.
As we have done many times now, we partition the rectangle R in the uv - plane.
For each rectangle Ri in the partition, let (ui, vi) be the closest point in Ri to the origin, as indicated in Figure 14.45a.
Notice that each of the sides of Ri gets mapped to a curve in xyz - space, so that Ri gets mapped to a curvilinear region Si in xyz - space, as indicated in Figure 14.45b (on the following page).
Observe that if we locate their initial points at the point Pi(x(ui, vi), y(ui, vi), z(ui, vi)), the vectors ru(ui, vi) and rv(ui, vi) lie tangent to two adjacent curved sides of Si. So, we can approximate the area Si of Si by the area of the parallelogram Ti
whose sides are formed by the vectors ui ru(ui, vi) and vi rv(ui, vi) (see Figure 14.45c).

Figure 14.45a
Partition of parameter domain(u - plane).

Figure 14.45b
Curvilinear region Si.

Figure 14.45c
The parallelogram Ti.
As we know, the area of the parallelogram is given by the magnitude of the cross product
where Ai is the area of the rectangle Ri. We then have that
and it follows that the element of surface area can be written as
Notice that this corresponds closely to (6.1), as ru rv is a normal vector to S . Finally, we developed (6.2) in the comparatively simple case where the parameter domain R (that is, the domain in the uv - plane) was a rectangle. If the parameter domain is not a rectangle, you should recognize that we can do the same thing by constructing an inner partition of the region. We can now evaluate surface integrals using parametric equations, as in the following example. |