I have struggled on this problem for quite a bit of time now, asked some of my peers and teachers, and I am yet to find the solution. Here is the problem:
Prove that there are no integer solutions to the equation $$x\left(y^{2}-1\right)=y\left(2+\frac{1}{x}\right)$$
Here is what I have tried:
- Expanding, moving things around, factoring (I wasn't able to factor it into something useful)
- Expanding, converting to a cubic equation (Too difficult to solve)
- Expanding, converting to a quadratic, using the quadratic formula (I was unable to simplify it enough)
It would be great if you guys could help!
Rewriting the equation as $y/x=x(y^2-1)-2y$, we see that we must have $x\mid y$ (since the right hand side is an integer). So letting $y=xu$ (with $x\not=0$), we get
$$u=x(x^2u^2-1)-2xu$$
which implies $x\mid u$ and $u\mid x$, so $u=\sigma x$ with $\sigma=\pm1$. But this gives
$$\sigma x=x(x^4-1)-2\sigma x^2$$
which simplifies (on cancelling out an $x$) to
$$x^4-2\sigma x-1-\sigma=0$$
and neither $x^4-2x-2=0$ nor $x^4+2x=0$ has any (nonzero) integer roots.