Let $f: \mathbb{R}^2\to \mathbb{R}$ be defined by setting
$$f(x,y)=\begin{cases}\frac{x^3}{x^2+y^2} & (x,y)\neq (0,0)\\0 & (x,y)=(0,0)\end{cases}$$ (a) For which vectors $u\ne 0$ does $f'(0; u)$ exist? Evaluate it when it exists.
(b) Do $D_1f$ and $D_2f$ exist at $0$?
(c) Is $f$ differentiable at $0$?
(d) Is $f$ continuous at $0$?
I have thought a lot about this problem:
For (a), be $u\neq 0, u:=(h,k)$, so $\lim_{t\to 0}\frac{f(0+tu)-f(0,0)}{t}=\lim_{t\to 0}\frac{f(th,tk)}{t}=\lim_{t\to 0}\frac{(th)^3}{(th)^2+(tk)^2}\frac{1}{t}=\frac{h^3}{h^2+k^2}$, then $f'(0,u)$ exists for all $u\neq 0$.
For (b), $\lim_{t\to 0}\frac{f(0+te_1)-f(0)}{t}=\lim_{t\to 0}\frac{f(t,0)}{t}=\lim_{t\to 0}\frac{t^3}{t^3}=\lim_{t\to 0}1=1$ so $D_1f(0,0)=1$ and $\lim_{t\to 0}\frac{f(0+te_2)-f(0)}{t}=\lim_{t\to 0}0=0$ so $D_2f(0,0)=0$
I am having problems solving (c) and (d), could someone help me please? Thank you very much.
Since, $|x|\le \|(x,y)\|$ we have, $$|f(x,y)| =\frac{|x^3|}{x^2+y^2} =\frac{|x^3|}{\|(x,y)\|^2}\le \frac{\|(x,y)\|^3}{\|(x,y)\|^2}=\|(x,y)\|\to0$$
This prove the continuity of $f$.
For the differentiability we have $$\frac{f(h,0)-f(0,0)}{h}= \frac{h^3}{h^3} = 1$$ and $$\partial_x f(0,0)=\frac{f(h,h)-f(0,0)}{h}= \frac{h^3}{2h^3} = \frac{1}{2}$$ whereas $$\partial_y f(0,0)=\frac{f(0,h)-f(0,0)}{h}= 0$$ Then f is not differentaible at (0,0).