"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.
Usually spherical coordinates are for volumes. But if you are on the surface of the sphere, you set $\rho = 1$
$x = \cos\theta \sin \phi\\ y = \sin\theta \sin \phi\\ z = \cos \phi$
$ dy\;dx= \| (\frac {dx}{d\phi},\frac {dy}{d\phi}, \frac {dz}{d\phi}) \times (\frac {dx}{d\theta},\frac {dy}{d\theta}, \frac {dz}{d\theta})\|d\phi\;d\theta$
$dy\;dx = \sin\phi \;d\phi\;d\theta$
$\iint (\cos\theta \sin \phi)^2 \sin\phi \;d\phi\;d\theta$