I asked this question here but didn't have an account yet and I can't comment yet on another question. So please forgive me for asking again.
Consider the following function:
$$f:\mathbb R^2\rightarrow\mathbb R,(x,y)\mapsto\begin{cases} x,&y=0 \\ y,&x=0\\0,&\text{else}\end{cases}$$
So far I have, that this function is continuous in $(0,0)$, as for every sequence $(x_n,y_n)\rightarrow (0,0)$ we have $$f(x_n,y_n)=\begin{cases} x_n,& y_n=0 \\ y_n,&x_n=0 \\ 0,&\text{else}\end{cases} \rightarrow 0.$$
Further I have calculated all directional derivatives:
If $(v_1,v_2)\in\mathbb R^2\setminus\{0\}$ with $v_1\cdot v_2\neq 0$, we have $\frac{1}{t}f(tv_1,tv_2)=0.$ For $v_1=0,v_2\neq 0$ we have $\frac{1}{t}f(tv_1,tv_2)=\frac{1}{t}\cdot tv_2=v_2$ and for $v_1\neq 0, v_2=0$ we get $\frac{1}{t}f(tv_1,tv_2)=v_1$. Thus we get for the partial derivatives: $$\frac{\partial f}{\partial x}(0,0)=1,\quad \frac{\partial f}{\partial y}(0,0)=1.$$
I now want to know, if this function is totally differentiable in $(0,0)$. The partial derivatives are not continuous in $(0,0)$, so I can't use that to say that the function is totally differentiable. But as $f$ is continuous in $(0,0)$ I can't rule out that the function is not totally differentiable. I know that by definition $f$ is totally differentiable in $(0,0)$ if there exists a Matrix $T$ and a function $\varphi$ with $$f(x,y)=f(0,0)+T\cdot \left((x,y)-(0,0)\right)+\Vert (x,y)-(0,0)\Vert\cdot\varphi(x,y)$$ but I don't know how to calculate $T$ and $\varphi$.
Regarding the comment if I'm sure that the partial derivatives are not continuous:
For $(x,y)\neq (0,0)$ I get $\frac{\partial f}{\partial x}(x,y)=\begin{cases} 1, & y=0\\0,&\text{else}\end{cases}$ which seems to me not continuous in $(0,0)$. Or am I wrong here?
Regarding the answer by H. H. Rugh: what notation do you mean? And how do you get to that equation?