I'm trying to evaluate the following triple integral.
$ \int_{0}^{1} \int_{0}^{\sqrt{16-x^2}} \int_{0}^{\sqrt{16-x^2-y^2}} \text{dz dy dx} $
It looks to me like I'll probably need to convert it to cylindrical coordinates in order to evaluate it but I'm not sure how to
If the bounds for $x$ were $0\le x\le 4$ then the region of integration was part of a sphere with radius $4$ centered at the origin in the first octant
The integral evaluates the volume of that region therefore it is $$ \frac {1}{8} \frac {4\pi (4^3)}{3}=\frac {32\pi }{3}$$
However with $0\le x \le 1$ we split the integral into two parts. Let $\alpha =\pi/2-\sin^{-1}(1/4)$, then $$I=I_1+I_2$$ $$I_1=\int _0^\alpha \int _0^{\sec(\theta ) } \sqrt {1-r^2}r dr d\theta$$
$$I_2=\int _\alpha ^{\pi/2} \int _0^4 \sqrt {1-r^2}rdrd\theta$$