3.2.13 · D3Exponentials & Logarithms

Worked examples — Logarithmic scale — decibels, Richter, pH

2,546 words12 min readBack to topic

Everything below uses only three master facts from the parent note. Say them once, out loud:


The scenario matrix

Every log-scale problem falls into one of these cells. The last column names the example that defends it.

# Case class What makes it tricky Covered by
A Forward, plain — given quantity, find scale value choosing the right Ex 1
B Backward, plain — given scale value, find quantity inverting the log Ex 2
C Ratio/step — "how many times bigger?" subtract then exponentiate Ex 3
D Adding sources — combining two loudnesses add intensities, never dB Ex 4
E Negative-log scale (pH) — the minus sign sign flips the direction Ex 5
F Fractional scale value — non-integer pH / dB etc. Ex 6
G Degenerate: quantity = reference () Ex 7
H Limiting: quantity → 0 Ex 7
I Real-world word problem — reverse-engineer a factor translate words to Ex 8
J Exam twist — mix two scales / hidden step don't panic at the wrapping Ex 9

We will hit all ten cells in nine examples (Ex 7 covers both G and H — the two edge cases live together on one picture).

Figure — Logarithmic scale — decibels, Richter, pH

The figure above is your map: read the horizontal axis as the raw quantity (multiplying by 10 each big tick) and the vertical axis as the scale value (rising by a constant step). Every example below is a point, an arrow, or a gap on this one picture.


Cell A — Forward, plain


Cell B — Backward, plain


Cell C — Ratio / step


Cell D — Adding sources


Cell E — Negative-log scale (pH)


Cell F — Fractional scale value


Cells G & H — Degenerate and limiting inputs

Both edge cases live on one picture. Look at where the curve crosses zero and where it dives off the bottom.

Figure — Logarithmic scale — decibels, Richter, pH

Cell I — Real-world word problem


Cell J — Exam-style twist (two scales at once)


Recall One-line recipe for any cell

Ask two questions: (1) Do I have the quantity or the scale value? → pick forward or backward . (2) Am I asked for a ratio/change? → use . Then just plug in ( dB, Richter, pH). Every example above is one of these two moves.


Active recall

Redo without the answers, then check:

Ex 1 answer (vacuum, W/m²)
, since .
Ex 3 answer (85 dB vs 61 dB intensity ratio)
times.
Ex 4 answer (three 70-dB drummers)
(add intensities: up).
Ex 5 answer (pH of )
.
Ex 6 answer (concentration at pH 4.5)
(that factor).
Ex 7 answer (, and )
; pH .
Ex 8 answer (quarter the power)
drop of (two halvings).
Ex 9 answers (1000× amplitude; doubled intensity)
exactly; .

Connections

  • Laws of Logarithms — every "split the log" step is the product/quotient rule.
  • Exponential Functions — the that un-logs a scale value (Cells B, F).
  • Change of Base Formula — why base-10 keeps these ratios readable.
  • Orders of Magnitude — "×10 is one step" is the beating heart of every cell.
  • Weber–Fechner Law — why perception itself is a log scale (Cell D's intuition).