W e l c o m e    t o    [ www.mauspfeil.net ] Datum: 09.02.2010, 18:40 Uhr

Dictionary of Meaning


<<Back
Please select a letter:
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9
Search:
Shopping-Bestseller-Search:    
 Click here for Shopping

Google

Chebyshev polynomials

*** Shopping-Tip: Chebyshev polynomials

In mathematics the '''Chebyshev polynomials''', named after Pafnuty Chebyshev, are a polynomial sequence sequence of orthogonal polynomials which are related to de Moivre's formula and which are easily defined recursively, like Fibonacci numbers Fibonacci or Lucas numbers. One usually distinguishes between '''Chebyshev polynomials of the first kind''' which are denoted ''T''''n'' and '''Chebyshev polynomials of the second kind''' which are denoted ''U''''n''. The letter T is used because of the alternative transliterations of the name ''Chebyshev'' as ''Tchebyshef'' or ''Tschebyscheff''. The Chebyshev polynomials ''T''''n'' or ''U''''n'' are polynomials of degree ''n'' and the sequence of Chebyshev polynomials of either kind composes a polynomial sequence. Chebyshev polynomials are important in approximation theory because the roots of the Chebyshev polynomials of the first kind, which are also called Chebyshev nodes, are used as nodes in polynomial interpolation. The resulting interpolation polynomial minimizes the problem of Runge's phenomenon and provides an approximation that is close to the polynomial of best approximation to a continuous function continuous function under the maximum norm. In the study of differential equations they arise as the solution to the '''Chebyshev differential equations''' :(1-x^2)\,y'' - x\,y' + n^2\,y = 0 and :(1-x^2)\,y'' - 3x\,y' + n(n+2)\,y = 0 for the polynomials of the first and second kind, respectively. These equations are special cases of the Sturm-Liouville problem Sturm-Liouville differential equation.

Definition
The '''Chebyshev polynomials of the first kind''' are defined by the recurrence relation :T_0(x) = 1 \, :T_1(x) = x \, :T_{n+1}(x) = 2xT_n(x) - T_{n-1}(x). \, One example of a generating function for this recurrence relation is :\sum_{n=0}^{\infty}T_n(x) t^n = \frac{1-tx}{1-2tx+t^2}. The '''Chebyshev polynomials of the second kind''' are defined by the recurrence relation :U_0(x) = 1 \, :U_1(x) = 2x \, :U_{n+1}(x) = 2xU_n(x) - U_{n-1}(x). \, One example of a generating function for this recurrence relation is :\sum_{n=0}^{\infty}U_n(x) t^n = \frac{1}{1-2tx+t^2}.

Trigonometric definition
The Chebyshev polynomials of the first kind can be defined by the trigonometric identity :T_n(\cos(\theta))=\cos(n\theta) \, for ''n'' = 0, 1, 2, 3, .... . That cos(''nx'') is an ''n''th-degree polynomial in cos(''x'') can be seen by observing that cos(''nx'') is the real part of one side of De Moivre's formula, and the real part of the other side is a polynomial in cos(''x'') and sin(''x''), in which all powers of sin(''x'') are even and thus replaceable via the identity cos²(''x'') + sin²(''x'') = 1. Written explicitly :T_n(x) = \begin{cases} \cos(n\arccos(x)), & \ x \in [-1,1] \\ \cosh(n \, \mathrm{arcosh}(x)), & \ x \ge 1 \\ (-1)^n \cosh(n \, \mathrm{arcosh}(-x)), & \ x \le -1 \\ \end{cases} From reasoning similar to that above, one can develop a closed form closed-form generating formula for Chebyshev polynomials of the first kind: : \cos(n \theta)=\frac{e^{i n \theta}+e^{-i n \theta}}{2}=\frac{(e^{i \theta})^n+(e^{i \theta})^{-n}}{2} and since : e^{i \theta}=\cos(\theta)+i \sin(\theta) and : \sin(\theta)=\sqrt{1-\cos(\theta)^2} we have : e^{i \theta}=\cos(\theta)+ \sqrt{\cos(\theta)^2-1} which gives : \cos(n \theta)=\frac{(\cos(\theta)+ \sqrt{\cos(\theta)^2-1})^n+(\cos(\theta)+ \sqrt{\cos(\theta)^2-1})^{-n}}{2} replacing \cos(\theta) with ''x'', we have : T_n(x)=\frac{(x+ \sqrt{x^2-1})^n+(x+ \sqrt{x^2-1})^{-n}}{2} Although the above form is the one most frequently encountered, if one uses definitions of cos(''z''), cosh(''z''), and their inverses for complex ''z'', then : \begin{matrix} T_n(x) & = & \cos (n \arccos (x)) \\ & = & \mathrm{cosh} (n \, \mathrm{arccosh} (x)) \end{matrix} \ , \quad \forall x \in \mathbb{R}. Similarly, the polynomials of the second kind satisfy : U_n(\cos(\theta)) = \frac{\sin((n+1)\theta)}{\sin\theta}. This function is very similar to the Dirichlet kernel.

