Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the
first course APMA0330
Return to the main page for the
second course APMA0340
Return to Part I of the course APMA0340
Introduction to Linear Algebra with Mathematica
This section presents some properties of the most remarkable and useful in numerical computations Chebyshev polynomials of first kind Tn(x), second kind Un(x), third kind Vn(x), and fourth kind Wn(x). All four Chebyshev polynomials are eigenfunctions of the corresponding singular Sturm--Liouville problems. However, the last two Chebyshev polynomials of the third kind and the fourth kind are not so popular in applications.
Since the denominator in the generating functions for every Chebyshev polynomial is the same, the Chebyshev polynomials of four kinds satisfy the same difference equation of the second order:
Chebyshev polynomials of even order have even symmetry and contain only even powers of x. Chebyshev polynomials of odd order have odd symmetry and contain only odd powers of x:
\begin{equation}
u = \left[ \frac{1}{2} \left( 1 + x \right) \right]^{1/2} = \cos\frac{\theta}{2} , \qquad t = \left[ \frac{1}{2} \left( 1 - x \right) \right]^{1/2} = \sin\frac{\theta}{2} .
\end{equation}
It is readily seen that
\[
W_n (x) = (-1)^n V_n (-x) .
\]
Hence, it is normally sufficient to establish properties for third-kind polynomials, and then deduce analogous properties for fourth kind (by replacing x by −x). A key pair of formulae, for the third and fourth polynomials, establishes a strong link with first and second kinds:
These relations show that the Chebyshev polynomials of the third kind Vn(x) and forth kind Wn(x) are directly related, respectively, to the first- and second-kind Chebyshev polynomials.
From the relations above, follow
two further consequences
Note that Vn and Wn are neither even nor odd (unlike Tn and n). We have seen that the leading coefficient (a multiple of xn) is 2n in both Vn(x) and Wn(x), similar to Un(x), This leads to
For many applications the range [0, 1] is more convenient to use than [−1, 1]. Thus,
we map the independent variable x onto 2x −1 and label the shifted or extended Chebyshev polynomials
by an additional star
\[
C_n^{\ast} (x) = C_n \left( 2x -1 \right) \qquad \mbox{with} \qquad C = \left\{ T, \ U, \ V, \ W \right\} .
\]
Clenshaw, C.W., Norton, H.J.: The solution of nonlinear ordinary differential equations in chebyshev series. The Computer Journal, 1963, {\bf 6}, Issue 1, 88–92; https://doi.org/10.1093
Return to Mathematica page
Return to the main page (APMA0340)
Return to the Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Differential Equations
Return to the Part 3 Non-linear Systems of Ordinary Differential Equations
Return to the Part 4 Numerical Methods
Return to the Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations
Return to the Part 7 Special Functions