I need to calculate the flux of a vector field :
$H = (y-z)\hat{i} + (z-x)\hat{j} + (x-y)\hat{k}$ outside the Hemisphere given by the equation :
$(x-1)^2 +y^2 +z^2=1$ with $z\ge0$
Now i used the divergence theorem where i deduced that the flux throughout the solid enclosed by the hemisphere and a disk in the plane $z=0$, is $0$ since $\operatorname{div}\vec H=0$. And so the flux through out the hemisphere equals minus that throughout the disk, and so it is equal to $\iint\vec H \cdot \vec n\,ds_1$ where $S_1$ is the surface of the disk in the $xy$-plane.
Now since $\vec n=-\vec k$ hence the integral $\iint\vec H \cdot \vec n\, ds_1$ will look like $\iint (x-y)dxdy$, but I need help knowing the boundaries after transforming the coordinates into spherical coordinates.
We have $x=r\cos\theta+1$ and $y=r\sin\theta$. Hence, $x-y=r(\cos\theta-\sin\theta)+1.$ This shouldn't be too difficult to integrate.