A Monte Carlo Forecast for the Detection of Planet Nine

Where, when, and by which instrument an undetected trans-Neptunian super-Earth would most plausibly be found

Architect & Curator: Mayone Maha Rajan AI Synthesis Instrument: Google Antigravity (agentic model)

Revision 2 — June 2026

This forecast was produced through human-directed AI synthesis. The human architect curated the inquiry, selected the source models, and is responsible for all claims; the AI instrument assisted with drafting, simulation, and literature synthesis under that direction. All quantitative results are reproducible from the accompanying simulation.py (seed 42); parameter values quoted from secondary sources should be confirmed against the primary papers before being relied upon.


Abstract

We forecast the detectability of the hypothesized Planet Nine by propagating a weighted three-model parameter ensemble — drawn from Batygin et al. (2019), Brown & Batygin (2021), and Siraj et al. (2025) — through a Monte Carlo orbit simulation (N = 100,000). For each sample we solve Kepler's equation, project to geocentric equatorial coordinates with astropy, estimate an r-band apparent magnitude, apply existing survey null-detection masks (ZTF, Pan-STARRS, DES), and model future detection by the Vera C. Rubin Observatory/LSST, Subaru/HSC, and infrared surveys through 2036. The current heliocentric distance dominates all detection uncertainty. The combined cumulative detection probability rises steeply once LSST reaches full depth and asymptotes near 0.61 by 2030, leaving a roughly two-fifths residual that is too faint or too far for current facilities. We treat the planet's existence as an unproven hypothesis and report how a sustained null result revises a stated prior. This report does not claim Planet Nine exists; it quantifies what its detection would look like if it does.


Revision note (what changed since Revision 1)

This revision corrects and re-grounds the first-pass draft:

  • Siraj (2025) inclination of 6.8° ± 5.0° confirmed, not corrected. Revision 1's audit flagged this value as a suspected transcription error because it sits well below the other models (~16–30°). On checking the source it is the genuine published 2025 figure, reflecting a markedly lower-inclination orbit than the original 2016 hypothesis. It is retained as-is and the discrepancy with older models is now framed as real epistemic disagreement, not a bug.
  • The albedo sensitivity result is explained rather than "fixed." The near-zero raw correlation between albedo and apparent magnitude (r ≈ −0.09 to −0.14) is not a propagation bug. The albedo term is correctly present in the magnitude equation; its effect is simply masked in raw Pearson correlation by the overwhelming variance of heliocentric distance. Controlling for distance and radius, the partial correlation of albedo with magnitude is −0.998, confirming the physics is wired in correctly. A partial-correlation column is added to the sensitivity table.
  • Per-model "clustering significance" rows removed. Clustering significance is a property of the trans-Neptunian object (TNO) observations, not of any one parameter model, so per-model values were conceptually misplaced (and partly unsourced). It is now reported once, separately, with a citation.
  • "Consensus" language removed. The three semi-major-axis estimates (≈290, ≈380, 400–800 AU) are an unresolved disagreement, not a consensus, which is the entire reason an ensemble is used.
  • Parameter table and prose now match the code, including the existing-survey masking step and the actual sampled argument-of-perihelion priors, which were absent from the Revision 1 writeup.
  • Figures use relative paths so the report is portable.

1. The hypothesis and the inference logic

Planet Nine is a proposed distant super-Earth invoked to explain the anomalous orbital clustering of extreme trans-Neptunian objects (eTNOs) — bodies whose elongated orbits share a similar orientation in space to a degree unlikely to arise by chance. The planet has never been directly imaged; it is inferred from its gravitational effect on visible bodies, the same inferential route by which Neptune was predicted from perturbations in the orbit of Uranus before it was ever seen.

The observed clustering of distant eTNOs has been assessed as significant at the 99.6% confidence level, corresponding to a chance-occurrence probability below ~0.007% (Brown & Batygin 2021). Other analyses using different object samples and bias treatments have reported weaker or stronger figures; the existence of the planet remains debated rather than established. This forecast is conditioned on the hypothesis being true and separately tracks the probability that it is not (Section 7).


2. Parameter priors and provenance

We capture two distinct kinds of uncertainty:

  • Aleatoric — the planet's current position along its orbit is unknown, so the mean anomaly is sampled uniformly over [0, 2π).
  • Epistemic — different research groups infer materially different orbits. Rather than averaging them into a false consensus, we sample from a mixture of three source models, weighted toward the more recent analyses.

Each Monte Carlo sample is assigned to one model, then its orbital elements are drawn from that model's distributions.

