The question is - how to calculate the area inside the loop $(x+y)^3=axy$, using double integral?
In this case parameter $a$ is positive. It's easy to imagine how it looks like, depending on $a$ value. For example $a=1$:
or $a=100$
No idea how to do that.


HINT:
In polar coordinates, the loop is described by
$$r(\theta)=\frac{a\sin(\theta)\cos(\theta)}{(\cos(\theta)+\sin(\theta))^3}$$
$\theta \in [0,\pi/2]$. The area, $A$, is then given by
$$A=\int_0^{\pi/2}\int_0^{r(\theta)}r\,dr\,d\theta \tag 1$$
SPOILER ALERT: Scroll over the highlighted area to reveal the solution