I want to compute the limit $\left(1+\frac{1}{n^2}\right)^n$. One way to do this is to take logs. So $$x_n=\left(1+\frac{1}{n^2}\right)^n$$ Then $$\log x_n = n\log\left(1+\frac{1}{n^2}\right) = n\left(\frac{1}{n^2}-\frac{1}{2n^4}+O\left(\frac{1}{n^6}\right)\right)$$So $\log x_n$ converges to $0$, and $x_n$ converges to $1$.
Is there a simpler way to do this, maybe without Taylor log expansion?
From the Taylor Series, $$1+\frac{1}{n^2}\leq \exp\left(\frac{1}{n^2}\right)$$
Thus, $$1\leq \left(1+\frac{1}{n^2}\right)^n \leq \exp\left(\frac{1}{n}\right)$$ so by the Squeeze Theorem, the result follows $\square$