Natural cubic spline interpolation error estimate

It seems the following.

I think that a key question is: how far from zero can be a function $f$ which has the zero approximation? The answer depends on by which characteristics of $f$ we bound its norm $\|f\|=\max_{x\in [a,b]} f(x)$. For instance, suppose that $a=x_0<x_1<...<x_m=b$, $f\in C^2[a,b]$ (or satisfies some weaker smoothness conditions), $f”(a)= f”(b)=0$ and $f(x_i)=0$ for each $i$. Let $h=\max|x_{i+1} – x_i|$. There can be following conditions imposed on derivatives of the function $f$.

  1. $\|f’\|= A$. Then $\|f\|\le Ah/2$.
  2. $\|f’’\|= A$. Then $\|f’\| \le A(b-a)/2$, and so $\|f\|\le Ah(b –a)/4$. But it seems that we can obtain a bound $\|f\|\le Ah^2/4$.
  3. $\|f’’’\|= A$. Then ...

I hope this helps.

We assume $f\in C^2([a,b])$. Since $s''(x)=s''(x_i)\frac{x_{i+1}-x}{h_i}+s''(x_{i+1})\frac{x-x_i}{h_i}$, for $x\in [x_{i},x_{i+1})$, $0\leq i\leq n-1$, it holds $$ \begin{array}{rcl} f''(x)-s''(x)&=&\left[(f''(x)-f''(x_i))+(f''(x_i)-s''(x_i))\right]\tfrac{x_{i+1}-x}{h_i}\\[0.75pc] &&+\left[(f''(x)-f''(x_{i+1}))+(f''(x_{i+1})-s''(x_{i+1})]\right)\tfrac{x-x_i}{h_i}, \end{array} $$ for $x\in [x_{i},x_{i+1})$, $0\leq i\leq n-1$. Hence, $$\parallel f''-s''\parallel_\infty\leq \omega_{h}(f'')+M_{\Delta_n},$$ being $\omega_h(f'')$ the modulus of continuity of $f''$ of size $h=\displaystyle\max_{0\leq i\leq n} x_{i+1}-x_i$ and $$M_{\Delta_n}:=\displaystyle\max_{0\leq i\leq n} |f''(x_i)-s''(x_i)|.$$ Now, let $d:=f-s\in C^2([a,b])$, with $d(x_i)=0$, $0\leq i\leq n$, and by Rolle's Theorem, $d'(\xi_{i})=0$, with $\xi_{i}\in (x_i,x_{i+1})$, $0\leq i\leq n-1$. Let $\widehat{x}, \widetilde{x}\in [a,b]$ such that $\parallel d \parallel_\infty=|d(\widehat{x})|$ and $\parallel d' \parallel_\infty=|d'(\widetilde{x})|$, respectively. There exist indexes $i,j$ such that $|\widehat{x}-x_i|\leq \frac{h}{2}$ and $|\widetilde{x}-\xi_j|\leq h$. Then $$ \parallel d \parallel_\infty=|d(\widehat{x})|=\left| \int_{x_i}^{\widehat{x}} d'(x)dx\right|\leq \tfrac{h}{2} \parallel d' \parallel_\infty, \quad \parallel d'\parallel_\infty =|d'(\widetilde{x})|=\left| \int_{\xi_j}^{\widetilde{x}} d''(x)dx\right|\leq h\parallel d''\parallel_\infty. $$

It remains to study the size of $M_{\Delta_n}$. For the natural and the complete cubic splines (even for the periodic one if $f$ extends periodically to a $C^2$ function on $\mathbb{R}$), it holds $$ \begin{array}{rcl} \widehat{\delta}_i&:=&\tfrac{h_{i-1}}{6(h_{i-1}+h_i)}f''(x_{i-1})+\frac{1}{3}f''(x_i)+\tfrac{h_i}{6(h_{i-1}+h_i)}f''(x_{i+1})-f[x_{i-1},x_i,x_{i+1}] \\[0.75pc] &&\tfrac{h_{i-1}}{6(h_{i-1}+h_i)}f''(x_{i-1})+\frac{1}{3}f''(x_i)+\tfrac{h_i}{6(h_{i-1}+h_i)}f''(x_{i+1})-\tfrac{f''(\widehat{\zeta}_i)}{2},\quad \widehat{\zeta}_i\in[x_{i-1},x_{i+1}], \\[0.75pc] &&\tfrac{h_{i-1}}{6(h_{i-1}+h_i)}(f''(x_{i-1})-f''(\widehat{\zeta}_i))+\frac{1}{3}(f''(x_i)-f''(\widehat{\zeta}_i))+\tfrac{h_i}{6(h_{i-1}+h_i)}(f''(x_{i+1})-f''(\widehat{\zeta}_i)), \end{array} $$ and $|\widehat{\delta}_i|\leq \frac{1}{6}\omega_{2h}(f'')+\frac{1}{3}\omega_{h}(f'')\leq \frac{2}{3}\omega_{h}(f'')$, $0\leq i\leq n$ (with the convention, $h_{-1}:=0$, $x_{-1}:=x_0$, for $i=0$; for $i=n$, $h_n:=0$, $x_{n+1}=x_n$ in case of the complete spline, and $h_n:=h_0$, $x_{n+1}=x_n+h_n$, with $f(x_{n+1}):=f(x_1)$, for the periodic one).

If $AM=b$ denotes the linear system for the spline momenta ($s''(x_i)$) and $F''$ is the corresponding vector of second derivatives of $f$ at the grid points, then $A(F''-M)=AF''-b=\widehat{\delta}$, where $\widehat{\delta}$ is the corresponding vector with coefficients $\widehat{\delta}_i$. Since $\parallel A^{-1}\parallel_\infty \leq \frac{1}{1-\parallel I-A\parallel_\infty}=\frac{1}{1-\frac{5}{6}}=6$, this gives $$ M_{\Delta_n}=\parallel F''-M \parallel_\infty\leq \parallel A^{-1} \parallel_\infty \parallel\widehat{\delta} \parallel_\infty\leq 4\omega_{h}(f''). $$

This gives $\parallel f^{(j)}-s^{(j)} \parallel_\infty=o(h^{2-j})$, $j=0,1,2$ for the three splines above considered. If $f$ does not extend to a $C^2$ periodic function, then the above argument only gives for the periodic spline $\parallel f^{(j)}-s^{(j)} \parallel_\infty=\mathcal{O}(h^{2-j}/h_{\rm min})$, $j=0,1$, with $h_{\rm min}=\displaystyle \min_{0\leq i\leq n} x_{i+1}-x_i$.