Papers
Topics
Authors
Recent
Search
2000 character limit reached

Chebyshev Polynomials of the First Kind

Updated 27 January 2026
  • Chebyshev polynomials of the first kind are a family of orthogonal polynomials defined by Tₙ(x) = cos(n arccos x), playing a pivotal role in approximation theory.
  • They exhibit remarkable numerical stability and optimal extremal properties, which underpin their wide adoption in spectral methods and minimax approximations.
  • Their rich structure, including three-term recurrences, hypergeometric forms, and orthogonality relations, connects them to diverse polynomial families and computational techniques.

Chebyshev polynomials of the first kind, denoted Tn(x)T_n(x), are a prototypical family of classical orthogonal polynomials defined on the interval [1,1][-1,1]. They exhibit rich algebraic, analytic, and computational properties, with deep connections to approximation theory, numerical analysis, spectral methods, special function theory, and even combinatorics. For x[1,1]x \in [-1,1] and integer n0n \geq 0, the standard trigonometric definition is Tn(x)=cos(narccosx)T_n(x) = \cos(n \arccos x). These polynomials are also uniquely characterized by their three-term recurrence, explicit power and hypergeometric expansions, optimal extremal properties, and exceptional numerical stability under recurrence-based evaluation schemes. Their applications also extend to advanced topics such as multivariate generating functions, SDP-based minimax constructions, endpoint-mass generalizations, and new connection formulae to other polynomial families.

1. Fundamental Definitions and Key Properties

The classical definition of Tn(x)T_n(x) uses the cosine multiple-angle identity: for any θR\theta \in \mathbb{R}, if x=cosθx = \cos \theta, then

Tn(x)=cos(nθ)T_n(x) = \cos(n\theta)

This trigonometric view immediately yields basic properties:

  • Three-term recurrence:

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)

This recurrence uniquely determines the sequence from the initial terms (Smoktunowicz et al., 2013).

  • Explicit algebraic (power sum) form:

Tn(x)=k=0n/2(1)knnk(nkk)(x21)kxn2kT_n(x) = \sum_{k=0}^{\lfloor n/2 \rfloor} (-1)^k \, \frac{n}{n-k} \binom{n-k}{k} (x^2-1)^k x^{n-2k}

This expansion appears in several results and is instrumental in both theoretical and computational contexts (Kronenburg, 2020).

  • Orthogonality:

