Volume of Region Bounded by x^2+2y^2=2, x+y+2z=2

  • Thread starter Thread starter jonroberts74
  • Start date Start date
  • Tags Tags
    Volume
jonroberts74
Messages
189
Reaction score
0

Homework Statement


find volume of the region bounded by x^2+2y^2=2;z=0;x+y+2z=2





The Attempt at a Solution



I figure "slicing" in the z=0 direction would be the easiest

the first issue I am having is the upper bound of z, it definitely seems to be 2 but but it's not making sense at the moment how to get that


when I slice with the z=0 plane I get an ellipse

y is on the interval [-1,1] and then getting x in terms of y
-\sqrt{2-2y^2} \le x \le \sqrt{2-2y^2}


so from that I get the setup

\int_{0}^{2}\int_{-1}^{1}\int_{-\sqrt{2-2y^2}}^{\sqrt{2-2y^2}}dxdydz

I feel that is correct but the part mostly bothering be is the upper bound of z.

using x+y+2z=2 I can see the intercepts for x,y,z are 2,2,1. this is where I am getting stuck
 
Physics news on Phys.org
x+ y+ 2z= 2, which is equivalent to z= 1- x/2- y/2, is the upper bound. Since that involves both x and y, that should be the first integral, not the last.
 
HallsofIvy said:
x+ y+ 2z= 2, which is equivalent to z= 1- x/2- y/2, is the upper bound. Since that involves both x and y, that should be the first integral, not the last.

\int_{-1}^{1}\int_{-\sqrt{2-2y^2}}^{\sqrt{2-2y^2}}\int_{0}^{1- x/2- y/2}dzdxdy

more like that then?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top