EV33 said:
Homework Statement
Rewrite this integral the other five ways
\int_{x=0}^{1}\int_{z=0}^{1-x^2}\int_{y= 0}^{1-x} dydzdx
this tells that x lies between 0 and 1, for each x, z lies between 0 and 1- x^2, and for each x and z, y lies between 0 and 1- x.
In the xz-plane, z= 1- x^2 is the parabola with vertex at (0, 1) and x-intercepts (1,0) and (-1,0). In the xy-plane, y= 1- x is the line through (0, 1) and (1, 0).
Notice that there is no "z" in that last! That tells us that we can write \int\int\int dzdydx in exactly the same way.
For something like \int\int\int dxdzdy, we have to first think, what is the range for y? Looking at y= 1- x, we see that y can range from 0 to 1 as x goes between 0 and 1. The "outer" integral is \int_0^1 dy. Now, the range of z, for each y, is a bit more complicated. Since z goes from 0 up to 1- x^2 and y from 0 to 1- x, we have x= 1- y and z from 0 to 1- (1-y)^2= 2y- y^2. Finally, for all y and z, z= 1- x^2 is the same as x^2= 1- z or x= \pm\sqrt{1- z}. x can go from -\sqrt{1- z} to \sqrt{1- z}:
\int_{y=0}^1\int_{z= 0}^{2y- y^2}\int_{z=-\sqrt{1-z}^{\sqrt{1-x}}dxdzdy
Now, try the others.
Homework Equations
Must be in rectangular coordinates
The Attempt at a Solution
1.)\int_{z=0}^{1}\int_{x=0}^{\sqrt{1-z}}\int_{y= 0}^{1-x} dydxdz
2.)\int_{x=0}^{1}\int_{y=0}^{1-x}\int_{z=0}^{1-x^2}dzdydx
3.)\int_{y=0}^{1}\int_{x=0}^{1-y}\int_{z=0}^{1-x^2}dzdxdy
4.)\int_{z=0}^{1}\int_{y=0}^{1-x}\int_{x=0}^{\sqrt{1-z}}dxdydz
5.)\int_{y=0}^{1}\int_{z=0}^{1-x^2}\int_{x= 0}^{1-y}dxdzdy
With the last two I see the problem that the variable x will still be in the final answer. How can this problem be fixed. I figured the solution is to write the planes in another form but I don't see how to write the equations y=1/x or z=1-x2 without the variable x.
Thank you for your time.