Galactic Rotation Curves Solver

Pick a spiral galaxy. The solver finds the configuration of the MFT contraction field that the galaxy's baryons induce, computes the resulting halo, and fits the rotation curve. The gravitational coupling β ≈ 10⁻⁴ used here is the same value that gives neutrino masses to 6% in the particle sector and passes the Cassini Solar-System bound — three independent measurements of one parameter, agreeing to 1.6% across 16 orders of magnitude in length scale.

Two fit parameters per galaxy: Υ* (the standard stellar mass-to-light ratio) and ρ_scale (halo amplitude). Halo profile shape is derived, not fitted.

Loading Pyodide and Python solver…

About this calculation

In the Standard Model + General Relativity, galactic rotation curves require dark matter — an invisible particle species that's never been detected directly, with halo profiles fitted empirically (NFW, Burkert, Einasto). The three-parameter NFW profile is the standard, but its shape is not derived from any underlying microphysics.

MFT replaces dark matter with a configuration of the same elastic medium that constitutes ordinary space. Concentrations of baryonic matter drive the contraction field δ(r) deep into the nonlinear vacuum of the same silver-ratio sextic potential that produces the charged-lepton mass hierarchy in the particle sector. The energy stored in this contracted field gravitates, producing dark-matter-like halos. No new particle is introduced. No modification of gravity is required. The halo profile shape is derived from particle microphysics, not fitted.

The headline: one coupling across 16 orders of magnitude

The dimensionless gravitational coupling β ≈ 10⁻⁴ is the same value that:

These are three independent measurements of the same physical parameter across roughly 16 orders of magnitude in length scale, agreeing to within 1.6% on the value of β. This is the strongest empirical evidence for MFT's monistic claim that the same medium underlies particle physics and gravity.

What this solver does

For one chosen galaxy, the solver:

  1. Builds the baryonic mass model from literature (Hernquist bulge, exponential disk, gas disk, central black hole — parameters from standard rotation-curve papers).
  2. Solves the nonlinear contraction-field BVP on r ∈ [0.1, 80] kpc: ∇²δ + (2/r) dδ/dr = (1/κ)[m²_g δ + λ_4_g δ³ + λ_6_g δ⁵ + β ρ_baryon(r)]. The gravitational sextic coefficients (m²_g, λ_4_g, λ_6_g) come from the master-to-gravitational mapping in P5; the silver-ratio condition λ_4_g² = 8 m²_g λ_6_g propagates exactly.
  3. Computes the halo energy density from the solved field: ρ_MFT = ½ κ (dδ/dr)² + V_g(δ), and integrates to get M_MFT(r).
  4. Fits two free parameters per galaxy: Υ* (stellar mass-to-light ratio, standard for any halo model) and ρ_scale (overall halo amplitude, the only galaxy-specific number).
  5. Returns the rotation curve v(r) = √[G·M_total(r)/r] and the residuals (Δv/σ) shown above.

Six-galaxy fit quality

The published P5 paper applies this same calculation to six spiral galaxies spanning a factor of ~50 in baryonic mass:

Comparison: NFW uses three free parameters per galaxy. MOND uses one (per galaxy) plus a universal acceleration scale a₀. MFT uses two per galaxy (Υ*, ρ_scale) plus a universal coupling β that's also measured in two non-galactic regimes. The halo profile shape is fully determined by β and the potential — only the amplitude varies per galaxy.

The silver-ratio link to particle physics

The same potential parameters that set the lepton mass hierarchy (m_e, m_μ, m_τ from the Q-Ball solver) also set the galactic halo profile shape. The connection is the silver ratio δ = 1+√2:

Particle masses and galactic halo profiles are therefore two measurements of the same potential geometry, related by δ = 1+√2.

Honest scope and limitations

Three points the published P5 paper makes explicitly:

Sources

The galactic-rotation calculation cross-references several scripts and papers:

Full physics is in P5 of the corpus (Galactic Rotation Curves from the Silver Ratio) with cross-references to P0 (gravitational field equations), P8 (microphysics, β from neutrino masses), and P13 (compact objects, β from Cassini). Corpus DOI: 10.5281/zenodo.19343255. See Gravity for the broader MFT context.