I want to find critical points of $$f(x,y)=\left\{\begin{matrix} (x^2+y^2) \ln(x^2+y^2) & \text{if} &(x,y)\neq (0,0) \\ 0& \text{if} & (x,y)=(0,0) \end{matrix}\right.$$
I have started to find first derivatives:
$$f_x=2x(\ln(x^2+y^2)+1),$$ $$f_y=2y(\ln(x^2+y^2)+1).$$
Here it is my problem that I cannot find critical points here. I have tried to do like this:
$$2x(\ln(x^2+y^2)+1)=0,$$ therefore $x=0$ and $\ln(x^2+y^2)=-1$ but this one doesn't seem correct.