I was thinking about this problem for a while and I can't get an answer even that seems really easy:
Let $a,b$ be positive integers such that $\left\lceil\dfrac{a}{4}\right\rceil \leq b \leq \left\lfloor\dfrac{a}{2}\right\rfloor$. Then, there is no integer $x \geq 2$ such that the next equaction hold:
$$a+b=(a-b)x^2$$
I have tried a lot of things but I can't even prove it. I should say that this is no homework or anything, is just a problem I've been thinking for too much time.
Since $a, b$ are integers, $\left\lceil \dfrac{a}{4}\right\rceil\le b\le \left\lfloor \dfrac{a}{2}\right\rfloor$ is the same as $\dfrac{a}{4}\le b\le\dfrac{a}{2}$.
$x\ge 2\implies x^2\ge 4$ so $(a-b)x^2\ge 4(a-b)$ (notice $a-b$ is positive since $b< 2b\le a$).
If $a+b = (a-b)x^2$, then $a+b\ge 4(a-b)$, thus $5b\ge 3a$ and $b\ge \dfrac{3}{5} a\ge \dfrac{a}{2}$. Contradiction!