I have been doing some exercises on limits. I am wondering how to solve these two limits:
$$\lim_{x\to\infty}\left(4 + \frac 1x\right)^x \qquad\text{ and }\qquad\lim_{x\to\infty}\left(0.4 + \frac 1x\right)^x.$$
Our textbook just says it is apparent they go to infinity (or zero) because it's obviously more (or less) than 1 inside the brackets. I would like to knowif there is a nice way to show what the two limits actually are.
For the first, note that for all $x>0$ you have $4+\tfrac1x>4$ and so $$\lim_{x\to\infty}\left(4+\frac1x\right)^x\geq\lim_{x\to\infty}4^x=\infty.$$ This is perfectly valid, and follows immediately from the definition of the limit going to infinity. Similarly, because for all $x>2$ you have $$0<0.4+\tfrac1x<0.9,$$ it follows that $$0=\lim_{x\to\infty}0^x\leq \lim_{x\to\infty}\left(0.4+\frac1x\right)^x\leq \lim_{x\to\infty}0.9^x=0.$$