Solve the diophantine equation $$x+x^3=5y^2$$
I know the solution $x=0$ and $y=0$, but I can't find any other solutions. If there are no other solutions, how can I prove it?
Solve the diophantine equation $$x+x^3=5y^2$$
I know the solution $x=0$ and $y=0$, but I can't find any other solutions. If there are no other solutions, how can I prove it?
Since $\gcd(x,1+x^2) = 1$ and we have $$x(1+x^2) = 5y^2$$ we can say:
where $a,b$ are relatively prime.
In first case we get: $(b-x)(b+x)=1$ so
$b-x=b+x = 1$ or $-1$ and thus $x=0$ and $y=0$.
In second case we get $$1+a^4 \equiv 0\pmod 5$$ which is impossibile by Fermat little theorem.