I am trying to determine relationship between $x$ and $y$ based on given equation. $x+y=-\frac{1}{10}$ and $xy=-\frac{1}{5}$.
I want answer in a way means whether $x<y$, $x>y$, $x=y$ or relationship between $x$ and $y$ cannot be determined.
What I did from the above equation $xy=-\frac{1}{5}$ I found out $y=-\frac{1}{5x}$. I place the value of $y$ in $x+y=104$ and got equation $10x^2+x-2=0$. But I got stuck here.
Look closely at your system of equations and you can instantly spot that the relationship cannot be determined. The reason is thus: $x$ and $y$ are transposable in your system. Notice: $$y+x=-\frac{1}{10};yx=-\frac 15$$ To see what I mean, compare with a system like: $$x+3y=5$$ $$x^2-y=2$$ In this system, you can't swap $x$ and $y$ freely because they are being treated in different ways, but in your system, exactly the same thing is happening to each. Thus it is impossible to say that one will be larger then the other.
Allow me to also showcase this algebraically
You have: $$10x^2+x-2=0$$ Applying the quadratic formula we get: $$x=\frac{-1\pm\sqrt{1+4(10)(2)}}{20}=\frac{-1\pm\sqrt{81}}{20}=\frac{-1\pm9}{20}=\frac 25, -\frac 12$$ Now checking $y=\frac{-1}{5x}$ for each of these we see $y=-\frac 12, \frac 25$ for the respective $x$.
Note the two pairs of solutions $(x,y)$ $$(\frac 25, -\frac 12)$$ $$(-\frac 12, \frac 25)$$ The swapping of the numbers is inherited from the transposability feature mentioned earlier.