Chebyshev polynomials

Overview
Important

Chebyshev polynomials are a special sequence of polynomials that are useful in algebra and trigonometry. The most common are the Chebyshev polynomials of the first kind, denoted Tn(x)T_n(x). They are defined by the recurrence relation:

T0(x)=1,T1(x)=x,Tn+1(x)=2xTn(x)Tn1(x)T_0(x) = 1,\quad T_1(x) = x,\quad T_{n+1}(x) = 2x T_n(x) - T_{n-1}(x)

Alternatively, Tn(x)T_n(x) can be written as Tn(x)=cos(narccosx)T_n(x) = \cos(n \arccos x) for xx in [1,1][-1, 1].

Chebyshev polynomials have many applications, especially in approximating functions and solving equations.

Important properties

  • Each Tn(x)T_n(x) is a polynomial of degree nn.

  • They satisfy Tn(cosθ)=cos(nθ)T_n(\cos \theta) = \cos(n\theta).

  • The roots of Tn(x)T_n(x) are xk=cos(π(2k1)2n)x_k = \cos\left(\frac{\pi (2k-1)}{2n}\right) for k=1,2,...,nk = 1, 2, ..., n.

  • They are orthogonal with respect to the weight 11x2\frac{1}{\sqrt{1-x^2}} on [1,1][-1,1].