勒讓德多項式,有時稱為第一類勒讓德函式、勒讓德係數或帶狀球諧函式(Whittaker and Watson 1990, p. 302),是勒讓德微分方程的解。如果
是整數,它們就是多項式。上方展示了勒讓德多項式
在
和
, 2, ..., 5 的情況。它們在 Wolfram 語言中以如下形式實現:LegendreP[n, x].
締合勒讓德多項式
和
是締合勒讓德微分方程的解,其中
是正整數,
, ...,
。
勒讓德多項式
可以透過輪廓積分定義
 |
(1)
|
其中輪廓包圍原點並沿逆時針方向遍歷(Arfken 1985, p. 416)。
前幾個勒讓德多項式是
當按最小到最大冪排序且分母分解後,非零係數三角形為 1, 1,
, 3,
, 5, 3,
, ... (OEIS A008316)。前導分母為 1, 1, 2, 2, 8, 8, 16, 16, 128, 128, 256, 256, ... (OEIS A060818)。
前幾個冪用勒讓德多項式表示為
(OEIS A008317 和 A001790)。這些的閉合形式由下式給出
 |
(15)
|
(R. Schmied, pers. comm., Feb. 27, 2005)。對於高達 12 次冪的勒讓德多項式和冪,請參見 Abramowitz and Stegun (1972, p. 798)。
勒讓德多項式也可以透過在開區間
中使用權重函式 1 的格拉姆-施密特正交化生成。
歸一化使得
得到期望的勒讓德多項式。
“移位”勒讓德多項式是一組類似於勒讓德多項式的函式,但定義在區間 (0, 1) 上。它們服從正交性關係
 |
(23)
|
前幾個是
勒讓德多項式在
上關於權重函式 1 正交,並滿足
 |
(28)
|
其中
是克羅內克 delta。
勒讓德多項式是蓋根鮑爾多項式的特殊情況,其中
,是雅可比多項式
的特殊情況,其中
,並且可以使用墨菲公式寫成超幾何函式形式
 |
(29)
|
(Bailey 1933; 1935, p. 101; Koekoek and Swarttouw 1998)。
羅德里格斯表示法提供了公式
 |
(30)
|
展開後得到
其中
是向下取整函式。其他求和公式包括
(Koepf 1998, p. 1)。用超幾何函式表示,這些可以寫成
(Koepf 1998, p. 3)。
生成函式
由下式給出
 |
(38)
|
取
,
 |
(39)
|
將 (39) 乘以
,
 |
(40)
|
並將 (38) 和 (40) 相加,
![(1-2xt+t^2)^(-3/2)[(2xt-2t^2)+(1-2xt+t^2)]=sum_(n=0)^infty(2n+1)P_n(x)t^n](/images/equations/LegendrePolynomial/NumberedEquation10.svg) |
(41)
|
此展開式在一些物理問題中很有用,包括展開 Heyney-Greenstein 相函式和計算球體上的電荷分佈。另一個生成函式由下式給出
 |
(42)
|
其中
是第一類貝塞爾函式的零階函式 (Koepf 1998, p. 2)。
勒讓德多項式滿足遞推關係
 |
(43)
|
(Koepf 1998, p. 2)。此外,
 |
(44)
|
(修正了 Hildebrand 1956, p. 324)。
一個複數生成函式是
 |
(45)
|
而施萊夫利積分是
 |
(46)
|
區間
上的積分包括一般公式
 |
(47)
|
對於
(Byerly 1959, p. 172),由此得到特殊情況
如下 (OEIS A002596 和 A046161; Byerly 1959, p. 172)。對於勒讓德函式乘積的積分,
![int_x^1P_m(x)P_n(x)dx=((1-x^2)[P_n(x)P_m^'(x)-P_m(x)P_n^'(x)])/(m(m+1)-n(n+1))](/images/equations/LegendrePolynomial/NumberedEquation17.svg) |
(50)
|
對於
(Byerly 1959, p. 172),由此得到特殊情況
 |
(51)
|
其中
![f_(m,n)=((-1)^((m+n+1)/2)m!n!)/(2^(m+n-1)(m-n)(m+n+1)[(1/2m)!]^2{[1/2(n-1)]!}^2)](/images/equations/LegendrePolynomial/NumberedEquation19.svg) |
(52)
|
(OEIS A078297 和 A078298; Byerly 1959, p. 172)。後者是以下情況的特例
 |
(53)
|
其中
 |
