Zhalfirin88
- 137
- 0
Homework Statement
Prove \lim_{n\rightarrow\infty} \frac{p(n)}{e^n} = 0 where p(x) = a_k x^k + ... + a_1 x + a_0 (with real coefficients a_i in \mathbb{R} )
The Attempt at a Solution
I thought about using series to try and prove this, but I couldn't get it to work out and I think there is an easier way.
\frac{p(n)}{e^n} = \frac{ \sum_{n=0}^\infty a_k n^k}{\sum_{n=0}^\infty \frac{n^k}{k!}} = \frac{ \sum_{n=0}^\infty a_k}{\sum_{n=0}^\infty \frac{1}{k!}}