Problem.src) Re-iterate the integral $$ \int_{y=0}^{\sqrt{5}} \int_{z=0}^{\sqrt{5-y^2}} \int_{x=y^2+z^2}^{5} f(x, y, z) \, \mathrm{d}x\mathrm{d}z\mathrm{d}y $$ in the following order: $$ \int_{x=x_1}^{x_2} \int_{y=g_1(x)}^{g_2(x)} \int_{z=f_1(x,y)}^{f_2(x,y)} f(x, y, z) \, \mathrm{d}z\mathrm{d}y\mathrm{d}x $$
- $x = \boxed{\phantom{hi!}} \text{ to } \boxed{\phantom{hi!}} $
- $y = \boxed{\phantom{hi!}} \text{ to } \boxed{\phantom{hi!}} $
- $z = \boxed{\phantom{hi!}} \text{ to } \boxed{\phantom{hi!}} $
I have no clue how to approach this problem.
My first though was to just get $z$ in terms of $x$ and $y$. $x$ in terms of $z$ and an integer, and $y$ in terms of 2 integers, like so:
$$ \sqrt{x-y^2}\leq z \leq 1, \quad 0\leq y \leq \sqrt{5}, \quad\text{and}\quad 5 \leq z \leq 1$$
Buut this was wrong apart from the lower limits. This was the only way I knew how to approach this, so I don't actually know what to do here. Can anybody point me in the right direction?



When you convert the first iterated integral into a triple integral, the domain of integration is specified by the set of inequalities
$$ \begin{cases} 0 \leq y \leq \sqrt{5}, \\ 0 \leq z \leq \sqrt{5-y^2}, \\ y^2 + z^2 \leq x \leq 5. \end{cases} \tag{*}$$
Now we rephrase these inequalities to obtain the desired bounds:
\begin{align*} \text{(*)} &\quad\iff\quad \begin{cases} 0 \leq y \text{ and } \color{red}{y \leq \sqrt{5}}, \\ 0 \leq z \text{ and } \color{red}{y^2 + z^2 \leq 5}, \\ 0 \leq x \leq 5 \text{ and } y^2 + z^2 \leq x \end{cases} \tag{1} \\[0.667em] &\quad\iff\quad \begin{cases} 0 \leq y, \\ 0 \leq z, \\ 0 \leq x \leq 5 \text{ and } y^2 + z^2 \leq x \end{cases} \tag{2} \\[0.667em] &\quad\iff\quad \begin{cases} 0 \leq x \leq 5 \\ 0 \leq y \text{ and } \color{blue}{y^2 \leq x} \\ 0 \leq z \text{ and } y^2 + z^2 \leq x \end{cases} \tag{3} \\[0.667em] &\quad\iff\quad \begin{cases} 0 \leq x \leq 5 \\ 0 \leq y \leq \sqrt{x} \\ 0 \leq z \leq \sqrt{x - y^2} \end{cases} \tag{4} \end{align*}
Here are some explanation
$\text{(1)} \iff \text{(2)}$ : The red-colored inequalities are redundant since they are already implied by the condition $y^2 + z^2 \leq x \leq 5$. So we can erase them without changing the region.
$\text{(2)} \iff \text{(3)}$ : From the inequality $y^2 + z^2 \leq x$, we obtain the blue-colored inequality $y^2 \leq x$ for free, without changing the region the system describes.
Now $\text{(4)}$ gives the answer.