Let $f:\mathbb{R}^2\rightarrow\mathbb{R}, (x,y)\mapsto\begin{cases}\frac{xy^2}{x^2+y^6},\,&(x,y)\neq(0,0)\\0,\,&\text{else}\end{cases}$. Show that for every direction $v\in\mathbb{R}^2\setminus\{0\}$ there exists a directional derivative $D_vf(0,0)$. Is $f$ continuous in $(0,0)$? Is $f$ differentiable in $(0,0)$?
I'm stuck on this exercise. I tried applying the definition, i.e. showing that $\lim_{t\rightarrow 0}\frac{f(\xi+tv)-f(\xi)}{t}$ exists, but it's getting me nowhere. Can anybody tell me the right approach here or what I'm not seeing?
For the first part let consider for $\vec v=(a,b)$
$$\lim_{t\to 0} \frac{f(0+at,0+bt)-f(0,0)}{t}=\lim_{t\to 0} \frac{t^3ab^2}{t^3a^2+t^7b^6}=\lim_{t\to 0} \frac{ab^2}{a^2+t^4b^6}=\begin{cases}0\quad a=0\lor b=0\\\frac{b^2}a\quad a\neq 0\end{cases}$$
For the continuity let consider
$$\lim_{(x,y)\to (0,0)} \frac{xy^2}{x^2+y^6}$$
and observe that
Finally recall that differentiability $\implies$ continuity.