Acoustic Wave Propagation in 2D Space
Introduction
In this article, we explore the fundamental physics and mathematics of acoustic wave propagation. To keep the analysis clear and mathematically tractable, we focus exclusively on the two-dimensional (2D) situation.
Coordinate
We define a 2D coordinate system where:
- The wave propagation direction is along the
axis. - The transverse direction is along the
axis.
We assume there is a planar acoustic wave coming from
Wavenumber
To describe the wave field mathematically, we define the following key physical quantities:
- Free-space wavenumber (
): Defined as , where is the angular frequency of the wave, is the speed of sound in the medium, and is the wavelength. - Transverse wavenumber (
): Represents the spatial frequency of the wave along the transverse -axis. - Longitudinal wavenumber (
): Represents the propagation wavenumber along the -axis.
These wavenumbers are related by the 2D dispersion relation derived from the Helmholtz equation:
The physical interpretation of
- Propagating Waves (
): Here, is a real number. This represents plane waves propagating at an angle relative to the -axis. - Evanescent Waves (
): Here, becomes purely imaginary. To satisfy the physical boundary condition that the field must remain bounded as , we choose the branch . This represents waves that decay exponentially as they propagate away from the plane.
Pressure Field
To describe the acoustic pressure field, we define:
- Time-independent pressure field (
): Represents the spatial distribution of the acoustic pressure field independent of time. - Time-dependent pressure field (
): Represents the full acoustic pressure field that varies with both space and time.
Helmholtz equation
Derivation of Wave Equation from Physical Principles
The wave equation is derived from the fundamental laws of classical mechanics and continuum mechanics. For acoustic wave propagation in a fluid medium (such as air or water), the derivation relies on three basic physical principles:
Newton's Second Law (Conservation of Momentum)
Imagine a tiny cube within a fluid. If the pressure on the left is greater than that on the right, this pressure difference
where
Equation of Continuity (Conservation of Mass)
If fluid particles are flowing out of a region (meaning the divergence of the velocity is positive,
Equation of State (Medium Elasticity)
For small-amplitude acoustic perturbations, the change in pressure
Combining the Equations
By combining these three equations, we can eliminate the density
Substitute Equation of Continuity into Equation of State:
Differentiate this:
Taking the divergence of both sides of Euler's equation of motion:
Substituting this into above:
Finally, we get the wave equation:
In a 2D Cartesian coordinate system
Since no assumptions regarding periodicity or frequency were made during this derivation, the time-domain wave equation is universally valid for any transient waveform, whether it is an impulse, spoken voice, or random noise.
Derivation of Helmholtz Equation
If we assume that the sound field is excited by a single-frequency (simple harmonic) source, then the sound pressure allows for the separation of variables and can be expressed as the product of a spatial term and a temporal term:
Take derivative twice:
Substitute this into wave equation:
Finally, we get the Helmholtz equation:
In a 2D Cartesian coordinate system
By Fourier decomposition and the superposition of linear systems, this single-frequency equation can be extended to complex wave.
Propagation Operator
To propagate an acoustic wave field from the
Frequency Domain
In the frequency domain (or angular spectrum domain), the propagation of the wave field is remarkably simple. Let
The inverse Fourier transform is given by:
Calculate
Besides, we have:
Substitute these into the 2D Helmholtz equation:
By the uniqueness of the Fourier transform (or the property that if the Fourier transform of a function is zero, the function itself must be zero almost everywhere):
For waves propagating in the
where
Matrix Form
In numerical simulations, the continuous coordinate
Let
where:
is the forward FFT matrix that transforms the spatial field into the frequency domain. is a diagonal matrix representing the propagation operator, where the diagonal elements are for each discrete transverse wavenumber . is the inverse FFT matrix that transforms the propagated spectrum back into the spatial domain.
Thus, the overall spatial propagation is represented by the product of the inverse Fourier matrix, the diagonal propagation operator matrix, and the forward Fourier matrix.
Spatial Domain
Alternatively, we can express the propagation directly in the spatial domain. Since multiplication in the frequency domain corresponds to convolution in the spatial domain, we can write:
where
To derive the analytical form of
where
Differentiating both sides with respect to
Therefore, the propagator
Using the derivative identity for Hankel functions,
Substituting this back, we obtain the exact analytical expression for the 2D spatial propagation operator:
This is the 2D equivalent of the Rayleigh-Sommerfeld diffraction formula, which allows us to compute the propagated field directly via spatial convolution.
Basic Propagation
To understand how these propagation operators behave in practice, let us consider a fundamental scenario. Assume that the entire plane at
If a planar wave of amplitude
We can derive the analytical solution for the propagated field
1. Initial Field's Angular Spectrum (Fourier Transform)
First, we compute the spatial Fourier transform (angular spectrum) of the initial field
where the normalized sinc function is defined as
(Note: If we use the non-normalized definition common in physics, this is written as
2. Analytical Expression of the Propagation Process
By multiplying the initial spectrum by the free-space transfer function
3. Analytical Integral Solution for
The propagated field
To gain deeper physical insight, we can divide this integral into two distinct parts:
A. Propagating (Traveling) Wave Part ( )
This part consists of the spatial frequencies that propagate into the far field without attenuation, forming the smooth profile observed at larger distances:
B. Evanescent Wave Part ( )
This part consists of high spatial frequencies that carry fine details of the aperture. These waves decay exponentially as they leave the
4. Far-field Approximation (Fraunhofer Approximation)
If the propagation distance
Substituting the expression for
where
This result explains why, even though the initial field at the slit is a sharp rectangular function, the wave field becomes smooth and spreads out as it propagates. It is physically evolving into a sinc function shape due to the diffraction and interference of the propagating plane wave components.
- Title: Acoustic Wave Propagation in 2D Space
- Author: Fireflies
- Created at : 2026-06-04 21:36:08
- Updated at : 2026-07-08 07:17:24
- Link: https://fireflies3072.github.io/acoustic-propagation/
- License: This work is licensed under CC BY-NC-SA 4.0.