5: Integral Calculus of Several Variables
Double and triple integrals for computing volumes, masses, and other quantities.
Double Integrals
Definition
โฌRโf(x,y)dA=nโโlimโi=1โnโf(xiโโ,yiโโ)ฮAiโ
Iterated Integrals
Over a rectangle R=[a,b]ร[c,d]:
โฌRโf(x,y)dA=โซabโโซcdโf(x,y)dydx=โซcdโโซabโf(x,y)dxdy
Fubiniโs Theorem: Order doesnโt matter if f is continuous.
General Regions
Type I (bounded by y=g1โ(x) and y=g2โ(x)):
โฌDโf(x,y)dA=โซabโโซg1โ(x)g2โ(x)โf(x,y)dydx
Type II (bounded by x=h1โ(y) and x=h2โ(y)):
โฌDโf(x,y)dA=โซcdโโซh1โ(y)h2โ(y)โf(x,y)dxdy
Applications of Double Integrals
Area
A=โฌDโ1dA
Volume Under Surface
V=โฌDโf(x,y)dA
Mass and Center of Mass
For density ฯ(x,y):
Mass: m=โฌDโฯ(x,y)dA
Center of mass:
xห=m1โโฌDโxฯ(x,y)dA,yหโ=m1โโฌDโyฯ(x,y)dA
Moments of Inertia
Ixโ=โฌDโy2ฯdA,Iyโ=โฌDโx2ฯdA,I0โ=โฌDโ(x2+y2)ฯdA
Double Integrals in Polar Coordinates
When the region is circular or the integrand involves x2+y2:
โฌRโf(x,y)dA=โฌRโf(rcosฮธ,rsinฮธ)rdrdฮธ
Key: dA=rdrdฮธ (not just drdฮธ!)
Example: Disk of radius a
โฌDโfdA=โซ02ฯโโซ0aโf(rcosฮธ,rsinฮธ)rdrdฮธ
Triple Integrals
โญEโf(x,y,z)dV
โญEโfdV=โซabโโซg1โ(x)g2โ(x)โโซh1โ(x,y)h2โ(x,y)โf(x,y,z)dzdydx
Applications
Volume: V=โญEโ1dV
Mass: m=โญEโฯ(x,y,z)dV
Center of mass: xห=m1โโญEโxฯdV, etc.
Cylindrical Coordinates
x=rcosฮธ,y=rsinฮธ,z=z
Volume element: dV=rdzdrdฮธ
Use when: Region has circular symmetry about the z-axis.
Example: Cylinder
โญEโfdV=โซ02ฯโโซ0aโโซ0hโf(rcosฮธ,rsinฮธ,z)rdzdrdฮธ
Spherical Coordinates
x=ฯsinฯcosฮธ,y=ฯsinฯsinฮธ,z=ฯcosฯ
where:
- ฯ = distance from origin
- ฯ = angle from positive z-axis (0โคฯโคฯ)
- ฮธ = angle in xy-plane from positive x-axis
Volume element: dV=ฯ2sinฯdฯdฯdฮธ
Use when: Region has spherical symmetry.
Example: Sphere of radius a
โญEโfdV=โซ02ฯโโซ0ฯโโซ0aโfฯ2sinฯdฯdฯdฮธ
Change of Variables (Jacobian)
For transformation x=g(u,v), y=h(u,v):
โฌRโf(x,y)dxdy=โฌSโf(g(u,v),h(u,v))โโ(u,v)โ(x,y)โโdudv
Jacobian:
โ(u,v)โ(x,y)โ=โโuโxโโuโyโโโvโxโโvโyโโโ
Common Jacobians
| Coordinates | Jacobian |
|---|
| Polar | r |
| Cylindrical | r |
| Spherical | ฯ2sinฯ |
Summary
| Coordinate System | dA or dV |
|---|
| Cartesian 2D | dxdy |
| Polar | rdrdฮธ |
| Cartesian 3D | dxdydz |
| Cylindrical | rdzdrdฮธ |
| Spherical | ฯ2sinฯdฯdฯdฮธ |