Calculate the flux $\int_BF · ν dS$ of the vector field $F : \mathbb{R}^3 \to \mathbb{R}^3, F(x, y, z) := (yz, xz, x^2)^T$ through the northern hemisphere B of radius 1 with 0 as its center, i.e. the surface $B := \{(x, y, z) \in \mathbb{R}^3: x^2 + y^2 + z^2 = 1, z > 0\}$
This is what I got so far:
$z=\sqrt{1-x^2-y^2}$
$vdS=(\frac{x}{\sqrt{1-x^2-y^2}},\frac{y}{\sqrt{1-x^2-y^2}},1)$
$\int_{-1}^1 \int_{-\sqrt{1-x^2}}^\sqrt{1-x^2}(yz, xz, x^2)*vdS\;dydx$
$\int_{-1}^1 \int_{-\sqrt{1-x^2}}^\sqrt{1-x^2} y\sqrt{1-x^2-y^2},x\sqrt{1-x^2-y^2}, x^2 (\frac{x}{\sqrt{1-x^2-y^2}},\frac{y}{\sqrt{1-x^2-y^2}},1) \ dy\ dx\\ \int_{-1}^1 \int_{-\sqrt{1-x^2}}^\sqrt{1-x^2} x^2+2xy\; dy dx\\ \int_{-1}^1 2x^2\sqrt{1-x^2} dx\\ \frac\pi 2*\frac1 4(\frac\pi 2 * \frac1 4) = \frac \pi 4$
EDIT: I replaced the last two lines, but for some reason the answer doesn't match the one given in this post, which I am sure is correct, so if anyone sees my mistake and can kindly point it out, it would be great! found
Is this correct? And I also want to know how can I calculate using the following steps:
(i) Draw B and find an embedding of B.
(ii) Identify the outer normal vector ν on B.
(iii) Finally, calculate $\int_BF · ν dS.$
What do the first two steps add if I can calculate the flux directly?
I thank anyone who can help!
EDIT.NR2 : If I use Gauss theorem to find the flux is it possible for it to be different?

Using spherical coordinates
$ \hat{n} dS = ( \sin \theta \cos \phi, \sin \theta \sin \phi, \cos \theta) \sin \theta \ d\theta \ d \phi $
$ \vec{F} = ( \sin \theta \cos \theta \sin \phi, \sin \theta \cos \theta \cos \phi, \sin^2 \theta \cos^2 \phi ) $
So
$ \vec{F} \cdot \hat{n} dS = (\sin^2 \theta \cos \theta \cos \phi \sin \phi + \sin^2 \theta \cos \theta \cos \phi \sin \phi + \sin^2 \theta \cos \theta \cos^2 \phi ) \sin \theta \ d\theta \ d\phi$
And this simplifies to
$ \vec{F} \cdot \hat{n} dS = \sin^3 \theta \cos \theta (\sin(2 \phi) + \cos^2(\phi) ) \ d\theta \ d\phi$
Integrating with respect to $\phi$ first, from $\phi = 0 $ to $\phi = 2 \pi$, we get the term $\sin(2 \phi) $ cancelled out, and the term $\cos^2 \phi$ contributing a fator of $ \pi $
i.e.
$\displaystyle \int_B \vec{F} \cdot \hat{n} dS = \pi \int_{\theta = 0}^{\dfrac{\pi}{2}} \sin^3 \theta \cos \theta \ d\theta = \dfrac{\pi}{4}$