Observable detail · SOLAR-SYSTEM PPN

\(\beta_{\rm PPN}\) − 1

Post-Newtonian non-linearity coefficient under the canonical Brans–Dicke + DCT action.

Prediction\(+1.0 \times 10^{-10}\) (analytic identity)
Closed form\(\beta - 1 = 1/[(2\omega_0 + 3)(2\omega_0 + 4)] = 1/(100{,}077 \cdot 100{,}078) = 9.985 \times 10^{-11}\)
MeasuredLLR Williams 2009 \(|\beta - 1| < 1.1 \times 10^{-4}\) (90% CL upper bound)
Forward testBepiColombo MORE 2027–2028 (Iess 2021), projected \(\sigma_\beta \sim 2 \times 10^{-6}\) — DCT prediction is below threshold (no clean detection)
Statusopen — consistent with current bounds; below the next-generation precision floor
Source paperDCT-PPN-01

Mechanism

In the Brans–Dicke class with quadratic coupling \(\omega(P) = (c_{BD} P^n - 3)/2\) at \(n = 2\), the post-Newtonian coefficient \(\beta\) deviates from unity at second order in the small parameter \(\varepsilon \equiv 1/(2\omega_0 + 3)\). The closed expression at \(P = P_0\) is

\(\beta_{\rm PPN} - 1 = \dfrac{1}{(2\omega_0 + 3)(2\omega_0 + 4)} = \dfrac{1}{c_{BD} P_0^2 \cdot (c_{BD} P_0^2 + 1)}\),

and substituting the master-identity values \(2\omega_0 + 3 = 100{,}077\) and \(c_{BD} P_0^2 = 100{,}077\) gives \(\beta - 1 = 1/(100{,}077 \cdot 100{,}078) = 9.985 \times 10^{-11} \approx 1.0 \times 10^{-10}\).

Derivation chain

  1. Canonical action: Brans–Dicke scalar with the quadratic-in-\(P\) coupling \(\omega(P) = (c_{BD} P^n - 3)/2\), \(n = 2\).
  2. Master identity (DCT-SPI-01): \(2\omega_0 + 3 = c_{BD} P_0^2 = 100{,}077\) with \(c_{BD} = 138{,}189\), \(P_0 = 0.851\).
  3. Standard PPN expansion of the BD field equations to second order in \(1/(2\omega + 3)\), with the quadratic coupling activating the second-derivative term, gives \(\beta - 1 = 1/[(2\omega_0 + 3)(2\omega_0 + 4)]\) (DCT-PPN-01 §II.C, Eq. 16).
  4. Numerical substitution: \(1/(100{,}077 \cdot 100{,}078) = 9.985 \times 10^{-11}\).

Audit notes — abstract vs body discrepancy

The DCT-PPN-01 abstract carries an order-of-magnitude transcription error

The DCT-PPN-01 abstract and its §I summary equation list \(\beta - 1 = +5 \times 10^{-11}\); the paper's own body (§II.C, Eq. 16) and the analytic closed form give \(+1.0 \times 10^{-10}\). The two differ by a factor of two. Independent re-derivation from the master identity confirms the body value: \(1/(100{,}077 \cdot 100{,}078) = 9.985 \times 10^{-11}\), which rounds to \(+1.0 \times 10^{-10}\).

This site uses the canonical body-and-analytic value \(+1.0 \times 10^{-10}\). The cluster paper abstract requires a one-character cluster-paper-text fix (DCT-workspace session).

Python verification

Reproduce the analytic identity from the canonical constants:

omega_0 = 50037
beta_minus_1 = 1.0 / ((2*omega_0 + 3) * (2*omega_0 + 4))
# = 9.985e-11 ≈ 1.0e-10

The general gravity-tests module that exercises this constant alongside the other PPN coefficients is gravity_tests.py.

References

Back to all observables or the predictions table.