HOME

TheInfoList



OR:

The Chebyshev polynomials are two sequences of polynomials related to the cosine and sine functions, notated as T_n(x) and U_n(x). They can be defined in several equivalent ways, one of which starts with trigonometric functions: The Chebyshev polynomials of the first kind T_n are defined by : T_n(\cos \theta) = \cos(n\theta). Similarly, the Chebyshev polynomials of the second kind U_n are defined by : U_n(\cos \theta) \sin \theta = \sin\big((n + 1)\theta\big). That these expressions define polynomials in \cos\theta may not be obvious at first sight, but follows by rewriting \cos(n\theta) and \sin\big((n+1)\theta\big) using de Moivre's formula or by using the angle sum formulas for \cos and \sin repeatedly. For example, the double angle formulas, which follow directly from the angle sum formulas, may be used to obtain T_2(\cos\theta)=\cos(2\theta)=2\cos^2\theta-1 and U_1(\cos\theta)\sin\theta=\sin(2\theta)=2\cos\theta\sin\theta, which are respectively a polynomial in \cos\theta and a polynomial in \cos\theta multiplied by \sin\theta. Hence T_2(x)=2x^2-1 and U_1(x)=2x. An important and convenient property of the is that they are ''orthogonal'' with respect to the inner product: : \langle f, g\rangle = \int_^1 f(x) \, g(x) \, \frac, and are orthogonal with respect to another, analogous inner product, given below. The Chebyshev polynomials are polynomials with the largest possible leading coefficient whose
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), an ...
on the interval is bounded by 1. They are also the "extremal" polynomials for many other properties. Chebyshev polynomials are important in
approximation theory In mathematics, approximation theory is concerned with how function (mathematics), functions can best be approximation, approximated with simpler functions, and with quantitative property, quantitatively characterization (mathematics), characteri ...
because the roots of , which are also called '' Chebyshev nodes'', are used as matching points for optimizing polynomial interpolation. The resulting interpolation polynomial minimizes the problem of Runge's phenomenon and provides an approximation that is close to the best polynomial approximation to a
continuous function In mathematics, a continuous function is a function such that a continuous variation (that is a change without jump) of the argument induces a continuous variation of the value of the function. This means that there are no abrupt changes in value ...
under the maximum norm, also called the "
minimax Minimax (sometimes MinMax, MM or saddle point) is a decision rule used in artificial intelligence, decision theory, game theory, statistics, and philosophy for ''mini''mizing the possible loss for a worst case (''max''imum loss) scenario. When de ...
" criterion. This approximation leads directly to the method of Clenshaw–Curtis quadrature. These polynomials were named after Pafnuty Chebyshev. The letter is used because of the alternative transliterations of the name ''Chebyshev'' as , (French) or (German).


Definitions


Recurrence definition

The Chebyshev polynomials of the first kind are obtained from the recurrence relation :\begin T_0(x) & = 1 \\ T_1(x) & = x \\ T_(x) & = 2 x\,T_n(x) - T_(x). \end The ordinary generating function for is :\sum_^T_n(x)\,t^n = \frac. There are several other
generating function In mathematics, a generating function is a way of encoding an infinite sequence of numbers () by treating them as the coefficients of a formal power series. This series is called the generating function of the sequence. Unlike an ordinary seri ...
s for the Chebyshev polynomials; the exponential generating function is :\sum_^T_n(x)\frac = \frac\!\left( e^ + e^\right) = e^\cosh\left(t\sqrt\right). The generating function relevant for 2-dimensional potential theory and
multipole expansion A multipole expansion is a mathematical series representing a function that depends on angles—usually the two angles used in the spherical coordinate system (the polar and azimuthal angles) for three-dimensional Euclidean space, \R^3. Similarly ...
is :\sum\limits_^T_(x)\,\frac = \ln\left( \frac\right). The Chebyshev polynomials of the second kind are defined by the recurrence relation :\begin U_0(x) & = 1 \\ U_1(x) & = 2 x \\ U_(x) & = 2 x\,U_n(x) - U_(x). \end Notice that the two sets of recurrence relations are identical, except for T_1(x) = x vs. The ordinary generating function for is :\sum_^U_n(x)\,t^n = \frac, and the exponential generating function is :\sum_^U_n(x)\frac = e^\!\left(\!\cosh\left(t\sqrt\right) + \frac \sinh\left(t\sqrt\right)\!\right).