(54)
|
並且
是伽瑪函式 (Gradshteyn and Ryzhik 2000, p. 762, eqn. 7.113.1)
區間
上關於權重函式
和
的積分由下式給出
(Arfken 1985, p. 700)。
拉普拉斯變換由下式給出
={1/2sqrt(pi)[sqrt(2/s)I_(-n-1/2)(s)-1/2s_1F_2(1;2+1/2n,1/2(3-n);1/4s^2)] for n even; 1/2sqrt(pi)[sqrt(2/s)I_(-n-1/2)(s)+_1F_2(1;1/2(3+n),1-1/2n;1/4s^2)] for n odd,](/images/equations/LegendrePolynomial/NumberedEquation22.svg) |
(57)
|
其中
是第一類修正貝塞爾函式。
一個求和恆等式由下式給出
![1-[P_n(x)]^2=sum_(nu=1)^n(1-x^2)/(1-x_nu^2)[(P_n(x))/(P_n^'(x_nu)(x-x_nu))]^2,](/images/equations/LegendrePolynomial/NumberedEquation23.svg) |
(58)
|
其中
是
th 根
(Szegö 1975, p. 348)。一個類似的恆等式是
![sum_(nu=1)^n(1-x_nu^2)/((n+1)^2[P_(n+1)(x_nu)]^2)=1,](/images/equations/LegendrePolynomial/NumberedEquation24.svg) |
(59)
|
這解釋了勒讓德-高斯求積法中權重之和始終等於 2 的事實。
另請參閱
締合勒讓德多項式,
圓錐函式,
拉普拉斯積分,
拉普拉斯-梅勒積分,
第一類勒讓德函式,
第二類勒讓德函式,
梅勒-狄利克雷積分,
球諧函式,
超卡塔蘭數,
帶狀球諧函式
相關 Wolfram 網站
http://functions.wolfram.com/Polynomials/LegendreP/,
http://functions.wolfram.com/Polynomials/LegendreP/
使用 探索
參考文獻
Abramowitz, M. and Stegun, I. A. (Eds.). "Legendre Functions" and "Orthogonal Polynomials." Ch. 22 in Chs. 8 and 22 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 331-339 and 771-802, 1972.Arfken, G. "Legendre Functions." Ch. 12 in Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 637-711, 1985.Bailey, W. N. "On the Product of Two Legendre Polynomials." Proc. Cambridge Philos. Soc. 29, 173-177, 1933.Bailey, W. N. Generalised Hypergeometric Series. Cambridge, England: Cambridge University Press, 1935.Byerly, W. E. "Zonal Harmonics." Ch. 5 in An Elementary Treatise on Fourier's Series, and Spherical, Cylindrical, and Ellipsoidal Harmonics, with Applications to Problems in Mathematical Physics. New York: Dover, pp. 144-194, 1959.Gradshteyn, I. S. and Ryzhik, I. M. Tables of Integrals, Series, and Products, 6th ed. San Diego, CA: Academic Press, 2000.Hildebrand, F. B. Introduction to Numerical Analysis. New York: McGraw-Hill, 1956.Iyanaga, S. and Kawada, Y. (Eds.). "Legendre Function" and "Associated Legendre Function." Appendix A, Tables 18.II and 18.III in Encyclopedic Dictionary of Mathematics. Cambridge, MA: MIT Press, pp. 1462-1468, 1980.Koekoek, R. and Swarttouw, R. F. "Legendre / Spherical." §1.8.3 in The Askey-Scheme of Hypergeometric Orthogonal Polynomials and its
-Analogue. Delft, Netherlands: Technische Universiteit Delft, Faculty of Technical Mathematics and Informatics Report 98-17, p. 44, 1998.Koepf, W. Hypergeometric Summation: An Algorithmic Approach to Summation and Special Function Identities. Braunschweig, Germany: Vieweg, 1998.Lagrange, R. Polynomes et fonctions de Legendre. Paris: Gauthier-Villars, 1939.Legendre, A. M. "Sur l'attraction des Sphéroides." Mém. Math. et Phys. présentés à l'Ac. r. des. sc. par divers savants 10, 1785.Morse, P. M. and Feshbach, H. Methods of Theoretical Physics, Part I. New York: McGraw-Hill, pp. 593-597, 1953.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, p. 252, 1992.Sansone, G. "Expansions in Series of Legendre Polynomials and Spherical Harmonics." Ch. 3 in Orthogonal Functions, rev. English ed. New York: Dover, pp. 169-294, 1991.Sloane, N. J. A. Sequences A001790/M2508, A002596/M3768, A008316, A008317, A046161, A060818, A078297, and A078298 in "The On-Line Encyclopedia of Integer Sequences."Snow, C. Hypergeometric and Legendre Functions with Applications to Integral Equations of Potential Theory. Washington, DC: U. S. Government Printing Office, 1952.Spanier, J. and Oldham, K. B. "The Legendre Polynomials
" and "The Legendre Functions
and
." Chs. 21 and 59 in An Atlas of Functions. Washington, DC: Hemisphere, pp. 183-192 and 581-597, 1987.Strutt, J. W. "On the Values of the Integral
,
,
being LaPlace's Coefficients of the orders
,
, with an Application to the Theory of Radiation." Philos. Trans. Roy. Soc. London 160, 579-590, 1870.Szegö, G. Orthogonal Polynomials, 4th ed. Providence, RI: Amer. Math. Soc., 1975.Whittaker, E. T. and Watson, G. N. A Course in Modern Analysis, 4th ed. Cambridge, England: Cambridge University Press, 1990.在 中引用
勒讓德多項式
引用為
Weisstein, Eric W. "勒讓德多項式。" 來自 Web 資源。 https://mathworld.tw/LegendrePolynomial.html
主題分類