Use an $\varepsilon-N$ argument to find and prove $\lim_{n\rightarrow\infty}\sqrt[n]{5+n^2}$. Try some variations of your own.
I think that the limit is $1$, since the limit as $n$ tends to infinity of the $n$-th root of a polynomial(in this case it is $5+n^2$) is $1$
Let $\sqrt[n]{5+n^2}=s_n$ now solve the limit: $\lim_{n\rightarrow\infty}log(s_n)=\lim_{n\rightarrow\infty}\frac{log(5+n^2)}{n}=0$=>$\lim_{n\rightarrow\infty}\sqrt[n]{5+n^2}=1$; The step 2: fix $\epsilon_0>0$, we must show $0<\sqrt[n]{5+n^2}<\epsilon_0+1$ we know that the equation:$$log(\epsilon_0)=\frac{log(5+x^2)}{x}\hspace{0.5cm}(*)$$ have a solution in $\mathbb R^* $ for all $\epsilon_0$. Let the solution be $x(\epsilon_0)$. Then, because equation $(*)$ is equivalent with equation $(5+x^2)^{\frac{1}{x}}=\epsilon_0$ and function $f(x)=(5+x^2)^{\frac{1}{x}}$ decreases, we obtain: for all $n>=[x(\epsilon_0)]+1$ we have $(5+n^2)^{\frac{1}{n}}<\epsilon_0<\ \epsilon_0+1$. where:$\hspace{0.5cm}[x(\epsilon_0)]$ is integer part of $x(\epsilon_0)$