One of the simplest (and most common) ways of approximating functions is to use interpolation. For example, consider linear interpolation in one dimension: given a function s(x) on an interval [a,b], we can find the linear interpolant p(x)=(s(a)(b-x)+s(a)(x-a))/(b-a). The error in the interpolant s(x)-p(x) is given by
| |
(1) |
This gives a bound on the interpolation error:
![]()
| (2) |
| (3) |
This kind of error bound works well if have a pointwise bound
on
.In finite element methods, however, we don't have this kind of a
bound.
More usually, we have a bound on
.What do we do then?
To use integral bounds on
we need a different
strategy.
To start with, we know that e(x) = s(x)-p(x) is zero at the
endpoints (i.e., e(a)=e(b)=0).
It turns out for any twice-differentiable function e(x) with
e(a)=e(b)=0, that
| (4) |
![]()
Then we can apply the Cauchy inequality to get
![\begin{displaymath}
\vert e(x)\vert \le \left[\int_a^b G(x,\xi)^2 d\xi\right]^{1/2}
\left[\int_a^b e^{\prime\prime}(\xi)^2 d\xi\right]^{1/2}. \end{displaymath}](img13.gif)
![]()
| (5) |
In particular, taking maximums gives
| |
(6) |
| |
(7) |
We can also use our integral representation of e(x), to get bounds on the derivatives in the L2 norm. First, note that
| (8) |
![\begin{displaymath}
\vert e'(x)\vert \le \left[\int_a^b \frac{\partial G}{\parti...
.../2}
\left[\int_a^b e^{\prime\prime}(\xi)^2 d\xi\right]^{1/2}. \end{displaymath}](img23.gif)
![]()
Now we can integrate |e'(x)|2 to get the L2 bound on e':
![]()
| |
(9) |
| |
(10) |