MATH 251 Lecture 33

From Notes
Jump to navigation Jump to search

« previous | Wednesday, April 18, 2012 | next »

Confused about Notation?


Surface Integrals

ΩfdS
where Ω is a finite surface.

Ω can be open (like a section of a surface) or closed (a surface that surrounds a solid)

Like with all integrals, we chop it up into pieces, and add up all the products of the area of the little piece and the value of the function:

  1. Parameterize the surface (a surface is defined by two parameters, usually u and v) such that X(u,v)=(x(u,y),y(u,v),z(u,v))
  2. Calculate dS, the "area element", in terms of parameters.
  3. Evaluate the resulting double integral.


Example: CoM of Hemisphere Shell

Find the center of mass of the upper hemisphere x2+y2+z2=1, where z0. Assume that the mass density (per unit area) is constant ρ=1

x¯=0y¯=0z¯=1AΩzdS=12πΩzdS

Parameterize the Region

We can use spherical coordinates (1,ϕ,θ), where ϕπ2, so

x(ϕ,θ)=sinϕcosθy(ϕ,θ)=sinϕsinθz(ϕ,θ)=cosϕ

Determine Area Element

For a rectangular region Ω that maps to the hemisphere Ω, a small region gets mapped to a parallelogram.

dS=Xϕ×XθdϕdθXϕ=cosϕcosθ,cosϕsinθ,sinϕXθ=sinϕsinθ,sinϕcosθ,0

Now we compute their cross product

sinϕ|ı^ȷ^k^cosϕcosθcosϕsinθsinϕsinθcosθ0|=sinϕsinϕcosθ,sinϕsinθ,cosϕ

Take the length of the resulting vector

|sinϕ|sin2ϕcos2θ+sin2ϕsin2θ+cos2ϕ=sinϕ

since 0ϕπ2. Therefore, dS=sinϕdϕdθ.

Evaluate Double Integral

0π20π2z(ϕ,θ)sinθdϕdθ=0π20π2cosϕsinθdϕdθ==π

Multiply this value by the mass of the surface, 12π, so the final center of mass is (0,0,12)

Example: Over Paraboloid

Set up the integral of eπx over the region z=x2+y2, where 0z4.


Parameterize the Region

x=uy=vz=u2+v2

Determine Area Element

dS=Xu×XvdudvXu=1,0,2uXv=1,0,2vXu×Xv=2u,2v,1Xu×Xv=4u2+4v2+1


Set Up Integral

Reπu4u2+4v2+1dudv


Round 2: Polar Coordinates

x=rcosθy=rsinθz=r2Xr=cosθ,sinθ,2rXθ=rsinθ,rcosθ,0Xr×Xθ=2r2cosθ,2r2sinθ,rXr×Xθ=r4r2+1


Therefore, the integral is 02π02eπrcosθr4r2+1drdθ

For Functions of X and Y

given a function f(x,y,z) over a surface g(x,y):

f(x,y,z)dS=A(x,y,g(x,y))1+gx2+gy2dA

Example

Given f(x,y,z)=yz and the surface x+y+z=4 in the first octant, find Sf(x,y,z)dS

SyzdS=Ay(4xy)3dA