Calculate $$\int_C \frac{2xy^2dx-2yx^2dy}{x^2+y^2},$$ where $C$ is the ellipse $3x^2 +5y^2 = 1$ taken in the positive direction.
I tried to calculate the integral using green theorm.
now i need to build enclosier that doesn't enclose $(0,0)$ i am having hard time guessing what to build.
a circle and ellipse might be perfect but then the domain is not easy to write. can i have hint please ?
We have
$$\int_\mathcal C \frac{2xy^2\mathrm dx-2x^2y\mathrm dy}{x^2+y^2}=\int_{3x^2+5y^2=1}\frac{\mathrm d(x^2)y^2-x^2\mathrm d(y^2)}{x^2+y^2}\tag1$$
Let $u=x^2, v=y^2$. Then we have
$$\int_{3u+5v=1,\quad u,v\ge0}\left(\frac{v}{u+v}\mathrm du-\frac{u}{u+v}\mathrm dv\right)\tag2$$
We compute the first integral. The path is $3u+5v=1,\quad u,v\ge0$, so $v=\frac15-\frac35 u$ and $u\in[0,\frac13]$.
$$\int_\mathcal C\frac v{u+v}\mathrm du=\int_0^\frac13\frac{1-3u}{1+2u}=\cdots=\frac14\left(5\log\frac53-2\right)$$
We compute the second integral. The path is $u=\frac13-\frac53 v$ with $v\in[0,\frac15]$.
$$\int_\mathcal C\frac u{u+v}\mathrm dv=\int_0^\frac15\frac{1-5v}{1-2v}\mathrm dv=\cdots=\frac14\left(2-3\log\frac53\right)$$
Hence the amount that $(2)$ contributes to the total integral $(1)$ is$$\frac14\left(5\log\frac53-2-2+3\log\frac53\right)=2\log\frac53-1$$
Edit:
As pointed out in the comments, this change of co-ordinates was not a bijective map, so we have not included all the points on the ellipse by doing this calculation, we have only done it for $x,y>0$. For $x,y<0$, we would have the same path, but traversed backwards (i.e. the integration limits will be swapped), which would directly cancel out what we have computed here.
For $x>0,y<0$, we have the same path as in $(2)$, while for $x<0,y>0$, we have this path traversed backwards (you can see this by considering the ellipse traversed clockwise, seeing whether $x$, and correspondingly $u$, is increasing in magnitude or not). So again, these two contributions cancel. This is what gives $0$.