I'm trying to evaluate: $\int\int xydA$
Where D is the region bounded by the line $y=x-2$ and $x=y^2$
Does the integral need to be set up as:
$$\int_{-1}^{2} \int_{y+2}^{y^2} xydxdy$$
or do I need to evaluate the double integral of the area above the y-axis and below separately and add them together like this?
$$\int_{-1}^{0} \int_{x-2}^{\sqrt x} xydydx + \int_{0}^{2} \int_{x-2}^{\sqrt x} xydydx$$
Or am I completely wrong and it's something totally different?
