In $e^{-\omega/\epsilon}\leq10^{-9}$ why is $\omega=O(\epsilon)$ and in $e^{-\omega/\epsilon}\leq \epsilon$ why is $\omega=O(\epsilon\ln1/\epsilon)$ where $\epsilon$ is a very small parameter.
2026-05-15 21:56:40.1778882200
big O inequality
157 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
(I'll post my comment above as an answer since it seems to address what the OP was looking for.)
In the reference given for the source of this question it states
As shown in this related answer, the smallest such $\omega$ is $\omega = (9\log 10)\epsilon$, which is indeed $O(\epsilon)$.
It's not true that all $\omega$ which satisfy $e^{-\omega/\epsilon} \leq 10^{-9}$ are $O(\epsilon)$ (for example take $\omega = (9\log 10)\sqrt{\epsilon}$), but the smallest one, the one you care about, certainly is. Dealing with the other inequality is similar.