Find the number of positive integers $x$ for which $x^4+x^3+x^2+x+1$ is a perfect square.
My attempts:
Let $x^4+x^3+x^2+x+1=k^2\implies (x+1)^2(x^2-x+1)=(k-x)(k+x)$
I analysed this a bit found $x=0$ as one which satisfy all condition, how do I find other, please help, try to continue this further, if any other elegant method then add that too.