Let $G$ be the unit circle $\{x^2+y^2 <1\}$. Let $\gamma$ be the boundary of G, meaning $\{x^2+y^2 =1\}$ in a positive orientation.
I need to calculate $\int_\gamma \omega$ when $\omega = (y^{2018} + y^2e^{xy^2})dx + (x^{2018} + 2xye^{xy^2})dy$.
I checked and determined that $\omega$ is not exact, so I've decided to use Green's theorem here. So, I get: $$\int_\gamma \omega = \int_G (2018x^{2017} - 2018y^{2017})dxdy$$ and after I change variables to polar coordinates I get: $\int_0^{2\pi} \int_0^1 (r^{2018}\cos(\theta)^{2017} - r^{2018}\sin(\theta)^{2017})drd\theta $
However, I am having a problem with solving this integral.
Help would be appreciated.
You are almost done.
$$\int_0^{2\pi} \int_0^1 (r^{2018}cos(\theta)^{2017} - r^{2018}sin(\theta)^{2017})drd\theta=$$
$$\int_0^{2\pi} \int_0^1 (r^{2018}cos(\theta)^{2017}-\int_0^{2\pi} \int_0^1 r^{2018}sin(\theta)^{2017})drd\theta=$$
$$\int_0^{2\pi}cos(\theta)^{2017}d\theta \int_0^1 r^{2018}dr-\int_0^{2\pi}sin(\theta)^{2017}d\theta \int_0^1 r^{2018}dr=0$$
Note that the integrals involving $\sin (\theta)$ and $\cos (\theta)$ are zero.
Therefore the final answer is zero.