Can anyone give an example of a case where $f(n) = \Theta(g(n))$ for two positive functions and the limit $\lim\limits_{n \to \infty}\dfrac{f(n)}{g(n)}$ does not exist?
2026-05-15 12:40:17.1778848817
Question about $\Theta$
98 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Sure, $f(n) = \sin n + 2$ whereas $g\equiv 1$. The point is that if $f \in \Theta (g)$ then for $n$ large enough you have that $f(n)/g(n)$ is bounded. However, a bounded sequence does not have to have a limit. So actually, you can take any bounded sequence that does not have a limit and construct a new counterexample.