orthopoly
U
Chebyshev polynomial of the second kind
Calling Sequence
Parameters
Description
Examples
U(n, x)
n
-
non-negative integer
x
algebraic expression
The U(n, x) function computes the nth Chebyshev polynomial of the second kind evaluated at x.
These polynomials are orthogonal on the interval −1,1 with respect to the weight function w⁡x=−x2+1. They satisfy:
∫−11w⁡t⁢U⁡m,t⁢U⁡n,tⅆt=0n≠mπ2n=m
Chebyshev polynomials of the second kind satisfy the following recurrence relation:
U⁡0,x=1,
U⁡1,x=2⁢x,
U⁡n,x=2⁢x⁢U⁡n−1,x−U⁡n−2,x,for n>1.
with⁡orthopoly:
U⁡2,x
4⁢x2−1
U⁡3,x
8⁢x3−4⁢x
U⁡50,13
−40279025819534204641685717897987691852588770249
See Also
ChebyshevU
Download Help Document