Jump to content

Chebyshev nodes

From Wikipedia, the free encyclopedia
(Redirected from Chebyshev node)
Here we plot the Chebyshev nodes of the first kind and the second kind, both for n = 8. For both kinds of nodes, we first plot the points equi-distant on the upper half unit circle in blue. Then the blue points are projected down to the x-axis. The projected points, in red, are the Chebyshev nodes.

In numerical analysis, Chebyshev nodes are two sets of specific real algebraic numbers, used as nodes for polynomial interpolation. They are the projections of equispaced points on the unit circle onto the real interval the diameter of the circle. Polynomial interpolants constructed from these nodes minimize the effect of Runge's phenomenon.[1]

Definition

[edit]
Chebyshev nodes of both kinds from to .

In the following, n is a positive integer.

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 roots of , the Chebyshev polynomial of the second kind with degree . They are also the points where takes its extreme values .[2]

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

Remarks

[edit]

The given formulas sort the Chebyshev nodes from the greatest to the smallest.

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:

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. 7
  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.