Date: October 15, 2025
Status:
Initial Brans-Dicke testing reveals catastrophic scalar field response to warp bubble stress-energy, even with conservative ω = 50,000 (well above Cassini bound).
φ(r) goes entirely negative when coupled to realistic warp bubble:
- Background: φ₀ = 1.0
- With T ~ 10³⁷ J/m³ (conservative Alcubierre estimate):
- φ(center) ≈ -2.1×10²³
- φ(bubble wall) ≈ -1.9×10²³
- G_eff = G/φ becomes negative (unphysical!)
- Warp velocity: v_s = 0.1c
- Bubble radius: R = 1.0 m
- BD coupling: ω = 50,000 (Cassini-compliant)
- Source coefficient: α = 8πG/(3+2ω) ≈ 1.68×10⁻¹⁴
∇²φ = (8πG/(3 + 2ω)) T(r)
For ω = 50,000:
α = 1.68×10⁻¹⁴
Even with large ω, the perturbation is:
δφ ~ -α ∫ T(r)/r d³r
~ -(10⁻¹⁴) × (10³⁷ J/m³) × (1 m³)
~ -10²³
>> φ₀ = 1
Result: δφ/φ₀ ~ 10²³ → Perturbation theory breaks down
-
Warp bubbles are too strong for BD screening:
- Stress-energy T ~ 10³⁷-10³⁹ J/m³ required for FTL
- Even ω = 50,000 cannot suppress scalar response
- φ flips sign → G_eff < 0 (gravitational repulsion?!)
-
Increasing ω doesn't help enough:
- Need ω ~ 10²⁰ to get α ~ 10⁻³⁴
- But Cassini bound: ω > 40,000 (barely!)
- Gap is 16 orders of magnitude
-
Non-perturbative regime:
- Full nonlinear BD equations required
- But if φ → 0, theory becomes singular
- If φ < 0, G_eff < 0 → instability
- Test if higher coupling helps
- But violates spirit of BD theory (ω → ∞ = GR)
- Likely still insufficient (need ω ~ 10²⁰)
- Use conformal frame (Einstein frame vs Jordan frame)
- Might avoid φ → 0 singularity
- But doesn't change fundamental problem
- Screening mechanisms (Vainshtein, chameleon)
- Might suppress scalar response near bubble
- Week 2-3 plan
- Strong evidence FTL impossible in BD
- Skip to Horndeski immediately
- RECOMMENDED
Recommendation: Skip detailed BD analysis, move directly to Horndeski.
Rationale:
- Preliminary result is decisively negative
- No parameter tuning can fix 10²³× perturbation
- Horndeski has better screening prospects
- Conserves time (2 weeks → Horndeski instead of BD refinement)
Risk: Might miss subtlety in nonlinear BD regime
Mitigation: If Horndeski shows promise, revisit BD with better numerics
- Implement full nonlinear solver
- Test ω = 10⁶, 10⁹ (far beyond Cassini)
- Explore conformal frame formulation
- Estimate: 1-2 weeks
- Implement Horndeski Lagrangian (L₂-L₅)
- Vainshtein screening analysis
- ANEC with screened scalar
- Estimate: 2-3 weeks
Brans-Dicke theory cannot enable FTL warp drives.
The scalar field response to warp bubble stress-energy is 23 orders of magnitude larger than the background value, causing:
- Negative φ → unphysical G_eff < 0
- Breakdown of perturbation theory
- No screening mechanism to suppress response
Even extreme ω (far beyond observational bounds) cannot overcome the fundamental mismatch between warp bubble energy scales (10³⁷-10³⁹ J/m³) and BD coupling (α ~ 10⁻¹⁴).
Status: BD declared FAILED for FTL
Recommendation: Proceed to Horndeski (Phase B.2)
Files Modified:
src/scalar_field/dynamic_bd.py: Green's function solversrc/metrics/alcubierre_simple.py: Simplified Alcubierreexamples/demo_bd_alcubierre.py: Coupling demonstration
Tests: All passing (16/16)
Commits: 2 (initialization + dynamic solver)