Prove that, for any $n\in\mathbb{N}$, $$\lim_{k\to\infty} \frac{k^n}{2^k} = 0$$ using an $\epsilon-$proof.
As scratchwork, I've gotten to $$\left|\frac{k^n}{2^k} - 0\right| = \frac{k^n}{2^k}\leq \epsilon$$
but I don't know how to get farther. I understand that if I can find a way to solve for k as a "function" of epsilon, then I can complete the proof. This is the part that I'm stuck on. We don't have many tools available yet, since we have only established the rational numbers and the concept of sequence convergence.
Let $k\gt 2n$. Using the binomial expansion of $(1+1)^k$ we find that $$(1+1)^k \gt \frac{(k)(k-1)(k-2)\cdots (k-n)}{(n+1)!}$$ ($n+1$ terms).
Each of $k-1$, $k-2$, and so on up to $k-n$ is bigger than $k/2$. Thus $$(1+1)^k \gt k \cdot \frac{k^n}{2^n(n+1)!}.$$ It follows that $$\frac{k^n}{2^k}\lt \frac{2^n(n+1)!}{k}.$$ This inequality is strong enough to prove convergence to $0$. If $K\gt 2n$ and $K\gt \frac{2^n(n+1)!}{\epsilon}$, and $k\gt K$, then the $k$-th term of your sequence is less than $\epsilon$.