Definition: Let f and g be real-valued functions. We say that f(x) is O(g(x)) is there exists two numbers C and k such that ∣f(x)∣≤C∣g(x)∣∀x>k. or in limit terms x→+∞lim∣g(x)f(x)∣<C.
Let's consider x→+∞limx4(xlogx)2−4=x→+∞limx2log2x−x→+∞limx44=0 . So f(x)=(xlogx)2−4 is o(x4).
Let's consider x→+∞limx45x5=x→+∞lim5x=+∞. So for all C ∃k∣5x5∣>C∣x4∣ for all x>k . So, g(x)=5x5 is not an O(x4) .
Comments