What is the volume of the part of the equation $(z+3)^2+y^2+x^2=25$ that lies above the $xy$-plane?

27 Views Asked by At

How do I find the volume of the part of the equation $(z+3)^2+y^2+x^2=25$ that lies above the $xy$-plane? I know that you have to use double (iterated) integrals and polar coordinates.

1

There are 1 best solutions below

0
On BEST ANSWER

Let $z=0$ in $$(z+3)^2+y^2+x^2=25$$ to find the intersection of the sphere with the $xy$ plane.

We get $$x^2+y^2=16$$

Thus the integral in polar coordinates is $$\int_{0}^{2\pi} \int _{0}^{4} (-3+\sqrt {25-r^2})rdrd\theta$$