The Question
For any fixed $k'\in\mathbb{N}$, for any $a\in\mathbb{R}^+$ and for any $n\in\mathbb{N}$, define the function $f:\mathbb{N}\to\mathbb{R}$ given by \begin{equation*} x_n=f(n)=\frac{n^{k'}}{(1+a)^n}. \end{equation*} I want to show that $(x_n)$ converges to $0$. For clarification, I don't include $0$ in $\mathbb{N}$.
Attempts at Solution
For any $\varepsilon>0$, I need to find a $N\in\mathbb{N}$ such that for any integer $n \geq \mathbb{N}$, the following holds: \begin{equation*} \left | \,\frac{n^{k'}}{(1+a)^n}-0 \, \right | <\varepsilon. \end{equation*} Since $x_m>0$ for any $m\in\mathbb{N}$, I can drop the absolute value signs and we get \begin{equation*} \frac{n^{k'}}{(1+a)^n}<\varepsilon. \end{equation*} So, I considered $x^{k'}=\varepsilon(1+a)^x$ for any $x\in\mathbb{R}^+$. That equation does not have a closed form solution I think, so I will denote the bigger root of that as $x^*$. Now $N=\lceil x^* \rceil$ should be a candidate for the convergence definition. This is where I get stuck: how do I put that $N$ back to the convergence definition and show that $N$ really is a good candidate?
I wonder if there are any elegant proofs for this; mine is too ugly.
Also, I have a simple inequality that should play a role in this but I do not see how it fits. (My "proof" did not use the inequality)
For any fixed $k'\in\mathbb{N}$ and for any $n\geq k'$, consider $(1+a)^n$. \begin{align*} (1+a)^n&=\sum_{k=0}^{n}\binom{n}{k}a^k1^{n-k}\\ &=\sum_{k=0}^{k'-1}\binom{n}{k}a^k+\binom{n}{k'}a^{k'}+\sum_{k=k'+1}^{n}\binom{n}{k}a^k\\ &>\sum_{k=0}^{k'-1}\binom{n}{k}0^k +\binom{n}{k'}a^{k'}+ \sum_{k=k'+1}^{n}\binom{n}{k}0^k\\ &=\binom{n}{k'}a^{k'}. \end{align*}
Thanks in advance!!