Show whether the limit exists and find it, or prove that it does not. $$\lim_{(x, y) \to(\infty,\infty)}\frac{x+\sqrt{y}}{x^2+y}$$ WolframAlpha shows that limit does not exist, however, I do fail to conclude so. $$\lim_{(x, y) \to(\infty,\infty)}\frac{x+\sqrt{y}}{x^2+y} = [x=r\cos\theta, y = r\sin\theta] = \lim_{r\to\infty}\frac{r\cos\theta+\sqrt{r\sin\theta}}{r^2\cos^2\theta+r\sin\theta} = \lim_{r\to\infty}\frac{\cos\theta\frac{\sqrt{\sin\theta}}{\sqrt{r}}}{r\cos^2\theta+\sin\theta} = 0.$$ Having gotten the exact results for whatever the substitution is made (such as $y = x, y = x^2, [x = t^2, y = t])$, my conclusion is that limit does exist and equals $0.$
Did I miss something?
By $x=u$ and $y=v^2$ the limit becomes
$$\lim_{(x, y) \to (\infty, \infty)} \frac{x+\sqrt{y}}{x^2+y}=\lim_{(u,v) \to (\infty, \infty)} \frac{u+v}{u^2+v^2}=0$$
indeed for example by polar coordinates
$$\frac{u+v}{u^2+v^2}=\frac1r(\cos \theta +\sin \theta)\to 0$$