Trigonometric definition

As described in the introduction, the Chebyshev polynomials of the first kind can be defined as the unique polynomials satisfying :T_n(x) = \begin \cos(n \arccos x) & \text~ , x, \le 1 \\ \cosh(n \operatorname x) & \text~ x \ge 1 \\ (-1)^n \cosh(n \operatorname(-x) ) & \text~ x \le -1 \end or, in other words, as the unique polynomials satisfying :T_n(\cos\theta)=\cos(n\theta) for which as a technical point is a variant (equivalent transpose) of Schröder's equation. That is, is functionally conjugate to , codified in the nesting property below. The polynomials of the second kind satisfy: :U_(\cos\theta) \sin\theta = \sin(n\theta), or :U_n(\cos\theta) = \frac, which is structurally quite similar to the Dirichlet kernel : :D_n(x) = \frac = U_\!\!\left(\cos \frac\right). (The Dirichlet kernel, in fact, coincides with what is now known as the Chebyshev polynomial of the fourth kind.) That is an th- degree polynomial in can be seen by observing that is the real part of one side of de Moivre's formula. The real part of the other side is a polynomial in and , in which all powers of are even and thus replaceable through the identity . By the same reasoning, is the imaginary part of the polynomial, in which all powers of are odd and thus, if one factor of is factored out, the remaining factors can be replaced to create a st-degree polynomial in . The identity is quite useful in conjunction with the recursive generating formula, inasmuch as it enables one to calculate the cosine of any integer multiple of an angle solely in terms of the cosine of the base angle. The first two Chebyshev polynomials of the first kind are computed directly from the definition to be :T_0(\cos\theta) = \cos(0\theta) = 1 and :T_1(\cos\theta) = \cos\theta , while the rest may be evaluated using a specialization of the product-to-sum identity :2\cos n\theta\cos\theta = \cos \lbrack (n+1)\theta \rbrack +\cos\lbrack (n-1)\theta\rbrack as, for example, :\begin T_2(\cos\theta) &= \cos 2 \theta = 2\cos\theta\cos\theta - 1 = 2\cos^2\theta -1. \\ T_3(\cos\theta) &= \cos 3 \theta = 2\cos\theta \cos 2\theta - \cos\theta = 4\cos^3\theta - 3\cos\theta. \end Conversely, an arbitrary integer power of trigonometric functions may be expressed as a linear combination of trigonometric functions using Chebyshev polynomials : \cos^n \theta = 2^\!\mathop_\!\! \binom\,T_j(\cos \theta), where the prime at the summation symbol indicates that the contribution of needs to be halved if it appears, and T_j(\cos\theta) = \cos(j\theta). An immediate corollary is the expression of complex exponentiation in terms of Chebyshev polynomials: given , :\begin z^n & = , z, ^n \!\left(\cos \left(n\arccos \frac\right) + i \frac \sin \left(n \arccos \frac\right)\right) \\ & = , z, ^n\, T_n\!\!\!\;\left(\frac\right) + ib , z, ^\ U_\!\!\!\;\left(\frac \right). \end


Commuting polynomials definition

Chebyshev polynomials can also be characterized by the following theorem: If F_n(x) is a family of monic polynomials with coefficients in a field of characteristic 0 such that \deg F_n(x) = n and F_m(F_n(x)) = F_n(F_m(x)) for all m and n, then, up to a simple change of variables, either F_n(x) = x^n for all n or F_n(x) = 2*T_n(x/2) for all n.


Pell equation definition

The Chebyshev polynomials can also be defined as the solutions to the Pell equation :T_n(x)^2 - \left(x^2 - 1\right) U_(x)^2 = 1 in a ring . Thus, they can be generated by the standard technique for Pell equations of taking powers of a fundamental solution: :T_n(x) + U_(x)\,\sqrt = \left(x + \sqrt\right)^n~.


Relations between the two kinds of Chebyshev polynomials

