LCKurtz said:
Your curve is not a circle. It is the intersection of an elliptical cylinder with the slanted plane. The projection of the enclosed surface on the xy plane is the given ellipse.
After some thought I saw that the projection of the enclosed surface on the ##xy## plane is the given ellipse. So we indeed need to get a unit normal vector of that ellipse:
$$n = \nabla (\frac{(x-2)^2}{4} + (y-1)^2) = \frac{x-2}{2} \hat{i} + 2(y-1) \hat{j}$$
$$\hat{n} = \frac{\frac{x-2}{2} \hat{i} + 2(y-1) \hat{j}}{\sqrt{\frac{(x-2)^2}{4}+ 4(y-1)^2}}$$
I guess there has to be a way of simplifying ##\hat{n}## but don't see it :(
So now we just have to set up the integral:
$$\iint (\nabla \times \vec F) \cdot d \vec a = \iint[(2z - 1)\hat{i} + 3z\hat{j}][\frac{\frac{x-2}{2}\hat{i} + 2(y-1)\hat{j}}{\sqrt{\frac{(x-2)^2}{4}+ 4(y-1)^2}}]da$$
Now we got to make a change of variables so as to go from an ellipse to a circle centred at the origin.
Rearranging the curve we get:
$$\frac{(x-2)^2}{36} + \frac{(y-1)^2}{9} = 1$$
Using the following change of variables and using it:
$$x - 2 = 6u$$
$$y - 1 = 3v$$
$$u^2 + v^2 = 1$$
Don't forget the Jacobian! :)
$$\frac{\partial(x, y)}{\partial (u, v)} = 18$$
$$-18\iint[(36u+6v+13)\hat{i} + (36u+9v+12)\hat{j}][\frac{\frac{6u}{2}\hat{i} + 2(3v)\hat{j}}{\sqrt{\frac{(6u)^2}{4}+ 4(3v)^2}}]dudv$$
There's just one step left: apply the last change of variables (polar coordinates):
$$u = rcos\theta$$
$$v = rsin\theta$$
Before doing that please let me know of your thoughts on what I've done at this point. (I am really having a good time with this problem btw xD)