Math stories
Logarithms Made Intuitive: Why We Measure Earthquakes and Sound This Way
8 min read · Updated September 26, 2026 · by the SolveCalcPro editorial team

- A logarithm answers: what power gives this number?
- Log scales squeeze huge ranges into small numbers.
- On a log scale, equal steps mean equal multiplications.
- Logs turn exponent problems into ordinary algebra.
Logarithms have a reputation for being confusing, but the core idea is straightforward: a logarithm counts how many times you multiply. log₁₀(1,000) = 3 because you multiply 10 by itself three times to reach 1,000. That is all.
Counting multiplications
log₂(1,024) = 10 because 2¹⁰ = 1,024. log₁₀(1,000,000) = 6. And ln, the natural logarithm, uses the number e ≈ 2.718 as its base: ln(e) = 1. Try any base in the logarithm calculator.
Why scientists love log scales
Some quantities span an enormous range. A log scale compresses them so that each step means “ten times more”.
| Scale | What one step means |
|---|---|
| pH | Each pH unit is a ten-fold change in hydrogen-ion concentration |
| Decibels | An increase of 10 dB means ten times the sound power |
| Earthquake magnitude | Each whole number means about ten times the ground-motion amplitude, and about 32 times the energy |
Logs turn multiplying into adding
log(a × b) = log a + log b. That is why slide rules (sliding scales marked in logs) once let engineers multiply by adding lengths. Today, the same rule lets us work with tiny probabilities and huge numbers without overflow.
Solving for an exponent
How many times do you double 1 to reach 50? Solve 2ˣ = 50. Take logs of both sides: x = log(50) ÷ log(2) ≈ 5.64. Doubling time for money follows the same idea: at 7% growth, it is ln 2 ÷ ln 1.07 ≈ 10.24 years, the exact version of the Rule of 72. See how compound interest works.
Logs and computers
To label 1,000,000 items with binary codes, you need log₂(1,000,000) ≈ 19.93, so 20 bits. The number of steps to find something with binary search grows as log₂ n, which is why it is so fast.
The natural logarithm
The number e appears whenever growth is continuous, in interest compounded constantly, radioactive decay and population models. The natural log is the inverse of eˣ. Both keys are on the scientific calculator: ln and, with Shift, eˣ.
Frequently asked questions
What is a logarithm?
The exponent you must raise the base to in order to get a number: log_b(x) = y means b^y = x.
What is the difference between log and ln?
log usually means base 10; ln means base e.
Why can’t I take the log of a negative number?
No real power of a positive base gives a negative number.
Where do logs show up in everyday life?
pH, sound levels, earthquake magnitudes, interest and computer science.
Try the tools
Learn the method
Keep reading
Written and reviewed by the SolveCalcPro editorial team. Found an error? Tell us. See our editorial policy.