Directional derivative of $\frac{xy^2}{x^2+y^6}$

1.2k Views Asked by At

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?

1

There are 1 best solutions below

5
On

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

  • $x=0 \implies \frac{xy^2}{x^2+y^6}=0$
  • $x=t^4 \quad y=t \quad t\to 0 \implies \frac{xy^2}{x^2+y^6}=\frac{t^6}{t^8+t^6}=\frac{1}{t^2+1}\to 1$

Finally recall that differentiability $\implies$ continuity.