For periodic functions on a regularly spaced grid, the trapezoidal rule is supposed to converge incredibly quickly ( the error estimate decreasing as $O(e^{-\eta/h})$ for step size $h$ ).
However, I don't believe this is true for non-uniform grids. What is the error estimate for a non-uniform grid, and how does it converge? (specifically for a logarithmic grid, but more generally if possible).
r = 0, so the logarithmic grid helps to make it easier to calculate near the singularity). However, the positive eigenvalues (which are calculated on a logarithmic grid), are periodic, and I need to calculate the integral of products of these eigenvectors. ($\int_0^{\infty} f1(r); r; f2(r); dr$). Besides all that though, I'm just curious about the error estimate qualities of the trapezoidal rule on a non-uniform grid. – Andrew Spott Feb 11 '14 at 23:51