HomeDocs-Technical WhitePaper23-EFT.WP.Metrology.PathCorrection v1.0

Chapter 10 — Path Integration and Dual-Form Comparison (Numerical Implementation)


One-Sentence Goal
Provide a stable numerical scheme to compute T_arr on a discrete path gamma(ell) with gridded/analytic n_eff(f,x), ensuring parallel evaluation of the two formulations, estimable errors, controlled delta_form, and auditable persistence.


I. Scope and Objects

  1. Inputs
    • Path: gamma(ell) (from geometry or the Chapter 9 ray solution), arclength domain [0, L_gamma].
    • Medium: n_eff(f,x) or its piecewise/grid representation with an interpolator Interp(x).
    • Constants & references: c_ref, RefCond, publication time bases tau_mono/ts.
    • Events: set of interface/refraction/reflection/material-switch points E = { ell_j }.
  2. Outputs
    • T_form1 = ( 1 / c_ref ) * ( ∫_{gamma} n_eff d ell ),
      T_form2 = ( ∫_{gamma} ( n_eff / c_ref ) d ell ),
      delta_form and error estimates u_q, u_interp, u_geom.
    • Components & auxiliaries: ∫ 1 d ell, per-segment integration logs, sample set and weights.
  3. Applicability and Boundaries
    Fiber/cable (n_g(f,T)), free-space/atmosphere (n_eff(f,x)), and hybrid paths; higher-order dispersion/absorption terms may be inserted into the integrand per Chapters 5–8.

II. Terms and Variables


III. Axioms P810-*


IV. Minimal Equations S810-*


V. Metrological Workflow M80-10

  1. Ready — Ingest gamma, n_eff/Interp, RefCond; assemble event set E (medium/interface/turning points).
  2. Segment Modeling — For each segment, form the local integrand F(ell) and an error policy { eps_abs, eps_rel, Δell_max, η_n, η_k }.
  3. Adaptive Quadrature
    • Prefer Gauss–Kronrod (G7–K15) or adaptive Simpson.
    • Use the embedded pair to estimate e_m; subdivide segments until tolerances are met.
  4. Parallel Dual Forms — Accumulate T_form1 and T_form2 on the same refined grid with shared weights and compensated summation.
  5. Interpolation & Sampling — At each sample x_i, call Interp(x_i); near boundaries, use one-sided limits and align with E.
  6. Error Combination — Aggregate u_q, u_interp, u_geom into u_c; produce delta_form and res_L.
  7. Checks
    • check_dim( T_form* ) = "[T]".
    • delta_form ≤ tol_Tarr.
    • res_L ≤ tol_L and L_gamma > 0.
  8. Persist — Output
    manifest.path.integral = { T_form1, T_form2, delta_form, parts:{ L_gamma }, qc:{ u_q, u_interp, u_geom, u_c, res_L }, policy:{ quad, eps_abs, eps_rel, Δell_max, η_n, η_k }, RefCond, samples:{ N_total, E } }.
  9. Monitor — Track rolling delta_form_p99, failure rate, and subdivision-depth distributions; trigger policy cards and fallbacks on anomalies.

VI. Contracts and Assertions (C80-101x)


VII. Implementation Bindings I80-*


VIII. Cross-References


IX. Quality and Risk Control

  1. SLO — p95( delta_form ) ≤ 0.02 ns, p99 ≤ 0.05 ns; integrator_fail_rate ≤ 1e-5.
  2. Stability — Guard maximum subdivision depth and sample counts; use compensated summation with 64-bit accumulation, optionally 80/128-bit when needed.
  3. Fallback Strategy
    • Raise order (e.g., GL-8 → GL-16 or densify adaptive Simpson).
    • Strengthen event subdivision.
    • Straight-line/stratified approximations with inflated u_c.
    • Refuse publication and tag the cause (undersampled / out_of_domain / trace_missing).

Summary
This chapter specifies the adaptive numerical implementation of path integrals, the parallel dual-form evaluation, and the error-composition framework. Core output:
manifest.path.integral = { T_form1, T_form2, delta_form, parts:{ L_gamma }, qc:{ u_q, u_interp, u_geom, u_c, res_L }, policy:{ quad, eps_abs, eps_rel, Δell_max, η_n, η_k }, RefCond, samples:{ N_total, E } }.
Together with Chapters 4–9 and the Cleaning/TimeBase/Instrument volumes, it enables stable computation and auditable publication of arrival times across media.


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/