Question: Use double integral to find the volume of the solid enclosed by the spheres $x^2+y^2+z^2=1$ and $x^2+y^2+(z-1)^2=1$
Alright so I tried to doing this by myself and I'm not sure if this is right. Could someone check over my work?
Curve of intersection: \begin{align*} x^2 + y^2 + z^2 &= x^2 + y^2 + (z - 1)^2\\ \implies z^2 &= z^2 - 2z + 1\\ \implies z &= 1/2. \end{align*}
So, the curve of intersection is $x^2 + y^2 = 3/4$ with $z = 1/2$. By symmetry, it suffices to double the volume between $z = 1/2$ and $z = 1$.
$x^2 + y^2 + (z-1)^2 = 1$ is above $x^2 + y^2 + z^2 = 1$ when $z > 1/2$.
Solving for (positive) $z$ yields $z = \sqrt{1 - x^2 - y^2}$ and $z = 1 + \sqrt{1 - x^2 - y^2}$.
Hence, the volume equals \begin{align*} V &= 2 \iint \left[(1 + \sqrt{1 - x^2 - y^2}) - \sqrt{1 - x^2 - y^2}\right]\, dA\\ \\ &= 2 \int_0^{2\pi}\!\int_0^{\sqrt{3/4}}\!r\,dr \,d\theta, \qquad\textrm{via polar coordinates}\\ \\ &= 2 \int_0^{2\pi} \!\left[(1/2)r^2\right]_{r = 0}^{\sqrt{3/4}}\, d\theta\\ \\ &= \int_0^{2\pi}\!3/4\,d\theta\\ \\ &= 3\pi/2. \end{align*}
