7: Surface Integrals
Integrating functions over surfaces in 3D.
Parametric Surfaces
A surface S can be parametrized by:
r(u,v)=โจx(u,v),y(u,v),z(u,v)โฉ
where (u,v) varies over some region D in the uv-plane.
Examples
Sphere of radius a:
r(ฯ,ฮธ)=โจasinฯcosฮธ,asinฯsinฮธ,acosฯโฉ
Cylinder of radius r:
r(ฮธ,z)=โจrcosฮธ,rsinฮธ,zโฉ
Graph z=f(x,y):
r(x,y)=โจx,y,f(x,y)โฉ
Tangent Planes and Normal Vectors
The tangent vectors to the surface:
ruโ=โuโrโ,rvโ=โvโrโ
The normal vector:
n=ruโรrvโ
This is perpendicular to the surface at each point.
For a Graph z=f(x,y)
n=โจโfxโ,โfyโ,1โฉ
Surface Area
A=โฌDโโฃruโรrvโโฃdA
For a Graph z=f(x,y)
A=โฌDโ1+fx2โ+fy2โโdA
Surface Integrals of Scalar Functions
โฌSโfdS=โฌDโf(r(u,v))โฃruโรrvโโฃdA
For a Graph
โฌSโfdS=โฌDโf(x,y,f(x,y))1+fx2โ+fy2โโdA
Applications
- Surface area: โฌSโ1dS
- Mass of a shell: โฌSโฯdS
- Center of mass: xห=m1โโฌSโxฯdS
Oriented Surfaces
An oriented surface has a chosen โpositiveโ side (direction of normal).
- Closed surface: Convention is outward normal
- Surface with boundary: Use right-hand rule with boundary curve
Surface Integrals of Vector Fields (Flux)
The flux of F through surface S:
โฌSโFโ
dS=โฌSโFโ
ndS
Computation
โฌSโFโ
dS=โฌDโF(r(u,v))โ
(ruโรrvโ)dA
For a Graph z=f(x,y) with Upward Normal
โฌSโFโ
dS=โฌDโFโ
โจโfxโ,โfyโ,1โฉdA
Or if F=โจP,Q,Rโฉ:
โฌSโFโ
dS=โฌDโ(โPfxโโQfyโ+R)dA
Physical Interpretation of Flux
If F is a velocity field of a fluid:
Flux=โฌSโFโ
dS=volumeย ofย fluidย passingย throughย Sย perย unitย time
- Positive flux: flow in direction of normal
- Negative flux: flow opposite to normal
- Zero flux: flow parallel to surface
Computing Flux Through Common Surfaces
Sphere of Radius a (Outward Normal)
n=โฃrโฃrโ=aโจx,y,zโฉโ
dS=a2sinฯdฯdฮธ
Cylinder (Outward Normal)
n=rโจx,y,0โฉโ
Plane
Normal is constant, dS=dA.
Summary
| Concept | Formula |
|---|
| Normal vector | n=ruโรrvโ |
| Surface area | $\iint_D |
| Scalar surface integral | $\iint_S f , dS = \iint_D f |
| Flux | โฌSโFโ
dS=โฌDโFโ
(ruโรrvโ)dA |
| Graph z=f(x,y) | dS=1+fx2โ+fy2โโdA |