Evaluate the line integral $$\oint_C3xy^2dx+8x^3dy$$ where $C$ is the boundary of the region between the circles $x^2+y^2=1$ and $x^2+y^2=64$ having positive orientation.
I actually used Green's theorem to find this. I know $r$ ranges from $1$ to $8$ and $\theta$ ranges from $0$ to $\pi$.
Okay, so I found $\dfrac{d}{dx}8x^3=24x^2$, and $\dfrac{d}{dy}3xy^2=6xy$.
Now I'm integrating $24x^2-6xy$. I converted it to polar coordinates and took the integral and I got $0$. However this is incorrect. What am I doing wrong?
Remember greens theorem is:
$\oint_C Ldx+ Mdy = \int_D ( \partial_x M - \partial_y L ) dx dy $
So in this case we have
$ \oint_C3xy^2dx+8x^3dy = \int _D (24 x^2 -6 xy ) dx dy = \int_1^8 \int_0^{2\pi} r^3( 24 \cos ^2 \theta - 6 \cos \theta \sin \theta ) d\theta dr $
The second term is odd on the interval so it drops, I'll leave you to finish the question. I.e
$ \oint_C3xy^2dx+8x^3dy = 24 \int_1^8 \int_0^{2\pi} r^3 \cos ^2 \theta d \theta dr = ? $
hint: use the half angle identity.