Logarithmic Scales
Some quantities in the real world span enormous ranges. An earthquake can be 10 or 10,000,000 times stronger than another. A sound can be barely audible or painfully loud. How do you put all that on one graph?
The answer: logarithmic scales.
Part 1: The Problem with Linear Scales
Let’s plot exponential growth on a normal (linear) graph:
See the problem? The curve shoots up so fast that you can’t see any detail at the beginning. When x = 1, the value is small and gets crushed against the bottom. When x = 10, it explodes off the top. A linear scale just can’t handle this range.
Part 2: Enter the Logarithm
The logarithm is the inverse of exponentiation. If b^y = x, then log_b(x) = y. Plotting the log of your data “compresses” the huge values and “stretches” the small ones:
Compare the two graphs: The exponential curve (above) goes from near-zero to over 1000. The logarithm (here) turns that same range into a gentle curve from 0 to about 10. That’s the power of log scales — they make exponential data manageable.
Part 3: What a Log Scale Does
On a log scale, equal distances represent equal ratios, not equal differences. Going from 1 to 10 is the same distance as going from 10 to 100 or from 100 to 1000.
On this graph:
- x = 1 maps to y = 0
- x = 10 maps to y = 1
- x = 100 maps to y = 2
- x = 1000 maps to y = 3
Each “step” of 1 on the y-axis means the original value got 10 times bigger. That’s the magic of logarithmic scales.
Part 4: The Richter Scale — Earthquakes
The Richter scale measures earthquake magnitude logarithmically. Each whole number increase means 10 times more ground shaking and about 31.6 times more energy released.
Set Quake A to 3 and Quake B to 6. The difference is 3 on the Richter scale, but the actual shaking ratio is 10^3 = 1,000 times stronger! A magnitude 6 earthquake isn’t “twice as bad” as a magnitude 3 — it’s a thousand times worse. That’s why logarithmic scales exist: to make these enormous ratios understandable.
Part 5: Decibels — Sound
Sound intensity is measured in decibels (dB), another logarithmic scale. Each increase of 10 dB means the sound is 10 times more intense:
| Sound | Decibels | Times louder than threshold |
|---|---|---|
| Threshold of hearing | 0 dB | 1x |
| Whisper | 20 dB | 100x |
| Normal conversation | 60 dB | 1,000,000x |
| Rock concert | 110 dB | 100,000,000,000x |
Set the slider to 60 dB (conversation). The actual intensity is 10^6 = 1,000,000 times the hearing threshold. Now set it to 120 dB (pain threshold): 10^12 = 1,000,000,000,000 times! Without a log scale, you’d need a graph stretching to the Moon to show both.
Part 6: When to Use Log Scales
Log scales are the right choice when:
- Data spans many orders of magnitude (factors of 10)
- You care about ratios, not absolute differences
- Exponential data needs to look linear (on a log scale, exponential growth becomes a straight line!)
On a log scale, exponential growth becomes a straight line! The slope tells you the growth rate, and the intercept tells you the starting value. This is why scientists love log plots for analyzing growth data.
Challenge:
- A magnitude 4 earthquake hits, then a magnitude 7. How many times stronger is the shaking? (Answer: 10^3 = 1000x)
- If a sound goes from 50 dB to 80 dB, how many times more intense is it? (Answer: 10^3 = 1000x)
- On a log scale graph, two exponential curves appear as parallel lines. What does that tell you about their growth rates?
Wrapping Up
| Concept | Key Idea |
|---|---|
| Linear scale | Equal distances = equal differences |
| Log scale | Equal distances = equal ratios |
| Richter scale | +1 magnitude = 10x shaking |
| Decibels | +10 dB = 10x sound intensity |
| Exponential on log scale | Becomes a straight line |
Logarithmic scales are everywhere in science, engineering, and daily life. Once you understand that they compress enormous ranges into something readable, you’ll start noticing them on graphs, charts, and measurement systems all around you.