Find the number of positive integer pairs $(a,b)$ satisfying $a^2 + b^2 < 2013$ and $a^2b \mid b^3 - a^3$.
Let $\dfrac{b^3-a^3}{a^2b} = \dfrac{b^2}{a^2} - \dfrac{a}{b} = k$, where $k$ is an integer. Rearranging a bit, we can get the cubic equation $\dfrac{a^3}{b^3} + k\dfrac{a^2}{b^2} - 1 = 0$, or, substituting $\dfrac{a}{b} = x$, we have $x^3 + kx^2 - 1 = 0$. Since $a$ and $b$ are integers, the roots need to be rational. However, I am not sure how to do that.
A more direct way: Denote $d = (a, b)$, $a = a_0 d$, $b = b_0 d$, then $a^2 b \mid b^3 - a^3 \Leftrightarrow a_0^2 b_0 \mid b_0^3 - a_0^3$. If $a_0 > 1$, for any prime $p \mid a_0$, because $(a_0, b_0) = 1$, then$$ p \mid b_0^3 - a_0^3,\ p \mid a_0^3 \Longrightarrow p \mid b_0^3 \Longrightarrow p \mid 1, $$ a contradiction. Thus $a_0 = 1$, and analogously, $b_0 = 1$. Therefore, $a = b$.