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.