For 2 variable functions we define $ f\left(h\right)=o\left(h\right) $ if $ |f\left(h\right)|=o\left(||h||\right) $ for $h=(h_1,h_2) $.
consider the function $ x\sin\left(\frac{y}{\sqrt{|x|}}\right) $.
I have to determine if this function is differntiable at $ (0,0)$. So I already found that the function is continious at (0,0), and that the partial derivatives are both $ 0 $ at (0,0).
Thus Jacobi matrix would be $ (0,0) $ and by the definition of differntiability that I have, if $ f $ is differntiable at $(0,0)$ there exists a linear transformation $ L_0 $ such that $ f\left(h_{1},h_{2}\right)-f\left(0,0\right)=L_{0}h+o\left(h\right) $
Where $ L_0 $ is exactly tha Jacobi matrix composed of the partial deriviatives at $ (0,0) $. So if I want to check the definition, all I need to to is to check if $ f\left(h_{1},h_{2}\right)-f\left(0,0\right)=o\left(h\right) $
Because $L_0 $ is the zero matrix due to my calculations. Now that brings us to the main question, is $ h_{1}\sin\left(\frac{h_{2}}{\sqrt{|h_{1}|}}\right)=o\left(h\right) $ ?
Or in other words, How can I calculate the limit :
$ \lim_{h\to0}\frac{h_{1}\sin\left(\frac{h_{2}}{\sqrt{|h_{1}|}}\right)}{||h||}=\lim_{\left(h_{1},h_{2}\right)\to\left(0,0\right)}\frac{h_{1}\sin\left(\frac{h_{2}}{\sqrt{|h_{1}|}}\right)}{\sqrt{h_{1}^{2}+h_{2}^{2}}} $
(Also is this correct way of using the definitions of o(h) ? Im not sure about it and Im not sure if this is the right way to check differntiability).
Thanks in advance