11Tm(x)Tn(x)(1x2)1/2dx={0,mn π,m=n=0 π/2,m=n1\int_{-1}^1 T_m(x) T_n(x) (1-x^2)^{-1/2} dx = \begin{cases} 0, & m \neq n \ \pi, & m=n=0 \ \pi/2, & m=n \geq 1 \end{cases}

This reflects optimality for minimal LL^\infty norm and plays a central role in spectral approximation (Anshelevich, 2011, Smoktunowicz et al., 2013).

  • Zeros and extrema: Tn(x)T_n(x) has nn simple roots at xk(n)=cos(2k12nπ)x_k^{(n)} = \cos\bigl( \frac{2k-1}{2n}\pi \bigr) (k=1,,n)(k = 1,\dots,n), and extrema at xk=cos(kπn)x'_k = \cos\bigl( \frac{k\pi}{n} \bigr) with values (1)k(-1)^k (Abrarov et al., 2016).
  • Generating function:

n=0Tn(x)tn=1xt12xt+t2,t<1\sum_{n=0}^\infty T_n(x) t^n = \frac{1-x t}{1-2x t + t^2}, \quad |t| < 1

This power series encodes closed-form relationships and arises both in classical and modern characterizations (Anshelevich, 2011, Mesk et al., 2016).

2. Structural Identities and Representations

Chebyshev polynomials admit an array of alternative expansions and characterizations, reflecting their centrality in the Boas–Buck classification (Anshelevich, 2011):

  • Hypergeometric form:

Tn(x)=2F1(n,n;12;1x2)T_n(x) = {}_2 F_1(-n, n; \tfrac12; \tfrac{1-x}{2})

This representation arises from the expansion of cos(narccosx)\cos(n \arccos x) and enables connection formulae and explicit combinatorial evaluations (Bedratyuk et al., 2019, Abd-Elhameed et al., 2015).

  • Jacobi polynomial connection:

Tn(x)=Pn(1/2,1/2)(x)T_n(x) = P_n^{(-1/2, -1/2)}(x)

Where Pn(α,β)(x)P_n^{(\alpha, \beta)}(x) denotes the Jacobi polynomials (Bedratyuk et al., 2019).

  • Product and addition formulae:

Tm(x)Tn(x)=12[Tm+n(x)+Tmn(x)]T_m(x) T_n(x) = \tfrac12 [T_{m+n}(x) + T_{|m-n|}(x)]

These identities generalize angle addition and are vital for spectral algorithms.

  • Rodrigues-type formula:

Tn(x)=(1)nπ2n1Γ(n+12)(1x2)12ndndxn(1x2)n12T_n(x) = \frac{(-1)^n \sqrt{\pi}}{2^{n-1} \Gamma(n+\tfrac12)} (1-x^2)^{\frac12-n} \frac{d^n}{dx^n}(1-x^2)^{n-\frac12}

Allowing derivative-based constructions and explicit error bounds (Mesk et al., 2016).

  • Multivariate generating functions: Closed forms for series like

j0ρjTj+m(x)=Tm(x)ρTm1(x)12ρx+ρ2\sum_{j \ge 0} \rho^j T_{j+m}(x) = \frac{T_m(x) - \rho T_{m-1}(x)}{1 - 2\rho x + \rho^2}

Generalize to rational expressions in multiple Chebyshev and associated polynomials via Szabłowski’s method (Szabłowski, 2017).

  • Cayley element identity (from derivation theory):

Tn(x)+k=1n(2)k(nk)i=0nk12(ni1k1)(k+i1k1)Tnk2i(x)[T1(x)]k=(1)nT_n(x) + \sum_{k=1}^{n}(-2)^k \binom{n}{k} \sum_{i=0}^{\lfloor \frac{n-k-1}{2} \rfloor} \binom{n-i-1}{k-1} \binom{k+i-1}{k-1} T_{n-k-2i}(x) [T_1(x)]^k = (-1)^n

Illustrates hidden combinatorial structure via kernel polynomials (Bedratyuk et al., 2019).

3. Computational Methods and Numerical Stability

Accurate and stable computation of Tn(x)T_n(x) is essential in scientific computing. Smoktunowicz et al. (Smoktunowicz et al., 2013) provide detailed analyses:

  • Algorithm I: Forward three-term recurrence.
    • Complexity: O(N)O(N)
    • Backward stability: Yes (with error O(ϵN2)O(\epsilon N^2) except NN odd with x<SN|x|<S_N).
    • **Recommended for general-purpose evaluation, stable up to N512N\approx512.
  • Algorithm II: Fast doubling (for N=2pN=2^p).
    • Complexity: O(logN)O(\log N)
    • Backward stability: Yes, error O(ϵN2)O(\epsilon N^2).
  • Algorithm III: Trigonometric evaluation cos(Narccosx)\cos(N\arccos x)).
    • Complexity: O(1)O(1)
    • Backward stability: No (subject to large relative errors if arccos\arccos or cos\cos not accurate near ±1\pm1).
  • Algorithm IV: Horner’s scheme on monomial expansion.
    • Complexity: O(N)O(N)
    • Stability: No (coefficient growth makes it highly unstable for N16N\gtrsim16).
  • Clenshaw’s algorithm: Highly stable for general Chebyshev expansions (based on the three-term recurrence).
Algorithm Work Error bound Backward stable
I O(N)O(N) ϵO(N2)\epsilon O(N^2) Yes (with caveats)
II O(logN)O(\log N) ϵN2\epsilon N^2 Yes
III O(1)O(1) Can be ϵ\gg \epsilon No (generally)
IV O(N)O(N) Grows as 2N2^N No

Numerical evidence confirms Algorithm I as optimal for most applications.

4. Extremal Properties, Generalizations, and SDP Methods

Chebyshev polynomials of the first kind are extremal for uniform approximation over [1,1][-1,1], minimizing maximal deviation among degree-nn monic polynomials (Foucart et al., 2019): Tn(x)=argminpPnmaxxKp(x)T^*_n(x) = \arg\min_{p \in P_n} \max_{x \in K} |p(x)| For general compact K=[a,b][1,1]K = \bigcup_\ell [a_\ell, b_\ell] \subset [-1,1], modern construction uses semidefinite programming (SDP) via nonnegativity certificates in the Chebyshev basis.

  • SDP constraints: t±p(x)0t \pm p(x) \ge 0 on each interval, with nonnegativity proven via LMI constraints involving PSD matrices Q,RQ, R expanded in Chebyshev basis.
  • Endpoint-restricted Chebyshev polynomials: Roots restricted to KK via additional SDP blocks.

This approach enables design of polynomials optimal in varied domains, with explicit coefficients for classical and disconnected supports.

