The unit sphere is intersected by the plane $x + y = 14$. Find the line integral of $F = \langle yz + y, xz+5x,xy+2y\rangle$ around the intersection.
$$\iint\nabla\times F\cdot\textbf{n}\ dA$$
the unit normal vector is easily found by looking at the plane equation: $\frac{1}{\sqrt2}\langle1,1,0\rangle$
Curl of $F = \langle 2,-1,4\rangle$. So the curl of $F$ dotted with that = $1/\sqrt2$, so we have
$$\iint\ \frac{1}{\sqrt{2}}\ dA$$
It's finding an expression for the skewed circle I'm having trouble with. By some algebra, I was able to find the circles projection in the $xz$-plane:
$$2\left(\frac{x-1}{2}\right)^2 + z^2 = \frac 32$$
But I'm not sure what I'm supposed to do now...