I am trying to solve the following diophantine equation:
$5x^4+8x^3-6x^2-8x+5=y^2$
where $x$ and $y$ are rational.
For natural $x$ and $y$ the solution is simple enough, so I am wondering about the solution in rational numbers.
ADDITION:
In order to find a solution I have used the expression: $5x^4+8x^3-6x^2-8x+1=y^2-4=(x-1)(x+1)(5x^2+8x-1)=(y-2)(y+2)$
And if we take into account that $(x-1, x+1)=1$ for even $x$ and $(x-1, x+1)=2$ for odd x. For odd $y$ the $(y-2,y+2)=1$ and for even $y=2y_1$ the $(y_1-1,y_1+1)=1$ and $2$ accordingly for odd and even $y_1$. We have some finite set of variations. I have an assumption that the only solutions are x=1 and y=2. But need to spend some time for strict prove.