Dispersion¶
Core Idea¶
An initially co-moving bundle separates over time because propagation speed depends on a component-specific property. The separation is deterministic and order-preserving — what started together arrives apart, and the spread encodes each component's parameter rather than mixing them.
How would you explain it like I'm…
Everyone Runs Their Speed
Each at Its Own Speed
Speed-By-Property Sorting
Broad Use¶
- Optics: a prism separates white light because the refractive index is wavelength-dependent.
- Seismology: wave packets spread in dispersive media as phase velocity depends on frequency; inverting recovers earth structure.
- Mass spectrometry: ions launched together separate by mass-to-charge ratio into a sorted output.
- Chromatography: a mixture injected as a bolus separates into bands as compounds elute at affinity-indexed rates.
- Finance: a cohort buying one asset disperses in returns because exit rules differ.
- Demography: a birth cohort disperses in age-at-event because individual hazard rates differ — survival curves are dispersion curves.
- Networking: packets sent together arrive dispersed by size- or route-dependent latency.
Clarity¶
It separates spreading by per-component rate from spreading by gradient (diffusion) and reframes the broadening from noise into a measurement channel: stop trying to stop the spread, and ask what it tells you about the components.
Manages Complexity¶
It compresses a many-component propagation problem to three objects — bundle, per-component rate function, observed spread — so methods replace per-particle simulation.
Abstract Reasoning¶
The output's shape reads the rate function; inverting the dispersion recovers the property distribution; and a non-dispersive medium is engineered by pre-applying the inverse rate function.
Knowledge Transfer¶
- Spectroscopy → demography: wavelength-to-spectrum becomes age-to-hazard, and the same inversion recovers the rate function.
- Wave physics → telecom: dispersion compensation (chirp pre-distortion) becomes packet pacing and timing slack.
- Seismology → economics: inverting surface-wave spread becomes cohort-by-cohort survival analysis recovering an environment's rate function.
Example¶
A prism fans white light into a rainbow because each wavelength refracts through a different angle; given the index function and the exit angles, the source's spectral content — and the elements emitting it — can be reconstructed.
Relationships to Other Abstractions¶
Current abstraction Dispersion Prime
Parents (1) — more general patterns this builds on
-
Dispersion is a kind of Propagation Prime
Dispersion is the property-indexed differentiation of rates within a propagating bundle — a specialization of propagation ('not propagation as such').
Children (2) — more specific cases that build on this
-
Fano factor Domain-specific is a kind of Dispersion
The proposed strict upward parent is
prime:dispersion. -
Qualitative variation Domain-specific is a kind of Dispersion
The proposed strict upward parent is
prime:dispersion.
Hierarchy path (1) — routes to 1 parentless root
- Dispersion → Propagation
Not to Be Confused With¶
- Dispersion is not Diffusion because dispersion spreads by a deterministic per-component rate and preserves order invertibly, whereas diffusion spreads by random kicking and erases order irreversibly.
- Dispersion is not Aliasing and Harmonic Distortion because dispersion separates genuine pre-existing components, whereas aliasing and distortion manufacture frequency content that was not in the input.
- Dispersion is not Dissipation because dispersion redistributes a conserved bundle across the property axis, whereas dissipation is the irreversible loss of usable energy or amplitude.