The question is:
Paraboloid $z=x^2+y^2 $ divides the sphere $x^2+y^2+z^2=1$ into two parts, calculate the area of each of these surfaces.
I know that i need to use $\iint |n| dS$ but i need to first find the normal to this surfaces and for that i need to parameterize each part, i do not know much about parametrization of part of surfaces, how can i use $\theta,\phi$ for this parametrization or should i use something else?
Any suggestion would be great, thanks
The intersection of the paraboloid and the sphere will be a circle, which occurs at
$$z+z^2=1 \implies z = \frac{\sqrt{5}-1}{2} \equiv z_0$$
From here there are many avenues you can take to calculate the area of the top cap (the bottom one is just $4\pi$ minus this area).
$\textbf{Option 1}$: Directly
Parametrize with spherical coordinates, $r = 1$ and $J = \frac{\frac{\partial(x,y,z)}{\partial r}}{\left|\frac{\partial(x,y,z)}{\partial r}\right|}\Biggr|_{r=1} = \sin\theta$
$$\iint\limits_{x^2+y^2+z^2=1\cap z\geq z_0} dS = \int_0^{2\pi}\int_0^{\cos^{-1}(z_0)}\sin\theta\;d\theta d\phi = 2\pi(1-z_0) = (3-\sqrt{5})\pi$$
$\textbf{Option 2}$: Surface area formula
Plug in $z = \sqrt{1-x^2-y^2}$
$$\iint_{x^2+y^2\leq z_0} \sqrt{1+\left(\frac{\partial z}{\partial x}\right)^2+\left(\frac{\partial z}{\partial y}\right)^2}dA = \int_0^{2\pi}\int_0^{\sqrt{z_0}} \frac{r}{\sqrt{1-r^2}}drd\theta = 2\pi(1-\sqrt{1-z_0}) = 2\pi(1-z_0)$$
since $z_0^2 = 1-z_0$
$\textbf{Option 3}$: Divergence Theorem
Consider the vector field $F(x,y,z) = \left(0,0,\frac{1}{z}\right)$ and close the top spherical cap with the plane $z=z_0$. Using $n = (x,y,z)$ for the spherical cap, we have that
$$\iint\limits_{\text{cap}}dS = \iint_{x^2+y^2+z^2=1\cap z\geq z_0}\left(0,0,\frac{1}{z}\right)\cdot(x,y,z)dS = \iiint\limits_{x^2+y^2+z^2\leq1 \cap z\geq z_0}-\frac{1}{z^2}dV + \iint_{x^2+y^2+z^2\leq 1 \cap z=z_0}\frac{1}{z_0}dS$$
$$= \int_0^{2\pi}\int_{z_0}^1\int_0^{\cos^{-1}\left(\frac{z_0}{r}\right)}-\frac{\sin\theta}{\cos^2\theta}\:d\theta dr d\phi + \frac{1}{z_0}\iint_{x^2+y^2\leq z_0} dA = 2\pi \int_{z_0}^1 1 - \frac{r}{z_0}\:dr+\pi$$
which will simplify to the other options.