Let $\displaystyle f(x,y)=\begin{cases} \frac{x^3+y^4}{x^2+y^2} \text{ if } (x,y) \neq (0,0)\\ 0 \text{ if } (x,y)=(0,0). \end{cases}$ Show this is not differentiable at $(0,0)$.
My strategy is to compare $D_uf(p)$ and $\nabla f(p)$ and hopefully $D_uf(p)\neq\nabla f(p)$.
So I computed the directional derivative:
Let $\displaystyle u=(u_1, u_2)$. Then $\displaystyle D_uf(p)=\lim\limits_{t \to 0}\frac{f((0,0)+t(u_1,u_2))-f((0,0))}{t}=u_1^3$
"Work" $\displaystyle\frac{t^3u_1^3+t^4u_2^4}{t(t^2u_1^2+t^2u_2^2)}=\frac{u_1^3+tu_2}{u_1^2+u_2^2}=u_1^3+tu_2$
My problem is computing the gradient. I worked it out by hand and got some stuff that looked like I would end up with $\frac{0}{0}$. Is there another way to compute the gradient that I am missing.