Find all integer pairs $(x,y,z)$ that satisfy $$2x^4+2x^2y^2+y^4 = z^2.$$
We can rewrite the given equation as $(x^2+y^2)^2+(x^2)^2 = z^2$. Thus, $(x^2+y^2,x^2,z)$ must be a Pythagorean triple. How do we continue?
Also, for $x = 0$ we get $y^4 = z^2$ and so $z = \pm y^2$. Can we show that $x$ must be $0$?