The area of the loop formed by the algebraic curve $x^4 + y^3 = x^2y$ in the first quadrant can be expressed in the form $A/B$, where $A$ and $B$ are relatively prime. Find $A+B$.
My attempt: I tried using a polar substitution $x = (rcosa)^{1/2}$ and $y = (rsina)^{2/3}$, but the resulting equation ended up being too difficult to integrate. Any help would be appreciated.
From the expressions I would try with polar coordinates. You get the equation $$ r^4\cos^4\theta+r^3\sin^3\theta=r^3\cos^2\theta\sin\theta $$ from where you can conclude that you are interested in $$ r(\theta)=\frac{\cos^2\theta\sin\theta-\sin^3\theta}{\cos^4\theta} $$ You will find easily that the correct limits for $\theta$ are $0$ and $\pi/4$. I leave it to you to find the area, i.e. to integrate (it is elementary, but perhaps not the easiest way) $$ \frac{1}{2}\int_0^{\pi/4}r(\theta)^2\,d\theta. $$