Find all POSITIVE integer solutions to the following cubic equation:
$x^3+2x+1=y^2$.
Notice how the left side of the equation resembles $x^2+2x+1=(x+1)^2$.
The only solutions I've been able to find are:
$(x,y)=(0,1), (1,2),(8,23)$.
I'm interested in knowing if there are any more solutions (or for that matter infinitely many), or if these are the only ones. I don't know how to program, so computers aren't on my side for this one.
Thanks for your help!
The given elliptic curve $E:y^2=x^3+2x+1$ has rank $1$ (see Cremona database), and hence infinitely many rational points. For integer points, see for example the discussion at Integral points on an elliptic curve. The bounds of Baker give explicit bounds for the integral points. But they are huge. Zagier gives three different algorithmic methods to find out whether there are very large integral points, in his article Large integral points on Elliptic curves. The algorithms however are doubly exponential.