Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions >

ChebyshevU

ChebyshevU[n, x]
gives the Chebyshev polynomial of the second kind U_n(x).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • Explicit polynomials are given for integer n.
  • U_n(cos theta)=sin[(n+1)theta]/sin theta.
  • For certain special arguments, ChebyshevU automatically evaluates to exact values.
  • ChebyshevU can be evaluated to arbitrary numerical precision.
  • ChebyshevU[n, z] has a branch cut discontinuity in the complex z plane running from -Infinity to -1 for noninteger n.
Evaluate for complex arguments and orders:
Evaluate for large orders:
Evaluate to high precision:
ChebyshevU threads element-wise over the list:
Simple cases give exact symbolic results even for arbitrary order:
TraditionalForm formatting:
ChebyshevU can be applied to power series:
ChebyshevU can be applied to Interval:
Approximate a function on the interval -1<=x<=1:
Build a curve that passes through given points:
Light amplitude transmission through n layers of glass:
Get the list of coefficients in a ChebyshevU polynomial:
Use FunctionExpand to expand through trigonometric functions:
Derivative of ChebyshevU with respect to x:
Cancellations in the polynomial form may lead to inaccurate numerical results:
Evaluate the function directly:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team