Yeah I know how to find the limit without the ##(-1)^n##. Like this:
$$\lim_{n\to\infty} \frac{n^2}{(n+1)^2}=\lim_{n\to\infty} \frac{1}{1+\frac{2}{n}+\frac{1}{n^2}}=1$$
In another thread, someone mention that the sequence is ##a_n=\frac{n^2}{(n+1)^2}## or the positive sequence. Then, by the preliminary test to the positive terms, the series is divergent because ##\lim_{n\to\infty} \frac{n^2}{(n+1)^2} \neq 0##
Meanwhile, I can't proof ##\lim_{n\to\infty} (-1)^n ## does not exist.
According to limit's definition:
$$\lim_{x\to c} f(x) =L$$
For each given ##\varepsilon > 0## there is corresponding ##\delta > 0## such that ##|f(x)-L|<\varepsilon## by ##0<|x-c|<\delta##
Say, ##\lim_{n\to 2} 3n=6##
$$|3n-6|<\varepsilon$$
$$3|n-2|<\varepsilon \Rightarrow |n-2|<\frac{\varepsilon}{3}$$
So, ##\delta=\varepsilon/3##. Because there is corresponding ##\delta## to ##\varepsilon## then I can conclude that ##\lim_{n\to 2} 3n=6##
Back to the my problem, ##f(n)=(-1)^n##. Let's say ##\lim{n\to\infty} f(n) = L##
There is no L, so L does not exist. This should be proofed, right?