You may be familiar with the base 2 logarithm of a number N (written log2(N), or log2(N). This is defined to be the number L such that N = 2L. For example, log2(32) = 5 and log2(10) ˜ 3.322. You may also have come across logarithms base 10, so that log10(1000) = 3. The base of a logarithm is the generalisation of this; so that if B is the base, then the logarithm v=base B of a number N (written logB(N)) satisfies:
N = BlogB(N)
N = BlogB(N)
As well as logarithms base 2 (common in computing becasue of the use of the binary system) and base 10, you are likelly to come across what are known as the natural logarithm that is the logarithm to base e, where e is Eular's number ˜ 2.7182. This doesn't sound like a very 'natural' base of a logarithm, but they occur commonly on physical and biological systems.
The choice of base only affects the scale of the logarithm as all logarithms are linearly related to one another and in general given two logarithm bases A and B:
logA(N) = logA(B) × logB(N)
logA(N) = logA(B) × logB(N)
Used in Chap. 14: page 215
Also known as base of the logarithm