Proof of the Laplace Integral Identity (Bessel K_{1/2}) #
This file proves the integral identity: ∫₀^∞ s^{-1/2} exp(-a/s - b*s) ds = √(π/b) exp(-2√(ab))
This is a special case of the modified Bessel function K_{1/2} identity.
Proof Strategy #
- Substitution s = t²: Transforms s^{-1/2} ds to 2 dt
- Complete the square: a/t² + bt² = (√a/t - √b·t)² + 2√(ab)
- Factor out exp(-2√(ab))
- Substitution u = √b·t: Reduces to ∫ exp(-(c/u - u)²) du where c = √(ab)
- Glasser/Cauchy-Schlömilch: Show ∫₀^∞ exp(-(c/u - u)²) du = √π/2
- Combine: Get the final result
References #
- Gradshteyn & Ryzhik, Table of Integrals, Entry 3.471.9
- DLMF §10.32.10 (Modified Bessel functions)
- Glasser, M.L. "A remarkable property of definite integrals" (1983)
Part 2: The Glasser/Cauchy-Schlömilch Identity #
The key identity is: for c > 0, ∫₀^∞ exp(-(c/u - u)²) du = √π / 2
Note: we use (c/u - u) not (u - c/u) to match the form after our substitutions. Since (c/u - u)² = (u - c/u)², these are equivalent.
Part 3: The core Glasser integral #
This is the key technical result. The proof uses the remarkable fact that the substitution v = c/u, combined with appropriate symmetry arguments, reduces the integral to a Gaussian.
Proof idea: Let I = ∫₀^∞ exp(-(c/u - u)²) du.
Substitute v = c/u in I:
- When u → 0⁺, v → ∞; when u → ∞, v → 0⁺
- du = -c/v² dv
- c/u - u = c/(c/v) - c/v = v - c/v = -(c/v - v)
So I = ∫_∞^0 exp(-(-(c/v - v))²) (-c/v²) dv = ∫_0^∞ exp(-(c/v - v)²) (c/v²) dv
Adding these: 2I = ∫_0^∞ exp(-(c/u - u)²) (1 + c/u²) du
Note that d/du(c/u - u) = -c/u² - 1 = -(1 + c/u²), so |d/du(c/u - u)| = 1 + c/u².
Thus 2I = ∫_0^∞ exp(-(c/u - u)²) |d/du(c/u - u)| du
Substituting w = c/u - u (which maps (0,∞) → ℝ bijectively): 2I = ∫_{-∞}^{+∞} exp(-w²) dw = √π
Therefore I = √π/2.
The substitution u ↦ c/u shows that the Glasser integral is invariant under multiplication by c/u². This is the key identity that enables the proof.
The Glasser integrand is integrable on (0, ∞). Proof: On (0, 1], bounded by 1 on finite measure set. On (1, ∞), dominated by e^{2c} · e^{-u²} which is Gaussian-integrable.
The weighted Glasser integrand is integrable on (0, ∞). Proof: Use change of variables v = c/u which maps (0,1] → [c,∞) and (1,∞) → (0,c]. On each piece, the weighted integrand transforms to the unweighted one on a subset of (0,∞).
The Glasser map w = c/u - u tends to +∞ as u → 0⁺.
The Glasser map w = c/u - u tends to -∞ as u → +∞.
The Glasser map is continuous on (0, ∞).
The Glasser map is strictly decreasing on (0, ∞).
Part 4: Completing the square #
Part 5: The main substitutions #
Part 6: The main theorem #
Main Theorem: The Laplace integral identity (Bessel K_{1/2}).
∫₀^∞ s^{-1/2} exp(-a/s - b*s) ds = √(π/b) exp(-2√(ab))
This is Gradshteyn & Ryzhik 3.471.9 with ν = 1/2.
Extension: The Laplace integral identity for a ≥ 0 (extends to include a = 0).
When a = 0, the integral reduces to the Gamma function: ∫₀^∞ s^{-1/2} exp(-b·s) ds = Γ(1/2) / √b = √(π/b)
which matches √(π/b) · exp(-2√(0·b)) = √(π/b) · 1 = √(π/b).