3

How should I take all the "x" elements free from y , in order to form a "function of x" or a " function of y " ?

Is this even possible ?

Key Flex
  • 9,475
  • 7
  • 17
  • 34

2 Answers2

1

Your equation is possible only iff $x=y=0$:

$$x^2-xy+y^2 =0\implies 2x^2-2xy+2y^2=0$$ so $$(x-y)^2+x^2+y^2=0\implies x=y=0$$

So if you take a function $f(x)=x$ then $f(y) =x$.

nonuser
  • 90,026
0

$$x^2 + y^2 = xy$$ $$~y^2 - x.y +x^2 = 0$$ $$~y = \frac {1 ± i√3}{2} x$$ $$~y = f(x)$$