| Parameter | Batygin et al. (2019) [a] | Brown & Batygin (2021) [b] | Siraj et al. (2025) [c] | | :--- | :--- | :--- | :--- | | Model weight | 0.20 | 0.40 | 0.40 | | Mass MpM_p (MM_\oplus) | U(5.0,10.0)\mathcal{U}(5.0,\,10.0) | SplitNormal(6.2;1.3,2.2)(6.2;\,1.3,\,2.2) | N(4.4,1.1)\mathcal{N}(4.4,\,1.1) | | Semi-major axis aa (AU) | U(400,800)\mathcal{U}(400,\,800) | SplitNormal(380;80,140)(380;\,80,\,140) | N(290,30)\mathcal{N}(290,\,30) | | Eccentricity ee | U(0.2,0.5)\mathcal{U}(0.2,\,0.5) | derived from qq: e=1q/ae = 1 - q/a | N(0.29,0.13)\mathcal{N}(0.29,\,0.13), clipped to [0,0.9][0,\,0.9] | | Perihelion qq (AU) | derived: q=a(1e)q=a(1-e) | SplitNormal(300;60,85)(300;\,60,\,85) | derived | | Inclination ii (deg) | U(15,25)\mathcal{U}(15,\,25) | N(16,5)\mathcal{N}(16,\,5) | N(6.8,5.0)\mathcal{N}(6.8,\,5.0) [c] | | Long. of asc. node Ω\Omega (deg) | N(105,15)\mathcal{N}(105,\,15) | N(105,10)\mathcal{N}(105,\,10) | N(105,20)\mathcal{N}(105,\,20) | | Arg. of perihelion ω\omega (deg) | N(145,15)\mathcal{N}(145,\,15) | from ϖN(250,14)\varpi \sim \mathcal{N}(250,14), ω=ϖΩ\omega=\varpi-\Omega | from ϖN(230,30)\varpi \sim \mathcal{N}(230,30), ω=ϖΩ\omega=\varpi-\Omega | | Mean anomaly MM | U(0,2π)\mathcal{U}(0,\,2\pi) | U(0,2π)\mathcal{U}(0,\,2\pi) | U(0,2π)\mathcal{U}(0,\,2\pi) |

Sources. [a] Batygin et al. (2019), Physics Reports "The Planet Nine Hypothesis": 5–10 MM_\oplus, a400a \approx 400–800 AU, i15i \approx 15–25°. [b] Brown & Batygin (2021), AJ "The Orbit of Planet Nine" (arXiv:2108.09868): a=38080+140a = 380^{+140}_{-80} AU, m=6.21.3+2.2Mm = 6.2^{+2.2}_{-1.3}\,M_\oplus, perihelion q300q \approx 300 AU, i16°i \approx 16°, clustering significant at 99.6%. [c] Siraj et al. (2025): a=290±30a = 290 \pm 30 AU, e=0.29±0.13e = 0.29 \pm 0.13, i=6.8°±5.0°i = 6.8° \pm 5.0°, m=4.4±1.1Mm = 4.4 \pm 1.1\,M_\oplus, predicted apparent magnitude ≈ 21. This is the most recent and lowest-distance, lowest-inclination estimate, and the disagreement with [a]/[b] is genuine.

Clustering significance (a property of the observations, not of any single model): 99.6% confidence, chance probability <0.007%< 0.007\% (Brown & Batygin 2021). Other studies report different values depending on sample and bias treatment.

A modelling assumption, not a literature value, is the mass–radius relation R=RMp/MR = R_\oplus \sqrt{M_p/M_\oplus}. This is a first-order scaling only; it does not closely track empirical mini-Neptune mass–radius data and is used purely to convert mass into a reflecting cross-section. Radius enters magnitude weakly (Section 5), so this approximation has limited impact on the forecast.


3. Orbital mechanics

For each sample, Kepler's equation relates the mean anomaly MM to the eccentric anomaly EE:

M=EesinEM = E - e\sin E

solved by ten Newton–Raphson iterations from the starting guess E0=M+esinME_0 = M + e\sin M:

En+1=EnEnesinEnM1ecosEnE_{n+1} = E_n - \frac{E_n - e\sin E_n - M}{1 - e\cos E_n}

Position in the orbital plane:

xorb=a(cosEe),yorb=a1e2sinE,zorb=0x_{\text{orb}} = a(\cos E - e), \qquad y_{\text{orb}} = a\sqrt{1-e^2}\,\sin E, \qquad z_{\text{orb}} = 0

Rotation into the heliocentric ecliptic frame via Rz(Ω)Rx(i)Rz(ω)\mathbf{R}_z(-\Omega)\,\mathbf{R}_x(-i)\,\mathbf{R}_z(-\omega):

