MarkFL
Gold Member
MHB
- 13,284
- 12
Chebyshev's method is a recursive algorithm for computing the $n$th multiple angle formula for the cosine function. If we define:
$$T_{n}\equiv \cos(n\theta)$$
then the algorithm is given as:
$$T_{n+1}=2xT_{n}-T_{n-1}$$
where:
$$x=\cos(\theta)$$
a) Using trigonometric identities (or otherwise), derive the recursive algorithm.
b) Find a closed polynomial form for $T_{n}$.
c) Compute $$\int_{-1}^1 T_n\,dx$$
d) Compute $$\int_{-1}^1 \frac{T_nT_m}{\sqrt{1-x^2}}\,dx$$
$$T_{n}\equiv \cos(n\theta)$$
then the algorithm is given as:
$$T_{n+1}=2xT_{n}-T_{n-1}$$
where:
$$x=\cos(\theta)$$
a) Using trigonometric identities (or otherwise), derive the recursive algorithm.
b) Find a closed polynomial form for $T_{n}$.
c) Compute $$\int_{-1}^1 T_n\,dx$$
d) Compute $$\int_{-1}^1 \frac{T_nT_m}{\sqrt{1-x^2}}\,dx$$