I am given a function $f(x,y)=\frac{1-2xy}{x^2+y^2}$ and I am supposed to prove whether or not the function has a maximum or minimum value for $(x,y)\neq (0,0)$.
I've done lots of exercises regarding critical points, but I can't seem to get the "trick" for this one.
I have tried the normal approach of taking $\nabla f(x,y) = 0$ to find values for $x$ and $y$. However the calculation quickly develops into substituting a 2nd degree equation of either $x$ or $y$ into the other equation derived from $\nabla f(x,y) = 0$. Because of this I get a sense there is a "trick" to solving this, but I can't seem to find it.
This is how my $f_x$ and $f_y$ looks like, and the equations I end up solving using the 2nd degree equation solving formula:
$$f_x = \frac{2(x^2y - x - y^3)}{(x^2 + y^2)^2} = 0$$ $$f_y = \frac{2(y^2x - y - x^3)}{(x^2 + y^2)^2} = 0$$
$$x^2y - x - y^3 = 0$$ $$y^2x - y - x^3 = 0$$
So my question is really, whats the trick? or is this actually just a "brute force" solving exercise?
Multiply $x^2y - x - y^3 = 0$ by $x$ and multiply $y^2x - y - x^3 = 0$ by $y$ and add the resulting equations. Then you get $x^2+y^2=0$.
Conclusion ?