Mathwords logoMathwords

Logarithmic Scale — Definition, Formula & Examples

A logarithmic scale is a way of displaying numbers on an axis where each equal step represents multiplication by a fixed factor (often 10) rather than addition of a fixed amount. It compresses large ranges of data so that values from 1 to 1,000,000 can fit on a single readable axis.

A logarithmic scale maps a value xx to the position logb(x)\log_b(x) on an axis, where bb is a chosen base (commonly 10). Equal distances on the axis correspond to equal ratios of the underlying values, making it a multiplicative scale rather than an additive (linear) one.

Key Formula

position=logb(x)\text{position} = \log_b(x)
Where:
  • xx = The data value being plotted (must be positive)
  • bb = The base of the logarithm (commonly 10)

How It Works

On a standard linear axis, the distance from 0 to 50 is the same as from 50 to 100. On a base-10 logarithmic axis, the distance from 1 to 10 is the same as from 10 to 100, and from 100 to 1,000. Each tick mark represents a value 10 times greater than the previous one. To place a number on the axis, you compute its logarithm: the position of 1,000 is log10(1000)=3\log_{10}(1000) = 3, so it sits at the "3" mark. This approach is especially useful when your data spans several orders of magnitude, such as earthquake intensities (Richter scale) or sound levels (decibels).

Worked Example

Problem: Plot the values 10, 100, 1000, and 50,000 on a base-10 logarithmic axis. What position does each value occupy?
Step 1: Apply the common logarithm to each value.
log10(10)=1,log10(100)=2,log10(1000)=3\log_{10}(10) = 1, \quad \log_{10}(100) = 2, \quad \log_{10}(1000) = 3
Step 2: For 50,000, compute its logarithm.
log10(50,000)=log10(5×104)=log105+40.699+4=4.699\log_{10}(50{,}000) = \log_{10}(5 \times 10^4) = \log_{10}5 + 4 \approx 0.699 + 4 = 4.699
Step 3: Place each value at its computed position on the axis: 1, 2, 3, and approximately 4.7. Notice that 50,000 is nearly 5 times farther from 0 than 10, even though it is 5,000 times larger in actual value.
Answer: The positions are 1, 2, 3, and approximately 4.7 on the logarithmic axis.

Why It Matters

Logarithmic scales appear in science courses when you study pH (chemistry), the Richter scale (geology), and decibels (physics). In precalculus and data science, log-scaled graphs help you identify exponential growth or decay — data that curves on a linear plot becomes a straight line on a log plot, making trends far easier to analyze.

Common Mistakes

Mistake: Reading equal spacing on a log axis as equal differences in value.
Correction: Equal spacing means equal ratios, not equal differences. The jump from 10 to 100 (×10) covers the same distance as 100 to 1,000 (×10), even though the numerical gaps are 90 and 900.