The Chebyshev polynomials of the first and second kinds correspond to a complementary pair of Lucas sequences and with parameters and : : \begin _n(2x,1) &= U_(x), \\ _n(2x,1) &= 2\, T_n(x). \end It follows that they also satisfy a pair of mutual recurrence equations:
https://resolver.caltech.edu/CaltechAUTHORS:20140123-104529738] (xvii+1 errata page+396 pages, red cloth hardcover) (NB. Copyright was renewed by California Institute of Technology in 1981.); Reprint: Robert E. Krieger Publishing Co., Inc., Melbourne, Florida, USA. 1981. ; Planned Dover reprint: .
:\begin T_(x) &= x\,T_n(x) - (1 - x^2)\,U_(x), \\ U_(x) &= x\,U_n(x) + T_(x). \end The second of these may be rearranged using the recurrence definition for the Chebyshev polynomials of the second kind to give :T_n(x) = \frac \big(U_n(x) - U_(x)\big). Using this formula iteratively gives the sum formula : U_n(x) = \begin2\sum_^n T_j(x) & \textn.\\ 2\sum_^n T_j(x) - 1 & \textn,\end while replacing U_n(x) and U_(x) using the derivative formula for T_n(x) gives the recurrence relationship for the derivative of T_n: :2\,T_n(x) = \frac\, \frac\, T_(x) - \frac\,\frac\, T_(x), \qquad n=2,3,\ldots This relationship is used in the
Chebyshev spectral method Spectral methods are a class of techniques used in applied mathematics and scientific computing to numerically solve certain differential equations. The idea is to write the solution of the differential equation as a sum of certain "basis function ...
of solving differential equations. Turán's inequalities for the Chebyshev polynomials are :\begin T_n(x)^2 - T_(x)\,T_(x)&= 1-x^2 > 0 &&\text -1 0~. \end The integral relations are :\begin \int_^1\frac\,\mathrmy &= \pi\,U_(x)~, \\ \int_^1\frac\,\mathrmy &= -\pi\,T_n(x) \end where integrals are considered as principal value.


Explicit expressions

Different approaches to defining Chebyshev polynomials lead to different explicit expressions such as: :\begin T_n(x) & = \begin \cos(n\arccos x) \qquad & \text~ , x, \le 1 \\ \\ \dfrac \bigg( \Big(x-\sqrt \Big)^n + \Big(x+\sqrt \Big)^n \bigg) \qquad & \text~ , x, \ge 1 \\ \end \\ \\ & = \begin \cos(n\arccos x) \qquad \quad & \text~ -1 \le x \le 1 \\ \\ \cosh(n \operatornamex) \qquad \quad & \text~ 1 \le x \\ \\ (-1)^n \cosh\big(n \operatorname(-x)\big) \qquad \quad & \text~ x \le -1 \\ \end \\ \\ \\ T_n(x) & = \sum_^ \binom \left (x^2-1 \right )^k x^ \\ & = x^n \sum_^ \binom \left (1 - x^ \right )^k \\ & = \frac \sum_^(-1)^k \frac~(2x)^ \qquad\qquad \text~ n > 0 \\ \\ & = n \sum_^(-2)^ \frac (1 - x)^k \qquad\qquad ~ \text~ n > 0 \\ \\ & = _2F_1\!\left(-n,n;\tfrac 1 2; \tfrac(1-x)\right) \\ \end with inverse :x^n = 2^\mathop^n_ \!\!\binom\!\;T_j(x), where the prime at the summation symbol indicates that the contribution of needs to be halved if it appears. :\begin U_n(x) & = \frac \\ & = \sum_^ \binom \left (x^2-1 \right )^k x^ \\ & = x^n \sum_^ \binom \left (1 - x^ \right )^k \\ & = \sum_^ \binom~(2x)^ & \text~ n > 0 \\ & = \sum_^ (-1)^k \binom~(2x)^ & \text~ n > 0 \\ & = \sum_^(-2)^ \frac (1 - x)^k & \text~ n > 0 \\ & = (n+1) \ _2F_1\left(-n,n+2; \tfrac; \tfrac(1-x) \right) \\ \end where is a hypergeometric function.


Properties


Symmetry

:\begin T_n(-x) &= (-1)^n\, T_n(x) = \begin T_n(x) \quad & ~\text~n~\text \\ \\ -T_n(x) \quad & ~\text~n~\text \end \\ \\ \\ U_n(-x) &= (-1)^n\, U_n(x) = \begin U_n(x) \quad & ~\text~n~\text \\ \\ -U_n(x) \quad & ~\text~n~\text \end \\ \end That is, Chebyshev polynomials of even order have even symmetry and therefore contain only even powers of . Chebyshev polynomials of odd order have odd symmetry and therefore contain only odd powers of .


Roots and extrema

