Jump to content

Chebyshev nodes

From Wikipedia, the free encyclopedia
Chebyshev zeros (solid dots, red lines) and extrema (hollow squares, blue lines) are the projection of two sets of equispaced points on the unit circle onto the x-axis. 2n equispaced points on the circle project onto n Chebyshev zeros or n+1 Chebyshev extrema.
The Chebyshev zeros (solid dots) are roots of a Chebyshev polynomial of the first kind (red). The Chebyshev extrema (hollow squares) are roots of a Chebyshev polynomial of the second kind (blue), and also the extrema (crosses) of a Chebyshev polynomial of the first kind.

In numerical analysis, Chebyshev nodes of the first and second kind are two sets of specific real algebraic numbers, often used as nodes for polynomial interpolation. Interpolants constructed from these nodes minimize the effect of Runge's phenomenon.[1]

The Chebyshev nodes are defined as zeroes or extrema of Chebyshev polynomials, and can also be obtained by projections of equispaced points on the unit circle onto the real interval the diameter of the circle.

Definition

[edit]
Chebyshev nodes of both kinds from to .

The Chebyshev nodes of the first kind, also called Chebyshev points or Chebyshev zeroes, are These are the roots of , the Chebyshev polynomial of the first kind with degree .

The Chebyshev nodes of the second kind, also called Chebyshev-Lobatto points or Chebyshev extrema, are These are the points where (for ) takes its extreme values .[2] They include the end points -1 and +1, which are extrema only with respect to the domain [-1,+1]. If we consider and omit the two end points (i.e. restrict to ), then the remaining points are the roots of , the Chebyshev polynomial of the second kind with degree .

Depending on context, unqualified terms like Chebyshev nodes may refer to either the first or the second kind.

Remarks

[edit]

While the second-kind nodes include the interval end points -1 and +1, the first-kind nodes do not. Both kinds of nodes are symmetric about the midpoint of the interval. The midpoint is a node iff n is odd.

For nodes over an arbitrary interval an affine transformation from [-1,1] to [a,b] can be used:

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].[3] 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].[4]) 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

Even order modified Chebyshev nodes

[edit]

Many applications for Chebyshev nodes, such as the design of equally terminated passive Chebyshev filters, cannot use Chebyshev nodes directly, due to the lack of a root at 0. However, the Chebyshev nodes may be modified into a usable form by translating the roots down such that the lowest roots are moved to zero, thereby creating two roots at zero of the modified Chebyshev nodes.[5]

The even order modification translation is:

The sign of the function is chosen to be the same as the sign of .

For example, the Chebyshev nodes for a 4th order Chebyshev function are, {0.92388,0.382683,-0.382683,-0.92388}, and is , or 0.146446. Running all the nodes through the translation yields to be {0.910180, 0, 0, -0.910180}.

The modified even order Chebyshev nodes now contains two nodes of zero, and is suitable for use in designing even order Chebyshev filters with equally terminated passive element networks.

Notes

[edit]
  1. ^ Fink & Mathews 1999, pp. 236–238
  2. ^ Trefethen 2013, pp. 14
  3. ^ Stewart 1996, (20.3)
  4. ^ Stewart 1996, Lecture 20, §14
  5. ^ 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]

Further reading

[edit]
  • Burden, Richard L.; Faires, J. Douglas: Numerical Analysis, 8th ed., pages 503–512, ISBN 0-534-39200-8.