Prove that there are no integer solutions to: $$x^4+6x^2+1=8y^4$$ where $x>1$.
My attempts:
Let $x^2=u, y^2=v$
$$u^2+6u+(1-8v^2)=0$$
$$\Delta=36-4(1-8v^2)=w_0^2$$
$$32v^2+32=(4w_1)^2$$
$$2v^2+2=w_1^2=(2w_2)^2$$
$$v^2+1=2w_2^2$$
$$v=w_2=1\implies x=y=1$$
I don't know how can I proceed.