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