Acoustic Resonance Calculator Formula
Understand the math behind the acoustic resonance calculator. Each variable explained with a worked example.
Formulas Used
Resonant Frequency
resonant_freq = (343 / 2) * sqrt(pow(nx / length, 2) + pow(ny / width, 2) + pow(nz / height, 2))Variables
| Variable | Description | Default |
|---|---|---|
length | Room Length (Lx)(m) | 8 |
width | Room Width (Ly)(m) | 5 |
height | Room Height (Lz)(m) | 3 |
nx | Mode Number nx | 1 |
ny | Mode Number ny | 0 |
nz | Mode Number nz | 0 |
How It Works
Room Acoustic Modes
A rectangular room supports standing waves at specific resonant frequencies determined by its dimensions.
Formula
f(nx,ny,nz) = (c/2) sqrt((nx/Lx)^2 + (ny/Ly)^2 + (nz/Lz)^2)
Axial modes (one non-zero index) are strongest. Tangential (two) and oblique (three) modes are progressively weaker.
Worked Example
Room 8 x 5 x 3 m, first axial mode along length (1,0,0).
length = 8width = 5height = 3nx = 1ny = 0nz = 0
- 01f = (343/2) * sqrt((1/8)^2 + 0 + 0)
- 02f = 171.5 * sqrt(0.015625)
- 03f = 171.5 * 0.125
- 04f = 21.44 Hz
Ready to run the numbers?
Open Acoustic Resonance Calculator