主题
Search

切比雪夫第二类多项式


ChebyshevU

一组修改过的切比雪夫多项式,由略有不同的母函数定义。它们出现在角动量理论中四维球谐函数的展开中。它们是盖根鲍尔多项式的特殊情况,其中 alpha=1。它们也与三角多倍角公式密切相关。切比雪夫第二类多项式记为 U_n(x),并在 Wolfram 语言中实现为ChebyshevU[n, x]。 上图说明了多项式 U_n(x),其中 x in [-1,1]n=1, 2, ..., 5。

前几个切比雪夫第二类多项式是

U_0(x)=1
(1)
U_1(x)=2x
(2)
U_2(x)=4x^2-1
(3)
U_3(x)=8x^3-4x
(4)
U_4(x)=16x^4-12x^2+1
(5)
U_5(x)=32x^5-32x^3+6x
(6)
U_6(x)=64x^6-80x^4+24x^2-1.
(7)

当按最小到最大幂排序时,非零系数的三角形为 1; 2; -1, 4; -4, 8; 1, -12, 16; 6, -32, 32; ... (OEIS A053117)。

切比雪夫第二类多项式的定义母函数

g(t,x)=1/(1-2xt+t^2)
(8)
=sum_(n=0)^(infty)U_n(x)t^n
(9)

对于 |x|<1|t|<1。为了看到与切比雪夫第一类多项式 T(x) 的关系,对公式 (9) 求 partial/partialt 得到

(partialg)/(partialt)=2(x-t)(1-2xt+t^2)^(-2)
(10)
=sum_(n=0)^(infty)nU_n(x)t^(n-1).
(11)

将 (◇) 乘以 t 然后得到

 (2xt-2t^2)(1-2xt+t^2)^(-2)=sum_(n=0)^inftynU_n(x)t^n
(12)

将 (12) 和 (◇) 相加得到

((2xt-2t^2)+(1-2xt+t^2))/((1-2xt+t^2)^2)=(1-t^2)/((1-2xt+t^2)^2)
(13)
=sum_(n=0)^(infty)(n+1)U_n(x)t^n.
(14)

这与切比雪夫第一类多项式母函数相同,只是在分母中多了一个因子 1-2xt+t^2

罗德里格斯公式对于 U_n

 U_n(x)=((-1)^n(n+1)sqrt(pi))/(2^(n+1)(n+1/2)!(1-x^2)^(1/2))(d^n)/(dx^n)[(1-x^2)^(n+1/2)].
(15)

这些多项式也可以用求和来定义

U_n(x)=sum_(r=0)^(|_n/2_|)(-1)^r(n-r; r)(2x)^(n-2r)
(16)
=sum_(m=0)^(|_n/2_|)(n+1; 2m+1)x^(n-2m)(x^2-1)^m,
(17)

其中 |_x_|向下取整函数[x]向上取整函数,或者用乘积来定义

 U_n(x)=2^nproduct_(k=1)^n[x-cos((kpi)/(n+1))]
(18)

(Zwillinger 1995,第 696 页)。

U_n(x) 也服从有趣的行列式恒等式

 U_n=|2x 1 0 0 ... 0 0; 1 2x 1 0 ... 0 0; 0 1 2x 1 ... 0 0; 0 0 1 2x ... 0 0; 0 0 0 1 ... 1 0; | ... ... ... ... ... 1; 0 0 0 0 ... 1 2x|.
(19)

切比雪夫第二类多项式是雅可比多项式 P_n^((alpha,beta)) 的特殊情况,其中 alpha=beta=1/2,

U_n(x)=(n+1)(P_n^((1/2,1/2))(x))/(P_n^((1/2,1/2))(1))
(20)
=(n+1)_2F_1(-n,n+2;3/2;1/2(1-x)),
(21)

其中 _2F_1(a,b;c;x)超几何函数 (Koekoek and Swarttouw 1998)。

x=costheta 允许将切比雪夫第二类多项式写成

 U_n(x)=(sin[(n+1)theta])/(sintheta).
(22)

变换后的微分方程的第二个线性相关解由下式给出

 W_n(x)=(cos[(n+1)theta])/(sintheta),
(23)

也可以写成

 W_n(x)=(1-x^2)^(-1/2)T_(n+1)(x),
(24)

其中 T_n(x)切比雪夫第一类多项式。请注意,因此 W_n(x) 不是多项式

结式 rho(U_n(x),U_k(x)) 的三角形由 {0}, {-4,0}, {0,-64,0}, {16,256,4096,0}, {0,0,0,1048576,0}, ... (OEIS A054376) 给出。


另请参阅

切比雪夫逼近公式, 切比雪夫第一类多项式, 盖根鲍尔多项式

相关的 Wolfram 网站

http://functions.wolfram.com/Polynomials/ChebyshevU/, http://functions.wolfram.com/HypergeometricFunctions/ChebyshevUGeneral/

使用 Wolfram|Alpha 探索

参考文献

Abramowitz, M. and Stegun, I. A. (Eds.). "Orthogonal Polynomials." Ch. 22 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 771-802, 1972.Arfken, G. "Chebyshev (Tschebyscheff) Polynomials" and "Chebyshev Polynomials--Numerical Applications." §13.3 and 13.4 in Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 731-748, 1985.Koekoek, R. and Swarttouw, R. F. "Chebyshev." §1.8.2 in The Askey-Scheme of Hypergeometric Orthogonal Polynomials and its q-Analogue. Delft, Netherlands: Technische Universiteit Delft, Faculty of Technical Mathematics and Informatics Report 98-17, pp. 41-43, 1998.Koepf, W. "Efficient Computation of Chebyshev Polynomials." In Computer Algebra Systems: A Practical Guide (Ed. M. J. Wester). New York: Wiley, pp. 79-99, 1999.Pegg, E. Jr. "ChebyshevU." http://www.mathpuzzle.com/ChebyshevU.html.Rivlin, T. J. Chebyshev Polynomials. New York: Wiley, 1990.Sloane, N. J. A. Sequences A053117 and A054376 in "The On-Line Encyclopedia of Integer Sequences."Spanier, J. and Oldham, K. B. "The Chebyshev Polynomials T_n(x) and U_n(x)." Ch. 22 in An Atlas of Functions. Washington, DC: Hemisphere, pp. 193-207, 1987.Vasilyev, N. and Zelevinsky, A. "A Chebyshev Polyplayground: Recurrence Relations Applied to a Famous Set of Formulas." Quantum 10, 20-26, Sept./Oct. 1999.Zwillinger, D. (Ed.). CRC Standard Mathematical Tables and Formulae. Boca Raton, FL: CRC Press, 1995.

在 Wolfram|Alpha 上被引用

切比雪夫第二类多项式

请引用为

Eric W. Weisstein. "切比雪夫第二类多项式." 来自 MathWorld--Wolfram Web 资源. https://mathworld.net.cn/ChebyshevPolynomialoftheSecondKind.html

学科分类