I have been trying to solve these simultaneous equations but have been unable to find success. I had to resort to using the online graphing tool known as desmos to find out the values of $x$ and $y$. I would really appreciate a step by step guide to solving these equations from anyone who is willing please, as no matter what I use: substitution, elimination or the difference of two squares I am unable to get an answer.
$$ \left\{ \begin{array}{cc} (x+y)(x^2-y^2) &= 4 \\ (x-y)(x^2 +y^2) &= \frac{5}{2} \end{array} \right. $$
Graph of the simultaneous equations
according to desmos the answers are: $(x,y)=(-0.5, -1.5)$ or $(1.5,0.5)$
Thank you to anyone who is willing to help with this deceptively simple-looking set of simultaneous equations.
We have $$(x+y)(x^2-y^2)=4\\(x-y)(x^2+y^2)=\frac52$$
so $$(x+y)(x+y)(x-y)=4\\2(x-y)(x^2+y^2)=5$$
which is equivalent to $$2(x-y)(x^2+y^2)=(x+y)^2(x-y)+1\Rightarrow\\(x-y)[2(x^2+y^2)-(x+y)^2]=1\Rightarrow\\(x-y)(x^2+y^2-2xy)=1\Rightarrow\\(x-y)(x-y)^2=1\Rightarrow\\(x-y)^3=1$$
If we are confining our solutions to the reals, we have $$x=1+y$$
By substituting in say, the second equation we obtain $$(1+y-y)[(1+y)^2+y^2]=\frac52\Rightarrow\\4y^2+4y-3=0$$
Now, by solving the quadratic, we find the desired pair of solutions $(x,y)=\large(\frac32,\frac12)$ or $(x,y)=\large(-\frac12,-\frac32)$