主題
Search

級數


級數是由加法運算子組合在一起的項的無限有序集合。“無窮級數”一詞有時用於強調級數包含無限數量的項。級數中項的順序可能很重要,因為 Riemann 級數定理 指出,透過對項進行適當的重排,所謂的 條件收斂 級數可以收斂到任何期望的值,或者發散。

可以使用 Wolfram 語言 確定級數收斂的條件,使用SumConvergence[a, n].

如果級數的連續項之間的差是常數,則該級數被稱為 等差級數。如果級數中每兩個連續項的比率 a_(k+1)/a_k 是求和索引 k 的常數函式,則該級數稱為 等比級數。比率是 有理函式 k 的更一般情況產生稱為 超幾何級數 的級數。

級數可能收斂到確定的值,也可能不收斂,在這種情況下,它被稱為發散級數。令級數中的項表示為 a_i,令第 k部分和 由下式給出

 S_k=sum_(i=1)^ka_i,
(1)

並令部分和序列由 {S_1=a_1,S_2=a_1+a_2,S_3=a_1+a_2+a_3,...} 給出。如果部分和序列收斂到確定的值,則稱該級數收斂。另一方面,如果部分和序列不收斂到 極限 (例如,它振盪或趨近於 +/-infty),則稱該級數發散。收斂級數的一個例子是 等比級數

 sum_(n=0)^infty(1/2)^n=2,
(2)

發散級數的一個例子是 調和級數

 sum_(n=1)^infty1/n=infty.
(3)

有趣的是,雖然 調和級數 發散到無窮大,但 交錯調和級數 收斂到 自然對數 2

 sum_(k=1)^infty((-1)^(k-1))/k=ln2.
(4)

另一個著名的收斂無窮級數是 Brun 常數

許多稱為 收斂性檢驗 的方法可用於確定給定級數是否收斂。雖然級數的項可以有任意符號,但通常可以在所有項都是 的“最壞情況”下計算收斂性質,然後應用於手頭的特定級數。如果由 a_n 的絕對值形成的級數

 sum_(n)|a_n|,
(5)

收斂,則稱項 a_n 的級數是 絕對收斂 的。

一種特別強的收斂型別稱為 一致收斂,一致收斂的級數具有特別“良好”的性質。例如,一致收斂 的連續函式級數的和是連續的。收斂級數 可以逐項 求導,前提是級數的函式具有連續導數,並且 導數 的級數是 一致收斂 的。最後,一致收斂 的連續函式級數可以逐項 積分

有關各種級數運算的 係數 表格,請參見 Abramowitz 和 Stegun (1972, p. 15)。

雖然計算任意收斂無窮級數的解析表示式可能很困難,但許多演算法可以處理各種常見的級數型別。Wolfram 語言 計算系統實現了許多這些演算法。也存在用於計算任何但最 病態 級數的數值的一般技術 (Braden 1992)。

一個特定的無窮級數恆等式由下式給出

sum_(k=1, 3, 5,...)^(infty)(e^(-kx)sin(ky))/k=1/2i[coth^(-1)(e^(x+iy))-coth^(-1)(e^(x-iy))]
(6)
=1/2tan^(-1)((siny)/(sinhx))
(7)

對於 x>0

Apostol (1997, p. 25) 給出瞭解析和

 sum_(n=1,3,5,...)^infty(n^(4k+1))/(1+e^(npi))=(2^(4k+1)-1)/(8k+4)B_(4k+2),
(8)

其中 B_k伯努利數

Ramanujan 發現了有趣的級數恆等式

 sum_(n=0)^infty(-1)^n((3n)!)/([n!(3n)!]^3)x^(2n) 
 =[sum_(n=0)^infty(x^n)/((n!)^3)][sum_(n=0)^infty(-1)^n(x^n)/((n!)^3)]
(9)

(Preece 1928; Hardy 1999, p. 7),可以寫成超幾何恆等式

 _2F_7(1/3,2/3;1/2,1/2,1/2,1,1,1,1;-(27)/(64)x^2) 
 =_0F_2(;1,1;x)_0F_2(;1,1;-x).
(10)

以下型別的無窮級數(冪和)也可以解析計算,

(sum_(k=0)^(infty)x^k)^p=(1-x)^(-p)
(11)
=1/((p-1)!)sum_(n=0)^(infty)((n+p-1)!)/(n!)x^n
(12)
=1/((p-1)!)sum_(n=0)^(infty)(n+1)_(p-1)x^n,
(13)

其中 (n)_pPochhammer 符號

Gosper 指出和

sum_(n=1)^(infty)1/(n^2)cos(9/(npi+sqrt(n^2pi^2-9)))=sum_(n=1)^(infty)((-1)^ncos(sqrt(n^2pi^2-9)))/(n^2)
(14)
=-(pi^2)/(12e^3)
(15)
=-0.040948222...
(16)

