Chebyshev nodes


In numerical analysis, Chebyshev nodes (also called Chebyshev points or a Chebyshev grid) are a set of specific algebraic numbers used as nodes for polynomial interpolation and numerical integration. They are the projection of a set of equispaced points on the unit circle onto the real interval , the circle's diameter.
There are two kinds of Chebyshev nodes. The Chebyshev nodes of the first kind, also called the Chebyshev–Gauss nodes[1] or Chebyshev zeros, are the zeros of a Chebyshev polynomial of the first kind, . The corresponding Chebyshev nodes of the second kind, also called the Chebyshev–Lobatto nodes[2] or Chebyshev extrema, are the extrema of , which are also the zeros of a Chebyshev polynomial of the second kind, , along with the two endpoints of the interval. Both types of numbers are commonly referred to as Chebyshev nodes or Chebyshev points in literature.[3] They are named after 19th century Russian mathematician Pafnuty Chebyshev, who first introduced Chebyshev polynomials.
Unlike some other interpolation nodes, the Chebyshev nodes "nest": the existing nodes are retained when doubling the number of nodes, reducing computation for each grid refinement by half. Polynomial interpolants constructed from Chebyshev nodes minimize the effect of Runge's phenomenon.[4] They can be easily converted to a representation as a weighted sum of Chebyshev polynomials using the fast Fourier transform.
Definition
[edit]
For a given positive integer , the Chebyshev nodes of the first kind are given by
This is the projection of equispaced points on the unit circle onto the interval , the circle's diameter. These points are also the roots of , the Chebyshev polynomial of the first kind with degree .
The Chebyshev nodes of the second kind are given by
This is also the projection of equispaced points on the unit circle onto , this time including the endpoints of the interval, each of which is only the projection of one point on the circle rather than two. These points are also the extrema of in , the places where it takes the value .[5] The interior points among the nodes, not including the endpoints, are also the zeros of , a Chebyshev polynomial of the second kind, a rescaling of the derivative of .
For nodes over an arbitrary interval an affine transformation from can be used:
Properties
[edit]Both kinds of nodes are always symmetric about zero, the midpoint of the interval.
Examples
[edit]The node sets for the first few integers are:
While these sets are sorted by ascending values, the defining formulas given above generate the Chebyshev nodes in reverse order from the greatest to the smallest.
Approximation
[edit]The Chebyshev nodes are important in approximation theory because they form a particularly good set of nodes for polynomial interpolation. Given a function f on the interval and points in that interval, the interpolation polynomial is that unique polynomial of degree at most which has value at each point . The interpolation error at is for some (depending on x) in [−1, 1].[6] 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 (maximum norm) of any such polynomial is bounded from 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].[7]) Therefore, when the interpolation nodes xi are the roots of Tn, the error satisfies For an arbitrary interval [a, b] a change of variable shows that
Modified even-order nodes
[edit]Some applications for interpolation nodes, such as the design of equally terminated passive Chebyshev filters, cannot use even-order Chebyshev nodes directly due to the lack of a root at 0. Instead, the Chebyshev nodes can moved toward zero, with a double root at zero directly, using a transformation:[8]
For example, Chebyshev nodes of the first kind of order 4 are , with . Applying the transformation yields new nodes . The modified even-order nodes now include zero twice.
See also
[edit]Notes
[edit]- ^ The name Chebyshev–Gauss nodes comes from the use of Chebyshev zeros in numerical integration, which can be seen as a variant of Gaussian quadrature.
- ^ The name Chebyshev–Lobatto nodes comes from Rehuel Lobatto, who made a variant of Gaussian quadrature, known as Lobatto quadrature, whose nodes included the ends of the interval, a feature shared by the Chebyshev extrema.
- ^ Trefethen 2013, pp. 7
- ^ Fink & Mathews 1999, pp. 236–238
- ^ Trefethen 2013, pp. 14
- ^ Stewart 1996, (20.3)
- ^ Stewart 1996, Lecture 20, §14
- ^ Saal, Rudolf (January 1979). Handbook of Filter Design (in English and German) (1st ed.). Munich, Germany: Allgemeine Elektricitäts-Gesellschaft. pp. 25, 26, 56–61, 116, 117. ISBN 3-87087-070-2.
References
[edit]- Fink, Kurtis D.; Mathews, John H. (1999). Numerical Methods using MATLAB (3rd ed.). Upper Saddle River NJ: Prentice Hall.
- Stewart, Gilbert W. (1996). Afternotes on Numerical Analysis. SIAM. ISBN 978-0-89871-362-6.
- Trefethen, Lloyd N. (2013), Approximation Theory and Approximation Practice, SIAM
Further reading
[edit]- Burden, Richard L.; Faires, J. Douglas: Numerical Analysis, 8th ed., pages 503–512, ISBN 0-534-39200-8.