activeboth (interface)Updated 2026-07-26
Bessel Rational Modes
Bessel Rational Modes
Status: active
Domain: both (interface)
Source: → wiki/research/rational-makeover-survey/ (§3)
What We Know
- Bessel zero ratios converge to (4n+3)/(4n-1) — a rational sequence with remarkable approximation quality
- Consecutive ratio approximations:
| Ratio | Value | Best rational | Error |
|---|---|---|---|
| z₂/z₁ | 2.2955 | 101/44 | 4×10⁻⁶ |
| z₅/z₄ | 1.2662 | 19/15 | 4×10⁻⁴ |
| z₆/z₅ | 1.2103 | 23/19 | 2×10⁻⁴ |
| z₇/z₆ | 1.1738 | 27/23 | 1×10⁻⁴ |
| z₈/z₇ | 1.1481 | 31/27 | 7×10⁻⁵ |
- Pattern: Numerators and denominators follow arithmetic progression {15, 19, 23, 27, 31, 35, 39, 43, 47…} — stepping by 4
- This follows from asymptotic expansion z_n ≈ (n − 1/4)π, but the rational approximation quality (10⁻⁴ to 10⁻⁶ errors) is remarkable
- Non-consecutive ratios show cleaner structure: z₈/z₂ ≈ 75/17 to within 1.6×10⁻⁴
- Null result for 6k±1: Bessel zeros mod 6 do NOT cluster at 1 and 5 (the prime positions). No 6k±1 structure.
- The key insight: Bessel zeros are irrational, but their ratios are extremely close to rationals with moderate denominators. A “rational Bessel” theory replacing exact zeros with best rational approximations would lose almost nothing.
- Hardware already solves this: v3 torsion ring uses GreenPAK/Arduino integer frequencies, not Bessel modes — the hardware discretises by construction
What We Don’t Know
- Q-BZ-01: If v3 ring resonances were computed from Bessel theory, how far are they from measured integer-ratio resonances?
- Q-BZ-02: Does replacing Bessel zeros with their best rational approximations change predicted membrane mode shapes within measurement precision?
- Does the (4n+3)/(4n-1) convergence pattern generalise to higher-order Bessel functions?
- Can “rational Bessel” approximations improve numerical efficiency in cylindrical cavity simulations?
Relationships
- [[cymatics]] — bridges (moderate): Bessel functions describe circular membrane modes (drum vibrations, Chladni patterns on circular plates)
- [[v3-experimental-proof]] — analogous-to (moderate): v3 torsion ring is circular — Bessel modes are the natural theoretical basis, but integer frequencies sidestep them
- [[six-dimensional-scaffold]] — extends (weak): No 6k±1 structure in Bessel zeros themselves, but rational approximability supports the general thesis that irrationals mask simpler structure
- [[square-root-problem]] — supports (moderate): Bessel zeros are “thinly irrational” — well-approximated by rationals; another example of irrationals masking rational structure
- [[maxwell-prime-cavities]] — extends (moderate): Bessel modes govern cylindrical cavities; does the prime-ratio advantage hold there too?
Bridging Potential
- If combined with [[maxwell-prime-cavities]], could extend the 24% prime-cavity advantage to cylindrical geometry (using rational Bessel approximations)
- If combined with [[cymatics]], rational Bessel modes could predict which circular Chladni patterns emerge at near-rational frequency ratios
- The rational approximability result supports the broader programme of replacing irrational formulations with rational ones
Key Evidence
- Rational approximation errors: 10⁻⁴ to 10⁻⁶ for consecutive zero ratios
- (4n+3)/(4n-1) pattern in asymptotic regime
- No 6k±1 structure (null result — valuable)
- Computation in
wiki/research/rational-makeover-survey/investigate_all.py§3