So as usual I've been doing problems out my book for practice, only to find one of the answers pages with this section torn out... I don't expect to get answers for all of them here, or even full answers for a few, but I was hoping maybe some could tell me if the set up on the few I've done is correct, after all, I can check the evaluation on symbolab. At least then when trying other problems I'll have something more to go off when it comes to the set up. If this isn't an ok question or should be broken up into separate ones, just let me know, just hoping to get all the practice I can.
Using Cylindrical:
$(A)$
$\int\int\int (z) dv$ where E is enclosed by the paraboloid $z=x^2+y^2$ and the plane $z=4$
From the fact that it's a paraboloid I have theta between $0$ and $\pi$, r between $0$ and 2 by plugging the given z value into the paraboloid equation, and z between 4 and $r^2$ which I got from the x,y equation swapping to polar, which is the part I'm not really sure about.
$\int^\pi_0\int_0^2\int^4_{r^2}(zr)dzdrd\theta$
$(B)$
$\int\int\int_E (x) dv$ where E is the solid in the first octant that lies under the paraboloid $z=4-x^2-y^2$."
Since it's the first octant I have $0<=\theta<=\pi/2$, r between 0 and 4 from the z equation, and zero through the the z equation for z:
$\int^{\pi/2}_0\int^4_0\int^{4-r^2}_0[(4-r^2)r]dzdrd\theta$
Using Spherical:
$(C)$
$\int\int\int(xe^{x^2+y^2+z^2})dv$ where E is the portion of the unit ball $x^2+y^2+z^2<=1$ that lies in the first octant.
From the first octant part I have theta between 0 and $\pi/2$, and from $\rho^2=x^2+y^2+z^2$ I have $\rho$ between zero and 1. I'm not sure how to determine $\phi$ in this one though going off a similar problem I seen I have it between zero and $\pi/4$. Replacing all the x and y's with the matching cartesian to spherical identities:
$\int^{\pi/2}_0\int_0^{\pi/4}\int_0^1(\rho sin(\phi)e^{\rho^2}\rho^2 sin(\phi))d\rho d\phi d\theta$
...And I think I'll leave it there. Have a couple more I tried in spherical but this seems like enough for one post.
Let me know if you have questions.