Find $$\lim_{x \to \infty} \Bigg(\frac{\sin{x}+\cos{x}}{x}\Bigg)$$
My thinking is
$$-1 < \sin{x} < 1 $$ $$-1 < \cos{x} < 1.$$ Therefore $$-2 < \sin{x} + \cos{x} < 2$$ $$\frac{-2}{x} < \frac{\sin{x} + \cos{x}}{x} < \frac{2}{x}.$$
But is this even allowed? If so, why? Thanks
And what's not allowed in it?
You're giving a lower-bound and an upper-bound for your function. Since you're looking for the limit at $x\to +\infty$, you can specify that your inequality holds for $x>0$ (your function is undefined at $0$, and the inequality should be reversed for negative $x$). So all you need is to add: let $x>0$.
Then since $\lim\limits_{x\to +\infty}\dfrac{1}{x}=0$, according to the squeeze theorem, you get your desired result.