Chebyshev nodes
In numerical analysis, Chebyshev nodes are the roots of the Chebyshev polynomial of the first kind. They are often used as nodes in polynomial interpolation because the resulting interpolation polynomial minimizes the Runge's phenomenon.
Contents |
[edit] Definition
For a given natural number n, Chebyshev nodes in the interval [−1, 1] are
For nodes over an arbitrary interval [a, b] an affine transformation can be used:
[edit] Approximation using Chebyshev nodes
The Chebyshev nodes are important in approximation theory because they form a particularly good set of nodes for polynomial interpolation. Given a function ƒ on the interval
and
points
in that interval, the interpolation polynomial is that unique polynomial
of degree
which has value
at each point
. The interpolation error at
is
for some
in [−1, 1].[1] So it is logical to try to minimize
This product Π is a monic polynomial of degree n. It may be shown that the maximum absolute value of any such polynomial is bounded below by 21−n. This bound is attained by the scaled Chebyshev polynomials 21−n Tn, which are also monic. (Recall that |Tn(x)| ≤ 1 for x ∈ [−1, 1].[2]). When interpolation nodes xi are the roots of the Tn, the interpolation error satisfies therefore
[edit] Notes
- ^ Stewart (1996), (20.3)
- ^ Stewart (1996), Lecture 20, §14
[edit] References
- Burden, Richard L.; Faires, J. Douglas: Numerical Analysis, 8th ed., pages 503–512, ISBN 0534392008.
- Stewart, Gilbert W. (1996), Afternotes on Numerical Analysis, SIAM, ISBN 978-0-89871-362-6.



![\max_{x \in [-1,1]} \left| \prod_{i=1}^n (x-x_i) \right|.](http://upload.wikimedia.org/wikipedia/en/math/4/9/9/4995a2afa69e53f64136130481b0c1fa.png)
![|f(x) - P_{n-1}(x)| \le \frac{1}{2^{n-1}n!} \max_{\xi \in [-1,1]} |f^{(n)} (\xi)|.](http://upload.wikimedia.org/wikipedia/en/math/5/d/1/5d11b19edb9a1fdede5d164f2a931242.png)