The function is as follows: $$f(x,y)=\sqrt{\left |xy \right |} $$ I have to check whether it is continuous, differentiable and has defined partial derivatives at $(0,0)$. My attempt is as follows:
Function is discontinuous at the origin.
Not differentiable at the origin because of the pointy peak (haha); and
Partial derivatives are as follows: $f_x=\frac{\sqrt y}{2\sqrt x}$ and $f_y=\frac{\sqrt x}{2\sqrt y}$ and are not defined at origin.
Is my reasoning correct?