\begin{equation} f(x,y)=\frac{x^2\sin{y^2}}{x^2+y^4} \text{ if }(x,y) \neq (0,0) \text{ and } f(0,0)=0 \end{equation}
Prove that $f$ is differentiable at $(0,0)$.
So I started out with the definition. We have to show that there exists a function $L:\mathbb{R}^2 \to \mathbb{R}$, so that
\begin{equation} \lim_{(h,k) \to (0,0)} \frac{f(0+h,0+k)-f(0,0)-L(h)}{||(h,k)||}=\lim_{(h,k) \to (0,0)} \frac{h^2 \sin{k^2-L(h)\sqrt{h^2+k^2}}}{(h^2+k^4)\sqrt{h^2+k^2}}=...=0 \end{equation}
The problem is I don't know how to fill in the dots. I have never dealt with such a limit. I thought I could maybe use the squeeze theorem, but my mind is so foggy at the moment I don't even know what functions I should use in that case.