Well, despite using programs this "appears" simple (the solutions are numerically easy at sight), I am not able to solve this system of two equations by hand, except for the trivial solution $(0, 0)$. Can you help me perhaps?
$$\begin{cases} 3y^3 + 6xy^2 + 3x^2y - 3y + 6x^3 - 7x = 0 \\ 2y^3 - 3xy^2 + 2x^2y - y - 3x^3 + 3x = 0 \end{cases}$$
These are the other solutions:
$$\left\{x\to -\frac{1}{\sqrt{15}},y\to \sqrt{\frac{3}{5}}\right\},\left\{x\to \frac{1}{\sqrt{15}},y\to -\sqrt{\frac{3}{5}}\right\},\left\{x\to -\frac{6}{\sqrt{35}},y\to -\frac{2}{\sqrt{35}}\right\},\left\{x\to \frac{6}{\sqrt{35}},y\to \frac{2}{\sqrt{35}}\right\}$$
I tried to use some methods, like adding twice the second from the first equation, but this didn't really help. Since this exercise comes from a past exam, I cannot solve it with calculators.
Thank you for your help.
For brevity let \begin{eqnarray} f&=&3y^3 + 6xy^2 + 3x^2y - 3y + 6x^3 - 7x,\\ g&=&2y^3 - 3xy^2 + 2x^2y -\,\ y - 3x^3 + 3x.\\ \end{eqnarray} Then we can cancel a few similar terms in two different ways as follows: \begin{eqnarray} 2f-3g&=&21x^3+21xy^2-3y-23x,\\ f+2g&=&7y^3+7x^2y-5y-x, \end{eqnarray} and now we can cancel the higher degree terms against each other as follows: \begin{eqnarray} y(2f-3g)-3x(f+2g)&=&(21x^3y+21xy^3-3y^2-23xy)-(21xy^3+21x^3y-15xy-3x^2)\\ &=&3x^2-8xy-3y^2\\ &=&(x-3y)(3x+y) \end{eqnarray} Then $f=g=0$ implies that either $x=3y$ or $x=-\tfrac y3$. If $x=3y$ then $f=0$ simplifies to \begin{eqnarray} 0&=&f\\ &=&3y^3+6(3y)y^2+3(3y)^2y-3y+6(3y)^3-7(3y)\\ &=&210y^3-24y\\ &=&6y(35y^2-4), \end{eqnarray} and so either $y=0$ or $y=\pm2\sqrt{\frac{1}{35}}$. If $x=-\tfrac y3$ then $y=-3x$ and then $f=0$ simplifies to \begin{eqnarray} 0&=&f\\ &=&3(-3x)^3+6x(-3x)^2+3x^2(-3x)-3(-3x)+6x^3-7x\\ &=&-30x^3+2x\\ &=&-2x(15x^2-1), \end{eqnarray} and so either $x=0$ or $x=\pm\sqrt{\tfrac{1}{15}}$.