Find all positive integers x, y such that $(x^2 + y)(x + y^2) = (xy)^3$
I get the problem from a practice problem set of a math camp which was organised for our national math olympiad.
I think that I can solve it if I multiply the left but after multipling I found no other way other than give up.
Your RHS is big, really big, and you might want to use that.
Assume WLOG that $x\geqslant y$. Then we have two cases.
Case 1: $x\geqslant y^2$. Then $(x^2 + y)(x + y^2)\leqslant(x^2 + x)\cdot2x\leqslant4x^3$, so $y^3\leqslant4$, so for it to be a cube, $y^3=1$, and $(x^2+1)(x+1)=x^3$, which can't happen.
Case 2: $y\leqslant x<y^2$. Then $(x^2 + y)(x + y^2)<(x^2 + x)\cdot2y^2\leqslant4x^2y^2$, so $xy<4$, which leaves a pretty short list of options for both, of which none works.
All in all, no solutions.
So it goes.