Chebyshev polynomials

{{Short description|Polynomial sequence}}

{{distinguish|discrete Chebyshev polynomials}}

{{Use American English|date = March 2019}}

{{use dmy dates|date=August 2020}}

File:Chebyshev Polynomials of the First Kind.svg

File:Chebyshev Polynomials of the Second Kind.svg

The Chebyshev polynomials are two sequences of orthogonal 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 is not obvious at first sight but can be shown using de Moivre's formula (see below).

The Chebyshev polynomials {{math| Tn}} are polynomials with the largest possible leading coefficient whose absolute value on the interval {{closed-closed|−1, 1}} is bounded by 1. They are also the "extremal" polynomials for many other properties.{{cite book |last=Rivlin |first=Theodore J. |author-link=Theodore J. Rivlin |year=1974 |title=The Chebyshev Polynomials |edition=1st |chapter=Chapter  2, Extremal properties |pages=56–123 |series=Pure and Applied Mathematics |publisher=Wiley-Interscience [John Wiley & Sons] |place=New York-London-Sydney |isbn=978-047172470-4}}

In 1952, Cornelius Lanczos showed that the Chebyshev polynomials are important in approximation theory for the solution of linear systems;{{ cite journal | title=Solution of systems of linear equations by minimized iterations | year=1952 | pages=33 | journal=Journal of Research of the National Bureau of Standards | doi=10.6028/jres.049.006 | volume=49 | issue=1 | last1=Lanczos | first1= C. | doi-access=free }} the roots of {{math|Tn(x)}}, 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 under the maximum norm, also called the "minimax" criterion. This approximation leads directly to the method of Clenshaw–Curtis quadrature.

These polynomials were named after Pafnuty Chebyshev.Chebyshev first presented his eponymous polynomials in a paper read before the St. Petersburg Academy in 1853: {{pb}} {{cite journal |last=Chebyshev |first=P. L. |year=1854 |title=Théorie des mécanismes connus sous le nom de parallélogrammes |language=fr |journal=Mémoires des Savants étrangers présentés à l'Académie de Saint-Pétersbourg |volume=7 |pages=539–586 |url=https://archive.org/details/mmoiresprsentsla07impe/page/537/ }} Also published separately as {{cite book |last = Chebyshev |first= P. L. |year=1853 |title=Théorie des mécanismes connus sous le nom de parallélogrammes |place=St. Petersburg |publisher=Imprimerie de l'Académie Impériale des Sciences |doi=10.3931/E-RARA-120037 |doi-access=free }} The letter {{mvar|T}} is used because of the alternative transliterations of the name Chebyshev as {{lang|fr|Tchebycheff}}, {{lang|fr|Tchebyshev}} (French) or {{lang|de|Tschebyschow}} (German).

Definitions

= Recurrence definition =

The Chebyshev polynomials of the first kind can be defined by the recurrence relation

\begin{align}

T_0(x) & = 1, \\

T_1(x) & = x, \\

T_{n+1}(x) & = 2 x\,T_n(x) - T_{n-1}(x).

\end{align}

The Chebyshev polynomials of the second kind can be defined by the recurrence relation

\begin{align}

U_0(x) & = 1, \\

U_1(x) & = 2 x, \\

U_{n+1}(x) & = 2 x\,U_n(x) - U_{n-1}(x),

\end{align}

which differs from the above only by the rule for n=1.

=Trigonometric definition=

The Chebyshev polynomials of the first and second kind can be defined as the unique polynomials satisfying

T_n(\cos\theta) = \cos(n\theta)

and

U_n(\cos\theta) = \frac{\sin\big((n + 1)\theta\big)}{\sin\theta},

for {{math|1=n = 0, 1, 2, 3, …}}.

An equivalent way to state this is via exponentiation of a complex number: given a complex number {{math|1=z = a + bi}} with absolute value of one,

z^n = T_n(a) + ib U_{n-1}(a).

