I always found it helpful to put in some indication of what the variable was in the limits of integration when dealing with iterated integrals. It helped me keep track of which was the variable in a particular integration, and it helped me better understand the region over which integration was taking place. With that modification, here's your rectangular coordinates iterated integral.
\int_{x = -2}^2\int_{y = -\sqrt{4-x^2}}^{\sqrt{4-x^2}}\int_{z = \sqrt{x^2 + y^2}}^2 F(x)~dz~dy~dx
tnutty said:
can you explain this conversion, I am not sure.
The conversion is incorrect. For one thing, the F(x) in the original integral doesn't just go away, as it has appeared to do in your iterated integral in cylindrical coordinates. Your differential volume, r dz dr d\theta, is correct, though.
The new limits of integration are close, but not quite right. In the rectangular coordinates iterated integral, think of a stack of blocks, each of volume dz*dy*dx. In the first integral the blocks range from z = sqrt(x^2 + y^2) to z = 2. You show the lower integration limit as z = r, which is incorrect. Also, you show the upper limit of integration as z = 2i, which isn't correct, either. Was the i a typo? What sorts of figures do z = sqrt(x^2 + y^2) and z = 2 represent? The first is not a sphere, as I think you believe.
In the middle integration, the vertical stack of blocks sweeps from y = -sqrt(4 - x^2) to y = sqrt(4 - x^2). This is a circle of radius 2, centered at the origin, so in the cylindrical form, y
does range between 0 and 2.
Finally, the outer cylindrical limits
are correct, because we're dealing with the entire circle.