This problem is easy, but I am just curious whether there is any better and more elegant method of solving.
Solve the simultaneous equations: $$2x^2+5xy+2y^2=0,$$ $$x^2-y^2=1.$$
The way I solve it is as follows:
$y^2=x^2-1$ (or we can express $x^2$ first). So $2x^2+5xy+2(x^2-1)=0$. Then solve for $y$, then substitute back into $x^2-y^2=1$ to find for $x$. There will be 4 solutions.
Is there any other way to solve this problem? Many thanks!
Hint: $2x^2+5xy+2y^2=(2x+y)(x+2y)$