First, we need to discuss how to describe a surface parametrically. Recall that curves in space can be parametrized in terms of one parameter t; surfaces in space will require two parameters u and v:
r(u,v)=⟨x(u,v),y(u,v),z(u,v)⟩
Express the following surface of a cylinder parametrically:
S={(x,y,z):x=acosθ,y=asinθ,0≤θ≤2π,0≤z≤h}
Solution
Let u=θ and v=z:
r(u,v)=⟨acosu,asinu,v⟩0≤u≤2π,0≤v≤h
Express the following plane parametrically:
3x−2y+z=2
Solution
Let u=x and v=y:
r(u,v)=⟨u,v,2−3u+2v⟩
Express the following surface of a paraboloid parametrically:
z=x2+y20≤z≤9
Option A
Let u=x and v=y:
r(u,v)=⟨u,v,u2+v2⟩0≤v≤9
Option B
Let u=θ and v=r=z:
r(u,v)=⟨vcosu,vsinu,v2⟩0≤u≤2π,0≤v≤3
Surface Integrals
If a surface is expressed parametrically as r(u,v)=⟨x(u,v),y(u,v),z(u,v)⟩, then
and the area of a differential rectangle on the surface is given by ∣r⃗u×r⃗v∣dudv.
Definition
Let f be a continuous scalar-valued function on a smooth surface S given parametrically by
r(u,v)=⟨x(u,v),y(u,v),z(u,v)⟩,
where a≤u≤b and c≤v≤d. If r⃗u and r⃗v are continuous on this region RR={(u,v):a≤u≤b,c≤v≤d}
then the surface integral of f over S is
∬Sf(x,y,z)dS=∬Rf(x(u,v),y(u,v),z(u,v))∣ru×rv∣dA.
Note
If f(x,y,z)=1, this integral gives the surface area of S:
Surface area =∬R∣ru×rv∣dA
Examples
Find the surface area of the cylinder with radius 3 and height 5.
If a surface is defined explicitly as z=g(x,y), we can parameterize it using u=x and v=y:
r(u,v)=⟨u,v,g(u,v)⟩
Then r⃗u=⟨1,0,zx⟩ and r⃗v=⟨0,1,zy⟩:
ru×rv=∣∣∣∣∣∣ı^10ȷ^01k^zxzy∣∣∣∣∣∣=⟨−zx,−zy,1⟩⟹∣ru×rv∣=zx2+zy2+1
The surface integral can thus be written as
∬Sf(x,y,z)dS=∬Rf(x,y,g(x,y))zx2+zy2+1dA
Again, if f(x,y,z)=1, this integral gives the surface area.
Evaluate the integral ∬SxydS where S is the triangular surface with vertices (1,0,0), (0,2,0), and (0,0,2).
Solution
First, find the equation of this plane by taking the cross product of two vectors in the plane:
PQPRPQ×PR=⟨−1,0,2⟩=⟨−1,2,0⟩=⟨−4,−2,−2⟩ or ⟨2,1,1⟩
Therefore, the equation of this plane is 2(x−1)+1(y−0)+1(z−0) or z=−2x−y+2, so zx=−2 and zy=−1.
∬SxydS=∫01∫0−2x+2xy(−2)2+(−1)2+1dydx≈0.408
Surface Integrals in Vector Fields: Flux
There is a special surface integral known as the flux, which measures how much of a vector field F passes through a surface. Physical applications of this include fluid flow, heat flow, electrical current flow, etc. (you may run across heat flux or current flux at some point in the future).
Flux =∬SF⋅n^dS=∬RF⋅(ru×rv)dA
because n^=∣ru×rv∣ru×rv.
If the surface is defined explicitly by z=g(x,y), then
∬SF⋅n^dS=∬R−fzx−gzy+hdA
where F=⟨f,g,h⟩.
Rainfall on a Sloped Roof
If F=⟨0,0,−1⟩ and z=4−2x−y for 0≤x≤2, 0≤y≤4−2x, find the flux of F through this surface.
This answer gives the amount of rain that passes through this surface in one unit of time (note that it is negative, since the rain is moving downward).