Compute the volume enclosed by the two following spheres:
$$\left\{\begin{aligned}x^2+y^2+z^2=4\\ x^2+(y+2)^2+z^2=4\end{aligned}\right.$$
Using spherical coordinates seemed too hard for this question, so I tried to use polar coordinates around the $y$ axis:
$$\begin{cases} x=r\cos\theta\\ y=y\\ z=r\sin\theta \end{cases}$$
I got the following inequalities:
$$\left\{\begin{aligned}-\sqrt{4-r^2}\leq \ &y\leq\sqrt{4-r^2}\\ -2-\sqrt{4-r^2}\leq \ &y\leq-2+\sqrt{4-r^2}\end{aligned}\right.$$
But I don't know how to integrate them together. Maybe there's an easier way to do this? I thought that maybe because the volume is enclosed by two spheres, it is actually a two dimensional circle rotating about some axis. Problem is, I couldn't figure out which one; also I am not very experienced solids of revolution, and the real goal here is to practice on triple integrals.
Thanks!