I was asked to find the volume of the shape that is the intersection of the two cylinders $x^2+y^2 \leq 1$ and $x^2+z^2 \leq 1$
My solution is false, I would like to know why it is not good.
by reducing 1 equations from the other, you can get $y^2-z^2 \leq 1$, and so $y^2 \leq 1+z^2$
so the bounds for $y$ are: $-\sqrt{1+z^2} \leq y \leq \sqrt{1+z^2}$
since $x^2+z^2 \leq 1$ we can get that $z^2 \leq 1-x^2$ and as such $-\sqrt{1-x^2} \leq z \leq \sqrt{1-x^2}$
and $-1 \leq x \leq 1$ is our "free" variable that has no restrictions.
using wolfram alpha, i calculate this tripe integral which should theoretically give me the volume of the shape requested:
$$\int_{-1}^{1} \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} \int_{-\sqrt{1+z^2}}^{\sqrt{1+z^2}}1dydzdx$$ and the result wolfram alpha gave me is $6.99215$.
After googling a bit, I stumble upon this page http://www.math.tamu.edu/~Tom.Kiffe/calc3/newcylinder/2cylinder.html that says the answer is $\frac{16}{3}$.
1) I do not understand how they calculated the volume on that page.
2) I don't understand where I went wrong.
Would appreciate clarification.


