English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-10-08 20:24:05 · 2 answers · asked by Anonymous in Science & Mathematics Mathematics

2 answers

It suffices to show that the limit as x approaches ∞ of (x^2) / (x * log x) is ∞. This will show that x^2 is asymptotically greater than x * log (x).

lim x->∞ (x^2) / (x * log x)
= lim x->∞ x / log (x)

Use L'Hospital's Rule:

lim x->∞ x / log (x)
= lim x->∞ 1 / (1/x)
= lim x->∞ (x)
= ∞.

So x^2 is not Big O(x * log (x)).

2007-10-12 11:05:11 · answer #1 · answered by Anonymous · 0 0

see my other answer about big O

x² / (x log(x)) is like x / logx and approaches infinity when x approaches infinity then x² /(xlogx) is not limited, and x² is not O[xlog(x)]

2007-10-09 09:48:29 · answer #2 · answered by Nestor 5 · 0 0

fedest.com, questions and answers