Find the following limit:$$\lim_{(x,y) \to (0,0)} \dfrac{x^ay^b}{x^2+y^2} a,b \ge 0$$ I tried the $x=0$ path for which the limit is $0$. Then I took $x=y$ for which we have three cases: $$\lim_{x \to 0} \dfrac{x^{a+b}}{2x^2}=\lim_{x \to 0}\dfrac{1}{2}x^{a+b-2}$$ For $a+b-2<0$ The above limit is infinity. So the multivariable limit does not exist. For $a+b-2>0$ The above limit is 0. Should I take other path in this case? If so, how? For $a+b-2=0$ I am not sure if I calculated the limit right. Is it $\dfrac{1}{2}$? Becuse you get $x^0 = 1$
Tell me if my approach is wrong. I want to understand well this stuff!
Another approach: Using polar coordinates: $x=r\cos\theta, y=r\sin\theta$
$$\dfrac{x^ay^b}{x^2+y^2}= r^{a+b-2}(\cos\theta)^a(\sin\theta)^b$$So if $a+b>2$, then when $r\to0$ the limit is $0$ for all $\theta$, since $|(\cos\theta)^a(\sin\theta)^b|<1$. If $a+b=2$ then you have $(\cos\theta)^a(\sin\theta)^b$ which depends on $\theta$. Should I just plug in numbers for $\theta$ and see that I get different values, therefore the limit does not exist? What about the case when $a+b<2$. Gives me infinity except when one of the two trigonometric functions are $0$.