Step 1: Express the functions in exponential form.
To compare growth rates, rewrite each function using exponentials:
f2 = nlog n = e(log n)²
f3 = n√n = e√n · log n
f1 = 10n = en · log 10
Step 2: Compare the exponents.
As n → ∞, the growth rates of the exponents satisfy:
(log n)² ≪ √n · log n ≪ n
Hence, f2 grows slower than f3, and f3 grows slower than f1.
Step 3: Final ordering.
Arranging the functions in increasing order of growth:
f2 < f3 < f1