Let $C$ be parametrization $\mathbf{r}=\sin(t) \mathbf{i}+\sin(2t) \mathbf{j}$, $t \in [0, 2\pi]$. Sketch picture and investigate how the surface orientates. Calculate line integral $\oint_C \mathbf{F}\bullet d \mathbf{r}$ using Green's theorem, where $\mathbf{F}$ is vector field $F(x,y)=ye^{x^2} \mathbf{i}+x^3e^y \mathbf{j}$.
EDIT: Well using Green's $$\oint_C ye^{x^2} dx +x^3e^y dy = \iint_R \left(\frac{\partial x^3e^y}{\partial x}- \frac{\partial ye^{x^2}}{\partial y}\right)\; dA$$ So how can find boundaries to $R$. I guess it's trivial if you know how to sketch the picture? Any hints/tips?
Maybe: $\mathbf{r}=\langle \sin(t), \sin(2t)\rangle$ and $\mathbf{r}'=\langle \cos(t), 2\cos(2t)\rangle$ $$\begin{align}\oint_C ye^{x^2} dx +x^3e^y dy&=\oint_0^{2\pi} \left(F_1(t)\frac{\partial}{\partial t}x(t)+F_2(t)\frac{\partial}{\partial t}y(t)\right) dt \\ &=\oint_0^{2\pi} \underbrace{\sin(2t)e^{\sin^2 (t)}\cdot\cos(t)}_{\text{odd?=0 $\in [0,2\pi]$}}+\sin^3(t)e^{\sin(2t)}\cdot2\cos (2t) dt \end{align}$$ If I evaluated the integral right this seems a bit complex (maybe use even-ness to evaluate the int?) . It's zero?

Now this is a bit messy:
$x=sin t$
$y=2sin 2t$
We are looking only at first quarter of the double lattice on the picture.
One can see that for $t \in [0,\pi/2]$ we have $x>=0$ and $y>=0$ what enables us to do:
$y=2sin 2t = 2 sin t cos t= 2 x \sqrt{1-x^2}$
So the limits of integration for first quadrant would be:
$x=0 \rightarrow x=1$
and for $y$:
$y=0 \rightarrow y=2 x \sqrt{1-x^2}$
Now similar procedure can be arranged for other three quadrants with respect to signs of $x$ and $y$ but it seems to me that this would end up in evenly complicated integration...