Let a constant $k>0$ and $\varepsilon > 0$
prove: $n^{100}k^{n}=o((k+\varepsilon)^{n})$
I understand why $(k+\varepsilon)^{n}$ "goes faster" to infinity than $n^{100}k^{n}$ but i cant understand how to prove it formally.
I tried to prove: $\lim{n\to\infty} \frac{n^{100}k^{n}}{(k+\varepsilon)^{n}} = 0$ but I didn't get anywhere. how can i prove it?
You need to prove that $$\lim_{n\to \infty} {n^{100}\over \left(1+{\varepsilon\over k}\right)^n}=0$$The task is very easily done by $100$ times applying the L^Hoptial's rule by taking $n$ continuously tending to $\infty$ since $1+{\varepsilon\over k}>1$.