5. Classical and Generalized Orthogonality, Bernstein Basis, Endpoint Masses

Classically, Tn(x)T_n(x) is orthogonal on [1,1][-1,1] with respect to w(x)=(1x2)1/2w(x) = (1-x^2)^{-1/2}. AlQudah (AlQudah, 2015) extends this to generalized Chebyshev-type polynomials Tn(M,N)(x)\mathscr{T}_n^{(M,N)}(x): Tn(M,N)(x)=cTn(x)+MQn(x)+NRn(x)+MNSn(x)\mathscr{T}_n^{(M,N)}(x) = c\,T_n(x) + M\,Q_n(x) + N\,R_n(x) + M N S_n(x) with MM, NN introducing mass points at 1-1 and +1+1. These admit closed-form expansions in Bernstein polynomials Bkn(x)B_k^n(x), supporting geometric design algorithms and yielding diagonal moment matrices for least-squares approximation.

  • Bernstein expansion:

Tn(M,N)(x)=ici,nBin(x)+kAkjcj,kBjk(x)\mathscr{T}_n^{(M,N)}(x) = \sum_i c_{i,n} B_i^n(x) + \sum_k A_k \sum_j c_{j,k} B_j^k(x)

  • Modified orthogonality:

11Tn(M,N)(x)Tm(M,N)(x)wM,N(x)dx=0, for nm\int_{-1}^{1} \mathscr{T}_n^{(M,N)}(x) \mathscr{T}_m^{(M,N)}(x) w_{M,N}(x)\,dx = 0, \text{ for } n \neq m

This generalization enables endpoint control and hybrid spectral-geometric methods.

6. Connections to Other Polynomial Families and Special Functions

Chebyshev polynomials of the first kind are uniquely singled out in generating function classifications (Mesk et al., 2016, Anshelevich, 2011):

  • Only families with a generating function of the form F(xzαz2)F(x z - \alpha z^2) and satisfying three-term recursion are (up to rescaling) the monomials, ultraspherical/Gegenbauer, Hermite, and Chebyshev-first-kind polynomials.
  • Chebyshev corresponds to the logarithmic case:

F(z)=1+ln11zF(z) = 1 + \ln \frac{1}{1-z}

yielding

n=0Tn(x)zn=1xz12xz+z2\sum_{n=0}^\infty T_n(x)\,z^n = \frac{1 - x z}{1 - 2x z + z^2}

Hypergeometric connection formulae relate Chebyshev and Fibonacci polynomials: Tj(x)=jm=0j/2(1)m(jmj2m)2j2m1jm2F1(m,jm;j2m+2;4)Fj2m+1(x)T_j(x) = j \sum_{m=0}^{\lfloor j/2 \rfloor} (-1)^m \binom{j-m}{j-2m} \frac{2^{j-2m-1}}{j-m} {}_2F_1(-m, j-m; j-2m+2; -4) F_{j-2m+1}(x) and

Fj+1(x)=m=0j/2αmTj2m(x)F_{j+1}(x) = \sum_{m=0}^{\lfloor j/2 \rfloor} \alpha_{m} T_{j-2m}(x)

demonstrating deep combinatorial interplay (Abd-Elhameed et al., 2015).

7. Advanced Identities, Multivariate Expansions, and Modern Applications

Szabłowski (Szabłowski, 2017) advances the use of multivariate generating functions encoding products of Chebyshev polynomials, leading to closed-form rational functions for sums over products of TnT_n and UnU_n. Kibble–Slepian-type expansions further generalize these to covariance-matrix-indexed expressions, relevant to random matrix theory and free probability. These closed forms facilitate exact integration of rational functions weighted by Chebyshev kernels.

Nontrivial orthogonality-type identities—such as new four-term relations among Chebyshev polynomials of mixed orders—furnish combinatorial structure useful in advanced polynomial algebra. Identities involving higher derivatives of arctanx\arctan x connect Chebyshev polynomials to differential calculus via closed-form representations (Kronenburg, 2020).

Chebyshev polynomials appear in reformulations of Viète’s formula for π\pi, with nested radical expressions and product-to-sum transformations (Abrarov et al., 2016), bridging numerical analysis with classical mathematical constants.


Chebyshev polynomials of the first kind thus form a cornerstone of classical and contemporary analysis, combining explicit structure, optimality, deep connections, and robust numerical methods. Their role as minimal/maximal polynomials, their algebraic and analytic identities, and their extensions through generating function theory and numerical optimization position them as foundational elements for both theory and practice in computational mathematics.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Chebyshev Polynomials of the First Kind.