Mutual recurrence
Equivalently, the two sequences can also be defined at once from a pair of mutual recurrence equations: :T_0(x) = 1 :U_{-1}(x) = 1 :T_{n+1}(x) = xT_n(x) - (1 - x^2)U_{n-1}(x) :U_n(x) = xU_{n-1}(x) + T_n(x) These can be derived from the trigonometric formulae, for example if x = \cos\vartheta, then :T_{n+1}(x) = T_{n+1}(\cos\vartheta) = {} \cos((n + 1)\vartheta) = {} \cos(n\vartheta)\cos\vartheta - \sin(n\vartheta)\sin\vartheta = {} T_n(\cos\vartheta)\cos\vartheta - U_n(\cos\vartheta)\sin^2\vartheta = {} xT_n(x) - (1 - x^2)U_n(x) (Both these equations and the trigonometric equations take a simpler form if we, like some works, follow the alternate convention of denoting our U_n (the polynomial of degree n) with U_{n+1} instead.)

Orthogonality
Both the ''T''''n'' and the ''U''''n'' form a sequence of orthogonal polynomials. The polynomials of the first kind are orthogonal with respect to the weight :\frac{1}{\sqrt{1-x^2}}, on the interval [−1,1], i.e. we have: :\int_{-1}^1 T_n(x)T_m(x)\,\frac{dx}{\sqrt{1-x^2}}=\left\{ \begin{matrix} 0 &: n\ne m~~~~~\\ \pi &: n=m=0\\ \pi/2 &: n=m\ne 0 \end{matrix} \right. This can be proven by letting ''x='' cos(θ) and using the identity ''Tn'' (cos(θ))=cos(nθ). Similarly, the polynomials of the second kind are orthogonal with respect to the weight :\sqrt{1-x^2} on the interval [−1,1], i.e. we have: :\int_{-1}^1 U_n(x)U_m(x)\sqrt{1-x^2}\,dx = \begin{cases} 0 &: n\ne m\\ \pi/2 &: n=m \end{cases} (which, when normalizing constant normalized to form a probability measure, is the Wigner semicircle distribution).

Basic properties
For every nonnegative integer n, T_n(x) and U_n(x) are both polynomials of degree n. They and are Even and odd functions even or odd functions of x as n is even and odd, so when written as polynomials of x, it only has even or odd degree terms resp. The leading coefficient of T_n is 2^{n-1} if 1 \le n, but 1 if 0 = n.

Minimal \infty-norm
For any given 1 \le n, among the polynomials of degree n with leading coefficient 1, f(x) = \frac1{2^{n-1}}T_n(x) is the one of which the maximal absolute value on the interval [-1, 1] is minimal. This maximal absolute value is \frac1{2^{n-1}} and |f(x)| reaches this maximum exactly n+1 times: in -1 and 1 and the other n - 1 extremal points of f.

Other properties
The Chebyshev polynomials of the first and second kind are closely related by the following equations :\frac{d}{dx} \, T_n(x) = n U_{n-1}(x) \mbox{ , } n=1,\ldots :T_n(x) = U_n(x) - x \, U_{n-1}(x). The Chebyshev polynomials are a special case of the ultraspherical or Gegenbauer polynomials, which themselves are a special case of the Jacobi polynomials.

