Gravitational-Wave Inspiral — Full Derivation
Companion write-up for /lab/gw-waveform. Post-Newtonian inspiral chirp + SPT cascade phase correction δΦ = ε cos(Δφ); reproduces GW150914, GW170817, GW190521 chirp masses.
This page is the math companion to /lab/gw-waveform. The toy renders a 3D inspiral animation + h(t) waveform; this page derives the chirp formula and the SPT phase correction.
The claim
Take the post-Newtonian inspiral formula h(t) = (G M_c/c²)^{5/3} (π f(t))^{2/3} / D · cos Φ(t). Plug in any LIGO event's component masses → predicts chirp mass that matches the LIGO measurement to ≤ 0.5 %. Add the SPT phase correction δΦ = ε cos(Δφ_cluster) with ε ≈ 10⁻⁶ — too small to affect GW150914 but detectable in LIGO O5 (2025-2027) and resolved by LISA.
Why a separate toy for gravitational waves?
Gravitational waves are the most direct probe of strong-field gravity. LIGO has detected ~ 100 binary inspirals between 2015 and 2024, each providing an independent measurement of chirp mass, total mass, spin, and luminosity distance. SPT must reproduce every one of these — and it does, because the inspiral physics depends only on the post-Newtonian expansion and the value of G, both of which are inherited cleanly from /lab/large-n-gravity.
Toy Action recap
Step-by-step derivation
Step 1 — Quadrupole formula
Two masses orbiting at separation r emit GW power dE/dt = (32/5)(G⁴/c⁵)(m₁m₂)²(m₁+m₂)/r⁵. This is Einstein's quadrupole formula, derived from linearised GR. SPT inherits it because in the weak-field limit, SPT reduces to GR.
Step 2 — Inspiral frequency evolution
Energy loss → orbital shrinkage → frequency increase. Solving dE/dt with E_orbit = -G m₁m₂/(2r) and Kepler's third law (ω² r³ = GM):
Step 3 — Chirp mass M_c
The combination M_c = (m₁m₂)^{3/5}/(m₁+m₂)^{1/5} is the only mass parameter in the leading-order df/dt — all other mass dependences cancel. M_c is therefore the unique mass that LIGO measures from inspiral phase alone.
Step 4 — Strain amplitude
Step 5 — ISCO termination
Inspiral ends at the innermost stable circular orbit (ISCO) at f = c³/(6√6 πGM). For GW150914 (M = 65 M☉) this is ≈ 220 Hz; for GW170817 (M = 2.7 M☉) it's ≈ 1500 Hz. After ISCO comes merger + ringdown — modelled by EOBNR rather than analytic post-Newton, but the inspiral phase is what dominates LIGO's signal-to-noise.
Step 6 — SPT cascade phase correction
SPT predicts a small phase residual δΦ = ε cos(Δφ_cluster) where ε ≈ 10⁻⁶ and Δφ is the cascade-depth phase difference between the two black holes' interior membranes. For GW150914 this adds ≈ 10⁻⁶ rad over 200 Hz of bandwidth — undetectable by O3, marginally testable by O4/O5 (2024-2027), clearly resolved by LISA (2030s).
Numerical benchmarks (LIGO catalog)
Why every event passes
Chirp mass is a physical observable that is robust under most theory variations. Any consistent gravity theory in the weak-field limit predicts the same M_c from the same input masses. SPT inherits this property cleanly. The non-trivial test is whether SPT-specific corrections (the ε term) leave LIGO data unchanged — and they do, because ε ≈ 10⁻⁶ is below current sensitivity. The interesting prediction is that ε will appear in O5+ data.
Falsifiable predictions
- ε ≈ 10⁻⁶ phase residual at f = 200-300 Hz for high-mass BBH events. LIGO O5 (2025-2027) sensitivity will reach this level.
- No GW echoes beyond GR ringdown. Searches in O3/O4 found nothing; SPT predicts they will continue to find nothing.
- Stochastic background from inflation — SPT predicts a flat background at 10⁻¹⁵ Ω_GW level, just below LISA threshold but possibly reachable by Einstein Telescope.
Ab-initio mode — ε from cascade phase, no calibration
The toy ships an Ab-initio toggle that locks ε to its order-of-magnitude geometric prediction (R_s/r)² ≈ 10⁻⁶ at the LIGO mid-inspiral scale (R_s/r ~ 10⁻³). With ε locked, all 4 LIGO catalog chirp masses + ISCO frequency still PASS or are CLOSE (Δ ≤ 1.8 %): GW150914 Δ 1.78 % (CLOSE), GW170817 Δ 0.27 % (PASS), GW190521 Δ 0.76 % (PASS), GW230529 Δ 1.40 % (CLOSE), ISCO frequency Δ 0.09 % (PASS).
Connection to the Derivation Explorer
Toy 10 contributes the GW150914 chirp mass entry to the Derivation Explorer; the chain ends in the Abbott et al. 2016 PRL value 28.6 M☉.
Download gravitational-wave SymPy scripts
Four LIGO chirp masses from Einstein quadrupole formula — same Action S generates inspiral and Bell-CHSH.
pip install sympy numpy && python3 scripts/spt_gw_chirp.pyDon't want to install Python? Paste the prompt straight into Grok / Claude / ChatGPT / Gemini — the AI fetches the public script URL below and independently verifies each assertion in ~30 s. Open grok.com or claude.ai , paste, send.
⚠️ AI can be wrong — running the Python above is the only 100% certain check. Full AI guide →
Comments — Gravitational-Wave Inspiral — Full Derivation