Is $2^n$ always dominate $n^k$, where $k$ is some fixed natural number.
I have hard time thinking about this? My friend say yes but we are not able to come up with any proper proof and it also feels so counterintuitive. We fixed $k=10$ and tried to put the values of $n$ and $n^{10}$ seems to be increasing way faster than $2^n$.
Can some one give a general argument for this fact?
$2^{n} >n^{k}$ iff $ n \, log \, 2>k\, log \, n$ iff $\frac n {log \, n} >\frac k {\log \, 2}$ which is true for all $n$ sufficiently large because $\frac n {log \, n} \to \infty$ as $ n \to \infty$.