I tried to solve this limit $$\lim_{n\to \infty} \ \sqrt[n]{\frac{3^n+(-1)^n}{n^2}}$$ by observing that $(-1)^n$ can have two values depending if $n$ is even or odd.
For $n$ is even, I have: $$\lim_{n\to \infty} \ \sqrt[2n]{\frac{3^{2n}+1^{2n}}{{4n}^2}}$$ than I tried extracting $3^n$ and got $$3\cdot\lim_{n\to \infty} \ \sqrt[2n]{\frac{1+(\frac{1}{3})^{2n}}{{4n}^2}}$$ After this, I did $$3 \cdot \ \lim_{n\to \infty} \exp\left[\ln{\frac{1+(\frac{1}{3})^{2n}}{{4n}^2}}\right]$$ and I don't know what to do next with this one. And for odd $n$ I also stop at this point.
Please help me using simple limit manipulation, it can be solved without using notations etc.
Hint: Squeeze your expression between two simpler ones.
$$ \frac{3^n - 1}{n^2} \leq \frac{3^n + (-1)^n}{n^2} \leq \frac{3^n + 1}{n^2} \text{.} $$