Sound Intensity Calculator Formula
Understand the math behind the sound intensity calculator. Each variable explained with a worked example.
Formulas Used
Sound Intensity
intensity = power / areaIntensity Level
intensity_db = 10 * log10(power / area / 1e-12)Variables
| Variable | Description | Default |
|---|---|---|
power | Sound Power(W) | 0.01 |
area | Area(m²) | 12.566 |
How It Works
Sound Intensity
Sound intensity is the power carried by a sound wave per unit area perpendicular to the propagation direction.
Formula
I = P / A
For a point source radiating uniformly, A = 4*pi*r². The intensity level in decibels is L = 10 * log10(I / I_0) where I_0 = 10^-12 W/m² is the threshold of hearing.
Worked Example
A speaker emitting 0.01 W of sound power, measured at 1 m (sphere area = 4*pi*1² = 12.566 m²).
power = 0.01area = 12.566
- 01I = P / A
- 02I = 0.01 / 12.566
- 03I = 7.958 x 10^-4 W/m²
- 04L = 10 * log10(7.958e-4 / 1e-12)
- 05L = 10 * log10(7.958e8)
- 06L = 89.0 dB
Ready to run the numbers?
Open Sound Intensity Calculator