How to calculate the base b logarithm of a number x:
logb x = ?
For example, let's calculate the base 2 logarithm of 90:
log2 90 = ?
Most calculators have base 10 and base e only.
Using the logarithm base change rule:
logb(x) = logc(x) / logc(b)
We can change log2 90 from base 2 to base 10 and calculate log10 90 and log10 2 on the calculator:
log2 90 = log10 90 / log10 2 = 1.954243 / 0.301030 = 6.491853