Huaizhong R. answered 06/12/25
Ph.D. Extensive knowledge/Experience in Math Learning/Teaching
As x → ∞, f(x)=O(g(x)). if f(x)/g(x) is bounded. In particular, this is so when f(x)/g(x) → a finite limit. This is the meaning of big O notation which is a measurement of order of growth. e.g. xa and ax (a >1) both → ∞ as x → ∞, but xa/ax → 0. So the power function is of lower order than that of exponential functions. Similarly, any logarithms are of lower order compared with power functions. In the question, the function f can be written as
f(x)=x31.2x+ lower order terms(l.o.t.). Let g(x)=x31.2x. Then as x → ∞, f(x)/g(x) → 1. Therefore f(x)=O(g(x)).