That is the integral that I would use to find the volume of the solid.

  • Thread starter Thread starter Pixter
  • Start date Start date
  • Tags Tags
    Shape
Pixter
Messages
29
Reaction score
0
q: (set up the integral that you would use to find the volume of the solid described, evaluate the integral)
The region below the plane z+y=1 and inside the cylinder x^2+y^2 equal or less than: 1,0 equal and less to z equal and less to 1

this is what i have been trying:
tried
-sqrt1-x^2 <= y <= sqrt1-x^2
0 <= z <= 1-y
-1 <= x <= 1

the books gives the answer: pi-2/3

oki guys/gals, really can't do it and it's just f--king enoying me soo much.. so if someone could do this or at least give me a sweet description how to do this.. !spending more time on this than my actual revision!
 
Physics news on Phys.org
You should show some work, but it sounds like you're really stuck. Start by drawing a picture. If you look at the part of this region for y < 0, you get half a cylinder. If you want to find the volume of this by integrating along the y-axis, then think of this volume as a bunch of thin sheets side by side of height (in the z-direction) 1, width (in the x-direction) 2\sqrt{1-y^2}, and thickness (in the y-direction) dy. The other half of this irregular shape is more irregular, because the height changes, but you can apply the same idea, and get an expression for the volume of this shape in terms of integrals. Set up an expression, and try evaluating. If you still get stuck, show your work.
 
Last edited:
Pixter said:
q: (set up the integral that you would use to find the volume of the solid described, evaluate the integral)
The region below the plane z+y=1 and inside the cylinder x^2+y^2 equal or less than: 1,0 equal and less to z equal and less to 1

this is what i have been trying:
tried
-sqrt1-x^2 <= y <= sqrt1-x^2
0 <= z <= 1-y
-1 <= x <= 1

the books gives the answer: pi-2/3

oki guys/gals, really can't do it and it's just f--king enoying me soo much.. so if someone could do this or at least give me a sweet description how to do this.. !spending more time on this than my actual revision!

Looks to me like a good candidate for polar coordinates. In polar coordinate, r runs from 0 to 1 and \theta from 0 to 2\pi. For each r and \theta, z runs from 0 to 1- y= 1- rsin(\theta). Of course, the "differential of area" in polar coordinates is r dr d\theta.

The volume is
\int_{r= 0}^1 \int_{\theta= 0}^{2\pi} (1- r sin(\theta))rd\theta dr
 
Back
Top