I'm trying to find the result of
$$ \iiint_{R} e^{(x^2+y^2+z^2)^{3/2}} \,dz\,dy\,dx $$
with
$$ R = \left\lbrace (x,y,z) \in \mathbb{R}^3 \mid -1 \le x \le 1, 0\le y \le \sqrt{1-x^2}, 0\le z \le \sqrt{1-x^2-y^2} \right\rbrace. $$ I'm pretty sure I need to use polar coordinates, but I'm stuck with $e^{(x^2+y^2+z^2)^{3/2}}$ , I hope I made my self clear, sometimes it's hard for me to explain in english what i'm trying to do.
Transformation to spherical coordinates is indeed the way to proceed. We have
$$\begin{align} \int_R e^{(x^2+y^2+z^2)^{3/2}}\,dx\,dy\,dz&=\int_0^\pi \int_0^{\pi/2}\int_0^1 e^{r^3}\,r^2\,dr\,\sin(\theta)\,d\theta\,d\phi\\\\ &=\pi \int_0^{\pi/2}\sin(\theta)\,d\theta\,\int_0^1 r^2e^{r^3}\,dr\\\\ &=\frac{\pi (e-1)}{3} \end{align}$$