I came across this integration in a paper and I'm a bit unsure about if it is correct or not.
This is an integral in cylindrical polar co-ordinates. The integration is over the entire volume of space (no bounds). The integration was done as follows:
$$\iiint \,f(z)\,g(r)\, r\,dr\,d\theta\, dz$$
$$= \iint \,g(r) \, r\, dr\,d\theta\, \int_{-r}^r\,f(z)\,dz$$
$$ = \iint \,g(r)\, F(r)\,r\,dr\,d\theta\,$$
where $F(r) = \int_{-r}^r dz \,f(z)$
Now to me this seems just wrong. I would like a second opinion on this, as the paper was published in a reputed journal.
I think it must have been intended to be read like this:
$$\iiint f(z)\,g(r)\, r\,dr\,d\theta\, dz = \iint \left( g(r) \, r\, dr\,d\theta\, \int_{-r}^r f(z)\,dz \right)$$
Thus the integral $\displaystyle \int_{-r}^r$ is inside the integral with respect to $r$, even though it's written to the right of $dr$.