What is is the largest $0<c<4$ that satisfies $$2^{n + \sqrt{n}} \in O((4-c)^n)$$ ?
2026-04-17 18:37:27.1776451047
Relation between two asymptotics
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
For any fixed $c\in(-\infty, 4)$, we have $$ \frac{2^{n+\sqrt{n}}}{(4-c)^n} = 2^{n+\sqrt{n} - n\log_2 (4-c)} = 2^{(1-\log_2 (4-c))n + \sqrt{n}} \xrightarrow[n\to\infty]{} \begin{cases} \infty & \text{ if } 1-\log_2 (4-c) \geq 0 \\ 0 & \text{ if } 1-\log_2 (4-c) < 0 \\ \end{cases} $$ so for your satement to hold, you need (and it is sufficient) $1-\log_2 (4-c) < 0$, or equivalently $c < 2$.