This README.md
covers the essential details and results derived from the article "Empirical Velocity Profiles for Galactic Rotation Curves", published in MNRAS, and includes the relevant mathematical formulations. You can integrate this into your Git repository's documentation for clarity and completeness.
E. López Fune
This repository contains the code and datasets used for the study of a unified parametrization of circular velocity, which fits 850 galaxy rotation curves. The goal is to estimate total galactic mass and explain dark matter halo contributions without relying on prior knowledge of luminous matter components or fixed dark matter models. A key result is the ability to describe a galaxy's structure by transitioning from flat rotation curves to Keplerian fall-off based on Newtonian gravity.
- Empirical formulae for fitting galactic rotation curves.
- Methods for computing dark matter densities and estimating total galaxy mass.
- Comprehensive datasets and results of fitting 850 galaxy rotation curves.
The dynamics of galaxy rotation curves are governed by the equation:
where:
-
$V(r)$ is the total circular velocity at distance$r$ , as derived from the galactic rotation curve -
$a_h(r)$ ,$a_s(r)$ , and$a_g(r)$ are radial accelerations due to dark matter halo, stellar disk, and gaseous disk respectively.
Assuming a spherical dark matter halo, the local dark matter density is computed as:
Where:
-
$V_s(r)$ and$V_g(r)$ are the circular velocity contributions from stellar and gaseous components.
After some finite lengh-scales, characteristics of the stellar and gaseous disks, the stellar and gaseous contributions to the local dark matter density vanish, so this local density can be estimated directly from the experimental rotation curve and not depending on any photometric measurements to account for the baryonic component. The drawback is that we need an analytical expression for
To fit galaxy rotation curves, the following empirical velocity profile was introduced:
Where:
-
$V_0$ is the asymptotic circular velocity, -
$r_c$ is a radial scale, -
$d$ and$n$ are dimensionless fitting parameters.
But how did this formula come to my mind? Well, I will provide the full explanation of how I derived it, which was not included in the original article nor in my Ph.D. thesis.
It all comes to this article, when observing the experimental rotation curve of the galaxy M33. To use the local dark matter density framework, I needed an analytical formula for the experimental points, which I proposed a very simple algebraic fraction that at large distances, produces a completely flat curve:
where:
-
$V_0$ is the asymptotic circular velocity, -
$r_c$ is a radial scale, -
$d$ is a dimensionless fitting parameter.
I was interested in the centrifugal acceleration
from where one can recognize the Navarro-Frenk-White (NFW) density profile shape functions
The expression for
If instead of using the NFW density profile, I use the Burkert one
I ran some tests using 850 experimental rotation curves, but when writing the code in Wolfram Mathematica, I forgot to write the 1+ in the fraction inside the sum in the last term of the above formula, which coincide with the initial one presented at the beginning of the section. Long story short, I relized about that and I did again the tests with both formulas, but to my surprised the one without the 1+ gave better results, so the final empirical formula used was :
The gravitational potential that induces the circular velocity
where
This is obviously not observed in any the daily experience, so this gravitational potential is needing a renormalization. The details of the renormalization procedure can be found in the original article and in my Ph.D. thesis, with the introduction of the renormalized quantities
Renormalized gravitational potential for |
Renormalized gravitational potential for |
Velocity profiles with renormalized parameters for |
Velocity profiles with renormalized parameters for |
The renormalized total mass of the galaxy, including dark matter, is given by:
where
- Rotation Curve Fitting: The empirical profile fits 850 galaxy rotation curves with an unprecedented degree of accuracy.
Results of the fitting with the RC of M33 | Results of the fitting with the RC of UGC 477 |
-
Mass Estimation: The method estimates total mass
$M_T$ , including both luminous and dark matter components. -
Tully-Fisher Relation: A Tully-Fisher-like relation was found, with a power-law correlation between total mass and asymptotic velocity:
$$\log \left( \frac{M_T}{10^{11} M_\odot} \right) = -(5.84\pm0.01) + (2.96\pm0.01) \log \left( \frac{\langle V_0\rangle}{\text{km/s}} \right)$$
with a slope in full agreement with
The data used for this study comprises 850 galaxy rotation curves, including both dwarf and spiral galaxies. You can access the complete set of fitted rotation curves in the directory graphics.
Contributions are welcome!
- Persic, M., et al. (1995), Rotation Curves of Spiral Galaxies.
- Oh, et al. (2015), Dwarf Spiral Galaxies Rotation Curves.
- López Fune, E., et al. (2016), Dark Matter Halo Properties.
- (see the full list of references in the article )