U - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


orthopoly

  

U

  

Chebyshev polynomial of the second kind

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

U(n, x)

Parameters

n

-

non-negative integer

x

-

algebraic expression

Description

• 

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.

Examples

> 

with⁡orthopoly:

> 

U⁡2,x

4⁢x2−1

(1)
> 

U⁡3,x

8⁢x3−4⁢x

(2)
> 

U⁡50,13

−40279025819534204641685717897987691852588770249

(3)

See Also

ChebyshevU