Apply Stokes theorem to prove that $\int_{c} ydx+zdy+xdz =-2\sqrt{2}\pi a^2$
Where C is the curve given by $x^2+y^2+z^2-2ax-2ay=0, x+y=2a$ ; and begins at the point (2a,0,0) and it goes first below the z plane.
My work
I move clockwise on the boundary of the sphere cut by the plane since i want the surface to be on the left side upon movement on the curve inline with stoke's theorem.
The normal on the curve is $\frac{\hat{i} + \hat{j}}{\sqrt{2}}$
Curl of F $y\hat{i} + z\hat{j} + x\hat{k}$ is $-\hat{i} -\hat{j} -\hat{k}$
Now taking surface of the sphere as $S_1$ and surface of the great circle as $S_2$ we have using gauss divergence theorem
$$ \int_{S_1 + S_2} (\nabla \times F) \hat{n} dS = 0 \\ \int_{S_1} (\nabla \times F) \hat{n} dS = - \int_{S_2} (\nabla \times F) \hat{n} dS \\ \int_{S_1} (\nabla \times F) \hat{n} dS = - \int_{S_2} (-\hat{i} -\hat{j} -\hat{k}) * \frac{\hat{i} + \hat{j}}{\sqrt{2}} dS \\ \int_{S_1} (\nabla \times F) \hat{n} dS = \int_{S_2} \sqrt{2} dS \\ \int_{S_1} (\nabla \times F) \hat{n} dS = 2 \sqrt{2} \pi a^2 $$
The above calculation is off by a factor of - sign
Also I am unable to understand how does goes below the z axis affects the calculation.
