Find the volume between the sphere $x ^2 + y^2 + z^2 = 4$ and the plane $z = 1$

1.8k Views Asked by At

Suppose $y \geq 3$. I want to compute the volume between the sphere $x ^2 + (y − 2)^2 + z^2 = 4$ and the plane $y = 3$.

So I move left the sphere and and the plan, and rotate it counterclockwise. I got the new sphere and the new plan:

Suppose $z \geq 1$. Then compute the volume between $x ^2 + y^2 + z^2 = 4$ and the plan $z = 1$.

Here is my attempt using spherical coordinates:

$$\int_{0}^{2 \pi} \int_{0}^{\frac{\pi}{6}} \int_1^2 \rho^2 \sin \phi dp d \phi d\theta = 2\pi (1- \frac{\sqrt{3}}{2})\frac{1}{3}$$ I am supposed to get $\frac{5 \pi}{3}$. Where am I wrong?

2

There are 2 best solutions below

1
On

There are two mistakes in your work. At the intersection of the sphere and the plane,

$z = 2 \cos\phi = 1 \implies \phi = \pi/3$

Also the lower bound of $\rho$ is defined by the plane

$z = \rho\cos\phi = 1 \implies \rho = \sec\phi$

So the integral should be,

$ \displaystyle \int_{0}^{2 \pi} \int_0^{\pi/3} \int_{\sec\phi}^2 \rho^2 \sin\phi ~ d\rho ~ d\phi ~d\theta = \frac{5\pi}{3}$

Also note that,

$x^2 + (y-2)^2 + z^2 = 4 \implies x^2 + y^2 + z^2 = 4 y$

So using $x = \rho \cos\theta \sin\phi, z = \rho\sin\theta\sin\phi, y = \rho\cos\phi$, we have

$\rho = 4 \cos\phi$

$y = \rho \cos\phi = 3 \implies \rho = 3 \sec\phi$

At intersection of the sphere and the plane,

$\rho = 4 \cos\phi = 3 \sec\phi \implies \cos\phi = \frac{\sqrt3}{2}$

So, $\phi = \pi/6$

So the integral can also be written as,

$ \displaystyle \int_{0}^{2 \pi} \int_0^{\pi/6} \int_{3\sec\phi}^{4\cos\phi} \rho^2 \sin\phi ~ d\rho ~ d\phi ~d\theta = \frac{5\pi}{3}$

0
On

OP's attempt can be rectified after correction the following two mistakes:

  • At different $\phi$ values, the $\rho$ does not always vary from 1 to 2. By drawing a diagram, we can check that at angle $\phi$, the range of $\rho$ is from $\frac{1}{\cos \phi}$ to 2.
  • $\phi$ is supposed to range from 0 to $\pi/3$ (calculated from $\cos^{-1} (\frac{1}{2})$; again a diagram will help)

Thus, the correct integral to compute is

$$\int\limits_{0}^{2\pi} d\theta \int\limits_{0}^{\pi/3}\int\limits_{\frac{1}{\cos\phi}}^{2} \rho^2\sin\phi \ d\rho\ d\phi$$ $$ = 2\pi \int\limits_{0}^{\pi/3} \left.\left(\frac{1}{3}\rho^3\sin\phi\right)\right\rvert_{\frac{1}{\cos\phi}}^{2} \ d\phi$$ $$= 2\pi \int\limits_{0}^{\pi/3} \frac{8}{3}\sin\phi-\frac{1}{3}\tan\phi\sec^2\phi\ d\phi$$ $$= 2\pi \left.\left(-\frac{8}{3}\cos\phi-\frac{1}{6}\tan^2\phi\right)\right\rvert_{0}^{\pi/3}$$ $$ = \frac{5\pi}{3}$$