Preprint/Working Draft
​
This document is a preprint and working draft intended for community feedback.
It has not been peer-reviewed and has not been formally published.
​
© 2026 - Donald Airey. All rights reserved.
​
This work is intended for submission to a peer-reviewed journal.
Public posting of this draft does not constitute prior publication and does not waive the author’s right to publish a revised version.

A Phenomenological Acceleration Law from Galaxy Dynamics Consistent with Type Ia Supernova Distances

A Kinematic Origin of Gravity and Cosmic Expansion

Abstract

We test whether a single empirically determined acceleration scale can link galaxy dynamics and cosmological distance measurements. A phenomenological acceleration law is calibrated using the baryonic Tully--Fisher relation from the SPARC galaxy sample, yielding a fixed acceleration scale. An analytic, closed-form distance--redshift relation depending on this scale is then evaluated against the Pantheon+SH0ES Type~Ia supernova dataset, with the remaining parameter calibrated on the Cepheid subset and tested on out-of-sample supernovae.
The model yields a substantially lower covariance-weighted $\chi^2$ than a spatially flat $\Lambda$CDM model with Planck 2018 parameters under identical calibration. Information criteria relative to the FLRW model give $\Delta\mathrm{AIC}=1321$ and $\Delta\mathrm{BIC}=1316$, indicating a decisive statistical preference. The distance relation is analytic and differs from the standard FLRW integral form.
These results show that a single acceleration scale inferred from galaxy dynamics can parameterize a closed-form distance--redshift relation that predicts Type~Ia supernova distances significantly more accurately than the FLRW model, without dark matter or dark energy, providing a compact and computationally efficient representation of the observed distance--redshift relation.

Keywords

cosmology: observations -- distance scale -- supernovae: general -- galaxies: kinematics and dynamics

Setup

Environment Cleanup


Typesetting Rules


Introduction

Type~Ia supernovae (SNe~Ia) provide one of the most direct observational probes of the cosmic expansion history through the luminosity distance--redshift relation. Large compilations such as Pantheon+~\cite{Brout2022}, building on earlier compilations~\cite{Scolnic2018}, and constructed using standard light-curve fitting techniques such as SALT2~\cite{Guy2007}, enable high-precision tests of cosmological models using covariance-weighted statistical methods. In the standard framework, Type~Ia supernova observations are interpreted within a parameterized expansion history specified by the Hubble constant and the relative contributions of matter, radiation, and dark energy, with spatial flatness often assumed. These parameters determine the redshift dependence of the expansion rate
H(z)
and, through it, the luminosity distance.
An alternative approach is to consider constrained analytic forms for the distance--redshift relation and to evaluate their performance directly against the data. In this work, we examine a model in which the distance relation is parameterized by a small set of quantities, one of which is an acceleration scale determined independently from galaxy dynamics. This approach enables a direct test of whether a single empirically determined scale can consistently describe both galactic and cosmological observables.
The acceleration scale is obtained from fits to the baryonic Tully--Fisher relation using the SPARC galaxy sample, yielding a fixed value that is not adjusted in the supernova analysis. The remaining parameter is calibrated using the Cepheid subset of the Pantheon+ sample, and the resulting model is evaluated on the out-of-sample supernovae using the full covariance matrix.
The goal of this paper is to assess whether this constrained analytic relation provides a quantitatively consistent description of the observed SNe~Ia distance moduli across redshift under identical calibration conditions. No assumption is made regarding the underlying gravitational or cosmological theory, and the analysis is restricted to the observables considered here.

Phenomenological Acceleration Law

The purpose of this work is to test whether a single empirically determined acceleration scale can link two otherwise distinct observational regimes: circular motion in rotationally supported galaxies and the luminosity distances of Type~Ia supernovae. We define a phenomenological acceleration law for circular orbits, determine the acceleration scale $A$ from the baryonic Tully--Fisher relation, and then hold it fixed in the supernova analysis. No underlying gravitational theory is assumed. This separation is essential: the acceleration scale entering the distance--redshift relation is not fitted to the supernova sample.

Circular Orbits

We consider circular motion in an acceleration field consisting of a Newtonian component and a constant inward term
A
. For a test body in a circular orbit of radius
r
about an enclosed baryonic mass
M
b
(r)
, the radial acceleration is
In[]:=
a
in
[r_]=-A-
GM[r]
2
r
Out[]=
-A-
GM[r]
2
r
The radial acceleration of a circular orbit is:
In[]:=
a
cent
[r_]=-
2
v
r
;
The condition for circular motion then requires that this radial acceleration provide the centripetal acceleration,
In[]:=
a
cent
[r]==
a
in
[r]//Simplify
Out[]=
Ar+
GM[r]
r

2
v
Solving for the enclosed baryonic mass yields
In[]:=
M[v_,r_]=M[r]/.First[Solve[
a
cent
[r]
a
in
[r],M[r]]]
Out[]=
-
r(Ar-
2
v
)
G