xecl=xorb(cosωcosΩsinωsinΩcosi)yorb(sinωcosΩ+cosωsinΩcosi)yecl=xorb(cosωsinΩ+sinωcosΩcosi)yorb(sinωsinΩcosωcosΩcosi)zecl=xorbsinωsini+yorbcosωsini\begin{aligned} x_{\text{ecl}} &= x_{\text{orb}}(\cos\omega\cos\Omega - \sin\omega\sin\Omega\cos i) - y_{\text{orb}}(\sin\omega\cos\Omega + \cos\omega\sin\Omega\cos i) \\ y_{\text{ecl}} &= x_{\text{orb}}(\cos\omega\sin\Omega + \sin\omega\cos\Omega\cos i) - y_{\text{orb}}(\sin\omega\sin\Omega - \cos\omega\cos\Omega\cos i) \\ z_{\text{ecl}} &= x_{\text{orb}}\,\sin\omega\sin i + y_{\text{orb}}\,\cos\omega\sin i \end{aligned}

The heliocentric ecliptic Cartesian coordinates are passed to astropy.coordinates (HeliocentricMeanEcliptic) and transformed to the geocentric frame (GCRS) at epoch 2026-06-05, yielding geocentric right ascension α\alpha, declination δ\delta, and geocentric distance Δ\Delta. Galactic latitude bb is computed for stellar-crowding screening; samples with b<15°|b| < 15° lie in the confused galactic plane.


4. Brightness model

Radius from the assumed mass–radius scaling:

R=RMp/M,Rkm=R6371R = R_\oplus\sqrt{M_p/M_\oplus}, \qquad R_{\text{km}} = R \cdot 6371

Geometric albedo pVU(0.3,0.5)p_V \sim \mathcal{U}(0.3, 0.5). Absolute magnitude:

HV=14.1135log10(Rkm)2.5log10(pV)H_V = 14.113 - 5\log_{10}(R_{\text{km}}) - 2.5\log_{10}(p_V)

Apparent magnitude, using both heliocentric distance dheld_{\text{hel}} and geocentric distance Δ\Delta (the d4d^{-4} reflected-light dependence), with a fixed solar-color offset to r-band:

mV=HV+5log10(dhelΔ),mr=mV0.2m_V = H_V + 5\log_{10}(d_{\text{hel}}\cdot\Delta), \qquad m_r = m_V - 0.2


5. Existing survey constraints

Before forecasting future facilities, samples already excluded by completed shallow surveys are down-weighted (not deleted, reflecting incomplete sky/depth coverage):

  • ZTF (δ>30°\delta > -30°, mr<20.5m_r < 20.5): surviving weight 0.05 (95% complete)
  • Pan-STARRS (δ>30°\delta > -30°, mr<21.0m_r < 21.0): surviving weight 0.10 (90% complete)
  • DES (65°<δ<35°-65° < \delta < -35°, 60°<α<60°-60° < \alpha < 60°, mr<21.5m_r < 21.5): surviving weight 0.05 (95% complete)

Weights are then normalized to sum to one. This implements the published result that prior surveys have already excluded a substantial fraction of the bright, nearby parameter space.


6. Results

6.1 Marginal credible intervals (16th / 50th / 84th percentile, prior-weighted)

| Quantity | Median | +84th | −16th | | :--- | ---: | ---: | ---: | | Mass (MM_\oplus) | 6.51 | +2.20 | −1.46 | | Semi-major axis aa (AU) | 556.8 | +150.9 | −113.6 | | Eccentricity ee | 0.390 | +0.112 | −0.129 | | Inclination ii (deg) | 18.1 | +4.6 | −5.4 | | Current heliocentric distance dd (AU) | 660.1 | +199.2 | −128.4 | | Apparent magnitude mrm_r | 22.03 | +1.14 | −0.82 |

The median predicted brightness near mr22m_r \approx 22 sits squarely in the regime the literature has long anticipated (roughly 22<V<2522 < V < 25 near aphelion) and within LSST's single-epoch reach, but the faint tail beyond mr24.5m_r \approx 24.5 is where detection becomes hard.

Predicted apparent-magnitude distribution: a peaked, right-skewed histogram centered near r-band magnitude 22, with a long faint tail extending past 24. Figure 1. Prior-weighted distribution of predicted r-band apparent magnitude. The bulk lies between 21 and 24, with the faint tail (m_r > 24.5) representing the hardest-to-detect orbits.

6.2 Where to look

