$\mathbf {The \ Problem}$: Find the volume of the solid in $3D$ enclosed by the three cylinders with their equations given below,
$$x^2+y^2 =1,$$
$$ y^2+z^2 =1, $$
$$ z^2+x^2 =1 .$$
$\mathbf {My \ approach}$: Actually, I tried to figure it out using the polar coordinates. Here, $0\leq r\leq 1$ and
$$z = \min (1-r^2\operatorname{sin^2\theta}, 1-r^2\operatorname{cos^2\theta} ).$$
Hence the volume is
$$V = 4 \left( \int_0^{π/4} \int_0^1 \sqrt{1-r^2\cos^2\theta} rdrd{\theta} + \int_{π/4}^{π/2} \int_0^1 \sqrt{1-r^2\sin^2\theta} rdrd{\theta} \right)$$
then the answer is found to be $8/(3\sqrt{2})$ .