Use Stokes' Theorem to find the exact value of the line integral $$\int_{C}(y\:dx+z^2\:dy+x\:dz)$$ Where $C$ is the curve of intersection of the plane $2x + z = 0$ and the ellipsoid $x^2 + 5y^2 + z^2 = 1$, oriented counterclockwise as seen from above.
What i tried
Using Stokes theorem, i first find $curl F$ which gives $<-2z,-1,-1>$, however, what im unsure of is that curve $C$ is not directly given and i assume that the ellipsoid represent curve $C$ and in order to find the normal i have to parametrise the ellipsoid $x^2 + 5y^2 + z^2 = 1$ to find the normal, which gives $<x/z,5y/z,1>$ and then i do a dot product of $curl F$ and $n$ to set up the double integral to evulate the line integral. Also Curve C as mentioned is the intersection between the plane and the ellipsoid, hence giving a circle with radius $r=1/5$ hence i have to integrate over this circle.Im unsure whether my assumption is correct though. Could anyone explain. Thanks