Evaluate $\int ydx + zdy + xdz$ where $C $ is intersection of $x+y=2$ and $x^2+y^2+z^2=2(x+y) $ traversed counterclockwise as viewed from origin
I am using Stokes' theorem to solve this question so
We want $\int \int curl F.N \; dS$ where $N$ is the normal unit vector to surface S, where S is a surface bounded by $C$
$F = \langle y,z,x\rangle$
$curl F = \langle -1,-1,-1 \rangle $
I take $S $ on the plane $x+y = 2$
$\nabla (x+y) = \langle 1,1,0 \rangle = A(say)$
Then unit normal vector $N = \langle -1/\sqrt2,-1/\sqrt2, 0\rangle $ {Multiplied by $-1$ because we are viewing it from origin }
$curl F.N= \sqrt(2)$
Now intersection of $x+y=2 $ and $x^2+y^2+z^2 = 2(x+y) $ gives
$x^2 + y^2 + z^2 = 4$
To get projection onto $xy$ plane $z=0$ we get
$x^2 +y^2 =4$
Now I am stuck in finding $dS$
How do I get dS = $\sqrt{z_x^2 +z_y^2 +1}dA$ where $A:x^2 +y^2 =4$
This is because my $S:x+y=2$ has no $z$ term