MATH 251 Lecture 24

From Notes
Jump to navigation Jump to search

« previous | Monday, March 26, 2012 | next »


Triple Integrals

Given a region R3=[a,b]×[c,d]×[e,f],

Rf(x,y,z)dV=abcdeff(x,y,z)dzdydx

Example with Simplification

R=[1,1]×[0,2]×[0,1]

f(x,y,z)=xsiny+ez

010211(xsiny+ez)dxdydz

The integral can be split into a sum of two integrals:

010211xsinydxdydz+010211ezdxdydz

The first integral is over an odd region with respect to x, so for every point on one side, there is an equal and opposite point on the other side, so the entire integral will evaluate to 0:

010211ezdxdydz

The function inside this integral does not depend on x or y, so we can multiply the remaining integral with respect to z by the lengths of the intervals along x and y:

(20)(1(1))01ezdz=401ezdz

This is easy to evaluate as normal:

4(e1)

Triple Integrals in Spherical Coordinates

Find the center of mass of a unit hemisphere: x2+y2+z2=1, z0. Density is a constant ρ(x,y,z)=ρ0

Find the mass: 23πρ0... that was easy.

Due to symmentry, x¯=y¯=0.

Therefore, we only need to calculate z¯=32πρ0Rzρ0dV=32πRzdV

This integral would be easier to evaluate by converting to cylindrical (polar) coordinates since z=1x2y2=1r2

32π02π0112(1r3)r3drdθ==38

Another Example

f(x,y,z)=x23xy2z, R is bounded by x+2y+3z5 in the first octant.

Let's evaluate in the order dydzdx

Find the bounds:

  • 0y12(6x3z)
  • 0z13(6x) (plug in 0 for y)
  • 0x6 (plug in 0 for z and y)

06013(6x)012(6x3z)(x2+3xy2z)dydzdx

And due to time constraints, we will not evaluate that integral.