Possible Duplicate:
How to prove that exponential grows faster than polynomial?
I have this sequence with $b>1$ and $k$ a natural, which diverges: $$\lim_{n \rightarrow \infty} \frac{b^n}{n^k}=\infty$$ I need to prove this, with what i have learnt till now from my textbook, my simple step is this:
Since $n^2\leq2^n$ for $n>3$, i said $b^n\geq n^k$, so it diverges. Is it right?
I am asking here not just to get the right answer, but to learn more wonderful steps and properties.