I have to solve in $\Bbb{R}$ the following system : $$ \ \left\{ \begin{array}{ll} \frac{y}{x}+\frac{x}{y}=\frac{17}{4} \\ x^2-y^2=25 \end{array} \right.$$
For this one I am stuck, I tried to use the fact that $x^2-y^2=(x-y)(x+y)$ and multiply by $x$ (or $y$) in line $1$ but fractions 'bother' me. Any hint are welcome.
Let $s=x-y$ and $t=x+y$. Then the first equation becomes $$\frac{t-s}{t+s}+\frac{t+s}{t-s}=\frac{17}{4}$$ which with some manipulation becomes $9t^2=25s^2$, or equivalently $t=\pm\frac{5}{3}s$.
The second equation is $st=25$. The rest should not be difficult.