Waveform inversion is a powerful method in seismology used to determine earthquake source parameters and Earth structure by comparing observed seismograms to synthetic waveforms. The goal is to adjust model parameters so that synthetic waveforms generated from a forward model closely match recorded data.
Mathematically:
d(t) = G(m, t) + ε(t)
Where:
- d(t) = observed seismogram
- G(m, t) = synthetic waveform generated from model
m
- ε(t) = noise or residual error
This is a nonlinear inverse problem that requires solving the forward wave equation and iteratively minimizing the misfit between data and model.
The forward model simulates seismic wave propagation through the Earth based on an assumed source and medium. It solves the elastodynamic wave equation:
ρ ∂²u/∂t² = ∇·σ + f
Where:
- u = displacement
- σ = stress tensor
- f = body force (source term)
Numerical methods include: - Finite Difference Time Domain (FDTD) - Spectral Element Methods (SEM) (e.g., SPECFEM3D) - Normal Mode Summation (for long-period waves) - WKBJ Approximation (for layered media)
These methods compute synthetic seismograms from assumed fault and Earth structure models.
The inversion minimizes a misfit function such as:
Φ(m) = ½ Σ || dᵢ − Gᵢ(m) ||²
Useful when the model can be linearized and a good initial guess is available.
Used when the problem is complex, with many local minima.
| Tool | Purpose |
|---|---|
| SPECFEM3D | 3D waveform modeling |
| ISOLA | Moment tensor inversion |
| MTinv | Focal mechanism inversion |
| SES3D | Full-waveform forward modeling |
| ObsPy | Python library for waveform processing |
| PyFK | Frequency-wavenumber synthetic modeling |
These tools support both forward modeling and inversion workflows.
Seismologists fit various features of the waveform: - Amplitude and phase - P- and S-wave arrivals - Surface wave dispersion - Waveform polarity and coda
Matching can be performed in: - Time domain - Frequency domain - Hybrid metrics (e.g., cross-correlation, envelope fitting)
Waveform inversion enables: - Accurate recovery of earthquake source parameters (moment tensor, rupture slip) - High-resolution imaging of Earth’s interior - Quantitative uncertainty estimation
It relies on a combination of: - High-fidelity seismograph data - Physics-based forward models - Numerical optimization and statistical inference