Prove that the equation $y^2=x^3+x$ has only one integer solution, namely $x=y=0$.
2026-03-29 14:28:42.1774794522
On
Proof that $y^2=x^3+x$ has a unique integer solution
155 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
We see that $x$ divides $y^2$. But $x^2+1$ is prime with $x$. Therefore any prime dividing $x$ must appear with an even power. Therefore $x=a^2$ and $a$ divides $y$.
Putting this into the equation we get $y=ay_1$ and
$$a^2y_1^2=a^2(a^4+1).$$
If $a\neq 0$, then $$y_1^2=a^4+1$$
or $$(y+a^2)(y-a^2)=1.$$
Therefore $a=0$.
Write $y^2=x(x^2+1)$. If $x=0$ then $y=0$ and if $y=0$ then $x=0$. We can then assume that $xy\not=0$, and replace $x$ with $-x$ or $y$ with $-y$ so that $x>0$, $y>0$. Observe that $x$ and $x^2+1$ are coprime, so since $x(x^2+1)$ is a square, so is $x$ and so is $x^2+1$. This is impossible because $x^2+1=a^2$ is impossible as $x>0$ and $x,a\in \mathbb{Z}$.