1_I have questions about that when is it necessary to use bounding for limit problems e.g. this limit: $$\lim_{x\to 0} x \sin\left(\frac{1}{x}\right)$$ solution is zero because $|\sin\left(\frac{1}{x}\right)|\leq 1$ times zero becomes zero. But I wonder if I have this limit instead $$\lim_{n \to \infty} (-1)^n \cos(n)$$ can I bound it like this $|\cos(n)|\leq 1$ and $|(-1^n)|=1$ and the result becomes one?
2_When should someone use bounding rule when someone evaluate a limit problem?
You cannot bound $|{(-1)}^n|=1$. You can't take the absolute value like you can with $\sin{x}$ or $\cos{x}$. The limit does not exist because $\lim_{n \to \infty} {(-1)}^n$ could be $1$ or $-1$. Since $ \lim_{x \to \infty} \cos{x} \neq 0$, the limit could take on any value from $[-1,1]$ therefore it does not exist.