| ||||||||||||||||||||||||||||||||||||||||||||||||||
|
Integrals over Chebyshev Polynomials How can I compute
for general non-negative integers Mathematica cannot compute the general integral directly. However, the integrand simplifies to the following.
Here
which suggests the change of variables Moreover, there is a very simple addition theorem for the product of two ChebyshevU functions,
This result can be proved using Mathematica as follows. Assume without loss of generality that
Using the trigonometric definition for
It is clear that this result is just Now we are in a position to compute the given integral in closed form:
The integral in the last line can be computed and simplified by applying the conditions that
Note that although
More generally, the integral vanishes if
Hence, for
We see that both sides of this equation are symmetric with respect to the interchange Mathematica implementation is immediate.
We also enter this "catch-all" rule.
Note that Mathematica can compute this sum in closed form as follows.
So, if required, we also have a relatively simple expression for the original integral. Entering the original integral as a check, we put
Next we check all cases
An alternate approach involves using the generating functions,
and
valid for
We now compute and simplify the integral on the right-hand side.
Although valid, this result can be further simplified. For example, most readers would prefer to see
However, there does not seem to be a straightforward way of forcing this simplification. Series expansion generates the required integrals.
As a check, we compute the left-hand side up to the same order using
Copyright © 2002 Wolfram Media, Inc. All rights reserved. |