Logarithms in Everyday Life: More Useful Than You Think
Published Apr 14, 2026 Β· 5 min read
Logarithms answer one question: "what power do I raise this base to, to get that number?" logββ(1000) = 3, because 10Β³ = 1000. They compress enormous ranges into manageable scales β and you encounter them every day without realizing it.
Real-World Log Scales
| Scale | Base | What +1 means |
|---|---|---|
| Richter (earthquakes) | 10 | 10Γ more energy |
| Decibels (sound) | 10 | 10Γ more intense |
| pH (acidity) | 10 | 10Γ more acidic/basic |
| Stellar magnitude | 2.512 | 2.5Γ brighter |
A magnitude 7 earthquake isn't slightly worse than magnitude 6 β it releases 31.6 times more energy.
Logarithms in Finance
The Rule of 72 is a logarithm shortcut. To find doubling time: 72 Γ· interest rate. At 8% return: 72 Γ· 8 = 9 years. The exact formula uses ln(2) Γ· ln(1 + rate).
Compound interest growth is exponential; plotting it on a log scale turns the curve into a straight line β making it easier to spot changing growth rates.
Types of Logarithms
- Common log (logββ): Used in science, engineering. "log" on most calculators.
- Natural log (ln, base e β 2.718): Used in calculus, physics, finance. Growth and decay formulas.
- Binary log (logβ): Used in computer science. How many times you can halve a set.
Key Properties
- log(a Γ b) = log(a) + log(b) β multiplication becomes addition
- log(a / b) = log(a) β log(b) β division becomes subtraction
- log(aβΏ) = n Γ log(a) β exponents become multiplication
This is why slide rules worked before calculators β they use log scales to multiply by adding distances.