I have this Diophantine: $$ a^3+a=b^2+1 $$ I found $a=2$, $b=3$ works. Also $a=13$ , $b=47$ works. How can I find all the integer solutions?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Using MAGMA and the method described by Pete L. Clark here one finds the complete set of integer solutions is $(1 , -1), (2 , 3), (13, -47), (1 , 1), (2 , -3), (13 , 47) $ |
|||||||||
|