Finding all positive integer solutions!

diophantine equationselementary-number-theorynumber theory

I would like to find all positive integer solutions for the below equation:

$1+n^3=m^4$

I suspect that it has no solution. How to prove that no solution exists?

I'm interested in knowing how to begin with solving such questions more than the particular solution of that question.

Is there a standard method to use (such like solving a quadratic equation) for these types of questions?

Hint on how to start solving the problem would also help.

I tried many algebraic manipulations like writing it as a difference of two squares twice, but didn't get to any where. I only figured that $n$ can't be a prime.

Best Answer

Let $m$ and $n$ be integers such that $1+n^3=m^4$. Then also $$n^3=m^4-1=(m-1)(m+1)(m^2+1).\tag{1}$$ The greatest common divisor of any pair of factors on the right hand side divides $2$.

If $m$ is even then all factors are odd, and hence they pairwise coprime, and hence they are all perfect cubes. In particular $m-1$ and $m+1$ are perfect cubes. Of course the only two perfect cubes that differ by $2$ are $1$ and $-1$. This shows that $m=0$ and so $n=-1$.

On the other hand, if $m$ is odd then $n$ is even, then there are integers $a$ and $b$ such that $m=2a+1$ and $n=2b$. Plugging this into $(1)$ then leads to $$b^3=a(a+1)(2a^2+2a+1).$$ Again the three factors on the right hand side are pairwise coprime, and hence they are all perfect cubes. In particular $a$ and $a+1$ are perfect cubes. This means either $a=-1$ or $a=0$, corresponding to $m=-1$ and $m=1$, respectively, both yielding a solution with $n=0$.

This shows that the only integral solutions $(m,n)$ are $(-1,0)$, $(0,-1)$ and $(1,0)$. In particular, there are no solutions in the positive integers.