JonnyG
- 233
- 45
Homework Statement
Let S be the tetrahedron in \mathbb{R}^3 having vertices (0,0,0), (1,2,3), (0,1,2), and (-1,1,1). Evaluate \int_S f where f(x,y,z) = x + 2y - z.
Homework Equations
The Attempt at a Solution
I just want to confirm that I am setting up the integral properly: Looking at the projection of the tetrahedron onto the xy-plane, it looks like -1 \leq x \leq 1 and -x \leq y \leq 2x. Now looking at the actual tetrahedron, it seems as if z varies between 0 and the plane -x + z - 2 = 0 so that the boundaries for z are: 0 \leq z \leq x + 2. Therefore \int_S f = \int_0^{x+2} \int_{-x}^{2x} \int_{-1}^1 f \text{ } dxdydz. Is this correct?
EDIT: Wait, this makes no sense. If that is my setup, then my final integral will have an x in it. Forget the projection onto the xy-plane. Looking at the tetrahedron, it looks as if x is bounded between the two planes -x + 2y - z = 0 and x + 4y - 3z = 0 so that 2y - z \leq x \leq 3z - 4y. It seems as if y is bounded between the two planes x + 2y - z = 0 and y = 2 so that \frac{z}{2} - \frac{x}{2} \leq y \leq 2. It looks as if z is bounded between the xy plane and [/itex] -x + z - 2 = 0 [/itex] so that 0 \leq z \leq x + 2. So that my integral should be \int_0^{x+2} \int_{\frac{z}{2} - \frac{x}{2}}^2 \int_{2y - z}^{3z - 4y} f \text{ } dxdydz. Is this correct?
Also, the book gives a hint: Find a suitable linear transformation g as a change of variables. I've been trying to find a linear diffeomorphism from the tetrahedron to the unit cube (or a diffeomorphism from a set that differs from the tetrahedron by measure zero to a set that differs from the unit cube by measure zero), but have been unable to find such a mapping. However, perhaps that is the easier route than to try and do what I am currently doing?
Last edited: