If I know that $\lim\limits_{x\to \infty} \dfrac{f(x)}{g(x)}=1$, does it follow that $\lim\limits_{x\to\infty} \dfrac{\log f(x)}{\log g(x)}=1$ as well? I see that this definitely doesn't hold for $\dfrac{e^{f(x)}}{e^{g(x)}}$ (take $f(x)=x+1$ and $g(x)=x$), but I'm not sure how to handle the other direction.
2026-05-16 11:27:56.1778930876
Asymptotics of logarithms of functions
2.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
No, the asymptotic equality of the logarithms doesn't follow. Consider
$$f(x) = 1 + \frac1x;\quad g(x) = 1 + \frac{1}{x^2}.$$
Ignoring lower-order terms, we have
$$\frac{\log f(x)}{\log g(x)} = \frac{1/x + O(x^{-2})}{1/x^2 + O(x^{-4})} \sim \frac{1/x}{1/x^2} = x.$$
However, from $f \sim g$ we have
$$\lim_{x\to\infty} \log f(x) - \log g(x) = 0,$$
so if $f$ and $g$ stay away from $1$, you have an even stronger result than mere asymptotic equality.