The Question
Solve the equation in natural numbers:
$x^3+2x+1=y^2,x,y\in N$
The solution is:
$x=1,y=2;x=8,y=23$
My Understanding
The given equation can be written as $x(x^2 +2)=(y-1)(y+1)$, as we're working in $\mathbb{N}$ we've the following cases:
- Case 1: $x=y-1$ and $x^2 +2 =y+1$ using these we get $y^2 -3y +2=(y-2)(y-1)=0$ therfore it follows that $(x,y)=(1,2)$ is the only solution in this case.
- Case 2: $x=y+1$, and $x^2+2 =y-1$ , using these we get $y^2 +y+4=0$. As the quadratic is irreducible over $\mathbb{Z}$ we can conclude the non existence of solutions in this case.
Therefore we can conclude that the only solution in $\mathbb{N}^{2}$ is $(x,y)=(1,2)$
What about $(8,23)$?