Using the previous question*, arithmetics of bordes, and the sandwich theorem, find the limits of the following sequenes:
b. $\left(\dfrac{n^{2}+8n-1}{n^{2}-4n-5}\right)^{n}$
(*) the previous question is to prove that $\lim_{n\to \infty }\left(1+\dfrac{x}{n}\right) = e^x$
Looking at the question it looked quite easy. Since we proved in class that $\lim (a_n)^k = (\lim a_n)^k$ I can easily say the limit of the inside is $1$, therefore the limit of everything is $1^n=1$ (This is a good time to notice that I don't know how to use anything but inline equations here):
$\left(\frac{n^{2}+8n-1}{n^{2}-4n-5}\right)^{n}=\left(\dfrac{1+\dfrac{8}{n}-\dfrac{1}{n^{2}}}{1-\dfrac{4}{n}-\dfrac{5}{n^{2}}}\right)^{n}$ due to arithmetics of borders:
$\begin{align*} \lim\left(\frac{1+\dfrac{8}{n}-\dfrac{1}{n^{2}}}{1-\dfrac{4}{n}-\dfrac{5}{n^{2}}}\right)^{n}&=\left(\frac{\lim\left(1+\dfrac{8}{n}-\dfrac{1}{n^{2}}\right)}{\lim\left(1-\dfrac{4}{n}-\dfrac{5}{n^{2}}\right)}\right)^{n}\\\\ &=\left(\frac{\lim1+\lim\dfrac{n}{8}-\lim\dfrac{1}{n^{2}}}{\lim1-\lim\dfrac{4}{n}-\lim\dfrac{5}{n^{2}}}\right)^{n}\\\\ &=1^{n}\\\\ &=1 \end{align*}$
But for some reason this feels wrong to me. It doesn't use the previous question or the sandwich theorem, and the solution feels to trivial to be true. Is there anything wrong here?