A Chebyshev polynomial of either kind with degree has different simple roots, called Chebyshev roots, in the interval . The roots of the Chebyshev polynomial of the first kind are sometimes called Chebyshev nodes because they are used as ''nodes'' in polynomial interpolation. Using the trigonometric definition and the fact that :\cos\left((2k+1)\frac\right)=0 one can show that the roots of are : x_k = \cos\left(\frac\right),\quad k=0,\ldots,n-1. Similarly, the roots of are : x_k = \cos\left(\frac\pi\right),\quad k=1,\ldots,n. The extrema of on the interval are located at : x_k = \cos\left(\frac\pi\right),\quad k=0,\ldots,n. One unique property of the Chebyshev polynomials of the first kind is that on the interval all of the extrema have values that are either −1 or 1. Thus these polynomials have only two finite critical values, the defining property of Shabat polynomials. Both the first and second kinds of Chebyshev polynomial have extrema at the endpoints, given by: :T_n(1) = 1 :T_n(-1) = (-1)^n :U_n(1) = n+1 :U_n(-1) = (-1)^n (n+1). The extrema of T_n(x) on the interval -1 \leq x \leq 1 where n>0 are located at n+1 values of x. They are \pm 1, or \cos\left(\frac\right) where d > 2, d \;, \; 2n, 0 < k < d/2 and (k, d) = 1, i.e., k and d are relatively prime numbers. Specifically, when n is even, * T_n(x) = 1 if x = \pm 1, or d > 2 and 2n/d is even. There are n/2 + 1 such values of x. * T_n(x) = -1 if d > 2 and 2n/d is odd. There are n/2 such values of x. When n is odd, * T_n(x) = 1 if x = 1, or d > 2 and 2n/d is even. There are (n+1)/2 such values of x. * T_n(x) = -1 if x = -1, or d > 2 and 2n/d is odd. There are (n+1)/2 such values of x. This result has been generalized to solutions of U_n(x) \pm 1 = 0, and to V_n(x) \pm 1 = 0 and W_n(x) \pm 1 = 0 for Chebyshev polynomials of the third and fourth kinds, respectively.


Differentiation and integration

The derivatives of the polynomials can be less than straightforward. By differentiating the polynomials in their trigonometric forms, it can be shown that: :\begin \frac &= n U_ \\ \frac &= \frac \\ \frac &= n\, \frac = n\, \frac. \end The last two formulas can be numerically troublesome due to the division by zero ( indeterminate form, specifically) at and . It can be shown that: :\begin \left. \frac \_ \!\! &= \frac, \\ \left. \frac \_ \!\! &= (-1)^n \frac. \end More general formula states: :\left.\frac \_ \!\! = (\pm 1)^\prod_^\frac~, which is of great use in the numerical solution of eigenvalue problems. Also, we have :\frac\,T_n(x) = 2^p\,n\mathop_ \binom\frac\,T_k(x),~\qquad p \ge 1, where the prime at the summation symbols means that the term contributed by is to be halved, if it appears. Concerning integration, the first derivative of the implies that :\int U_n\, \mathrmx = \frac and the recurrence relation for the first kind polynomials involving derivatives establishes that for :\int T_n\, \mathrmx = \frac\,\left(\frac - \frac\right) = \frac - \frac. The last formula can be further manipulated to express the integral of as a function of Chebyshev polynomials of the first kind only: :\begin \int T_n\, \mathrmx &= \frac T_ - \frac T_1 T_n \\ &= \frac\,T_ - \frac\,(T_ + T_) \\ &= \frac\,T_ - \frac\,T_. \end Furthermore, we have :\int_^1 T_n(x)\, \mathrmx = \begin \frac & \text~ n \ne 1 \\ 0 & \text~ n = 1. \end


Products of Chebyshev polynomials

