This is the last part of an exercise in Apostol Vol. II. (p.385, 1 (e), to be precise.) No doubt there's a trick I'm missing, because evaluating the double integral over the region involved seems unduly complicated.
We are supposed to use Green's Theorem to evaluate the line integral $\oint_CPdx + Qdy$ (where $C$ is traversed counterclockwise), with $P = y^2$, $Q = x$, and $C$ described by the parametric equations $x = 2\cos^3t$, $y = 2\sin^3t$ where $t$ ranges from $0$ to $2\pi$.
We have $\frac{\partial Q}{\partial x} = 1$, $\frac{\partial P}{\partial y} = 2y$. So what we want to evaluate is
\begin{align} \iint\limits_R (1 - 2y)dydx \end{align} where $R$ is the interior of the the region bounded by $C$. Trying to evaluate by iterated integration gives us \begin{align} \int_{-2}^2\left[\int_{-2\cos^3\left[\arcsin\left(\sqrt[3]{\frac{x}{2}}\right)\right]}^{2\cos^3\left[\arcsin\left(\sqrt[3]{\frac{x}{2}}\right)\right]}(1-2y)dy\right]dx & = \int_{-2}^24\cos^3\left[\arcsin\left(\sqrt[3]{\frac{x}{2}}\right)\right]dx \end{align} and, I mean, give me a break. There's got to be a better way, right?
