Find the surface area above the xy plane which is defined by: $x^2+y^2+z^2=1, x^2+y^2 \leq x$
I am first trying to find a parameterization which should be simple enough to work with.
I though about using spherical coordinates: $$ x=\sin(\theta)\cos(\phi)$$ $$ y=\sin(\theta)\sin(\phi) $$ $$z=\sqrt{1+\sin^2(\theta)}$$
Which should work but the problem here is that I'm not sure how to express where $\phi$ is defined.
Because we have $0 \leq \theta \leq \frac{\pi}{2}$, and $\sin^2(\theta) \leq \sin(\theta) \cos(\phi) \Rightarrow \sin(\theta) \leq \cos(\phi) $.
Help appreciated.
Note that$$x^2+y^2\leqslant x\iff\left(x-\frac12\right)^2+y^2\leqslant\frac14.$$So, you're after the area of the surface $z=\sqrt{1-x^2-y^2}$ with $x$ and $y$ such that $\left(x-\frac12\right)^2+y^2\leqslant\frac14$. This area is equal to\begin{multline}\int_0^1\int_{-\sqrt{x-x^2}}^{\sqrt{x-x^2}}\sqrt{\frac{x^2}{1-x^2-y^2}+\frac{y^2}{1-x^2-y^2}+1}\,\mathrm dy\,\mathrm dx=\\=\int_0^1\int_{-\sqrt{x-x^2}}^{\sqrt{x-x^2}}\frac1{\sqrt{1-x^2-y^2}}\,\mathrm dy\,\mathrm dx.\end{multline}In polar coordinates, this is\begin{align}\int_{-\pi/2}^{\pi/2}\int_0^{\cos(\theta)}\frac\rho{\sqrt{1-\rho^2}}\,\mathrm d\rho\,\mathrm d\theta&=\int_{-\pi/2}^{\pi/2}\left[-\sqrt{1-\rho^2}\right]_{\rho=0}^{\rho=\cos(\theta)}\,\mathrm d\theta\\&=\int_{-\pi/2}^{\pi/2}1-\bigl|\sin(\theta)\bigr|\,\mathrm d\theta\\&=2\int_0^{\pi/2}1-\sin(\theta)\,\mathrm d\theta\\&=\pi-2.\end{align}