I was wondering if there is another approach instead of using the $log (x + 1) \sim_{0} x$ or Taylor series to solve:
$$\lim_{(x,y) \to (0,0)} f(x,y)={\ln(xy + 1) \over x}.$$
Particularly, I'm wondering whether I can use polar coordinates and l'Hopital.
Something like this. First, we switch to polar coordinates:
$$\lim_{(r) \to (0)} f(r)={\ln(r^2\cos\phi \sin\phi + 1) \over r\cos \phi}.$$
Now we use l'Hopital:
\begin{align} &\lim_{(r) \to (0)} f(r)=\lim_{(r) \to (0)}{\ln(r^2\cos\phi \sin\phi + 1) \over r\cos \phi} \\ =&\lim_{(r) \to (0)}{{d\over dr}(\ln(r^2\cos\phi \sin\phi + 1) \over{d\over dr} (r\cos \phi)} \\ =&\lim_{(r) \to (0)}{2r\sin\phi \cos\phi \over {r^2\sin\phi \cos^2\phi + \cos\phi}} \\ =&\lim_{(r) \to (0)}{2r\sin\phi \over r^2\sin\phi \cos\phi +1}=0. \end{align}
As $$\lim_{(r) \to (0)} f(\phi)= {2r\sin\phi }= 0.$$
Does this make any sense at all or I can't use l'hopital in this case?