Lebesgue constant (interpolation)

From Wikipedia, the free encyclopedia

For other uses, see: Lebesgue constant.

In mathematics, the Lebesgue constants (depending on a set of nodes and of its size) give an idea of how good the interpolant of a function (at the given nodes) is in comparison with the best polynomial approximation of the function (the degree of the polynomials are obviously fixed). The Lebesgue function for polynomials of degree at most n and for the set of (n+1) nodes T is generally denoted by Λn(T). These constants are named after Henri Lebesgue.

Contents

[edit] Definition

We fix the interpolation nodes x0, …, xn and an interval [a, b] containing all the interpolation nodes. The process of interpolation maps the function f to a polynomial p. This defines a mapping X from the space C([a, b]) of all continuous functions on [a, b] to itself. The map X is linear and it is a projection on the subspace Πn of polynomials of degree n or less.

The Lebesgue constant Λn(T) is defined as the operator norm of X. This definition requires us to specify a norm on C([a, b]). The maximum norm is usually the most convenient.

[edit] Properties

The Lebesgue constant bounds the interpolation error:

 \|f-X(f)\| \le (\Lambda_n(T)+1) \|f-p^*\|.

We will here prove this statement with the maximum norm. Let p denote the best approximation of f among the polynomials of degree n or less. In other words, p minimizes ||pf|| among all p in Πn. Then

 \| f-X(f) \| \le \| f-p^{\ast} \| + \| p^{\ast} - X(f) \| \,\!

by the triangle inequality. But X is a projection on Πn, so pX(f) = X(pf). This finishes the proof. Note that this relation comes also as a special case of Lebesgue's lemma.

In other words, the interpolation polynomial is at most a factor Λn(T)+1 worse than the best possible approximation. This suggests that we look for a set of interpolation nodes with a small Lebesgue constant.

The Lebesgue constant can be expressed in terms of the Lagrange basis polynomials:

l_j(x) := \prod_{\begin{smallmatrix}i=0\\ j\neq i\end{smallmatrix}}^{n} \frac{x-x_i}{x_j-x_i}

In fact, we have the Lebesgue function

 \lambda_n(x) = \sum_{j=0}^n |l_j(x)|.

and the Lebesgue constant (or Lebesgue number) for the grid is its maximum value

\Lambda_n(T)=\max_{x\in[a,b]} \lambda_n(x)

Nevertheless, it is not easy to find an explicit expression for Λn(T).

[edit] Minimal Lebesgue constants

In the case of equidistant nodes, the Lebesgue constant grows exponentially. More precisely, we have the following asymptotic estimate

 \Lambda_n(T) \sim \frac{2^{n+1}}{e \, n \log n} \quad\mbox{as}\quad n \to \infty.

On the other hand, the Lebesgue constant grows only logarithmically if Chebyshev nodes are used, since we have

 \frac{2}{\pi} \log(n+1)+a < \Lambda_n(T) < \frac{2}{\pi} \log(n+1) + 1,

where a = 0.9625….

We conclude again that Chebyshev nodes are a very good choice for polynomial interpolation. However, there is an easy (linear) transformation of Chebyshev nodes that gives a better Lebesgue constant. Let ti denote the ith Chebyshev node. Then, define si = ticos(π2(n+1)). For such nodes:

\Lambda_n(S)<\frac{2}{\pi} \log(n+1)+b,\,

where b = 0.7219….

Those nodes are, however, not optimal (i.e. they do not minimize the Lebesgue constants) and the search for an optimal set of nodes (which has already been proved to be unique under some assumptions) is still one of the most intriguing topics in mathematics today. Using a computer, one can approximate the values of the minimal constants, here for the canonical interval [−1,1]:

n 1 2 3 4 5 6 7 8 9
Λn(T) 1.0000 1.2500 1.4229 1.5595 1.6722 1.7681 1.8516 1.9255 1.9917

There are several sets of nodes that minimize, for fixed n, the Lebesgue constant. Though if we assume that we always take −1 and 1 as nodes for interpolation, then such a set is unique. To illustrate this property, we shall see what happens when n=2 (i.e. we consider 3 interpolation nodes in which case the property is not trivial). One can check that each set of nodes of type (−a,0,a) is optimal when √83 ≤ a ≤ 1 (we consider only nodes in [−1,1]). If we force the set of nodes to be of the type (−1,b,1), then b must equal 0 (look at the Lebesgue function, whose maximum is the Lebesgue constant).

[edit] Sensitivity of the values of a polynomial

The Lebesgue constants also arise in another problem. Let p be a polynomial of degree n expressed in the Lagrangian form associated with the points in the vector t (i.e. the vector u of its coefficients is the vector containing the values p(ti)). Let \hat{p} be a polynomial obtained by slightly changing the coefficients u of the original polynomial p. Let us consider the equation:

 \frac{\|p-\hat{p}\|}{\|p\|}\leq \Lambda_n(t)\frac{\|u-\hat{u}\|}{\|u\|}

This means that the (relative) error in the values of \hat{p} will not be higher than the appropriate Lebesgue constant times the relative error in the coefficients. In this sense, the Lebesgue constant can be viewed as the relative condition number of the operator mapping each coefficient vector u to the set of the values of the polynomial with coefficients u in the Lagrange form. We can actually define such an operator for each polynomial basis but its condition number is greater than the optimal Lebesgue constant for most convenient bases.

[edit] References