Circular - Orbit Solutions

This equation defines a two-parameter family of circular-orbit solutions relating baryonic mass
M
, orbital radius
r
, and orbital speed
v
.
For fixed orbital speed
v
, the mass function
M(r)
is a concave quadratic in
r
. Differentiating gives
dM
dr

2
v
-2Ar
G
.
The mass at a given velocity therefore reaches a maximum at
In[]:=
r
max
[v_]=r/.First[Solve[
∂
r
M[v,r]0,r]]
Out[]=
2
v
2A
Substituting this radius into equation (1) yields the maximum baryonic mass compatible with a circular orbit at speed
v
,
In[]:=
M
max
[v_]=M[v,
r
max
[v]]
Out[]=
4
v
4AG
The surface
M(v,r)
defines a family of circular-orbit solutions, as shown in Figure 1, with the ridge
M
max
(v)
giving the upper envelope of baryonic mass for a given orbital speed. Galaxies dominated by circular rotation are expected to saturate this boundary and follow a characteristic mass--velocity relation.
In[]:=
M
max
[v_]=M[v,
r
max
[v]]
Out[]=
4
v
4AG
In[]:=
params=GUnitConvertQuantity["GravitationalConstant"],
3
"Meters"
"Kilograms"
2
"Seconds"
,AQuantity
1
11
10
,
"Meters"
2
"Seconds"
;​​massSurface[v_,r_]:=ConditionalExpressionUnitConvert[M[v,r],"SolarMass"],QuantityMagnitudeUnitConvert
2
v
-Ar,
2
"Meters"
2
"Seconds"
>0/.params;​​massScale=
1
Quantity[
9
10
,"SolarMass"]
;​​fundamentalPlane=Plot3DUnitConvertmassSurfaceQuantityv,
"Kilometers"
"Seconds"
,Quantity[r,"Kiloparsecs"],"SolarMass"massScale,{v,0,100},{r,0,30},AxesLabel"speed (km
-1
s
​)","radius (kpc)","mass ​
9
10
M
☉
​",PlotRangeAll,PlotStyle->Directive[GrayLevel[0.5]],MeshStyle->Directive[GrayLevel[0.3]],Lighting->"Neutral";​​maximumMassCurve=ParametricPlot3Dv,QuantityMagnitudeUnitConvert
r
max
Quantityv,
"Kilometers"
"Seconds"
,"Kiloparsecs",UnitConvert
M
max
Quantityv,
"Kilometers"
"Seconds"
,"SolarMass"massScale/.params,{v,0,100},PlotStyle->{Directive[Red,Thick]},PlotPoints->100,MaxRecursion->4;​​fundamentalPlaneFigure=Show[{fundamentalPlane,maximumMassCurve},ViewPoint{-2,-3,1},ViewVertical{0,0,1},ImageSize->Large]
Out[]=
Figure 1. The baryonic mass surface
M(v,r)
is shown as a function of orbital speed
v
and orbital radius
r
for an illustrative acceleration scale
A
-11
10
m
-2
s
. The red ridge marks the locus
M
max
(v)
corresponding to the maximum baryonic mass permitted at each orbital speed. Galaxies populating this ridge reproduce the baryonic Tully--Fisher relation.

Baryonic Tully--Fisher Relation

M
max
(v)
defines the scaling
M∝
4
v
, consistent with the observed baryonic Tully--Fisher relation. The normalization of this relation is set by the acceleration scale
A
. A characteristic acceleration scale in galaxy dynamics has previously been emphasized in frameworks such as MOND.
This parameter is determined empirically by fitting the circular-orbit envelope to the SPARC galaxy sample of McGaugh, Lelli and Schombert, using the assumptions
Υ
★
0.5
,
f
gas
1.33
, zero intrinsic mass-to-light uncertainty, and the quality cut
Qual≤3
. These rotationally supported disk systems are well suited to this analysis, as their kinematics closely follow circular-orbit behavior.
For each galaxy the rotation curve provides an asymptotic circular velocity
v
, while the baryonic mass
M
b
is computed as
M
b

