I am trying to evaluate $\int_C \vec F \cdot d \vec r$ where
$\vec F = <2y,xz,x+y>$ and $C$ is the intersection of $x^2+y^2=1$ and $z=y+2$.
I believe that $$curl \vec F = <1-x, -1, z-2> $$
The surface is an ellipse, on the plane $z=y+2$ so the unit normal vector should be
$$\vec n = \frac{1}{\sqrt{2}}<0,-1,1>$$
because the dot product is $\frac{1}{\sqrt 2} \left(z-1\right)$ I am thinking that we are to evaluate
$$\int \int_S \frac{1}{\sqrt 2} \left(z-1\right) dS$$
I used $x= \cos\theta, \space y= \sin\theta, z=z$ to evaluate this and got the expression
$$\frac{1}{\sqrt2} \int_0^{2\pi} \int_1^3 z-1 \space dz d\theta$$
where I got $4\sqrt{2}\pi$.
Supposedly the answer should be $\pi$.
Can any one help with what my error is?
Your curl is correct, as is your normal vector and your dot product. The problem I believe is in the integral; I'm not sure where you got that integral or those limits.
The area below the ellipse is the unit circle. With the factor of $\sqrt{2}$ converting $dS$ to $dA$, I would have expected $$ \int_{0}^{2\pi} \int_{0}^{1}(1 + r sin {\theta})r dr d\theta$$ which gives $$ \int_{0}^{2\pi} \frac{1}{2} + \frac{1}{6}sin {\theta} d\theta = \pi$$