[Math] Surface integral on unit sphere

integrationmultivariable-calculus

I'm struggling to calculate the surface integral in this question

Find the area of the portion of the sphere $$z=\sqrt{1-x^2-y^2}$$
Which lies between the planes $z=0$ and $z=1$

Now I know the integral takes the following form:
$$\iint_U{|N(x,y)|dxdy}$$
Now parametrising the surface with $$r(x,y)=\begin{pmatrix} x\\ y\\ \sqrt{1-x^2-y^2} \end{pmatrix}$$
The normal is $$N(x,y)=\begin{pmatrix} -f_x\\ -f_y\\ 1 \end{pmatrix}$$
$$=\begin{pmatrix} \frac{x}{\sqrt{1-x^2-y^2}}\\ \frac{y}{\sqrt{1-x^2-y^2}}\\ 1 \end{pmatrix}$$

Now the integral is $$\iint_U{\sqrt{\frac{1}{1-x^2-y^2}}\;dxdy}$$
However I can't work out the bounds for the integral. I can't just plug in $z=0$ and $z=1$ as then I'll get $U$ as a flat space interval of the circle from radius $0$-$4$. And I'm pretty sure $U$ is a curved subset of $\mathbb{R}^3$.

Does anyone have any hints to set me on the right path?

Thanks

EDIT: I need to calculate the area using a surface integral, even though its only half of a full sphere.

Best Answer

Let us make the computation, without seeing the result as in Sabyasachi's answer, and for a general $r$.

The elementary area is, with Mathematica notations in spheric coordinates: $$ r^2\sin\phi d\phi d\theta $$

Here $r$ is a constant and $\theta\in[0,2\pi]$ and $\theta\in[0,\frac\pi 2]$:

$$ A = r^2\int_0^{\frac \pi 2}\sin \phi d\phi\int_0^{2\pi} d\theta = 2\pi [-\cos\phi]_0^{\frac \pi 2}r^2 = 2\pi r^2 $$