Υ
★
L
3.6
+
f
gas
M
HI
. The value of
A
is determined by minimizing the
2
χ
statistic between the theoretical envelope and the observed
(
M
b
,v)
pairs.
In[]:=
tapURL="https://tapvizier.cds.unistra.fr/TAPVizieR/tap/sync";​​adql="SELECT * FROM \"J/AJ/152/157/table1\"";​​raw=Import[URLBuild[tapURL,<|"request"->"doQuery","lang"->"adql","format"->"csv","query"->adql|>],"CSV"];​​header=First[raw];​​rows=Rest[raw];​​upsStar=0.5;​​fracUpsErr=0.0;​​gasFactor=1.33;​​maxQual=3;​​column=AssociationThread[header->Range[Length[header]]];​​get[row_,key_]:=row[[column[key]]];​​baryonicMass[row_]:=Module[{l36=N@get[row,"L3_6"],mhi=N@get[row,"MHI"]},upsStar*l36+gasFactor*mhi];​​massError[row_]:=Module[{l36=N@get[row,"L3_6"],el36=N@get[row,"e_L3_6"],mhi=N@get[row,"MHI"],dist=N@get[row,"Dist"],edist=N@get[row,"e_Dist"],fracDist,eStarPhot,eStarML,eGasDist,eStarDist},fracDist=If[dist>0,edist/dist,0.0];​​eStarPhot=upsStar*el36;​​eStarML=fracUpsErr*upsStar*l36;​​eStarDist=2*fracDist*(upsStar*l36);​​eGasDist=2*fracDist*(gasFactor*mhi);​​Sqrt[eStarPhot^2+eStarML^2+eStarDist^2+eGasDist^2]];​​vflat[row_]:=N@get[row,"Vflat"];​​vflatError[row_]:=N@get[row,"e_Vflat"];​​validRowQ[row_]:=Module[{v=vflat[row],ev=vflatError[row],q=get[row,"Qual"]},NumericQ[v]&&NumericQ[ev]&&v>0&&ev>=0&&q<=maxQual];​​goodRows=Select[rows,validRowQ];​​btfrData=({baryonicMass[#],vflat[#],massError[#],vflatError[#]}&)/@goodRows;
The best-fit acceleration scale is

Distance-Redshift Relation

We consider a phenomenological analytic form for the comoving distance,
The luminosity distance follows as
This analytic form differs from the standard FLRW integral representation and provides an alternative distance-redshift relation for comparison with observations.

Distance Modulus

Type-Ia supernova observations are reported in terms of the distance modulus, which relates the observed luminosity distance to the measured brightness of each supernova,

Kinematic Parameters

We treat the parameters in the analytic distance--redshift relation as kinematic quantities that set the temporal, velocity, and acceleration scales of the model, without assuming an underlying dynamical theory.
A boundary condition is imposed at the observation epoch by requiring that the parameter combination reproduce the locally measured speed of light,
Table 1 - Kinematic parameters determined from BTFR and Cepheid-calibrated Pantheon+ subset.

Type Ia Supernovae

We compare the analytic distance--redshift relation with the Pantheon+SH0ES Type~Ia supernova dataset using covariance-weighted statistics. The resulting Hubble diagram and residuals are shown in Figure 3.
Figure 5. Pantheon+SH0ES distance moduli with PME (red) and spatially flat FLRW (blue) predictions evaluated on the same absolute calibration. Lower panel shows residuals relative to each model.

χ² Comparison

However, the difference is structural, not numeric. In FLRW, the expansion history is governed primarily by free density parameters. In PME, the same large-scale behavior is a direct consequence of the manifold kinematics.

Conclusion

Matter does not generate gravitational acceleration, nor does it deform spacetime. Instead, baryonic structure redistributes an ambient background acceleration scale, concentrating flux and producing spatial gradients. In the local bound regime this redistribution yields an inhomogeneous acceleration component obeying a Gauss-type constraint that reproduces the familiar inverse-square behavior associated with Newtonian gravity. The resulting local acceleration,
arises without invoking forces, potentials, or nonlocal interactions.
Within this framework, momentum is not exchanged through forces acting between distant bodies. Momentum change is the local, observable response of mass to a structured acceleration flux. Newton’s second law is retained operationally but reinterpreted: it describes how matter couples to an existing background acceleration scale rather than how bodies exert forces upon one another. Conservation of momentum follows from conservation of acceleration flux under redistribution, replacing action–reaction pairs with flux balance.
This construction resolves a long-standing conceptual tension in classical gravity. Newton’s laws successfully describe motion but provide no physical account of how gravitational influence is transmitted. Acceleration Flux Theory supplies that missing mechanism while preserving the empirical content of Newtonian dynamics. In doing so it also exposes the limitation of Newton’s first law: inertial motion is not fundamental but an approximation that neglects a universal background acceleration. Objects at rest do not remain at rest; they evolve under a persistent kinematic acceleration scale whose effects appear once acceleration is treated as primary.
Gravity therefore emerges not as a force and not as geometry, but as the organized redistribution of a conserved background acceleration scale. The same kinematic structure that governs cosmic expansion also governs local attraction, unifying gravitational phenomena across scales without additional assumptions or dark sectors. Acceleration Flux Theory thus provides a physically intelligible, local, and deterministic foundation for gravity—one that resolves several longstanding conceptual difficulties, including action at a distance, dynamical spacetime curvature, and the separation between cosmic expansion and local gravitational attraction, while remaining fully compatible with observed dynamics.