As the title says I need to find extreme values(maximum and minimum) of
$$f(x,y) = xy \ln(x^2+y^2), x>0, y>0$$
I don't understand how to find critical points of this problem. I start with finding partial derivative and set derivatives equal to zero. And that is where I am stuck currently. So any help would be appreciated.
So:
$ \frac{\partial f}{\partial x} = \frac{\partial}{\partial x} (xy* ln(x^2+y^2)) = y*ln(x^2+y^2) + \frac{2xy^2}{x^2+y^2} $ $ \frac{\partial f}{\partial y} = \frac{\partial}{\partial y} (xy* ln(x^2+y^2)) = x*ln(x^2+y^2) + \frac{2x^2y}{x^2+y^2} $
So we have now:
$ \nabla f(x,y) = (0,0) $
$ y*ln(x^2+y^2) + \frac{2xy^2}{(x^2+y^2)^2} = 0 $
And
$ x*ln(x^2+y^2) + \frac{2x^2y}{(x^2+y^2)^2} = 0 $
After trying to solve these equations I get that $x=y$ Is that correct?. So I don't understand what are then critical points as It can't be (0,0)?