Task is to find infimum and supremum of $\left\{(n^2+2n+1)^{\frac{1}{n^2}} \mid n \in\mathbb N \right\}.$
I start from calculating derivative of $ f:\mathbb{R} \rightarrow \mathbb{R}$ where $ f(n) = (n^2+2n+1)^{\frac{1}{n^2}}$to find $n_{0} \in \mathbb{R}$ where derivative is equal to $0$.
\begin{align} ((n^2+2n+1)^\frac{1}{n^2})' &= \left(e^{\ln\left((n+1)^\frac{2}{n^2}\right)}\right)' \\ &= \left(e^{\frac{2}{n^2}\cdot\ln(n+1)}\right)' \\ &= (n+1)^{\frac{2}{n^2}}\cdot \bigg(\frac{2}{n^2}\cdot\ln(n+1)\bigg)' \\ &= (n+1)^{\frac{2}{n^2}}\cdot\bigg(\bigg(\frac{2}{n^2}\cdot(\ln(n+1))'\bigg)+\bigg(\bigg(\frac{2}{n^2}\bigg)'\cdot\ln(n+1)\bigg) \\ &= (n+1)^{\frac{2}{n^2}}\cdot\bigg(\bigg(\frac{2}{n^2}\cdot\frac{1}{n+1}\bigg)+\bigg(\frac{-4}{n^3}\cdot\ln(n+1)\bigg) \\ &= (n+1)^{\frac{2}{n^2}}\cdot\bigg(\frac{2n + -4(n+1)\cdot\ln(n+1)}{n^3\cdot(n+1)}\bigg) \end{align}
Where derivative is equal $0$ there may be extremum
$$(n+1)^{\frac{2}{n^2}}\cdot\frac{2n + -4(n+1)\cdot\ln(n+1)}{n^3\cdot(n+1)} = 0 \\ \Leftrightarrow 2n + -4(n+1)\cdot\ln(n+1) = 0$$
I think that supremum is maximum of $\lim_{n\rightarrow \infty} (n+1)^{\frac{2}{n^2}} = 1$, value in $1$ ($=4$) and values of $n\in \mathbb{N} $ nearest $n_{0}$.
How to solve this equation? Do I think in the right direction?
If you look carefully at what you've done, it implies that the derivative is actually negative as long as $n \geq 1$ (which is the range you care about). This means the supremum is the value at $n=1$ and the infimum is the limit at $\infty$.