Article 6776A Chebyshev series for sine

Chebyshev series for sine

by
John
from John D. Cook on (#6776A)

In last week's post on polynomial approximations for sine, I showed that the polynomial based on Chebyshev series was much better than a couple alternatives. I calculated a few terms of the Chebyshev series for sin(x) but didn't include the calculations in that blog post. I calculated the series coefficients numerically, but this post will show how to calculate the coefficients analytically.

Generalities

The Chebyshev series for a function f(x) on [-1, 1] is given by

cheby_series.svg

where Tn(x) is the nth Chebyshev polynomial of the first kind. The coefficients are given by

cheby_series_coeff.svg

One way of defining the polynomials Tn(x) is

cheby_poly_def.svg

and so the change of variables x = cos lets us conclude

cheby_series_coeff2.svg

Series for sin(x)

Now for our particular function, f(x) = sin(x), we know by symmetry that the coefficients with even subscripts will be zero. This is because sine is an odd function, and Tn is an even function when n is even,

Using equation 10.9.2 here we can prove that if n = 2k+1 then

chebysine12.svg

where Jn is the nth Bessel function of the first kind.

(The preceding sentence was the conclusion to a fair amount of fumbling around on my part. As is often the case in mathematics, the length of the write-up is unrelated to the length of the discovery process.)

Related postsThe post Chebyshev series for sine first appeared on John D. Cook.
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments