I'm taking a university real analysis course and I was tasked with demonstarting a proof on regaurding the limit (or lack there of) of $\frac{n + (-1)^n n}{n+2}$. Here's my attempt at a proof that no limit exists.
First use algerbra of limits to seperate
$\frac{n + (-1)^n n}{n+2}$ $\implies$ $\frac{1}{1+\frac{2}{n}} + \frac{(-1)^n}{1 + \frac{2}{n}}$
Limit of $\frac{1}{1+\frac{2}{n}}$as $n \rightarrow \infty$ is simply 1.
Using the squeeze prinicible. Assuming $\frac{(-1)^n}{1 + \frac{2}{n}}$ does have a limit $y$ then sequences $x_n,y_n,z_n$ such that $x_n \leq y_n \leq z_n$ all sequences must converge on $y$.
Take...
$x_n = \frac{-1}{1+\frac{2}{n}}$
$ y_n = \frac{(-1)^n}{1 + \frac{2}{n}}$
$z_n = \frac{1}{1+\frac{2}{n}}$
There is no possible $x_n$ or $z_n$ that converge to similar limits and obeys $x_n \leq y_n \leq z_n$ . Therefore there is no limit $y$. Since $x_n = \frac{(-1)^n}{1+\frac{2}{n}}$ has no limit, by the algebra of limits neither does $\frac{n + (-1)^n n}{n+2}$.
Any feedback would be much appreciated!