The Chebyshev polynomials of the first kind satisfy the relation :T_m(x)\,T_n(x) = \tfrac\!\left(T_(x) + T_(x)\right)\!,\qquad \forall m,n \ge 0, which is easily proved from the product-to-sum formula for the cosine, :2 \cos \alpha \, \cos \beta = \cos (\alpha + \beta) + \cos (\alpha - \beta). For this results in the already known recurrence formula, just arranged differently, and with it forms the recurrence relation for all even or all odd indexed Chebyshev polynomials (depending on the parity of the lowest ) which implies the evenness or oddness of these polynomials. Three more useful formulas for evaluating Chebyshev polynomials can be concluded from this product expansion: :\begin T_(x) &= 2\,T_n^2(x) - T_0(x) &&= 2 T_n^2(x) - 1, \\ T_(x) &= 2\,T_(x)\,T_n(x) - T_1(x) &&= 2\,T_(x)\,T_n(x) - x, \\ T_(x) &= 2\,T_(x)\,T_n(x) - T_1(x) &&= 2\,T_(x)\,T_n(x) - x . \end The polynomials of the second kind satisfy the similar relation : T_m(x)\,U_n(x) = \begin \frac\left(U_(x) + U_(x)\right), & ~\text~ n \ge m-1,\\ \\ \frac\left(U_(x) - U_(x)\right), & ~\text~ n \le m-2. \end (with the definition by convention ). They also satisfy : U_m(x)\,U_n(x) = \sum_^n\,U_(x) = \sum_\underset^ U_p(x)~. for . For this recurrence reduces to : U_(x) = U_2(x)\,U_m(x) - U_m(x) - U_(x) = U_m(x)\,\big(U_2(x) - 1\big) - U_(x)~, which establishes the evenness or oddness of the even or odd indexed Chebyshev polynomials of the second kind depending on whether starts with 2 or 3.


Composition and divisibility properties

The trigonometric definitions of and imply the composition or nesting properties :\begin T_(x) &= T_m(T_n(x)),\\ U_(x) &= U_(T_n(x))U_(x). \end For the order of composition may be reversed, making the family of polynomial functions a commutative semigroup under composition. Since is divisible by if is odd, it follows that is divisible by if is odd. Furthermore, is divisible by , and in the case that is even, divisible by .


Orthogonality

Both and form a sequence of orthogonal polynomials. The polynomials of the first kind are orthogonal with respect to the weight :\frac, on the interval , i.e. we have: :\int_^1 T_n(x)\,T_m(x)\,\frac = \begin 0 & ~\text~ n \ne m, \\ \\ \pi & ~\text~ n=m=0, \\ \\ \frac & ~\text~ n=m \ne 0. \end This can be proven by letting and using the defining identity . Similarly, the polynomials of the second kind are orthogonal with respect to the weight :\sqrt on the interval , i.e. we have: :\int_^1 U_n(x)\,U_m(x)\,\sqrt \,\mathrmx = \begin 0 & ~\text~ n \ne m, \\ \frac & ~\text~ n = m. \end (The measure is, to within a normalizing constant, the Wigner semicircle distribution.) These orthogonality properties follow from the fact that the Chebyshev polynomials solve the Chebyshev differential equations : (1 - x^2)y'' - xy' + n^2 y = 0, : (1 - x^2)y'' - 3xy' + n(n + 2) y = 0, which are Sturm–Liouville differential equations. It is a general feature of such differential equations that there is a distinguished orthonormal set of solutions. (Another way to define the Chebyshev polynomials is as the solutions to those equations.) The also satisfy a discrete orthogonality condition: :\sum_^ = \begin 0 & ~\text~ i \ne j, \\ N & ~\text~ i = j = 0, \\ \frac & ~\text~ i = j \ne 0, \end where is any integer greater than , and the are the Chebyshev nodes (see above) of : :x_k = \cos\left(\pi\,\frac\right) \quad ~\text~ k = 0, 1, \dots, N-1. For the polynomials of the second kind and any integer with the same Chebyshev nodes , there are similar sums: :\sum_^ = \begin 0 & \text~ i \ne j, \\ \frac & \text~ i = j, \end and without the weight function: :\sum_^ = \begin 0 & ~\text~ i \not\equiv j \pmod, \\ N \cdot (1 + \min\) & ~\text~ i \equiv j\pmod. \end For any integer , based on the zeros of : :y_k = \cos\left(\pi\,\frac\right) \quad ~\text~ k=0, 1, \dots, N-1, one can get the sum: :\sum_^ = \begin 0 & ~\text i \ne j, \\ \frac & ~\text i = j, \end and again without the weight function: :\sum_^ = \begin 0 & ~\text~ i \not\equiv j \pmod, \\ \bigl(\min\ + 1\bigr)\bigl(N-\max\\bigr) & ~\text~ i \equiv j\pmod. \end


Minimal -norm

