Triple Integral: Evaluating Limits

mvpshaq32
Messages
28
Reaction score
0

Homework Statement


Evaluate the triple integral.
∫∫∫xyz dV, where T is the sold tetrahedron with vertices (0,0,0), (1,0,0), (1,1,0), and (1,0,1)

The Attempt at a Solution



I'm having trouble finding the bounds. So far I'm integrating it in order of dzdydx with my x bounds as 0-1, my y bounds as 0-x, but I'm not sure how to find the z bounds.
 
Physics news on Phys.org
if you integrate over z first, it will be bounded by function of both z & y, representing the top plane of the tetrathedron
 
mvpshaq32 said:

Homework Statement


Evaluate the triple integral.
∫∫∫xyz dV, where T is the sold tetrahedron with vertices (0,0,0), (1,0,0), (1,1,0), and (1,0,1)


The Attempt at a Solution



I'm having trouble finding the bounds. So far I'm integrating it in order of dzdydx with my x bounds as 0-1, my y bounds as 0-x, but I'm not sure how to find the z bounds.

similarly your y bounds are not y=0 to y=x, but will be y=0 to y=1-x, to see this look at the line formed by the top surface of the tetrahedron in the xy plane
 
lanedance said:
similarly your y bounds are not y=0 to y=x, but will be y=0 to y=1-x, to see this look at the line formed by the top surface of the tetrahedron in the xy plane

Sorry, I'm still confused. How would I integrate over z first?
And I am not seeing the line y=1-x formed. I plotted (0,0,0), (1,0,0), (1,0,1) and (1,1,0) onto a xy graph so the points would be (0,0), (1,0), and (1,1) giving me the line y=x or is that not how I approach it?
 
apologies you are correct, so the integral should be
int^1_0 (int^0_x ( int_0^{f(x,y)} dz) dy ) dx

now you just need to find the upper bound for the first integral f(x,y) which is the upper bounding plane of the tetrahedron.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top