I came across this exercise
$f(x,y)= \lim_{y\to\infty}{{1-y\sin{\pi x\over y}}\over \arctan x}$
The result I get is ${1-\pi x \over \arctan x}$, which depends on the value of $x$.
However, the question I have is that whatever $x$ is, since it's in the $\sin()$, which is a bounded function, shouldn't lay any effect on the limit. For example: $\lim_{x\to\infty}{1 \over x}\sin ax = 0, a\in(-\infty,+\infty)$, whose limit doesn't depend on $a$.
Is there any intuitive understanding for this ?
You appear to be under the delusion that the correct way to apply the change of variable $y=\frac1x$ to $\lim_{y\to \infty} y\sin\frac{a}{y}$ is $$\lim_{x\to\infty}\frac1x\sin(ax)$$ while it should rather be $$\lim_{x\to 0}\frac1x\sin(ax)$$ (if we wanted to be pedantic, it should actually be $x\to 0^+$, but whatever).