Sky-position probability heatmap in right ascension and declination, with the brightest probability density forming an arc near the ecliptic at low-to-moderate northern declination, overlaid with the ecliptic plane, galactic plane, and the galactic-plane confusion boundary. Figure 2. On-sky probability density (geocentric equatorial). The highest-probability region follows the ecliptic and concentrates in the northern winter sky, roughly RA 3h–6h, Dec +10° to +30° — the aphelion direction where a body on an eccentric orbit spends most of its time. The white curves mark the galactic plane and its |b| = 15° confusion zone, where stellar crowding suppresses detection.

The probability mass tracks the ecliptic (as expected for a planet) and piles up toward aphelion. Where that arc crosses the galactic plane, detection is degraded — a real observational handicap, not a modelling artifact.

6.3 Sensitivity: what drives the uncertainty

| Driver | Raw Pearson rr with mrm_r | Interpretation | | :--- | ---: | :--- | | Heliocentric distance dd | +0.95 | Dominant. Sets brightness via d4d^{-4}. | | Semi-major axis aa | +0.75 | Drives dd, hence correlated. | | Eccentricity ee | +0.33 | Modulates current dd given phase. | | Radius RR | +0.24 | Weak; mass–radius scaling is shallow. | | Albedo pVp_V | −0.09 | Near-zero raw — see note. |

To visualize how the orbital inclination parameters affect the detection probability across the LSST survey masks, run the simulation below:

Monte Carlo Orbit Engine

N=2000 • Mapping Inclination vs. Apparent Magnitude ($m_r$)

Awaiting execution parameters...

On the albedo result. The near-zero raw correlation is not a bug and not evidence that albedo is irrelevant. Albedo enters HVH_V directly and spans ~0.55 mag across the sampled range, but heliocentric distance varies so much more that it dwarfs albedo in an unconditioned correlation. Holding distance and radius fixed, the partial correlation of albedo with mrm_r is −0.998 — i.e. at fixed distance, albedo almost entirely determines the residual brightness, exactly as the physics requires. The lesson is that distance uncertainty must be reduced before albedo matters observationally, not that albedo is unimportant.

6.4 When, and by which instrument

Detection year is modelled per facility:

  • Vera C. Rubin Observatory / LSST (10-yr survey; δ+15°\delta \le +15°, mr<25.0m_r < 25.0): bright targets (mr<23.5m_r < 23.5) found in the first 1–2 seasons; mid-range by years 3–5; the faintest (24.5mr<2524.5 \le m_r < 25) only via multi-year shift-and-stack. Galactic-plane samples carry a 70% per-pass miss penalty.
  • Subaru / Hyper Suprime-Cam (targeted deep fields, mr<26.0m_r < 26.0): covers the aphelion box (RA 2.5h–5.5h, Dec +5° to +25°) with ~80% completeness outside the galactic plane, ~30% inside, on a 2026–2029 timescale.
  • Infrared (archival IRAS/AKARI plus NEO Surveyor): models thermal detection for dhel<450d_{\text{hel}} < 450 AU on a 2028–2033 window. Note: NEO Surveyor's operational dates should be reconfirmed against the current mission baseline before this window is cited as firm.

The combined curve takes the earliest detection across facilities.

Cumulative detection probability versus calendar year from 2026 to 2036, showing a steep rise driven by LSST that levels off near 0.61 by 2030; LSST is the leading contributor, Subaru adds a smaller increment, and infrared surveys contribute least. Figure 3. Cumulative detection probability by year. The combined probability (black) climbs steeply as LSST reaches depth and asymptotes near 0.61 around 2030. LSST (blue) is the dominant contributor; Subaru/HSC (green) and IR surveys (red) add smaller increments.

The combined cumulative probability reaches ~61% by 2030 and then flattens. The residual ~39% corresponds to orbits that are simultaneously too faint (mr>25m_r > 25) and outside the deep targeted footprints — the parameter space that a future ≥10 m-class facility would be needed to close.


7. If nothing is found: the null-detection posterior

Treating existence as uncertain, we start from a stated prior P(exists)=0.70P(\text{exists}) = 0.70 and apply Bayes' rule given continued non-detection. With P(nullexists)=1Pcombined(year)P(\text{null} \mid \text{exists}) = 1 - P_{\text{combined}}(\le \text{year}) and P(nullnot exists)=1P(\text{null} \mid \text{not exists}) = 1:

P(existsnull)=P(nullexists)P(exists)P(nullexists)P(exists)+1(1P(exists))P(\text{exists} \mid \text{null}) = \frac{P(\text{null}\mid\text{exists})\,P(\text{exists})}{P(\text{null}\mid\text{exists})\,P(\text{exists}) + 1\cdot(1-P(\text{exists}))}

