Suppose, $a$ and $b$ are two positive Integers such that there exist two consecutive positive integers $c$ and $d$ where $$a-b=a^2c-b^2d$$ We have to prove that $|a-b|$ is a perfect square.
I tried to approach the problem in this way:
$$a-b=a^2c-b^2(c+1)\quad( \text{assuming}\;c<d)$$ $$OR,\quad b^2=(a-b)\,[c(a+b)-1]$$
Now, how do I prove that $(a-b)$ and $c(a+b)-1$ are co-prime?
Because if $ab$ is a perfect square and $(a,b)=1$, then both $a$ and $b$ are perfect squares.