For any given , among the polynomials of degree with leading coefficient 1 ( monic polynomials), :f(x) = \frac\,T_n(x) is the one of which the maximal absolute value on the interval ��1, 1is minimal. This maximal absolute value is :\frac1 and reaches this maximum exactly times at : x = \cos \frac\quad\text0 \le k \le n.


Remark

By the
equioscillation theorem In mathematics, the equioscillation theorem concerns the approximation of continuous functions using polynomials when the merit function is the maximum difference (uniform norm). Its discovery is attributed to Chebyshev. Statement Let f be a con ...
, among all the polynomials of degree , the polynomial minimizes on if and only if there are points such that . Of course, the null polynomial on the interval can be approximated by itself and minimizes the -norm. Above, however, reaches its maximum only times because we are searching for the best polynomial of degree (therefore the theorem evoked previously cannot be used).


Chebyshev polynomials as special cases of more general polynomial families

The Chebyshev polynomials are a special case of the ultraspherical or Gegenbauer polynomials C_n^(x), which themselves are a special case of the Jacobi polynomials P_n^(x): :\begin T_n(x) &= \frac \lim_ \frac\,C_n^(x) \qquad ~\text~ n \ge 1, \\ &= \frac P_n^(x) = \frac P_n^(x)~, \\ U_n(x) & = C_n^(x)\\ &= \frac P_n^(x) = \frac P_n^(x)~. \end Chebyshev polynomials are also a special case of
Dickson polynomial In mathematics, the Dickson polynomials, denoted , form a polynomial sequence introduced by . They were rediscovered by in his study of Brewer sums and have at times, although rarely, been referred to as Brewer polynomials. Over the complex numb ...
s: ::D_n(2x\alpha,\alpha^2)= 2\alpha^T_n(x) \, ::E_n(2x\alpha,\alpha^2)= \alpha^U_n(x). \, In particular, when \alpha=\tfrac, they are related by D_n(x,\tfrac) = 2^T_n(x) and E_n(x,\tfrac) = 2^U_n(x).


Other properties

The curves given by , or equivalently, by the parametric equations , , are a special case of Lissajous curves with frequency ratio equal to . Similar to the formula :T_n(\cos\theta) = \cos(n\theta), we have the analogous formula :T_(\sin\theta) = (-1)^n \sin\left(\left(2n+1\right)\theta\right). For , :T_n\!\left(\frac\right) = \frac and :x^n = T_n\! \left(\frac\right) + \frac\ U_\!\left(\frac\right), which follows from the fact that this holds by definition for .


Examples


First kind

The first few Chebyshev polynomials of the first kind are : \begin 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 \\ T_(x) &= 512x^ - 1280x^8 + 1120x^6 - 400x^4 + 50x^2-1 \\ T_(x) &= 1024x^ - 2816x^9 + 2816x^7 - 1232x^5 +220x^3 - 11x \end


Second kind

The first few Chebyshev polynomials of the second kind are :\begin 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 \\ U_7(x) &= 128x^7 - 192x^5 + 80x^3 - 8x \\ U_8(x) &= 256x^8 - 448 x^6 + 240 x^4 - 40 x^2 + 1 \\ U_9(x) &= 512x^9 - 1024 x^7 + 672 x^5 - 160 x^3 + 10 x \end


As a basis set

