Let $f(x,y) = \dfrac {xy^3}{x^3 + y^6 }$ if $(x,y) \ne (0,0)$ and define $f(0,0)=0$
Determine if the derivative $f'(0;a)$ exists for every vector $a$ and compute it's value in terms of the components of $a$.
Attempt:
$D_1f(0,0) = \lim_{h\rightarrow 0} \dfrac {h.0}{h^3}=0$.
Similarly : $D_2f(0,0) =0 \implies \nabla f(0) = 0 \widehat i + 0 \widehat j$.
Hence, if $a = (a_1,a_2), f~'(0;a) = \nabla f(0). a = 0$
That means, the directional derivative along any direction is $0$?
Could someone please advise.
Thank you very much for your help in this regard.