I have to verify that $$f(x,y)=\frac {2x-y}{x+y}$$ indicating possible exceptional points and intestigating those points My attempt:
I calculated
$$f_x=\frac {3y}{(x+y)^2}$$ $$f_y=\frac {-3x}{(x+y)^2}$$ and for $$(x,y)\ne(0,0)$$ $$f_{xy}=\frac {3x-3y}{(x+y)^3}$$ $$f_{yx}=\frac {3x-3y}{(x+y)^3}$$ At $(0,0)$,does $f_{xy}$ and $f_{yx}$ exist? My guess is that it does't exist because $f$ is not defined at $(0,0)$.Am I correct?