1.6.23 · D3Oscillations & Waves

Worked examples — Sound intensity — decibels (logarithmic scale)

2,706 words12 min readBack to topic

The scenario matrix

Every decibel problem is one (or a combination) of these case classes. The right-hand column names the example that covers it.

Cell Case class What makes it tricky Covered by
A Intensity → dB (forward) just plug in, watch the exponents Ex 1
B dB → intensity (invert the log) undo ×10, then undo Ex 2
C Ratio only — sources add cancels; intensities add, not dB Ex 3
D Distance / inverse-square ratio comes from Ex 4
E Degenerate: and zero dB, then negative dB Ex 5
F Pressure given, not intensity use because Ex 6
G Word problem: combine distance and counting chain two ratios Ex 7
H Exam twist: "how many quiet sources = one loud one?" solve for a count inside the log Ex 8
I Limiting behaviour: ; what silence "means" Ex 9

Notice the three signs a can take: positive (louder than threshold, the usual case), zero (exactly threshold), and negative (quieter than the reference — real, just below ). Ex 5 and Ex 9 make sure you've seen all three.


Example 1 — Cell A · Intensity → dB


Example 2 — Cell B · dB → intensity


Example 3 — Cell C · Sources add (ratio only)


Example 4 — Cell D · Inverse-square with distance

Figure — Sound intensity — decibels (logarithmic scale)

Example 5 — Cell E · Degenerate inputs ( and )


Example 6 — Cell F · Pressure given (use )


Example 7 — Cell G · Combine distance and counting


Example 8 — Cell H · Exam twist: solve for a count


Example 9 — Cell I · Limiting behaviour ()


Recall Which cell is this? (self-test)

"A speaker reads 90 dB at 4 m; find the level at 12 m." — which case class? ::: Cell D (inverse-square distance), like Ex 4. "Pressure triples; find the dB rise." — which case class? ::: Cell F (use ), like Ex 6. "How many 70 dB violins to reach 80 dB?" — which case class? ::: Cell H (solve for a count), like Ex 8. Can be negative, and what does it mean? ::: Yes — it means , the sound is below the hearing reference (Ex 5). Why do you round the speaker count up in Ex 8? ::: speakers is impossible and would fall short; guarantees you clear the target. What is a "bel", and why do we use decibels? ::: One bel = , a whole factor of ten in intensity — too coarse; a decibel is a tenth of a bel, hence the ×10.