Double-Exponential Sinc-Collocation Method
- Double-Exponential Sinc-Collocation Method is a numerical technique combining Sinc interpolation with a double-exponential variable transformation to solve differential and eigenvalue problems with near spectral accuracy.
- It transforms unbounded or singular problems into symmetric generalized eigenvalue problems, effectively handling anharmonic oscillators and singular Sturm-Liouville systems.
- The method provides rigorous error estimates and optimal mesh strategies, ensuring efficient computation and high accuracy across various quantum and boundary value applications.
The double-exponential Sinc-collocation method (DESCM) is a numerical technique for solving differential equations—especially eigenvalue problems of quantum mechanics and Sturm-Liouville systems—that combines Sinc interpolation with a double-exponential variable transformation to achieve nearly spectral convergence rates. The method efficiently approximates solutions on unbounded or singular domains by exploiting the rapid decay properties induced by the transformation, resulting in symmetric generalized eigenvalue problems with well-characterized error bounds. DESCM has been extensively applied to anharmonic oscillators, rational and Coulombic potentials, and singular boundary value problems, frequently outperforming single-exponential Sinc and other spectral methods in accuracy and computational efficiency (Gaudreau et al., 2014, Gaudreau et al., 2014, Gaudreau et al., 2015, Gaudreau et al., 2016, Cassidy et al., 2015).
1. Sinc Basis Functions and Cardinal Expansion
The foundation of DESCM is the Sinc function
and the shifted Sinc basis
for mesh size and . These basis functions satisfy the cardinal property , enabling discrete orthogonality.
For a function over , the (truncated) Sinc expansion is
which interpolates at nodes , (Gaudreau et al., 2014, Gaudreau et al., 2016).
2. Double-Exponential (DE) Variable Transformation
DESCM achieves accelerated convergence by applying a conformal map such that the transformed unknown function decays double-exponentially as . Canonical choices include:
| Target domain | DE map | Jacobian |
|---|---|---|
For problems such as the Schrödinger equation with single-exponential tails, the transformation enforces double-exponential decay on , resulting in strong analytic properties and rapid convergence of the Sinc expansion (Gaudreau et al., 2014, Cassidy et al., 2015, Gaudreau et al., 2016).
3. Formulation: Collocation and the Generalized Eigenvalue Problem
After applying the DE transform, e.g. , the unknown function is represented as , where . Collocating the transformed differential equation at the Sinc grid points yields a generalized eigenvalue problem: where the transformed potential is given by
(Gaudreau et al., 2014, Gaudreau et al., 2016).
Letting and denote, respectively, the stiffness and mass matrices, the discrete problem becomes
with symmetric and positive-definite diagonal. This form admits standard dense eigensolvers and supports efficient computation.
4. Optimal Mesh Size and Principle of Minimal Sensitivity
The convergence and accuracy of DESCM depend critically on the choice of collocation mesh size . For functions decaying as and analytic in a strip , the optimal mesh is
where is the Lambert–W function and is determined by asymptotic decay constants, potential degree, and domain strip-width (Gaudreau et al., 2014, Cassidy et al., 2015, Gaudreau et al., 2016, Gaudreau et al., 2014).
The principle of minimal sensitivity refines numerically by minimizing the trace of the symmetrized matrix , further improving accuracy, particularly for multi-well and complex potentials.
5. Convergence Theory and Error Estimates
DESCM achieves nearly spectral convergence rates, with rigorous error bounds established. For eigenvalue approximations to simple eigenvalues , one has
for some depending on the analytic strip and decay properties. For initial value problems, the error for solution vectors obeys
showing convergence (Gaudreau et al., 2014, Gaudreau et al., 2016, Okayama et al., 2023, Yamamoto, 3 Jan 2026).
6. Practical Implementation and Algorithmic Steps
The typical DESCM workflow entails:
- Selecting the appropriate DE transformation for the domain and potential.
- Estimating decay parameters (, ) and analytic strip width .
- Calculating the optimal mesh size via the analytic or minimal-sensitivity principle.
- Computing Sinc grid points, transformed potential values, and matrix entries (, derivatives).
- Assembling and solving the symmetric generalized eigenvalue problem.
- Post-processing eigenvalues and, for IVPs, reconstructing solutions via Sinc expansions (Gaudreau et al., 2014, Cassidy et al., 2015, Gaudreau et al., 2014, Okayama et al., 2023, Yamamoto, 3 Jan 2026).
For systems with parity symmetry, resulting matrices are centrosymmetric, enabling substantial savings by splitting the computation into two smaller problems and requiring storage and computation of only $1/(N+1)$ of all matrix entries (Gaudreau et al., 2015).
7. Applications and Representative Results
DESCM has produced highly accurate results for:
- Single-well and multi-well anharmonic oscillators: , (Gaudreau et al., 2014). Errors decay as , with 12-digit accuracy often attained with .
- Rational potentials of the form (Gaudreau et al., 2016).
- Anharmonic Coulombic potentials using generalized DE maps and scaling factors for stability (Cassidy et al., 2015).
- Singular Sturm-Liouville problems, e.g. Bessel-type equations, with –level errors for moderate (Gaudreau et al., 2014).
- Initial-value ODEs, where Gauss-Seidel-type fixed-point iteration for the nonlinear DESCM system yields rapid reduction of error—two orders of magnitude per sweep with contraction factor (Yamamoto, 3 Jan 2026).
The method is routinely implemented in Julia, MATLAB, and Fortran. For all classes of problems above, DESCM outperforms single-exponential Sinc and many alternative spectral methods due to the double-exponential mapping and mesh optimization strategies.