EV33 said:
Homework Statement
Rewrite this integral the other five ways
[tex]\int_{x=0}^{1}\int_{z=0}^{1-x^2}\int_{y= 0}^{1-x} dydzdx[/tex]
this tells that x lies between 0 and 1, for each x, z lies between 0 and [itex]1- x^2[/itex], and for each x and z, y lies between 0 and 1- x.
In the xz-plane, [itex]z= 1- x^2[/itex] 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 [itex]\int\int\int dzdydx[/itex] in exactly the same way.
For something like [itex]\int\int\int dxdzdy[/itex], 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 [itex]\int_0^1 dy[/itex]. Now, the range of z, for each y, is a bit more complicated. Since z goes from 0 up to [itex]1- x^2[/itex] and y from 0 to 1- x, we have x= 1- y and z from 0 to [itex]1- (1-y)^2= 2y- y^2[/itex]. Finally, for all y and z, [itex]z= 1- x^2[/itex] is the same as [itex]x^2= 1- z[/itex] or [itex]x= \pm\sqrt{1- z}[/itex]. x can go from [itex]-\sqrt{1- z}[/itex] to [itex]\sqrt{1- z}[/itex]:
[tex]\int_{y=0}^1\int_{z= 0}^{2y- y^2}\int_{z=-\sqrt{1-z}^{\sqrt{1-x}}dxdzdy[/tex]
Now, try the others.
Homework Equations
Must be in rectangular coordinates
The Attempt at a Solution
1.)[tex]\int_{z=0}^{1}\int_{x=0}^{\sqrt{1-z}}\int_{y= 0}^{1-x} dydxdz[/tex]
2.)[tex]\int_{x=0}^{1}\int_{y=0}^{1-x}\int_{z=0}^{1-x^2}dzdydx[/tex]
3.)[tex]\int_{y=0}^{1}\int_{x=0}^{1-y}\int_{z=0}^{1-x^2}dzdxdy[/tex]
4.)[tex]\int_{z=0}^{1}\int_{y=0}^{1-x}\int_{x=0}^{\sqrt{1-z}}dxdydz[/tex]
5.)[tex]\int_{y=0}^{1}\int_{z=0}^{1-x^2}\int_{x= 0}^{1-y}dxdzdy[/tex]
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.