I am working on the following exercise. Solve the equation $1-x+x^{2}-x^{3}+x^{4}=y^{4}$ in $\mathbb{Z}$.
I have a couple of ideas for going about this exercise.
$1)$ By moving $1$ to the other side of the equation we obtain:
$y^4-1=x^4-x^3+x^2-x \rightarrow (y^2-1)(y^2+1)=x(x-1)(x^2+1)$.
The LHS gives two consecutive integers I am able to see, but other than that I am stuck and not sure where to go from here.
$2)$ We notice that $1-x+x^2-x^3+x^4=\Phi_{10}(x)=y^4$.
We now have that $\Phi_{10}(x) \geq 0$ since $y=\pm \sqrt[4]{1-x+x^2-x^3+x^4}$.
In this case, with some computation, $x={0,1}$ are the only possibilities that will force $y \in \mathbb{Z}$. From there, I use induction to show that $x \geq 2$ and $x \leq -1$ do not yield a perfect fourth.
In either case, I keep running into some issues. If someone could please other a hint to help me continue through this exercise, that would be very helpful. Thank you.
Update:
Hello, my progress on the following problem is as follows:
Suppose that $x=y$, then we get $y^3-y^2+y-1=0 \rightarrow y=1, \pm i$. Thus we get two solutions $(x,y)={(1,1),(1,-1)}$, the $y=-1$ since $y^4$ was in the original equation.
Next, using @Batominovski hint we can write:
$(2x^2-x)^2 < (x^4-x^3+x^2-x+1) < 4(x^4-x^3+x^2-x+1) \leq (2x^2-x+2)^2 \forall x \in \mathbb{R}$ which is true for $x=0$.
Since the multiplication of a constant (in this case $k=4$) does not affect a solution from existing, we have that $x=0$ is a solution, consequently we find two more solutions are $(x,y)=(0,1),(0,-1)$.
$P(k+1)=k^4+3k^3+4k^2+2k+1=(k^4-k^3+k^2-k+1)+4k^3+3k^2+3k$
where $P(k)=k^4-k^3+k^2-k+1$ is not a perfect fourth.
From this point, I was going to have another (mini) inductive proof for showing
$4k^3 +3k^2+3k$ is not a perfect fourth. In the second (mini) inductive proof I would also have the base case, true for all $x \geq 2$. I don't really see a more efficient way for this.
– Joe Jul 27 '16 at 21:40