3

Find the volume of the region inside the surface $x^2 + y^2 + z^2 = 16$ and outside the surface $x^2 + y^2 = 4$.

How would you set this up and solve it using double integration and polar?

I came up with a graph that shows a cylinder in the middle of a sphere. I kind have the idea of subtracting the cylinder volume to the volume of the sphere but I don't know how to set it up, like what would the boundaries be?

Kenneth Hend
  • 373
  • 4
  • 9
  • 15
  • I think I have seen the same question couple of days back ! Not sure if this is homework :P – lsp Apr 24 '13 at 07:26
  • Please do not delete your question when it has gotten a good answer. Others can benefit from this thread. – robjohn Apr 24 '13 at 17:35

1 Answers1

4

I am adding a picture illustrating all you need to find the volume using cylindrical coordinates. enter image description here

In fact; $$V=8\int_{r=2}^{4}\int_{\theta=0}^{\pi/2}\int_0^{\sqrt{16-r^2}}rdr d\theta dz$$

Mikasa
  • 67,374