Let $$f(x,y)=\begin{cases}\frac{x|y|}{\sqrt{x^2+y^2}} &\textrm{ if } (x,y)\neq(0,0), \\ 0 &\textrm{ if } (x,y)= (0,0).\end{cases} $$
I want to know: is $f$ is continuous? Are the partial derivatives exists at the origin? Is $f$ differentiable?
First, I tried some different paths to prove that $f$ is discontinuous, but none path lead me to it.
I found the partial derivatives:
$$\frac{\partial f}{\partial x}(x,y)=\frac{(y^2-x^2)|y|}{(x^2+y^2)^{3/2}},\quad \frac{\partial f}{\partial y}(x,y)=\frac{x|y|(x^2-y^2)}{y(x^2+y^2)^{3/2}}. $$
By doing $(x,y)=(0,t)$, the limit of the first partial derivative does not exist:
$$\lim_{t\rightarrow 0}\frac{t^2|t|}{t^3}=\lim_{t\rightarrow 0}\frac{|t|}{t} $$
Is this sufficient to conclude that $f$ is not differentiable? What can I do?