1. Deep Review of the Current Page
Goal and audience
Goal: public-facing scientific web page with technical depth.
Target audience: scientifically literate readers, graduate students, physicists, astronomers, and technical reviewers.
The current page argues that BeeTheory starts from a single wave-field postulate, validates a Yukawa-like interaction form at molecular scale, scales that interaction to galactic geometry, and then predicts galaxy rotation velocities for 159 SPARC galaxies without per-galaxy dark-matter halo fitting. The embedded data array does contain 159 galaxy entries, and the headline statistics are internally consistent: 128/159 galaxies within ±20%, median absolute error 10.4%, four galaxies above 50% error, and log–log Pearson correlation ≈ 0.9655.
Externally, SPARC is indeed a major benchmark database: it contains 175 late-type galaxies with Spitzer 3.6 μm photometry and high-quality H I/Hα rotation curves, designed for testing galaxy mass models.
What the page does well
1. It presents a clear causal structure
The strongest part of the page is the feed-forward chain:
ρ
bar
→ρ
dark
→M
dark
(50%)=4,
median(∣ϵ∣)=10.4%,
r
logV
≈0.9655.
So the chart’s central numerical claims are internally reproducible from the data included in the page.
What needs correction or tightening
Issue 1 — “Blind prediction” is too strong as currently written
The page says the model is blind, but it also states that two gas-geometry parameters,
w
c
=0.678,f
f
=6.09,
were fitted on the full 159-galaxy sample. That means the result is not fully blind in the strict statistical sense. It is better described as:
A globally calibrated, zero-per-galaxy-parameter prediction.
That is still scientifically meaningful, but it is weaker than a true blind prediction. A stricter test would freeze all global parameters on a training subset and evaluate on a held-out subset, or better, on an external catalogue.
Issue 2 — The origin of K
0
is inconsistent
One section says:
K
0
=0.3759,c
disk
=3.17,c
sph
=0.41
are frozen from Milky Way calibration. Another table says K
0
was determined from a SPARC 20-galaxy Q=1 fit.
That must be corrected. There are three possible clean versions:
Milky Way-only calibration: all three constants come from the Milky Way.
Hybrid calibration: c
disk
and c
sph
come from the Milky Way, while K
0
comes from a SPARC quality subset.
SPARC calibration: all constants are fitted on a SPARC subset.
The page should state exactly which one is true.
Issue 3 — The molecular-to-galactic scaling is a hypothesis, not a derivation yet
The page claims that the hydrogen molecular result fixes the functional form:
D
2
(1+αD)e
−αD
.
Then it replaces the microscopic scale a
0
with a galactic coherence scale:
ℓ
i
=c
i
R
i
.
That is the conceptual bridge of the model. But as written, the page does not yet prove this bridge from first principles. It introduces a scale-transition rule. That rule may be useful, but it should be described as a scaling hypothesis or renormalized coherence ansatz, unless a full derivation is supplied.
A stronger wording would be:
BeeTheory assumes that the same kernel form survives coarse-graining, while its coherence length renormalizes from the microscopic orbital scale to the macroscopic source-geometry scale.
Issue 4 — The H₂ validation needs a stronger standard
The page says that with fitted constants, the H₂ bond length, dissociation energy, and vibrational frequency are reproduced very accurately.
That is interesting, but it is not yet enough to claim a fundamental derivation unless the page shows:
κ, α
eff
are independently determined, not simply fitted to molecular observables. H₂ spectroscopic constants are very well measured, and any alternative molecular model must be benchmarked against quantum chemistry, not only against three numbers. NIST provides experimental molecular data for H₂, including spectroscopic constants used as benchmarks.
Issue 5 — The disk gravity approximation must be clarified
The page writes:
V
bar
(R)=
R
GM
bar
(50% error 4/159 4/159
Median absolute error 10.4% 10.4%
Pearson r, log–log 0.966 ≈0.9655
The four >50% outliers in the embedded data are:
Galaxy V
f
obs. V
BT
pred. Error
KK98-251 17.0 31.1 +82.9%
DDO064 26.0 44.2 +70.1%
ESO444-G084 27.0 44.8 +66.0%
NGC3741 51.0 77.4 +51.7%
These are all verifiable from the supplied page.
Not yet verifiable from the page alone
The page claims that the Q=1 subsample gives 36/40 within ±20%, but the embedded JavaScript array does not include Q flags. That claim requires either the SPARC quality labels or a separate data table.
Tier 1 — Reproducibility package
A serious verification should provide a repository with:
/data
sparc_raw/
sparc_processed/
milky_way_calibration/
/src
kernel.py
geometry.py
gas_model.py
velocity_prediction.py
statistics.py
/notebooks
00_data_manifest.ipynb
01_milky_way_calibration.ipynb
02_sparc_predictions.ipynb
03_residual_analysis.ipynb
/results
predictions_159.csv
residuals.csv
figures/
The repository should include:
exact SPARC files used;
explanation of why 159 galaxies were selected from the 175-galaxy SPARC catalogue;
all constants and their provenance;
units for every variable;
code that regenerates the table and plot;
a hash of the frozen input data;
a single command such as:
python reproduce.py —config configs/beetheory_v3.yaml
Tier 2 — Non-circularity audit
The model should be represented as a dependency graph.
Allowed dependencies:
R
d
, Σ(R), M
HI
, T, D
galaxy
, i→ρ
bar
→ρ
dark
→V
BT
.
Forbidden dependency:
V
f
obs
→ρ
dark
orV
f
obs
→K
i
per galaxy.
Audit rule
During prediction generation, the code should not load the observed flat velocity column. The observed velocity file should be joined only after the prediction file is written.
A clean pipeline would be:
Step A: input photometry/gas/morphology only
Step B: compute BeeTheory prediction
Step C: write predictions_159.csv
Step D: load observed velocities
Step E: compute residuals
This would make the feed-forward claim objectively testable.
Tier 3 — Statistical validation
3.1 Train/test split
Because w
c
and f
f
are fitted on the 159-galaxy sample, the current result is not fully blind. The minimum next test is:
Split the 159 galaxies into 80% training and 20% test.
Fit w
c
and f
f
only on training.
Freeze them.
Predict the test set.
Repeat with 100 random splits.
Report:
median(∣ϵ
test
∣),
RMS(ΔlogV
test
),
P(∣ϵ∣<20%).
3.2 K-fold cross-validation
Use 5-fold or 10-fold cross-validation. The output should be a distribution, not a single number.
Example acceptance criterion:
median
folds
(∣ϵ∣)≤12%,
P(∣ϵ∣<20%)≥75%,
with no strong residual trend versus gas fraction, surface brightness, inclination, distance, or Hubble type.
3.3 External validation
The strongest validation would use galaxies not involved in any parameter choice. BIG-SPARC is relevant here because it is being developed as a much larger, more homogeneous database, expected to increase the SPARC-scale sample by more than a factor of 20.
A strong test would be:
Calibrate on SPARC→predict BIG-SPARC subset→compare to baselines.
Tier 4 — Baseline comparison
BeeTheory should not be judged only by “within 20%.” It should be compared against:
Simple BTFR predictor
M
bar
=AV
f
β
.
RAR/MOND-like predictor
The RAR is a known tight empirical relation between observed acceleration and baryonic acceleration in rotationally supported galaxies.
NFW or Einasto halo models with priors
Empirical baryon-only scaling models
SPARC Newtonian baryonic rotation components
The key question is not only:
Does BeeTheory work?
The key question is:
Does BeeTheory work better, with fewer assumptions, on data not used for calibration?
Tier 5 — Physics consistency checks
Molecular scale
The H₂ section must demonstrate whether κ and α
eff
are independently predicted or fitted. A fair test would compare BeeTheory against the H₂ potential-energy curve over many bond lengths, not only three observables.
Galactic scale
The model should predict full rotation curves:
V(R
j
)
at every measured SPARC radius, not only V
f
or V(5R
d
).
Milky Way
The model should be tested against Gaia DR3-based Milky Way rotation data. Recent Gaia DR3 studies compare ΛCDM, MOND, and relativistic approaches and find non-baryonic or non-Newtonian contributions becoming important beyond roughly 10–15 kpc; another Gaia DR3-based study reports a significant decline in the Milky Way rotation curve beyond approximately 15 kpc.
Lensing and clusters
Any gravity model that replaces or geometrizes dark matter must eventually address:
gravitational lensing;
galaxy clusters;
Bullet Cluster-like systems;
cosmic microwave background constraints;
structure formation.
The current page is about galaxy rotation curves only. That should be stated clearly.
3. Rewritten Page in English
SEO package
SEO title:
BeeTheory and Galaxy Rotation: What It Means
Meta description:
BeeTheory predicts galaxy rotation from baryonic matter using a wave-based gravity kernel. Here is what the result means and how to verify it.
Slug:
/beetheory-galaxy-rotation-meaning
Primary keyword:
BeeTheory galaxy rotation
Secondary keywords:
wave-based gravity, SPARC galaxies, dark matter alternative, baryonic Tully-Fisher relation, rotation curves, gravitational kernel
BeeTheory and Galaxy Rotation: What It Means
TL;DR
BeeTheory proposes that matter generates a wave-based gravitational field whose effective influence depends on source geometry. In the current galaxy test, the model uses observed baryonic matter — stars, gas, bulges, disks, and spiral structure — to compute an additional dark-like density field. It then predicts circular velocities for 159 SPARC galaxies without fitting a separate dark-matter halo for each galaxy.
The embedded result is notable: 128 out of 159 galaxies fall within ±20% of the observed flat rotation velocity, with a median absolute error of 10.4%. But the claim should be stated carefully. Because two gas-geometry parameters are calibrated on the same 159-galaxy sample, the result is not yet a fully blind external prediction. The next step is independent verification: freeze the parameters, reproduce the pipeline, and test the model on held-out or new galaxies.
1. The central idea
BeeTheory begins from a simple physical intuition:
Matter does not merely sit in space and attract other matter through a static law. It emits or sustains a wave-like field, and the accumulated structure of that field contributes to gravitational behavior.
In the page’s formulation, each mass element contributes a kernel of the form:
K(D)=
D
2
(1+αD)e
−αD
,
where:
D is the distance between source and field point;
α=1/ℓ;
ℓ is an effective coherence length.
At microscopic scale, the page connects this form to the hydrogen 1s orbital and the H₂ molecule. At galactic scale, the same kernel form is used, but the coherence length is no longer atomic. It is tied to the size and geometry of the source:
ℓ
i
=c
i
R
i
.
This is the key BeeTheory bridge: the same wave-kernel shape is preserved, while its effective scale changes with the organized geometry of matter.
2. What is being predicted?
The target is the circular velocity of disk galaxies.
In ordinary Newtonian modeling, visible matter alone often predicts a rotation curve that declines too rapidly. Observed galaxy rotation curves usually remain flatter than expected. This is one of the classic motivations for dark matter.
BeeTheory approaches the problem differently. Instead of adding a fitted dark-matter halo, it computes a dark-like density field from the observed baryonic distribution:
ρ
dark
(r)=
i
∑
R
i
K
0
∫ρ
i
(r
′
)
D
2
(1+α
i
D)e
−α
i
D
dV
i
′
,
with:
D=∣r−r
′
∣.
The index i runs over galactic components such as:
thin stellar disk;
thick stellar disk;
gas disk or ring;
bulge;
spiral-arm excess.
The circular velocity is then computed from the baryonic and BeeTheory dark-like contributions:
V
c
(R)=
V
bar
2
(R)+
R
GM
dark
(50% groups directly.
Add alt text for the scatter plot: “Log–log scatter plot comparing BeeTheory predicted galaxy velocity with observed SPARC flat velocity.”
Keep equations optional on mobile: provide a plain-language explanation immediately after each equation.
Use “globally calibrated prediction” instead of “blind prediction” unless the test is performed on a held-out dataset.
FAQ
Does BeeTheory prove that dark matter does not exist?
No. The current result is a galaxy-rotation test. It suggests that BeeTheory may reproduce many galaxy velocities without per-galaxy dark halos, but it does not yet address all evidence normally attributed to dark matter, such as gravitational lensing, clusters, and cosmology.
Is the current 159-galaxy result blind?
Not strictly. The page states that two gas-geometry parameters were fitted on the same 159-galaxy sample. The result is better described as a globally calibrated prediction with zero per-galaxy halo parameters.
Why is SPARC important?
SPARC provides high-quality photometry and rotation curves for nearby disk galaxies, making it a standard benchmark for testing mass models and alternatives to dark matter.
What is the strongest next test?
Freeze every parameter, hide the observed velocities, predict a held-out galaxy sample, and publish the full code and residuals.
What would make BeeTheory convincing?
Independent reproduction, strong held-out performance, full rotation-curve prediction, successful lensing predictions, and consistency with Milky Way, cluster, and cosmological constraints.
Further reading
Lelli, McGaugh & Schombert — SPARC mass models for 175 disk galaxies.
SPARC public database.
McGaugh, Lelli & Schombert — radial acceleration relation.
Lelli et al. — baryonic Tully-Fisher relation using SPARC.
Beordo, Crosta & Lattanzi — Gaia DR3 Milky Way rotation-curve comparison.
Haubner et al. — BIG-SPARC, the next larger database.