Show $\int \int_{S} (x^2 +y^2) d\sigma = \frac{9\pi}{4}$ where $S = \left\{(x,y,z) : x>0, y>0, 3>z>0, z^2 =3(x^2+y^2)\right\}$.
We have the formula $\int \int_{S} f(x,y,z) = \int \int_{D} f(x, y, g(x,y)) \sqrt{(\frac{\partial z }{\partial x})^2 + (\frac{\partial z }{\partial y})^2+1}dA$. I figured I could rewrite the constraint on $z$ as $z = \sqrt{3(x^2+y^2)}$ which gives $ \frac{\partial z }{\partial x}=\frac{\sqrt{3}x}{\sqrt{(x^2+y^2)}}$ and $ \frac{\partial z }{\partial y}=\frac{\sqrt{3}y}{\sqrt{(x^2+y^2)}}$. Plugging this in to the formula gives $\int \int 2(x^2+y^2)$ after you simplify. I thought both integrals went from $0$ to $\sqrt{3}$, but this clearly doesn't give the correct answer. Where am I messing up?