[Math] Confusion regarding orientation of curves in Green’s Theorem

multivariable-calculusvector analysis

I am in the middle of helping some friends out with their vector calculus assignment (I don't do this course). Now in their assignment they have the following question:

Consider the integral $$\oint_{C_1} \frac{-y^3 dx + xy^2 dy}{(x^2 + y^2)^2}$$
where $C_1$ is the ellipse $x^2 + 4y^2 = 4$. Assuming that Green's Theorem can be applied to the region $D$ between the circle $C_2 : x^2 + y^2 = 9$ and the ellipse $C_1$, show that $$\oint_{C_1}\frac{-y^3 dx + xy^2 dy}{(x^2 + y^2)^2} = \oint_{C_2} \frac{-y^3 dx + xy^2 dy}{(x^2 + y^2)^2}$$
where $C_1$ and $C_2$ are both traversed in the anti – clockwise direction sense as viewed from the positive $z$ – direction.

Now let us call $M = \frac{-y^3}{(x^2 + y^2)^2}$ and $N = \frac{xy^2}{(x^2 + y^2)^2}$. I want to invoke something about Green's Theorem that tells me something like

$$\oint_{C_1} M dx + N dy – \oint_{C_2} M dx + N dy = \int\int_D (N_x – M_y) dxdy.$$

If this holds since the right hand side is zero, we would have our desired equality.

However what is causing the confusion is the left hand side. Is this even valid? In all the problems we have encountered, the curves $C_1$ and $C_2$ are traversed in opposite directions. For example $C_2$ is traversed clockwise and $C_1$ is traversed counter – clockwise. However now both curves are traversed anti – clockwise so how do we get around this? Is there a mistake in the assignment?

Thanks.

Best Answer

The region in question:

enter image description here

The boundary of $D$ with the natural orientation (in preparation for the use of Green's Theorem) is the union $(−C_1) \cup C_2$, where $C_1$ and $C_2$ are traversed in the counterclockwise direction. See oenamen's answer for the proper justification. Writing $−C_1$ means "traverse $C_1$ in the opposite direction". So, Green's theorem gives us

$$ \begin{align} \iint_{D} N_x - M_y \,dx\,dy &= \oint_{(−C_1) \cup C_2} M\,dx + N\,dy \\ &= \oint_{−C_1} M\,dx + N\,dy + \oint_{C_2} M\,dx + N\,dy \\ &= -\oint_{C_1} M\,dx + N\,dy + \oint_{C_2} M\,dx + N\,dy. \end{align} $$

Just show that the integral over $D$ is zero to get your equality.

Related Question