Why Scale with Logarithms?
In many real-world contexts , populations, earthquake magnitudes, sound intensity, financial data , numbers span enormous ranges. Plotting a dataset where values range from 1 to 1,000,000 on a linear scale compresses all the small values into an indistinguishable cluster near the origin.
Logarithms solve this problem by converting multiplicative scales into additive ones. Instead of working with the raw numbers, we work with their exponents.
Logarithm: The logarithm of a number to base is the exponent to which must be raised to produce . Written formally:
This single idea has a powerful consequence for large numbers:
| Original Value | Value |
|---|---|
| 1 | 0 |
| 1,000 | 3 |
| 1,000,000 | 6 |
| 0.001 | −3 |
The values in the table span nine orders of magnitude (from to ), yet the log scale compresses them into a range of just 9 units. If we consider only the positive values 1 to 1,000,000 (six orders of magnitude), those are compressed into a range of just 6 units. That's the power of logarithmic scaling.
Think of the Richter scale for earthquakes. An earthquake of magnitude 7 isn't slightly stronger than magnitude 6 , it's 10 times more intense. The log scale converts that multiplicative jump into a neat additive step of 1.
Key Logarithm Properties
Before applying logarithms to data, you need to be fluent with their algebraic properties. These rules are the engine behind every linearisation technique.
For any valid base (where , ):
- since
- since
- , Product Rule
- , Quotient Rule
- , Power Rule
- , Change of Base Formula
The power rule is the most important for linearisation. When you take of both sides of , it turns the exponent into a coefficient , that's what creates the straight line on a log-log graph.
. The product rule applies to multiplication inside the log, not addition. This is one of the most common algebraic errors students make.