What are the solutions of this system of equations, where $x,y \in \mathbb{R}$?
$\begin{cases} \frac{1}{x} + \frac{1}{2y} = (x^2+3y^2)(3x^2+y^2)\\ \frac{1}{x} - \frac{1}{2y} = 2(y^4-x^4) \end{cases}$
First I rewrote the equations as
$\begin{cases} \frac{1}{x} + \frac{1}{2y} = 3x^4+3y^4+10x^2y^2\\ \frac{1}{x} - \frac{1}{2y} = 2(y-x)(y+x)(y^2+x^2) \end{cases}$
then
$\begin{cases} \frac{1}{x} + \frac{1}{2y} = 3(x^2+y^2)^2+4x^2y^2\\ \frac{1}{x} - \frac{1}{2y} = 2(y-x)(y+x)(y^2+x^2) \end{cases}$
I tried to add the two equations and I got:
$\frac{2}{x}=2(y-x)(y+x)(y^2+x^2)+3(x^2+y^2)^2+4x^2y^2$
we can rewrite this as
$\frac{2}{x}=(y^2+x^2)[2(y-x)(y+x)+3(x^2+y^2)]+4x^2y^2$,
$\frac{2}{x}=(y^2+x^2)[2y^2-2x^2+3x^2+3y^2]+4x^2y^2$
$\frac{2}{x}=(y^2+x^2)(5y^2-x^2)+4x^2y^2$
Im stuck from here, how should I proceed? Or is there any trick to solving this system?


Given,
\begin{align} \frac{1}{x} + \frac{1}{2y} &- (x^2+3y^2)(3x^2+y^2)=0\\ \frac{1}{x} - \frac{1}{2y} &- 2(y^4-x^4)=0 \end{align}
Do the substitution,
\begin{align} x &= \frac{p+1}2\\ y &= \frac{p-1}2 \end{align}
and your two equations simplify as,
\begin{align} \frac{p\,(p^5-3)}{(p^2-1)}=0\\ \frac{(p^5-3)}{(p^2-1)}=0 \end{align}
So your real solution is,
\begin{align} x &= \frac{3^{1/5}+1}2 = 1.1228654698\dots\\ y &= \frac{3^{1/5}-1}2 = 0.1228654698\dots \end{align}