Determine $x,y\in\mathbb{R}$ such that $t^4-2xt^2+y^2=0$ has $4$ real solutions in an arithmetic sequence.
I'm quite stuck with this problem right here because, although I get to an answer, it isn't the correct one.
If $t_1,t_2,t_3,t_4$ are the solutions of the equation and in an arithmetic sequence, that means $t_2 = t_1 + r,\ t_3 = t_1 + 2r,\ t_4 = t_1 + 3r$ and $t_1+t_4=t_2+t_3$. Therefore, using the first Viete sum, $t_1+t_4+t_2+t_3 = 0 \Rightarrow t_1 + t_4=t_2+t_3 = 0$.
From the second sum, $(t_1+t_4)(t_2+t_3) + t_1t_4+t_2t_3 = 2x \iff t_1t_4+t_2t_3 = 2x$.
$$\begin{cases} t_1\cdot t_4 = t_1^2+t_1r \\\ t_2\cdot t_3 = t_1^2+3t_1r+2r^2\end{cases} \Rightarrow t_1t_4+t_2t_3 = 2(t_1^2+2t_1r+r^2)=2x\\ \iff (t_1 + r)^2 = x \Rightarrow x \geq 0$$
By noting $t^2 = u$, the original equation becomes $u^2-2xu+y^2=0$. For there to be four solutions, the conditions are: t $\Delta > 0 \iff 4x^2-4y^2 > 0 \iff x^2 - y^2 > 0 \iff x^2 > y^2$ and $u_1$ and $u_2$ should be strictly greater than $0$, that is $\frac{2x\pm 2\sqrt{x^2-y^2}}{2}> 0$. Because the solution with plus is greater than the solution with minus, it suffices to say $x > \sqrt{x^2-y^2} \Rightarrow x > 0$
Returning to $(t_1+r)^2 = x$: $$t_2 = t_1 + r = \pm \sqrt{x} \Rightarrow t_3= t_1+2r = \mp \sqrt{x} \Rightarrow r = \mp 2\sqrt{x} \Rightarrow t_1 = \pm 3\sqrt{x}, \ t_4 = \mp 3 \sqrt{x}.$$
If $r=-2\sqrt{x} \Rightarrow (-9x)(-x) = y^2 \iff 9x^2 = y^2 \iff 3x=|y|$ (from Viete's fourth sum)
If $r=2\sqrt{x} \Rightarrow (-9x)(-x)=y^2 \iff 9x^2 = y^2 \iff 3x = |y|$
This, however, is the wrong answer according to the book, whose authors say that $x > 0, \ 3x=5|y|$ is the right conclusion. So, any ideas where I made a mistake or should further look for conditions? Any hints are much appreciated!