Next: Asymptotic function comparison, Up: Asymptotics
Sometimes we use log(x) (neglecting to specify the base b) when we don't care what the base is.
Logarithms satisfy this basic property:
loga(c) = loga(b) logb(c).
Thus,
when a and b are constants,
loga(x) and logb(x) differ by the constant factor loga(b).
We needn't mention the base in contexts where we don't care about this factor.
Also recall:
These approximations are very useful for back of the envelope estimates.
103 ≅ 210, 10 = lg(kilo), 1/milli,
106 ≅ 220, 20 = lg(mega), 1/micro,
109 ≅ 230, 30 = lg(giga), 1/nano,
1012 ≅ 240, 40 = lg(tera), 1/pico,
1015 ≅ 250, 50 = lg(peta),
1018 ≅ 260, 60 = lg(exa).