Does the equation $1+a^6=x^2$ have any other integer solutions except the trivial one $a=0,x=1$?
2026-03-27 16:22:00.1774628520
Solution of Diophantine Equation $1+a^6=x^2$
79 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It's $$(x-a^3)(x+a^3)=1$$ and solve two systems: $$x-a^3=1$$ and $$x+a^3=1$$ or $$x-a^3=-1$$ and $$x+a^3=-1,$$ which gives the answer for $(x,a)$: $$\{(1,0), (-1,0)\}.$$