Decibel Calculator Formula
Understand the math behind the decibel calculator. Each variable explained with a worked example.
Formulas Used
Sound Level
decibels = 10 * log10(intensity / 1e-12)Variables
| Variable | Description | Default |
|---|---|---|
intensity | Sound Intensity(W/m²) | 0.001 |
How It Works
Decibel Scale
The decibel scale expresses sound intensity on a logarithmic scale relative to a reference intensity.
Formula
dB = 10 * log10(I / I_0)
where I_0 = 10^-12 W/m². Every 10 dB increase represents a tenfold increase in intensity. A 3 dB increase doubles the intensity.
Worked Example
A sound with intensity 0.001 W/m².
intensity = 0.001
- 01dB = 10 * log10(I / I_0)
- 02dB = 10 * log10(0.001 / 1e-12)
- 03dB = 10 * log10(1e9)
- 04dB = 10 * 9 = 90 dB
Ready to run the numbers?
Open Decibel Calculator