Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Tidal radius from the outskirts (B7)

San Diego State University

A cluster’s tidal (Jacobi) radius rtr_t marks where the Galaxy strips stars, and it is written in the outskirts — the sparse, count-limited edge of the density profile. This stretch demo reuses the Poisson number-density channel (B11) to recover rtr_t from those few outer stars, and turns it into the cluster’s Galactocentric distance.

The physics

The Elson–Fall–Freeman (1987) Elson et al., 1987 profile ρ(r)=(1+r2/a2)γ/2\rho(r) = (1 + r^2/a^2)^{-\gamma/2} is sharply truncated at rtr_t. The scale radius aa is pinned by the inner profile (where almost all the stars are), so it is held fixed; rtr_t is read from the outer counts. Bins are placed out past rtr_t so the outermost are empty: a too-large rtr_t predicts stars in those empty bins (penalized by the Poisson μ-\mu term), a too-small rtr_t cannot explain the observed outer stars. The Poisson channel is honest there; a Gaussian-on-log-count would be ill-defined. (A steep halo self-truncates — its density at rtr_t is already 0\sim 0, so rtr_t sits in the noise; this uses a shallow, YMC-typical γ=2.5\gamma=2.5 so stars reach rtr_t.)

Inputs and assumptions

The fit recovers one parameter, the truncation/tidal radius rtr_t; the scale radius, the profile family, and both masses in the Jacobi conversion are assumed known. The mass assumptions matter most — they, not the count statistics, would dominate a real RgalR_{\rm gal} error budget.

Table 1:Model inputs

Input

Meaning and role

Status (fiducial)

rtr_t

EFF truncation = Jacobi/tidal radius — the science target, read from the count-limited outer bins and converted to RgalR_{\rm gal}.

recovered (12.0 pc)

aa

EFF scale radius; pinned by the inner profile and held fixed (jointly fitting (a,rt)(a,r_t) from counts is degenerate).

known / fixed (1.0 pc)

γ\gamma

EFF outer slope; shallow enough that stars reach rtr_t (a steep γ\gamma self-truncates and hides rtr_t).

known / fixed (2.5)

MgalM_{\rm gal}

Interior Galaxy (point-mass) for the Jacobi Rgal\to R_{\rm gal} conversion.

known / fixed (5×1010M5\times10^{10}\,M_\odot)

MclM_{\rm cl}

Cluster mass entering Rgal=rt(3Mgal/Mcl)1/3R_{\rm gal}=r_t(3M_{\rm gal}/M_{\rm cl})^{1/3} — summed from the IMF draw, treated as exactly known.

known / fixed (104M\sim10^4\,M_\odot, derived)

IMF

Maschberger (α=2.3\alpha=2.3, 0.08100M100\,M_\odot) — fixes MclM_{\rm cl}; the mass spectrum does not enter the count fit (positions only).

known / fixed

NN, bins, rhir_{\rm hi} factor, boxes, MLE

2×1042\times10^4 stars; 22 geometric bins from rlo=0.2r_{\rm lo}=0.2 pc to 1.3rt1.3\,r_t (so outer bins are empty — the Poisson μ-\mu term is what pins rtr_t); 3000-pt cumulative-EFF grid; rt(6,18)r_t\in(6,18) pc; 3 Adam starts.

numerical choices

Result — freshly run, ALL PASS

Measured 2026-06-12 (N=2×104N=2\times10^4, γ=2.5\gamma=2.5, true rt=12r_t=12 pc; wall 5\approx 5 s).

quantity

value

rtr_t

12.01±0.0412.01 \pm 0.04 pc (truth 12.0, pull +0.24)

rtr_t Fisher info from the outer bins (r>0.6rtr>0.6\,r_t)

93% — the count-limited outskirts pin rtr_t

forecast

σ(rt)N1/2\sigma(r_t)\propto N^{-1/2}

The per-bin Fisher information spikes at the truncation edge (panel b): rtr_t is constrained almost entirely by the handful of outermost bins, which is precisely why the Poisson treatment of those low-count bins matters.

From rtr_t to the Galactocentric distance

The recovered rtr_t is the Jacobi/tidal radius King, 1962,

rt=Rgal(Mcl3Mgal)1/3    Rgal=rt(3MgalMcl)1/3,r_t = R_{\rm gal}\left(\frac{M_{\rm cl}}{3 M_{\rm gal}}\right)^{1/3} \;\Longrightarrow\; R_{\rm gal} = r_t\left(\frac{3 M_{\rm gal}}{M_{\rm cl}}\right)^{1/3},

with σ(Rgal)/Rgal=σ(rt)/rt\sigma(R_{\rm gal})/R_{\rm gal} = \sigma(r_t)/r_t. For the measured Mcl1.2×104MM_{\rm cl}\approx1.2\times10^4\,\Msun and a representative interior Mgal=5×1010MM_{\rm gal}=5\times10^{10}\,\Msun, the recovered rtr_t gives

Rgal=2.79±0.01 kpc,R_{\rm gal} = 2.79 \pm 0.01\ \mathrm{kpc},

(round-trips through jacobi_radius). So a cluster’s orbit is encoded in its faint outer star counts.

Figure

Tidal radius from the outskirts (scripts/demo_tidal_radius.py, ALL PASS).
(a) The EFF number-density profile (counts, \sqrt N errors) with the MLE fit
and the recovered truncation \hat r_t. (b) The per-bin Fisher information for
r_t on a log-r axis: it spikes at the truncation edge — 93% of the
constraint comes from the count-limited outskirts. (c) Forecast
\sigma(r_t)\propto N^{-1/2}, annotated with the derived Galactocentric distance.

Figure 1:Tidal radius from the outskirts (scripts/demo_tidal_radius.py, ALL PASS). (a) The EFF number-density profile (counts, N\sqrt N errors) with the MLE fit and the recovered truncation r^t\hat r_t. (b) The per-bin Fisher information for rtr_t on a log-rr axis: it spikes at the truncation edge — 93% of the constraint comes from the count-limited outskirts. (c) Forecast σ(rt)N1/2\sigma(r_t)\propto N^{-1/2}, annotated with the derived Galactocentric distance.

Caveats

How to run

env -u VIRTUAL_ENV uv run --no-sync python scripts/demo_tidal_radius.py

References

The EFF profile is Elson et al. (1987); the tidal/Jacobi radius is King (1962). The Jacobi-radius derivation and progenax’s apply_tidal_truncation are on the tidal & substructure page; the Poisson count channel is shared with B11.

References
  1. Elson, R. A. W., Fall, S. M., & Freeman, K. C. (1987). The structure of young star clusters in the Large Magellanic Cloud. The Astrophysical Journal, 323, 54–78. 10.1086/165807
  2. King, I. R. (1962). The structure of star clusters. I. An empirical density law. The Astronomical Journal, 67, 471. 10.1086/108756