(OEIS A100074)。

以下形式的無窮級數可以以閉合形式完成。

 sum_(k=1)^infty1/([1+k^2pi^2]^n)=(P_n(e^2))/(2^n(n-1)!(e^2-1)^n),
(17)

其中 P_n(e^2)n 階多項式 e^2。前幾個多項式是

P_1=2
(18)
P_2=-e^4+8e^2-3
(19)
P_3=-5e^6+41e^4-31e^2+11
(20)
P_4=-33e^8+286e^6-344e^4+250e^2-63
(21)

(OEIS A085470)。

相關的無窮級數

 sum_(k=1)^infty1/([1+(k+1/2)^2pi^2]^n)=(Q_n(e))/(2^(n+1)n!(e^2+1)^n)-(4^n)/((4+pi^2)^n)
(22)

也可以以閉合形式完成,其中 Q_n(e^2)n 階多項式 e^2。前幾個多項式是

Q_1=e^2-1
(23)
Q_2=e^4-4e^2-1
(24)
Q_3=3e^6-17e^4-7e^2-3
(25)
Q_4=15e^8-94e^6-56e^4-58e^2-15
(26)
Q_5=105e^(10)-657e^8-578e^6-982e^4-503-105
(27)

(OEIS A085471)。


另請參見

絕對收斂, 交錯級數, 等差級數, 漸近級數, 收斂加速, 收斂性檢驗, 收斂級數, 發散級數, 二重級數, Euler-Maclaurin 積分公式, FoxTrot 級數, 生成函式, 等比級數, 調和級數, 超漸近級數, 無窮乘積, Laurent 級數, Maclaurin 級數, 部分和, 冪和, q-級數, Riemann 級數定理, 序列, 級數偏差, 級數展開, 級數反演, 超超漸近級數, Taylor 級數 在 課堂中探索這個主題

使用 探索

參考文獻

Abramowitz, M. and Stegun, I. A. (Eds.). "Infinite Series." §3.6 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, p. 14, 1972.Apostol, T. M. Modular Functions and Dirichlet Series in Number Theory, 2nd ed. New York: Springer-Verlag, p. 25, 1997.Arfken, G. "Infinite Series." Ch. 5 in Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 277-351, 1985.Boas, R. P. Jr. "Partial Sums of Infinite Series, and How They Grow." Amer. Math. Monthly 84, 237-258, 1977.Boas, R. P. Jr. "Estimating Remainders." Math. Mag. 51, 83-89, 1978.Borwein, J. M. and Borwein, P. B. "Strange Series and High Precision Fraud." Amer. Math. Monthly 99, 622-640, 1992.Braden, B. "Calculating Sums of Infinite Series." Amer. Math. Monthly 99, 649-655, 1992.Bromwich, T. J. I'A. and MacRobert, T. M. An Introduction to the Theory of Infinite Series, 3rd ed. New York: Chelsea, 1991.Gardner, M. "Limits of Infinite Series." Ch. 17 in The Sixth Book of Mathematical Games from Scientific American. Chicago, IL: University of Chicago Press, pp. 163-172, 1984.Hansen, E. R. A Table of Series and Products. Englewood Cliffs, NJ: Prentice-Hall, 1975.Hardy, G. H. A Course of Pure Mathematics, 10th ed. London: Cambridge University Press, 1952.Hardy, G. H. Divergent Series. Oxford, England: Clarendon Press, 1949.Hardy, G. H. Ramanujan: Twelve Lectures on Subjects Suggested by His Life and Work, 3rd ed. New York: Chelsea, 1999.Jeffreys, H. and Jeffreys, B. S. "Series." §1.05 in Methods of Mathematical Physics, 3rd ed. Cambridge, England: Cambridge University Press, pp. 14-17, 1988.Jolley, L. B. W. Summation of Series, 2nd rev. ed. New York: Dover, 1961.Knopp, K. Theory and Application of Infinite Series. New York: Dover, 1990.Mangulis, V. Handbook of Series for Scientists and Engineers. New York: Academic Press, 1965.Natanson, I. P. Summation of Infinitely Small Quantities. Boston, MA: Heath, 1963.Preece, C. T. "Theorems Stated by Ramanujan (III): Theorems on Transformation of Series and Integrals." J. London Math. Soc. 3, 274-282, 1928.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. "Series and Their Convergence." §5.1 in Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 159-163, 1992.Rainville, E. D. Infinite Series. New York: Macmillan, 1967.Sloane, N. J. A. Sequences A85470, A85471, and A100074 in "The On-Line Encyclopedia of Integer Sequences."Weisstein, E. W. "Books about Series." http://www.ericweisstein.com/encyclopedias/books/Series.html.

在 中被引用

級數

引用為

Weisstein, Eric W. "Series." 來自 網路資源。 https://mathworld.tw/Series.html

主題分類