Examples
image:chebyshev.png frame|This image shows the first few Chebyshev polynomials of the first kind in the domain -1¼T0
, and T1, T2, T3, T4 and T5. The first few Chebyshev polynomials of the first kind are : T_0(x) = 1 \, : T_1(x) = x \, : T_2(x) = 2x^2 - 1 \, : T_3(x) = 4x^3 - 3x \, : T_4(x) = 8x^4 - 8x^2 + 1 \, : T_5(x) = 16x^5 - 20x^3 + 5x \, : T_6(x) = 32x^6 - 48x^4 + 18x^2 - 1 \, : T_7(x) = 64x^7 - 112x^5 + 56x^3 - 7x \, : T_8(x) = 128x^8 - 256x^6 + 160x^4 - 32x^2 + 1 \, : T_9(x) = 256x^9 - 576x^7 + 432x^5 - 120x^3 + 9x. \, image:chebyshev2.png frame|This image shows the first few Chebyshev polynomials of the second kind in the domain -1¼U0, and U1, U2, U3, U4 and U5. Although not visible in the image, Un(1)=n+1 and Un(-1)=(n+1)(-1)n. The first few Chebyshev polynomials of the second kind are : U_0(x) = 1 \, : U_1(x) = 2x \, : U_2(x) = 4x^2 - 1 \, : U_3(x) = 8x^3 - 4x \, : U_4(x) = 16x^4 - 12x^2 + 1 \, : U_5(x) = 32x^5 - 32x^3 + 6x \, : U_6(x) = 64x^6 - 80x^4 + 24x^2 - 1. \,

Polynomial in Chebyshev form
A polynomial of degree ''N'' in Chebyshev form is a polynomial ''p''(''x'') of the form :p(x) = \sum_{n=0}^{N} a_n T_n(x) where ''T''''n'' is the ''n''th Chebyshev polynomial. Polynomials in Chebyshev form can be evaluated using the Clenshaw algorithm.

Chebyshev roots
A Chebyshev polynomial of either kind with degree ''n'' has ''n'' different simple roots, called '''Chebyshev roots''', in the interval [−1,1]. The roots are sometimes called Chebyshev nodes because they are used as ''nodes'' in polynomial interpolation. Using the trigonometric form one can easily prove that the roots of ''T''''n'' are : x_i = \cos\left(\frac{2i-1}{2n}\pi\right) \mbox{ , } i=1,\ldots,n. Similarly, the roots of ''U''''n'' are : x_i = \cos\left(\frac{i}{n+1}\pi\right) \mbox{ , } i=1,\ldots,n.

See also
*Chebyshev nodes *Chebyshev filter *Legendre polynomials *Hermite polynomials

References
* M. Abramowitz and I. A. Stegun, eds. ''Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables,'' Chapter 22. New York: Dover, 1972. Category:Special hypergeometric functions Category:Orthogonal polynomials Category:Numerical analysis de:Tschebyschow-Polynom fr:Polynôme de Tchebychev ko:체비셰프 다항� it:Polinomi di Chebyshev nl:Chebyshev-polynoom pl:Wielomiany Czebyszewa ru:Многочлен Чебышёва zh:切比雪夫多项�

*** Shopping-Tip: Chebyshev polynomials
   
SHOPPING-TIPPS
- Bestseller
- Books
- Computer
- Computerequipment
- DVD (Topfilms)
- Photo & Elektronics
- Household/Kitchen
- Music
- Software (Bestseller)
- Video
- Videogames
- All Categories


Search:
In Partnerschaft mit Amazon.de


 


[The article Chebyshev polynomials is based on the the dictionary Wikipedia, the free encyklopedia. There you will find a list of all editors and the possibility to edit the original text of the article Chebyshev polynomials.
The texts from Wikipedia and this site follow the GNU Free Documentation License.]

<<back | Home | Impressum | To the Start of this page
Web-Tipps: www.nomen-online.de
Jobmarkt Deutschland
Reisen online buchen |