Problem statement $$ \mbox{Calculate the surface integral}\quad \int_{Y}\ y\,\sqrt{z\,}\,\sqrt{4x^{2} + 4y^{2} + 1\,}\,\,{\rm d}S $$ where $Y$ is the surface $\left\{\left(x,y,z\right)\ \ni\ z=x^2+y^2\,,\ y \geq 0\,,\ y \geq -x\,,\ 1 \leq x^{2} + y^{2} \leq 4\right\}$.
Progress
I am trying to visualize the surface step by step. So $z=x^2+y^2$ is an infinite paraboloid, $y\geq 0$ gives us only half of this paraboloid(one side of the y-axis), $y\geq -x$ does not restrict anything(?) and $1\leq x^2+y^2\leq 4$ is either: The area between the two circles of radius 1 and 2 OR(since $z=x^2+y^2$) equivalent to $1\leq z\leq 4$(How large are the circles then...?)
Some guidance would be helpful..
Here's your surface:
I generated it with the following Mathematica code. If you can make sense of the code, particularly the
ParametricPlot3Dcommand, then you can probably see how the $y=-x$ affects the surface and what your bounds of integration will be after you set up the surface integral as an iterated integral.After a bit of algebra, you should find yourself getting to
$$\int _1^4\int _0^{3\pi/4}r^3 \left(1+4 r^2\right) \sin (t)\,dt\,dr = \frac{11175}{8} \left(2+\sqrt{2}\right).$$