Arrange the following functions in increasing asymptotic order:
2026-04-19 11:45:23.1776599123
Asymptotic notation question
190 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1

In addition to JMoravitz's comment, note that:
$$\lim \limits_{n \to infinity} \frac{1.0000001^n}{n^a}$$ is infinite. So we can apply L'Hopital's Rule. The derivative of $$1.0000001^n = 1.0000001^n ln(1.0000001)$$ and the derivative of $$n^a = an^{a-1}$$ which is still infinity in the limit that $n$ goes to infinity. The $a^{th} $ iteration of L'Hopital's rule would yield: $$\lim \limits_{n \to infinity} \frac{1.0000001^n ln(1.0000001)^a}{a!}$$ which is still infinity. Therefore, $1.0000001^n$ is asymptotically larger than any finite degree polynomial, despite its appearance.