Subsections
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) |
for some
between a and b.
This gives a bound on the interpolation error:

In terms of the infinity norm,
|  |
(2) |
Sometimes we use
(for example) to mean the interpolation
operation:
.Then
|  |
(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) |
where

[Exercise: Prove this. You will need to break up the integral
on
to the intervals [a,x] and [x,b].]
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)
After some calculation we can show that

So,
.Note that e(x)=s(x)-p(x), so taking the second derivative gives
as
for all x.
So
|  |
(5) |
Integrating different powers of |e(x)| over [a,b] will give us
bounds on the interpolation error in different norms (or taking the
maximum over x will give the
norm of the error).
In particular, taking maximums gives
|  |
(6) |
Squaring and integrating gives
|  |
(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) |
Using the Cauchy inequality again, we get
![\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)
Similar calculations reveal that

Now we can integrate |e'(x)|2 to get the L2 bound on e':

Taking the square root gives:
|  |
(9) |
This can also be written as
|  |
(10) |
David Stewart
10/5/1998