Chebyshev polynomials can be defined in this form when studying trigonometric polynomials.{{Cite journal |last=Schaeffer |first=A. C. |date=1941 |title=Inequalities of A. Markoff and S. Bernstein for polynomials and related functions |url=https://projecteuclid.org/journals/bulletin-of-the-american-mathematical-society/volume-47/issue-8/Inequalities-of-A-Markoff-and-S-Bernstein-for-polynomials-and/bams/1183503783.full |journal=Bulletin of the American Mathematical Society |volume=47 |issue=8 |pages=565–579 |doi=10.1090/S0002-9904-1941-07510-5 |issn=0002-9904|doi-access=free }}

That \cos(nx) is an mth-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:

\cos n \theta + i \sin n \theta = (\cos \theta + i \sin \theta)^n.

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 through the identity \cos^2(x)+\sin^2(x)=1. By the same reasoning, \sin(nx) is the imaginary part of the polynomial, in which all powers of \sin(x) are odd and thus, if one factor of /sin(x) is factored out, the remaining factors can be replaced to create a n-1st-degree polynomial in \cos(x).

For x outside the interval [-1,1], the above definition implies

T_n(x) = \begin{cases}

\cos(n \arccos x) & \text{ if }~ |x| \le 1, \\

\cosh(n \operatorname{arcosh} x) & \text{ if }~ x \ge 1, \\

(-1)^n \cosh(n \operatorname{arcosh}(-x) ) & \text{ if }~ x \le -1.

\end{cases}

=Commuting polynomials definition=

Chebyshev polynomials can also be characterized by the following theorem:{{cite journal|first=J. F. |last=Ritt |author-link=Joseph Ritt |doi=10.1090/S0002-9947-1922-1501189-9 |title=Prime and Composite Polynomials |journal=Trans. Amer. Math. Soc. |year=1922|volume=23 |pages=51–66 | url=https://www.ams.org/journals/tran/1922-023-01/S0002-9947-1922-1501189-9 |doi-access=free}}

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\cdot 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_{n-1}(x)^2 = 1

in a ring R[x].{{cite thesis |first=Jeroen |last=Demeyer |url=http://cage.ugent.be/~jdemeyer/phd.pdf |title=Diophantine Sets over Polynomial Rings and Hilbert's Tenth Problem for Function Fields |archive-url=https://web.archive.org/web/20070702185523/https://cage.ugent.be/~jdemeyer/phd.pdf |archive-date=2007-07-02 |degree=Ph.D. |year=2007 |page=70}} Thus, they can be generated by the standard technique for Pell equations of taking powers of a fundamental solution:

T_n(x) + U_{n-1}(x)\,\sqrt{x^2-1} = \left(x + \sqrt{x^2-1}\right)^n~.

=Generating functions=

The ordinary generating function for T_n is

\sum_{n=0}^\infty T_n(x)\,t^n = \frac{1 - tx}{1 - 2tx + t^2}.

There are several other generating functions for the Chebyshev polynomials; the exponential generating function is

\begin{align}

\sum_{n=0}^\infty T_n(x) \frac{t^n}{n!}

&= {\tfrac{1}{2}} \Bigl({\exp}\Bigl({\textstyle t\bigl(x - \sqrt{x^2 - 1}~\!\bigr)}\Bigr)

+ {\exp}\Bigl({\textstyle t\bigl(x + \sqrt{x^2 - 1}~\!\bigr)}\Bigr)\Bigr) \\

&= e^{tx} \cosh\left({\textstyle t\sqrt{x^2 - 1} }~\! \right).

\end{align}

The generating function relevant for 2-dimensional potential theory and multipole expansion is

\sum\limits_{n=1}^\infty T_{n}(x)\,\frac{t^n}{n} = \ln\left(\frac{1}{\sqrt{1 - 2tx + t^2 }}\right).

The ordinary generating function for {{mvar|Un}} is

\sum_{n=0}^\infty U_n(x)\,t^n = \frac{1}{1 - 2tx + t^2},

and the exponential generating function is

\sum_{n=0}^\infty U_n(x) \frac{t^n}{n!} = e^{tx} \biggl(\!\cosh\left(t\sqrt{x^2 - 1}\right) + \frac{x}{\sqrt{x^2 - 1}} \sinh\left(t\sqrt{x^2 - 1}\right)\biggr).

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 \tilde V_n(P,Q) and \tilde U_n(P,Q) with parameters P=2x and Q=1:

\begin{align}

{\tilde U}_n(2x,1) &= U_{n-1}(x), \\

{\tilde V}_n(2x,1) &= 2\, T_n(x).

\end{align}

It follows that they also satisfy a pair of mutual recurrence equations:{{sfn|Bateman|Bateman Manuscript Project|1953|loc=[https://archive.org/details/highertranscende02bate/page/184/ {{pgs|184}}, eqs. 3–4]}}

\begin{align}

T_{n+1}(x) &= x\,T_n(x) - (1 - x^2)\,U_{n-1}(x), \\

U_{n+1}(x) &= x\,U_n(x) + T_{n+1}(x).

\end{align}

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{1}{2} \big(U_n(x) - U_{n-2}(x)\big).

Using this formula iteratively gives the sum formula:

U_n(x) = \begin{cases}

2\sum_{\text{ odd }j>0}^n T_j(x) & \text{ for odd }n.\\

2\sum_{\text{ even }j\ge 0}^n T_j(x) - 1 & \text{ for even }n,

\end{cases}

while replacing U_n(x) and U_{n-2}(x) using the derivative formula for T_n(x) gives the recurrence relationship for the derivative of T_n:

2\,T_n(x) = \frac{1}{n+1}\, \frac{\mathrm{d}}{\mathrm{d}x}\, T_{n+1}(x) - \frac{1}{n-1}\,\frac{\mathrm{d}}{\mathrm{d}x}\, T_{n-1}(x), \qquad n=2,3,\ldots

This relationship is used in the Chebyshev spectral method of solving differential equations.

Turán's inequalities for the Chebyshev polynomials are:{{citation|mr=0040487 | last1=Beckenbach | first1= E. F.| last2= Seidel|first2= W.| last3= Szász|first3= Otto | title=Recurrent determinants of Legendre and of ultraspherical polynomials | journal=Duke Math. J. | volume= 18 | year=1951 | pages= 1–10 | doi=10.1215/S0012-7094-51-01801-7}}

\begin{align}

T_n(x)^2 - T_{n-1}(x)\,T_{n+1}(x)&= 1-x^2 > 0 &&\text{ for } -1

U_n(x)^2 - U_{n-1}(x)\,U_{n+1}(x)&= 1 > 0~.

\end{align}

The integral relations are{{sfn|Bateman|Bateman Manuscript Project|1953|loc=[https://archive.org/details/highertranscende02bate/page/187/ {{pgs| 187}}, eqs. 47–48]}}{{sfn|Mason|Handscomb|2002}}

\begin{align}

\int_{-1}^1 \frac{T_n(y)}{y-x} \, \frac{\mathrm{d}y}{\sqrt{1 - y^2}} &= \pi\,U_{n-1}(x)~, \\[1.5ex]

\int_{-1}^1\frac{U_{n-1}(y)}{y-x}\, \sqrt{1 - y^2}\mathrm{d}y &= -\pi\,T_n(x)

\end{align}

where integrals are considered as principal value.

Explicit expressions

Using the complex number exponentiation definition of the Chebyshev polynomial, one can derive the following expressions, valid for any real {{tmath|x}}:{{cn|date=June 2025}}

\begin{align}

T_n(x)

&= \tfrac{1}{2} \Big( \bigl({\textstyle x-\sqrt{x^2-1}\!~}\bigr)^n + \bigl({\textstyle x+\sqrt{x^2-1}\!~}\bigr)^n \Big) \\[5mu]

&= \tfrac{1}{2} \Big( \bigl({\textstyle x-\sqrt{x^2-1}\!~}\bigr)^n + \bigl({\textstyle x-\sqrt{x^2-1}\!~}\bigr)^{-n} \Big).

\end{align}

The two are equivalent because \textstyle \bigl(x + \sqrt{x^2 - 1}\!~\bigr)\bigl(x - \sqrt{x^2 - 1}\!~\bigr) = 1.

An explicit form of the Chebyshev polynomial in terms of monomials x^k follows from de Moivre's formula:

T_n(\cos(\theta)) = \operatorname{Re}(\cos n \theta + i \sin n \theta) = \operatorname{Re}((\cos \theta + i \sin \theta)^n),

where \mathrm{Re} denotes the real part of a complex number. Expanding the formula, one gets

(\cos \theta + i \sin \theta)^n = \sum\limits_{j=0}^n \binom{n}{j} i^j \sin^j \theta \cos^{n-j} \theta.

The real part of the expression is obtained from summands corresponding to even indices. Noting i^{2j} = (-1)^j and \sin^{2j} \theta = (1-\cos^2 \theta)^j, one gets the explicit formula:

\cos n \theta = \sum\limits_{j=0}^{\lfloor n / 2 \rfloor} \binom{n}{2j} (\cos^2 \theta - 1)^j \cos^{n-2j} \theta,

which in turn means that

T_n(x) = \sum\limits_{j=0}^{\lfloor n / 2 \rfloor} \binom{n}{2j} (x^2-1)^j x^{n-2j}.

This can be written as a {{math|2F1}} hypergeometric function:

\begin{align}

T_n(x) & = \sum_{k=0}^{\left \lfloor \frac{n}{2} \right \rfloor} \binom{n}{2k} \left (x^2-1 \right )^k x^{n-2k} \\

& = x^n \sum_{k=0}^{\left \lfloor \frac{n}{2} \right \rfloor} \binom{n}{2k} \left (1 - x^{-2} \right )^k \\

& = \frac{n}{2} \sum_{k=0}^{\left \lfloor \frac{n}{2} \right \rfloor}(-1)^k \frac{(n-k-1)!}{k!(n-2k)!}~(2x)^{n-2k} \quad \text{ for } n > 0 \\

\\

& = n \sum_{k=0}^{n}(-2)^{k} \frac{(n+k-1)!} {(n-k)!(2k)!}(1 - x)^k \quad \text{ for } n > 0 \\

\\

& = {}_2F_1\!\left(-n,n;\tfrac 1 2; \tfrac{1}{2}(1-x)\right) \\

\end{align}

with inverse{{cite journal |first1=W. J. |last1=Cody |title=A survey of practical rational and polynomial approximation of functions |year=1970 |journal=SIAM Review |volume=12 |number=3 |pages=400–423 |doi=10.1137/1012082}}{{cite journal

| last=Mathar | first=Richard J.

| year=2006

| title=Chebyshev series expansion of inverse polynomials

| journal=Journal of Computational and Applied Mathematics

| volume=196 | issue=2 | pages=596–607

| doi=10.1016/j.cam.2005.10.013 | doi-access=free

| arxiv=math/0403344

}}

x^n = 2^{1-n}\mathop{{\sum}'}^n_{j=0\atop j \equiv n \pmod 2} \!\!\binom{n}{\tfrac{n-j}{2}}\!\;T_j(x),

where the prime at the summation symbol indicates that the contribution of j=0 needs to be halved if it appears.

A related expression for T_n as a sum of monomials with binomial coefficients and powers of two is

T_n(x) = \sum\limits_{m=0}^{\left\lfloor \frac{n}{2} \right\rfloor} (-1)^m \left(\binom{n - m}{m} + \binom{n - m - 1}{n - 2m}\right) \cdot 2^{n-2m-1} \cdot x^{n-2m}.

Similarly, U_n can be expressed in terms of hypergeometric functions:

\begin{align}

U_n(x) &= \frac{\left (x+\sqrt{x^2-1} \right )^{n+1} - \left (x-\sqrt{x^2-1} \right )^{n+1}}{2\sqrt{x^2-1}} \\

&= \sum_{k=0}^{\left \lfloor {n}/{2} \right \rfloor} \binom{n+1}{2k+1} \left (x^2-1 \right )^k x^{n-2k} \\

&= x^n \sum_{k=0}^{\left \lfloor {n}/{2} \right \rfloor} \binom{n+1}{2k+1} \left (1 - x^{-2} \right )^k \\

&= \sum_{k=0}^{\left \lfloor {n}/{2} \right \rfloor} \binom{2k-(n+1)}{k}~(2x)^{n-2k} & \text{ for } n > 0 \\

&= \sum_{k=0}^{\left \lfloor {n}/{2} \right \rfloor} (-1)^k \binom{n-k}{k}~(2x)^{n-2k} & \text{ for } n > 0 \\

&= \sum_{k=0}^{n}(-2)^{k} \frac{(n+k+1)!} {(n-k)!(2k+1)!}(1 - x)^k & \text{ for } n > 0 \\

&= (n + 1)\, {}_2F_1\big(-n, n + 2; \tfrac{3}{2}; \tfrac{1}{2}(1 - x)\big).

\end{align}

Properties

=Symmetry=

\begin{align}

T_n(-x) &= (-1)^n\, T_n(x),\\[1ex]

U_n(-x) &= (-1)^n\, U_n(x).

\end{align}

That is, Chebyshev polynomials of even order have even symmetry and therefore contain only even powers of x. Chebyshev polynomials of odd order have odd symmetry and therefore contain only odd powers of x.

=Roots and extrema=

A Chebyshev polynomial of either kind with degree {{mvar|n}} has {{mvar|n}} different simple roots, called Chebyshev roots, in the interval {{closed-closed|−1, 1}}. 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{\pi}{2}\right)=0

one can show that the roots of T_n are:

x_k = \cos\left(\frac{\pi(k+1/2)}{n}\right),\quad k=0,\ldots,n-1.

Similarly, the roots of U_n are:

x_k = \cos\left(\frac{k}{n+1}\pi\right),\quad k=1,\ldots,n.

The extrema of T_n on the interval -1\leq x\leq 1 are located at:

x_k = \cos\left(\frac{k}{n}\pi\right),\quad k=0,\ldots,n.

One unique property of the Chebyshev polynomials of the first kind is that on the interval -1\leq x\leq 1 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:

\begin{align}

T_n(1) &= 1 \\

T_n(-1) &= (-1)^n \\

U_n(1) &= n+1 \\

U_n(-1) &= (-1)^n (n+1).

\end{align}

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{2\pi k}{d}\right) where d > 2, d \;|\; 2n, 0 < k < d/2 and (k, d) = 1, i.e., k and d are relatively prime numbers.

Specifically (Minimal polynomial of 2cos(2pi/n){{cite journal |first1=Y. Z. |last1=Gürtaş |title=Chebyshev Polynomials and the minimal polynomial of \cos (2 \pi/n) |year=2017 |journal=American Mathematical Monthly |volume=124 |number=1 |pages=74–78 |doi=10.4169/amer.math.monthly.124.1.74|s2cid=125797961 }}{{cite journal |first1=D. A. |last1=Wolfram |title=Factoring Chebyshev polynomials of the first and second kinds with minimal polynomials of \cos (2 \pi /d ) |year=2022 |journal=American Mathematical Monthly |volume=129 |number=2 |pages=172–176 |doi=10.1080/00029890.2022.2005391|s2cid=245808448 }}) 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.

=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{align}

\frac{\mathrm{d}T_n}{\mathrm{d}x} &= n U_{n - 1} \\

\frac{\mathrm{d}U_n}{\mathrm{d}x} &= \frac{(n + 1)T_{n + 1} - x U_n}{x^2 - 1} \\

\frac{\mathrm{d}^2 T_n}{\mathrm{d}x^2} &= n\, \frac{n T_n - x U_{n - 1}}{x^2 - 1} = n\, \frac{(n + 1)T_n - U_n}{x^2 - 1}.

\end{align}

The last two formulas can be numerically troublesome due to the division by zero ({{Sfrac|0|0}} indeterminate form, specifically) at x=1 and x=-1. By L'Hôpital's rule:

\begin{align}

\left. \frac{\mathrm{d}^2 T_n}{\mathrm{d}x^2} \right|_{x = 1} \!\! &= \frac{n^4 - n^2}{3}, \\

\left. \frac{\mathrm{d}^2 T_n}{\mathrm{d}x^2} \right|_{x = -1} \!\! &= (-1)^n \frac{n^4 - n^2}{3}.

\end{align}

More generally,

\left.\frac{\mathrm{d}^p T_n}{\mathrm{d}x^p} \right|_{x = \pm 1} \!\! = (\pm 1)^{n+p}\prod_{k=0}^{p-1}\frac{n^2-k^2}{2k+1}~,

which is of great use in the numerical solution of eigenvalue problems.

Also, we have:

\frac{\mathrm{d}^p}{\mathrm{d}x^p}\,T_n(x) = 2^p\,n\mathop{{\sum}'}_{0\leq k\leq n-p\atop k \,\equiv\, n-p \pmod 2}

\binom{\frac{n+p-k}{2}-1}{\frac{n-p-k}{2}}\frac{\left(\frac{n+p+k}{2}-1\right)!}{\left(\frac{n-p+k}{2}\right)!}\,T_k(x),~\qquad p \ge 1,

where the prime at the summation symbols means that the term contributed by {{math|1=k = 0}} is to be halved, if it appears.

Concerning integration, the first derivative of the {{mvar|Tn}} implies that:

\int U_n\, \mathrm{d}x = \frac{T_{n + 1}}{n + 1}

and the recurrence relation for the first kind polynomials involving derivatives establishes that for n\geq 2:

\int T_n\, \mathrm{d}x = \frac{1}{2}\,\left(\frac{T_{n + 1}}{n + 1} - \frac{T_{n - 1}}{n - 1}\right) = \frac{n\,T_{n + 1}}{n^2 - 1} - \frac{x\,T_n}{n - 1}.

The last formula can be further manipulated to express the integral of T_n as a function of Chebyshev polynomials of the first kind only:

\begin{align}

\int T_n\, \mathrm{d}x &= \frac{n}{n^2 - 1} T_{n + 1} - \frac{1}{n - 1} T_1 T_n \\

&= \frac{n}{n^2 - 1}\,T_{n + 1} - \frac{1}{2(n - 1)}\,(T_{n + 1} + T_{n - 1}) \\

&= \frac{1}{2(n + 1)}\,T_{n + 1} - \frac{1}{2(n - 1)}\,T_{n - 1}.

\end{align}

Furthermore, we have:

\int_{-1}^1 T_n(x)\, \mathrm{d}x =

\begin{cases}

\frac{(-1)^n + 1}{1 - n^2} & \text{ if }~ n \ne 1 \\

0 & \text{ if }~ n = 1.

\end{cases}

=Products of Chebyshev polynomials=

The Chebyshev polynomials of the first kind satisfy the relation:

T_m(x)\,T_n(x) = \tfrac{1}{2}\!\left(T_{m+n}(x) + T_

m-n
(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 n=1 this results in the already known recurrence formula, just arranged differently, and with n=2 it forms the recurrence relation for all even or all odd indexed Chebyshev polynomials (depending on the parity of the lowest {{mvar|m}}) 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{align}

T_{2n}(x) &= 2\,T_n^2(x) - T_0(x) &&= 2 T_n^2(x) - 1, \\

T_{2n+1}(x) &= 2\,T_{n+1}(x)\,T_n(x) - T_1(x) &&= 2\,T_{n+1}(x)\,T_n(x) - x, \\

T_{2n-1}(x) &= 2\,T_{n-1}(x)\,T_n(x) - T_1(x) &&= 2\,T_{n-1}(x)\,T_n(x) - x .

\end{align}

The polynomials of the second kind satisfy the similar relation:

T_m(x)\,U_n(x) = \begin{cases}

\frac{1}{2}\left(U_{m+n}(x) + U_{n-m}(x)\right), & ~\text{ if }~ n \ge m-1,\\

\\

\frac{1}{2}\left(U_{m+n}(x) - U_{m-n-2}(x)\right), & ~\text{ if }~ n \le m-2.

\end{cases}

(with the definition U_{-1}\equiv 0 by convention ). They also satisfy:

U_m(x)\,U_n(x) = \sum_{k=0}^n\,U_{m-n+2k}(x) = \sum_\underset{\text{ step 2 }}{p=m-n}^{m+n} U_p(x)~.

for m\geq n.

For n=2 this recurrence reduces to:

U_{m+2}(x) = U_2(x)\,U_m(x) - U_m(x) - U_{m-2}(x) = U_m(x)\,\big(U_2(x) - 1\big) - U_{m-2}(x)~,

which establishes the evenness or oddness of the even or odd indexed Chebyshev polynomials of the second kind depending on whether m starts with 2 or 3.

=Composition and divisibility properties=

The trigonometric definitions of T_n and U_n imply the composition or nesting properties:{{citation|last1=Rayes|first1=M. O.|last2=Trevisan|first2=V.|last3=Wang|first3=P. S.|title=Factorization properties of chebyshev polynomials|journal=Computers & Mathematics with Applications|volume=50|issue=8–9|year=2005|pages=1231–1240|doi=10.1016/j.camwa.2005.07.003|doi-access=free}}

\begin{align}

T_{mn}(x) &= T_m(T_n(x)),\\

U_{mn-1}(x) &= U_{m-1}(T_n(x))U_{n-1}(x).

\end{align}

For T_{mn} the order of composition may be reversed, making the family of polynomial functions T_n a commutative semigroup under composition.

Since T_m(x) is divisible by x if m is odd, it follows that T_{mn}(x) is divisible by T_n(x) if m is odd. Furthermore, U_{mn-1}(x) is divisible by >math>U_{n-1}(x), and in the case that m is even, divisible by T_n(x)U_{n-1}(x).

=Orthogonality=

Both T_n and U_n form a sequence of orthogonal polynomials. The polynomials of the first kind T_n are orthogonal with respect to the weight:

\frac{1}{\sqrt{1 - x^2}},

on the interval {{closed-closed|−1, 1}}, i.e. we have:

\int_{-1}^1 T_n(x)\,T_m(x)\,\frac{\mathrm{d}x}{\sqrt{1-x^2}} =

\begin{cases}

0 & ~\text{ if }~ n \ne m, \\[5mu]

\pi & ~\text{ if }~ n=m=0, \\[5mu]

\frac{\pi}{2} & ~\text{ if }~ n=m \ne 0.

\end{cases}

This can be proven by letting x=\cos(\theta) and using the defining identity T_n(\cos(\theta)=\cos(n\theta).

Similarly, the polynomials of the second kind {{mvar|Un}} are orthogonal with respect to the weight:

\sqrt{1-x^2}

on the interval {{closed-closed|−1, 1}}, i.e. we have:

\int_{-1}^1 U_n(x)\,U_m(x)\,\sqrt{1-x^2} \,\mathrm{d}x =

\begin{cases}

0 & ~\text{ if }~ n \ne m, \\[5mu]

\frac{\pi}{2} & ~\text{ if }~ n = m.

\end{cases}

(The measure \sqrt{1-x^2}\, dx 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:

\begin{align}

(1 - x^2)T_n'' - xT_n' + n^2 T_n &= 0, \\[1ex]

(1 - x^2)U_n'' - 3xU_n' + n(n + 2) U_n &= 0,

\end{align}

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 T_n also satisfy a discrete orthogonality condition:

\sum_{k=0}^{N-1}{T_i(x_k)\,T_j(x_k)} =

\begin{cases}

0 & ~\text{ if }~ i \ne j, \\[5mu]

N & ~\text{ if }~ i = j = 0, \\[5mu]

\frac{N}{2} & ~\text{ if }~ i = j \ne 0,

\end{cases}

where N is any integer greater than \max(i,j),{{sfn|Mason|Handscomb|2002}} and the x_k are the N Chebyshev nodes (see above) of T_N(x):

x_k = \cos\left(\pi\,\frac{2k+1}{2N}\right) \quad ~\text{ for }~ k = 0, 1, \dots, N-1.

For the polynomials of the second kind and any integer N>i+j with the same Chebyshev nodes x_k, there are similar sums:

\sum_{k=0}^{N-1}{U_i(x_k)\,U_j(x_k)\left(1-x_k^2\right)} =

\begin{cases}

0 & \text{ if }~ i \ne j, \\[5mu]

\frac{N}{2} & \text{ if }~ i = j,

\end{cases}

and without the weight function:

\sum_{k=0}^{N-1}{ U_i(x_k) \, U_j(x_k) } =

\begin{cases}

0 & ~\text{ if }~ i \not\equiv j \pmod{2}, \\[5mu]

N \cdot (1 + \min\{i,j\}) & ~\text{ if }~ i \equiv j\pmod{2}.

\end{cases}

For any integer N>i+j, based on the N} zeros of U_N(x):

y_k = \cos\left(\pi\,\frac{k+1}{N+1}\right) \quad ~\text{ for }~ k=0, 1, \dots, N-1,

one can get the sum:

\sum_{k=0}^{N-1}{U_i(y_k)\,U_j(y_k)(1-y_k^2)} =

\begin{cases}

0 & ~\text{ if } i \ne j, \\[5mu]

\frac{N+1}{2} & ~\text{ if } i = j,

\end{cases}

and again without the weight function:

\sum_{k=0}^{N-1}{U_i(y_k)\,U_j(y_k)} =

\begin{cases}

0 & ~\text{ if }~ i \not\equiv j \pmod{2}, \\[5mu]

\bigl(\min\{i,j\} + 1\bigr)\bigl(N-\max\{i,j\}\bigr) & ~\text{ if }~ i \equiv j\pmod{2}.

\end{cases}

=Minimal {{math|∞}}-norm=

For any given n\geq 1, among the polynomials of degree n with leading coefficient 1 (monic polynomials):

f(x) = \frac{1}{\,2^{n-1}\,}\,T_n(x)

is the one of which the maximal absolute value on the interval {{closed-closed|−1, 1}} is minimal.

This maximal absolute value is:

\frac1{2^{n-1}}

and |f(x)| reaches this maximum exactly n+1 times at:

x = \cos \frac{k\pi}{n}\quad\text{for }0 \le k \le n.

{{Math proof | proof =

Let's assume that w_n(x) is a polynomial of degree n with leading coefficient 1 with maximal absolute value on the interval {{closed-closed|−1, 1}} less than {{math|1 / 2n − 1}}.

Define

f_n(x) = \frac{1}{\,2^{n-1}\,}\,T_n(x) - w_n(x)

Because at extreme points of {{mvar|Tn}} we have

\begin{align}

|w_n(x)| &< \left|\frac1{2^{n-1}}T_n(x)\right| \\

f_n(x) &> 0 \qquad \text{ for }~ x = \cos \frac{2k\pi}{n} ~&&\text{ where } 0 \le 2k \le n \\

f_n(x) &< 0 \qquad \text{ for }~ x = \cos \frac{(2k + 1)\pi}{n} ~&&\text{ where } 0 \le 2k + 1 \le n

\end{align}

From the intermediate value theorem, {{math|fn(x)}} has at least {{mvar|n}} roots. However, this is impossible, as {{math|fn(x)}} is a polynomial of degree {{math|n − 1}}, so the fundamental theorem of algebra implies it has at most {{math|n − 1}} roots.

}}

==Remark==

By the equioscillation theorem, among all the polynomials of degree {{math|≤ n}}, the polynomial {{mvar|f}} minimizes {{math|{{norm| f }}}} on {{closed-closed|−1, 1}} if and only if there are {{math|n + 2}} points {{math|−1 ≤ x0 < x1 < ⋯ < xn + 1 ≤ 1}} such that {{math|1={{abs| f(xi)}} = {{norm| f }}}}.

Of course, the null polynomial on the interval {{closed-closed|−1, 1}} can be approximated by itself and minimizes the {{math|∞}}-norm.

Above, however, {{math|{{abs| f }}}} reaches its maximum only {{math|n + 1}} times because we are searching for the best polynomial of degree {{math|n ≥ 1}} (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^{(\lambda)}(x), which themselves are a special case of the Jacobi polynomials P_n^{(\alpha,\beta)}(x):

\begin{align}

T_n(x) &= \frac{n}{2} \lim_{q \to 0} \frac{1}{q}\,C_n^{(q)}(x) \qquad ~\text{ if }~ n \ge 1, \\

&= \frac{1}{\binom{n-\frac{1}{2}}{n}} P_n^{\left(-\frac{1}{2}, -\frac{1}{2}\right)}(x) = \frac{2^{2n}}{\binom{2n}{n}} P_n^{\left(-\frac{1}{2}, -\frac{1}{2}\right)}(x)~,

\\[2ex]

U_n(x) & = C_n^{(1)}(x)\\

&= \frac{n+1}{\binom{n+\frac{1}{2}}{n}} P_n^{\left(\frac{1}{2}, \frac{1}{2}\right)}(x) = \frac{2^{2n+1}}{\binom{2n+2}{n+1}} P_n^{\left(\frac{1}{2}, \frac{1}{2}\right)}(x)~.

\end{align}

Chebyshev polynomials are also a special case of Dickson polynomials:

D_n(2x\alpha,\alpha^2)= 2\alpha^{n}T_n(x) \,

E_n(2x\alpha,\alpha^2)= \alpha^{n}U_n(x). \,

In particular, when \alpha=\tfrac{1}{2}, they are related by D_n(x,\tfrac{1}{4}) = 2^{1-n}T_n(x) and E_n(x,\tfrac{1}{4}) = 2^{-n}U_n(x).

=Other properties=

The curves given by {{math|y {{=}} Tn(x)}}, or equivalently, by the parametric equations {{math|y {{=}} Tn(cos θ) {{=}} cos }}, {{math|x {{=}} cos θ}}, are a special case of Lissajous curves with frequency ratio equal to {{mvar|n}}.

Similar to the formula:

T_n(\cos\theta) = \cos(n\theta),

we have the analogous formula:

T_{2n+1}(\sin\theta) = (-1)^n \sin\left(\left(2n+1\right)\theta\right).

For {{math|x ≠ 0}}:

T_n\!\left(\frac{x + x^{-1}}{2}\right) = \frac{x^n+x^{-n}}{2}

and:

x^n = T_n\! \left(\frac{x+x^{-1}}{2}\right)

+ \frac{x-x^{-1}}{2}\ U_{n-1}\!\left(\frac{x+x^{-1}}{2}\right),

which follows from the fact that this holds by definition for {{math|1=x = e}}.

There are relations between Legendre polynomials and Chebyshev polynomials

\sum_{k=0}^{n}P_{k}\left(x\right)T_{n-k}\left(x\right) = \left(n+1\right)P_{n}\left(x\right)

\sum_{k=0}^{n}P_{k}\left(x\right)P_{n-k}\left(x\right) = U_{n}\left(x\right)

These identities can be proven using generating functions and discrete convolution

==Chebyshev polynomials as determinants==

From their definition by recurrence it follows that the Chebyshev polynomials can be obtained as determinants of special tridiagonal matrices of size k \times k:

T_k(x) = \det

\begin{bmatrix}

x & 1 & 0 & \cdots & 0 \\

1 & 2x & 1 & \ddots & \vdots \\

0 & 1 & 2x & \ddots & 0 \\

\vdots & \ddots & \ddots & \ddots & 1 \\

0 & \cdots & 0 & 1 & 2x

\end{bmatrix},

and similarly for U_k.

Examples

=First kind=

[[File:Chebyshev Polynomials of the 1st Kind (n=0-5, x=(-1,1)).svg|thumb|300px|The first few Chebyshev polynomials of the first kind in the domain {{math|−1 < x < 1}}:

The flat {{math|T0}}, {{math|T1}}, {{math|T2}}, {{math|T3}}, {{math|T4}} and {{math|T5}}.]]

The first few Chebyshev polynomials of the first kind are {{OEIS2C|A028297}}

\begin{align}

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_{10}(x) &= 512x^{10} - 1280x^8 + 1120x^6 - 400x^4 + 50x^2-1

\end{align}

=Second kind=

[[File:Chebyshev Polynomials of the 2nd Kind (n=0-5, x=(-1,1)).svg|thumb|300px|The first few Chebyshev polynomials of the second kind in the domain {{math|−1 < x < 1}}: The flat {{math|U0}}, {{math|U1}}, {{math|U2}}, {{math|U3}}, {{math|U4}} and {{math|U5}}.

Although not visible in the image, {{math|1=Un(1) = n + 1}} and {{math|1=Un(−1) = (n + 1)(−1)n}}.]]

The first few Chebyshev polynomials of the second kind are {{OEIS2C|A053117}}

\begin{align}

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

U_{10}(x) &= 1024x^{10} - 2304 x^8 + 1792 x^6 - 560 x^4 + 60 x^2-1

\end{align}

As a basis set

Image:ChebyshevExpansion.png, and (bottom) the 5th partial sum of its Chebyshev expansion. The 7th sum is indistinguishable from the original function at the resolution of the graph.]]

In the appropriate Sobolev space, the set of Chebyshev polynomials form an orthonormal basis, so that a function in the same space can, on {{math|−1 ≤ x ≤ 1}}, be expressed via the expansion:{{cite book|title = Chebyshev and Fourier Spectral Methods|first = John P.|last = Boyd|isbn = 0-486-41183-4|edition = second|year = 2001|publisher = Dover|url = http://www-personal.umich.edu/~jpboyd/aaabook_9500may00.pdf|access-date = 2009-03-19|archive-url = https://web.archive.org/web/20100331183829/http://www-personal.umich.edu/~jpboyd/aaabook_9500may00.pdf|archive-date = 2010-03-31|url-status = dead}}

f(x) = \sum_{n = 0}^\infty a_n T_n(x).

Furthermore, as mentioned previously, the Chebyshev polynomials form an orthogonal basis which (among other things) implies that the coefficients {{math|an}} 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 through a change of variables, all of the theorems, identities, etc. that apply to Fourier series have a Chebyshev counterpart. These attributes include:

  • The Chebyshev polynomials form a complete orthogonal system.
  • The Chebyshev series converges to {{math|f(x)}} if the function is piecewise smooth and continuous. The smoothness requirement can be relaxed in most cases{{snd}} as long as there are a finite number of discontinuities in {{math|f(x)}} 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 make the Chebyshev polynomials important tools in numeric analysis; 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).

The Chebfun software package supports function manipulation based on their expansion in the Chebysev basis.

=Example 1=

Consider the Chebyshev expansion of {{math|log(1 + x)}}. One can express:

\log(1+x) = \sum_{n = 0}^\infty a_n T_n(x)~.

One can find the coefficients {{math|an}} either through the application of an inner product or by the discrete orthogonality condition. For the inner product:

\int_{-1}^{+1}\,\frac{T_m(x)\,\log(1 + x)}{\sqrt{1-x^2}}\,\mathrm{d}x = \sum_{n=0}^{\infty}a_n\int_{-1}^{+1}\frac{T_m(x)\,T_n(x)}{\sqrt{1-x^2}}\,\mathrm{d}x,

which gives:

a_n = \begin{cases}

-\log 2 & \text{ for }~ n = 0, \\

\frac{-2(-1)^n}{n} & \text{ for }~ n > 0.

\end{cases}

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{\,2-\delta_{0n}\,}{N}\,\sum_{k=0}^{N-1}T_n(x_k)\,\log(1+x_k),

where {{mvar|δij}} is the Kronecker delta function and the {{mvar|xk}} are the {{mvar|N}} Gauss–Chebyshev zeros of {{math|TN(x)}}:

x_k = \cos\left(\frac{\pi\left(k+\tfrac{1}{2}\right)}{N}\right) .

For any {{mvar|N}}, these approximate coefficients provide an exact approximation to the function at {{mvar|xk}} with a controlled error between those points. The exact coefficients are obtained with {{math|1=N = ∞}}, thus representing the function exactly at all points in {{closed-closed|−1,1}}. The rate of convergence depends on the function and its smoothness.

This allows us to compute the approximate coefficients {{mvar|an}} very efficiently through the discrete cosine transform:

a_n \approx \frac{2-\delta_{0n}}{N}\sum_{k=0}^{N-1}\cos\left(\frac{n\pi\left(\,k+\tfrac{1}{2}\right)}{N}\right)\log(1+x_k).

=Example 2=

To provide another example:

\begin{align}

\left(1-x^2\right)^\alpha &= -\frac{1}{\sqrt{\pi}} \, \frac{\Gamma\left(\tfrac{1}{2} + \alpha\right)}{\Gamma(\alpha+1)} + 2^{1-2\alpha}\,\sum_{n=0} \left(-1\right)^n \, {2 \alpha \choose \alpha-n}\,T_{2n}(x) \\[1ex]

&= 2^{-2\alpha}\,\sum_{n=0} \left(-1\right)^n \, {2\alpha+1 \choose \alpha-n}\,U_{2n}(x).

\end{align}

=Partial sums=

The partial sums of:

f(x) = \sum_{n = 0}^\infty a_n T_n(x)

are very useful in the approximation of various functions and in the solution of differential equations (see spectral method). Two common methods for determining the coefficients {{mvar|an}} are through the use of the inner product as in Galerkin's method and through the use of collocation which is related to interpolation.

As an interpolant, the {{mvar|N}} coefficients of the {{math|(N − 1)}}st partial sum are usually obtained on the Chebyshev–Gauss–Lobatto{{Cite web |url=http://www.scottsarra.org/chebyApprox/chebyshevApprox.html |title=Chebyshev Interpolation: An Interactive Tour |access-date=2016-06-02 |archive-url=https://web.archive.org/web/20170318214311/http://www.scottsarra.org/chebyApprox/chebyshevApprox.html |archive-date=2017-03-18 |url-status=dead }} 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{k \pi}{N - 1}\right); \qquad k = 0, 1, \dots, N - 1.

=Polynomial in Chebyshev form=

An arbitrary polynomial of degree {{mvar|N}} can be written in terms of the Chebyshev polynomials of the first kind.{{sfn|Mason|Handscomb|2002}} Such a polynomial {{math|p(x)}} is of the form:

p(x) = \sum_{n=0}^N a_n T_n(x).

Polynomials in Chebyshev form can be evaluated using the Clenshaw algorithm.

= Even order modified Chebyshev polynomials =

Some applications rely on Chebyshev polynomials but may be unable to accommodate the lack of a root at zero, which rules out the use of standard Chebyshev polynomials for these kinds of applications. Even order Chebyshev filter designs using equally terminated passive networks are an example of this.{{Cite book |last=Saal |first=Rudolf |url=https://archive.org/details/handbuchzumfilte0000saal |title=Handbook of Filter Design |publisher=Allgemeine Elektricitais-Gesellschaft |date=January 1979 |isbn=3-87087-070-2 |edition=1st |location=Munich, Germany |pages=25, 26, 56–61, 116, 117 |language=English, German}} However, even order Chebyshev polynomials may be modified to move the lowest roots down to zero while still maintaining the desirable Chebyshev equi-ripple effect. Such modified polynomials contain two roots at zero, and may be referred to as even order modified Chebyshev polynomials. Even order modified Chebyshev polynomials may be created from the Chebyshev nodes in the same manner as standard Chebyshev polynomials.

P_N = \prod_{i=1}^N(x-C_i)

where

  • P_N is an N-th order Chebyshev polynomial
  • C_i is the i-th Chebyshev node

In the case of even order modified Chebyshev polynomials, the even order modified Chebyshev nodes are used to construct the even order modified Chebyshev polynomials.

Pe_N = \prod_{i=1}^N(x-Ce_i)

where

  • P e_N is an N-th order even order modified Chebyshev polynomial
  • Ce_i is the i-th even order modified Chebyshev node

For example, the 4th order Chebyshev polynomial from the example above is X^4-X^2+.125

, which by inspection contains no roots of zero. Creating the polynomial from the even order modified Chebyshev nodes creates a 4th order even order modified Chebyshev polynomial of X^4-.828427X^2

, which by inspection contains two roots at zero, and may be used in applications requiring roots at zero.

See also

References

{{Reflist|30em}}

Sources

  • {{cite book

| last = Hochstrasser | first = Urs W.

| chapter = Orthogonal Polynomials

| year = 1972 |orig-year = 1964

| edition = 10th printing, with corrections; first

| editor1-first=Milton |editor1-last=Abramowitz |editor1-link=Milton Abramowitz

| editor2-first=Irene |editor2-last=Stegun |editor2-link=Irene Stegun

| title = Handbook of Mathematical Functions

| title-link = Abramowitz and Stegun

| location=Washington D.C.

| publisher=National Bureau of Standards

| lccn=64-60036

| mr=0167642

| at = Ch. 22, {{pgs|771–792}}

| chapter-url = https://personal.math.ubc.ca/~cbm/aands/page_771.htm

}} Reprint: 1983. New York: Dover. {{isbn|978-0-486-61272-0}}.

  • {{cite book |last1=Bateman |first1=Harry |author1-link=Harry Bateman |author2=Bateman Manuscript Project |editor1-last=Erdélyi |editor1-first=Arthur |editor1-link=Arthur Erdélyi |title=Higher Transcendental Functions |chapter=Tchebichef polynomials |others=Research associates: W. Magnus, {{ill|F. Oberhettinger|de|Fritz Oberhettinger}}, F. Tricomi |year=1953 |place=New York |publisher=McGraw-Hill |edition=1st |volume=2 |lccn=53-5555 |id=Caltech eprint [https://authors.library.caltech.edu/records/cnd32-h9x80 43491] |chapter-url=https://archive.org/details/highertranscende02bate |chapter-url-access=limited |at=§ 10.11, {{pgs|183–187}} }} Reprint: 1981. Melbourne, FL: Krieger. {{ISBN|0-89874-069-X}}.
  • {{cite book

|last1=Mason |first1=J. C.

|last2=Handscomb |first2=D.C.

|year=2002

|url={{Google books|8FHf0P3to0UC|Chebyshev Polynomials|plainurl=yes}}

|title=Chebyshev Polynomials

|publisher=Chapman and Hall/CRC

|isbn=978-1-4200-3611-4

|doi=10.1201/9781420036114

}}

Further reading

{{refbegin|35em}}

  • {{cite journal

|last1=Dette |first1=Holger

|year=1995

|title= A note on some peculiar nonlinear extremal phenomena of the Chebyshev polynomials

|journal=Proceedings of the Edinburgh Mathematical Society

|volume=38 |number=2 |pages=343–355

|arxiv=math/9406222

|doi=10.1017/S001309150001912X

}}

  • {{cite journal

|first1=David |last1=Elliott

|year=1964

|title=The evaluation and estimation of the coefficients in the Chebyshev Series expansion of a function

|journal=Math. Comp.

| volume=18 | number=86 | pages=274–284

|mr=0166903

|doi=10.1090/S0025-5718-1964-0166903-7 |doi-access=free

}}

  • {{cite journal

| last1=Eremenko | first1=A.

|last2=Lempert |first2=L.

|year =1994

| url=http://www.math.purdue.edu/~eremenko/dvi/lempert.pdf

|doi=10.1090/S0002-9939-1994-1207536-1

|mr=1207536

|title=An Extremal Problem For Polynomials

| journal=Proceedings of the American Mathematical Society

|volume=122 |number=1 |pages=191–193

|doi-access=free

}}

  • {{cite journal

| first1=M. A. | last1=Hernandez

| title=Chebyshev's approximation algorithms and applications

| year=2001

| journal=Computers & Mathematics with Applications

| volume=41 | issue=3–4 |pages=433–445

| doi=10.1016/s0898-1221(00)00286-8

| doi-access=free

}}

  • {{cite book

|first1=J. C. |last1=Mason

|title=Rational Approximation and Interpolation

|year=1984

|chapter=Some properties and applications of Chebyshev polynomial and rational approximation

|series=Lecture Notes in Mathematics

|volume=1105 |pages=27–48

|doi=10.1007/BFb0072398 |doi-access=free |isbn=978-3-540-13899-0

}}

  • {{dlmf

|first=Tom H. |last=Koornwinder

|first2=Roderick S. C. |last2= Wong

|first3=Roelof |last3=Koekoek

|first4=René F. |last4=Swarttouw

|title=Orthogonal Polynomials

|id=18

}}

  • {{cite web

|last=Remes |first=Eugene

|title= On an Extremal Property of Chebyshev Polynomials

|url=https://www.math.technion.ac.il/hat/fpapers/remeztrans.pdf

}}

  • {{cite journal

|first1=Herbert E. |last1=Salzer

| year=1976

| title=Converting interpolation series into Chebyshev series by recurrence formulas

|journal=Mathematics of Computation

| volume=30|number=134 | pages=295–302

|doi=10.1090/S0025-5718-1976-0395159-3 |doi-access=free |mr=0395159

}}

  • {{cite journal

| first1=R.E. | last1=Scraton

| year=1969

| title=The Solution of integral equations in Chebyshev series

| journal=Mathematics of Computation

| volume=23 | number=108 |pages=837–844

| mr=0260224 | doi=10.1090/S0025-5718-1969-0260224-4 |doi-access=free

}}

  • {{cite journal

|first1=Lyle B. |last1=Smith

|year=1966

|title=Computation of Chebyshev series coefficients

|id=Algorithm 277

|journal=Comm. ACM

|volume=9 | number=2 | pages=86–87

|doi=10.1145/365170.365195|s2cid=8876563

|doi-access=free

}}

  • {{eom|title=Chebyshev polynomials|first=P. K.|last= Suetin}}

{{refend}}