Find all non-zero integers $a,b$ such that:
$(ab)^2 + ab - (a-b)^3 + a^3 + b^3 = 0$
I have tried using parity, got nowhere. Tried finding some bounding inequality, got nowhere. I took a small look at divisibility but it looked relatively bashy. Any ideas?
As other answers have said, the problem reduces to solving $a^2b+3a^2+a-3ab+2b^2=0$. It's easy to see that $(a,b)=(-1,-1)$ is a solution. If we write $a=A-1$ and $b=B-1$ and let the algebraic dust settle, we wind up with the nicer-looking quadratic
$$2B^2-A(5-A)B+A^2=0$$
for which the quadratic formula gives
$$B={A(5-A)\pm A\sqrt{(5-A)^2-16}\over4}$$
This will turn out to be an integer (for integer $A$) if and only if the discriminant is a square, i.e., if and only if
$$(A-5-k)(A-5+k)=16$$
for an integer $k$, which we may assume is non-negative. The factorizations of $16$ that give integer values for $A-5$ and $k$ are $2\cdot8$, $4\cdot4$, $(-4)\cdot(-4)$, and $(-8)\cdot(-2)$, giving $A-5=(2+8)/2=5$, $(4+4)/2=4$, $(-4-4)/2=-4$, and $(-8-2)/2=-5$, for $A=10$, $9$, $1$, and $0$, or $a=9$, $8$, $0$ and $-1$, with corresponding values $B=-20$, $-9$, $1$ and $0$, or $b=-21$, $-10$, $0$ and $-1$. So there are three non-zero solutions:
$$(a,b)=(-1,-1),\quad (8,-9),\quad\text{and}\quad (9,-21)$$