When you learned that we use decimal_notation to record numbers, you may have wondered: If we used a different number system, such as a number system with 12 symbols instead of 10, how would that change the cost of writing numbers down? Are some number systems more efficient than others? On this page, we'll answer that question, among others.
In Properties of the logarithm, we saw that any
How much freedom does this choice give us? Almost none! To see this, let's consider the difference between choosing base
Well,
This is a remarkable equation, in the sense that it's worth remarking on. No matter what base
(By a symmetric argument, you can show that
Above, we asked:
When you learned that we use decimal_notation to record numbers, you may have wondered: If we used a different number system, such as a number system with 12 symbols instead of 10, how would that change the cost of writing numbers down? Are some number systems more efficient than others?
From the fact that the length of a written number grows logarithmically with the magnitude of the number and the above equation, we can see that, no matter how large a number is, its base 10 representation differs in length from its base 12 representation only by a factor of
Similarly, if you ever want to convert between logarithmic measurements in different bases, you only need to perform a single multiplication (or division). For example, if someone calculated how many hours it took for the bacteria colony to triple, and you want to know how long it took to double, all you need to do is multiply by
Which base of the logarithm is best to use? Well, by the arguments above, it doesn't really matter which base you pick — it's easy enough to convert between bases if you need to. However, in computer science, information theory, and many parts of physics, it's common to choose base 2. Why? Two reasons. First, because if you're designing a physical system to store data, a system that only has two stable states is the simplest available. Second, because if you need to pick an arbitrary amount that a thing has grown to call "one growth," then doubling (i.e., "it's now once again as large as it was when it started") is a pretty natural choice. (For example, many people find the 'half life' of a radioactive element to be a more intuitive notion than its 'fifth life,' even though both are equally valid measures of radioactivity.)
In other parts of physics and engineering, the log base 10 is more common, because it has a natural relationship to the way we represent numbers (using a base 10 representation). That is,
Among mathematicians, the most common base of the logarithm is
Regardless of which base you choose, converting between bases is easy — and as equation (1) shows, you only need to have one logarithm function in your toolkit in order to understand any other logarithm. Because if you have