In the appropriate Sobolev space, the set of Chebyshev polynomials form an orthonormal basis, so that a function in the same space can, on , be expressed via the expansion: :f(x) = \sum_^\infty a_n T_n(x). Furthermore, as mentioned previously, the Chebyshev polynomials form an
orthogonal In mathematics, orthogonality is the generalization of the geometric notion of ''perpendicularity''. By extension, orthogonality is also used to refer to the separation of specific features of a system. The term also has specialized meanings in ...
basis which (among other things) implies that the coefficients can be determined easily through the application of an inner product. This sum is called a Chebyshev series or a Chebyshev expansion. Since a Chebyshev series is related to a
Fourier cosine series In mathematics, particularly the field of calculus and Fourier analysis, the Fourier sine and cosine series are two mathematical series named after Joseph Fourier. Notation In this article, denotes a real valued function on \mathbb which is per ...
through a change of variables, all of the theorems, identities, etc. that apply to
Fourier series A Fourier series () is a summation of harmonically related sinusoidal functions, also known as components or harmonics. The result of the summation is a periodic function whose functional form is determined by the choices of cycle length (or ''p ...
have a Chebyshev counterpart. These attributes include: * The Chebyshev polynomials form a complete orthogonal system. * The Chebyshev series converges to if the function is piecewise smooth and continuous. The smoothness requirement can be relaxed in most cases as long as there are a finite number of discontinuities in and its derivatives. * At a discontinuity, the series will converge to the average of the right and left limits. The abundance of the theorems and identities inherited from
Fourier series A Fourier series () is a summation of harmonically related sinusoidal functions, also known as components or harmonics. The result of the summation is a periodic function whose functional form is determined by the choices of cycle length (or ''p ...
make the Chebyshev polynomials important tools in
numeric analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods th ...
; for example they are the most popular general purpose basis functions used in the spectral method, often in favor of trigonometric series due to generally faster convergence for continuous functions ( Gibbs' phenomenon is still a problem).


Example 1

Consider the Chebyshev expansion of . One can express : \log(1+x) = \sum_^\infty a_n T_n(x)~. One can find the coefficients either through the application of an inner product or by the discrete orthogonality condition. For the inner product, :\int_^\,\frac\,\mathrmx = \sum_^a_n\int_^\frac\,\mathrmx, which gives :a_n = \begin -\log 2 & \text~ n = 0, \\ \frac & \text~ n > 0. \end Alternatively, when the inner product of the function being approximated cannot be evaluated, the discrete orthogonality condition gives an often useful result for ''approximate'' coefficients, :a_n \approx \frac\,\sum_^T_n(x_k)\,\log(1+x_k), where is the Kronecker delta function and the are the Gauss–Chebyshev zeros of : : x_k = \cos\left(\frac\right) . For any , these approximate coefficients provide an exact approximation to the function at with a controlled error between those points. The exact coefficients are obtained with , thus representing the function exactly at all points in . The rate of convergence depends on the function and its smoothness. This allows us to compute the approximate coefficients very efficiently through the discrete cosine transform :a_n \approx \frac\sum_^\cos\left(\frac\right)\log(1+x_k).


Example 2

To provide another example: :\begin (1-x^2)^\alpha &= -\frac\,\frac + 2^\,\sum_ (-1)^n\,\,T_(x)\\ &= 2^\,\sum_ (-1)^n\,\,U_(x). \end


Partial sums

The partial sums of :f(x) = \sum_^\infty a_n T_n(x) are very useful in the
approximation An approximation is anything that is intentionally similar but not exactly equality (mathematics), equal to something else. Etymology and usage The word ''approximation'' is derived from Latin ''approximatus'', from ''proximus'' meaning ''very ...
of various functions and in the solution of differential equations (see spectral method). Two common methods for determining the coefficients are through the use of the inner product as in
Galerkin's method In mathematics, in the area of numerical analysis, Galerkin methods, named after the Russian mathematician Boris Galerkin, convert a continuous operator problem, such as a differential equation, commonly in a weak formulation, to a discrete proble ...
and through the use of
collocation In corpus linguistics, a collocation is a series of words or terms that co-occur more often than would be expected by chance. In phraseology, a collocation is a type of compositional phraseme, meaning that it can be understood from the words th ...
which is related to
interpolation In the mathematical field of numerical analysis, interpolation is a type of estimation, a method of constructing (finding) new data points based on the range of a discrete set of known data points. In engineering and science, one often has a n ...
. As an interpolant, the coefficients of the st partial sum are usually obtained on the Chebyshev–Gauss–Lobatto points (or Lobatto grid), which results in minimum error and avoids Runge's phenomenon associated with a uniform grid. This collection of points corresponds to the extrema of the highest order polynomial in the sum, plus the endpoints and is given by: :x_k = -\cos\left(\frac\right); \qquad k = 0, 1, \dots, N - 1.


Polynomial in Chebyshev form

An arbitrary polynomial of degree can be written in terms of the Chebyshev polynomials of the first kind. Such a polynomial is of the form : p(x) = \sum_^N a_n T_n(x). Polynomials in Chebyshev form can be evaluated using the Clenshaw algorithm.


Families of polynomials related to Chebyshev polynomials

Polynomials denoted C_n(x) and S_n(x) closely related to Chebyshev polynomials are sometimes used. They are defined by :C_n(x) = 2T_n\left(\frac\right),\qquad S_n(x) = U_n\left(\frac\right) and satisfy :C_n(x) = S_n(x) - S_(x). A. F. Horadam called the polynomials C_n(x) Vieta–Lucas polynomials and denoted them v_n(x). He called the polynomials S_n(x) Vieta–Fibonacci polynomials and denoted them V_n(x). Lists of both sets of polynomials are given in Viète's ''Opera Mathematica'', Chapter IX, Theorems VI and VII. The Vieta–Lucas and Vieta–Fibonacci polynomials of real argument are, up to a power of i and a shift of index in the case of the latter, equal to Lucas and Fibonacci polynomials and of imaginary argument. Shifted Chebyshev polynomials of the first and second kinds are related to the Chebyshev polynomials by :T_n^*(x) = T_n(2x-1),\qquad U_n^*(x) = U_n(2x-1). When the argument of the Chebyshev polynomial satisfies the argument of the shifted Chebyshev polynomial satisfies . Similarly, one can define shifted polynomials for generic intervals . Around 1990 the terms "third-kind" and "fourth-kind" came into use in connection with Chebyshev polynomials, although the polynomials denoted by these terms had an earlier development under the name airfoil polynomials. According to J. C. Mason and G. H. Elliott, the terminology "third-kind" and "fourth-kind" is due to
Walter Gautschi Walter Gautschi (born December 11, 1927) is a Swiss-American mathematician, known for his contributions to numerical analysis. He has authored over 200 papers in his area and published four books. Born in Basel, he has a Ph.D. in mathematics f ...
, "in consultation with colleagues in the field of orthogonal polynomials." The Chebyshev polynomials of the third kind are defined as :V_n(x)=\frac=\sqrt\fracT_\left(\sqrt\frac\right) and the Chebyshev polynomials of the fourth kind are defined as :W_n(x)=\frac=U_\left(\sqrt\frac\right), where \theta=\arccos x. In the airfoil literature V_n(x) and W_n(x) are denoted t_n(x) and u_n(x). The polynomial families T_n(x), U_n(x), V_n(x), and W_n(x) are orthogonal with respect to the weights :\left(1-x^2\right)^,\quad\left(1-x^2\right)^,\quad(1-x)^(1+x)^,\quad(1+x)^(1-x)^ and are proportional to Jacobi polynomials P_n^(x) with :(\alpha,\beta)=\left(-\frac,-\frac\right),\quad(\alpha,\beta)=\left(\frac,\frac\right),\quad(\alpha,\beta)=\left(-\frac,\frac\right),\quad(\alpha,\beta)=\left(\frac,-\frac\right). All four families satisfy the recurrence p_n(x)=2xp_(x)-p_(x) with p_0(x)=1, where p_n = T_n, U_n, V_n, or W_n, but they differ according to whether p_1(x) equals x, 2x, 2x-1, or 2x+1.


See also

* Chebyshev filter * Chebyshev cube root *
Dickson polynomials In mathematics, the Dickson polynomials, denoted , form a polynomial sequence introduced by . They were rediscovered by in his study of Brewer sums and have at times, although rarely, been referred to as Brewer polynomials. Over the complex numb ...
* Legendre polynomials *
Hermite polynomials In mathematics, the Hermite polynomials are a classical orthogonal polynomial sequence. The polynomials arise in: * signal processing as Hermitian wavelets for wavelet transform analysis * probability, such as the Edgeworth series, as well a ...
* Minimal polynomial of 2cos(2pi/n) * Romanovski polynomials * Chebyshev rational functions *
Approximation theory In mathematics, approximation theory is concerned with how function (mathematics), functions can best be approximation, approximated with simpler functions, and with quantitative property, quantitatively characterization (mathematics), characteri ...
* The Chebfun system *
Discrete Chebyshev transform In applied mathematics, the discrete Chebyshev transform (DCT), named after Pafnuty Chebyshev, is either of two main varieties of DCTs: the discrete Chebyshev transform on the 'roots' grid of the Chebyshev polynomials of the first kind T_n (x) ...
*
Markov brothers' inequality In mathematics, the Markov brothers' inequality is an inequality proved in the 1890s by brothers Andrey Markov and Vladimir Markov, two Russian mathematicians. This inequality bounds the maximum of the derivatives of a polynomial on an interval in ...
* Clenshaw algorithm


References


Sources

* * * * * * * * * * * * * *


External links

* * * * – includes illustrative Java applet. * * * {{Authority control Special hypergeometric functions Orthogonal polynomials Polynomials Approximation theory