| Through end of | P(detectexists)P(\text{detect}\mid\text{exists}) | Posterior P(existsnull)P(\text{exists}\mid\text{null}) | | :--- | ---: | ---: | | 2026 | ~0% | 70.0% | | 2028 | ~54% | 51.8% | | 2030 | ~59% | 48.7% | | 2036 | ~61% | 47.4% |

A decade of LSST silence would pull the posterior from 70% down toward ~47% — substantial erosion, but not refutation, precisely because ~39% of the orbit stays beyond reach. The hypothesis is hard to kill with these instruments even though it is reasonably easy to confirm if the planet sits in the favorable bright/accessible region.


8. Limitations and open questions

  • Existence is unproven. Everything here is conditional. The clustering signal is statistically suggestive but contested, and observational bias remains a live alternative explanation.
  • Distance dominates everything. The single largest lever on detectability is the planet's current heliocentric distance, which the data constrain only weakly. Until that tightens, brightness predictions carry a wide spread and secondary parameters (albedo, radius) cannot be observationally isolated.
  • The detection blind spot is structural. The ~39% residual is not pessimism about LSST but a real consequence of the faint, distant tail; closing it requires a ≥10 m-class survey capability.
  • Detection-timing model is heuristic. Per-facility detection years are drawn from plausible binned schedules, not a cadence-level survey simulator (e.g. Sorcha/rubin_sim). A full opsim-based treatment would refine the CDF shape.
  • Mass–radius relation is a placeholder. RMR \propto \sqrt{M} is a convenience scaling, not a calibrated relation.
  • NEO Surveyor schedule needs reconfirmation against the current mission baseline.
  • Static epoch. Positions are evaluated at a single date; parallax motion over a survey baseline (a key real-world discriminator) is not modelled dynamically.

9. Reproducibility

All results derive from a single script, simulation.py (N = 100,000, numpy seed 42), using numpy, astropy, and matplotlib. The script samples the ensemble, propagates orbits, applies survey masks, and emits the three figures and all printed credible intervals, correlations, and posteriors.

The script, the three output figures, and dependency/run instructions are available at: https://github.com/Maha-Strategies/planet-nine-forecast


References

  • Batygin, K., Adams, F. C., Brown, M. E., & Becker, J. C. (2019). The Planet Nine Hypothesis. Physics Reports, 805, 1–53. arXiv:1902.10103.
  • Brown, M. E., & Batygin, K. (2021). The Orbit of Planet Nine. The Astronomical Journal. arXiv:2108.09868.
  • Brown, M. E., & Batygin, K. (2016). Observational Constraints on the Orbit and Location of Planet Nine in the Outer Solar System. arXiv:1603.05712.
  • Batygin, K., & Brown, M. E. (2016). Evidence for a Distant Giant Planet in the Solar System. The Astronomical Journal.
  • Siraj, A., Chyba, C. F., & Tremaine, S. (2025). Orbit of a Possible Planet X. The Astrophysical Journal, 978, 139. https://doi.org/10.3847/1538-4357/ad98f6
  • Vera C. Rubin Observatory / LSST documentation, Rubin Observatory.
  • NSF–DOE Vera C. Rubin Observatory first-imagery release (2025).
  • Reproducibility repository (simulation code and figures): https://github.com/Maha-Strategies/planet-nine-forecast

Citations are provided for traceability. The Siraj et al. (2025) parameters (ApJ 978, 139) and the Batygin et al. (2019) ranges (Physics Reports 805, 1–53) have been confirmed against their primary publications. The Brown & Batygin (2021) semimajor-axis distribution is consistent with the cited orbit paper (AJ); the author should confirm the exact volume/DOI matches the specific 2021 paper the [b] parameters were drawn from. The NEO Surveyor operational window should be reconfirmed against the current mission baseline before that detection window is cited as firm.

Cite This Work

APA Format

Rajan, M. M. (2026). A Monte Carlo Forecast for the Detection of Planet Nine. Maha Strategies Research. https://research.mahastrategies.com/papers/planet-nine-forecast

BibTeX

@article{rajan2026planetnineforecast,
  title={A Monte Carlo Forecast for the Detection of Planet Nine},
  author={Rajan, Mayone Maha},
  journal={Maha Strategies Research},
  year={2026},
  url={https://research.mahastrategies.com/papers/planet-nine-forecast}
}

Note: If citing a specific version archived on Zenodo, please append the relevant DOI to the formats above.

Architect's Note: This manuscript was synthesized by an AI agent (Antigravity) and architected by a human curator. The frameworks and analyses presented herein are intended to spark empirical cross-disciplinary research and should not be treated as peer-reviewed scientific fact without further independent verification.