"Integrate $G(x,y,z) = x^2$ over the unit sphere $x^2 + y^2 + z^2 = 1.$"
Alright, so using the formula
$\int \int_R x^2 \sqrt{ 1+ \frac{\partial z}{\partial x} + \frac{\partial z}{\partial y}} dA$
and working it down, I arrive at the integral:
$\int \int_R \frac{x^2}{z} dA$
When I try to convert this to polar coordinates, it becomes very messy, and when I look at the given solution they convert it to spherical coordinates. This is very odd to me, as I was under the impression that spherical coordinates were only used in a triple integral. The "official" conversion results in:
$\int_o^{2\pi} \int_o^{\pi} sin^3 (\phi) cos^2(\theta)d\phi d\theta$
And I have no idea how they arrived at that. If anyone could point me in the right direction here, I'd greatly appreciate it.