題目
Problem
二、計算、證明題:共 3 題,每題 12 分,共 36 分。須詳細寫出計算及證明過程,否則不予計分。
(a) (6 分) Determine whether the series ∑ n = 2 ∞ ( − 1 ) n ln n n − ln n \sum\limits_{n=2}^\infty (-1)^n \frac{\ln n}{n - \ln n} n = 2 ∑ ∞ ( − 1 ) n n − l n n l n n converges absolutely or converges conditionally or diverges and give reasons for your answer.
(b) (6 分) Find all values of x x x for which ∑ n = 1 ∞ ( x + 4 ) n n 3 n \sum\limits_{n=1}^\infty \frac{(x + 4)^n}{n 3^n} n = 1 ∑ ∞ n 3 n ( x + 4 ) n converges and give reasons for your answer.
解答
解法一:交錯級數審斂法與比值審斂法
思路
展開
本題包含兩小題:交錯級數的斂散性判定與冪級數收斂區間的求解。
(a) 判定 ∑ n = 2 ∞ ( − 1 ) n ln n n − ln n \sum_{n=2}^\infty (-1)^n \frac{\ln n}{n - \ln n} ∑ n = 2 ∞ ( − 1 ) n n − l n n l n n 的收斂性質 :
令 a n = ln n n − ln n > 0 a_n = \frac{\ln n}{n - \ln n} > 0 a n = n − l n n l n n > 0 。
絕對收斂性 :考慮 ∑ a n \sum a_n ∑ a n 。使用極限比較審斂法(LCT)與發散的調和級數 ∑ 1 n \sum \frac{1}{n} ∑ n 1 比較:
lim n → ∞ a n 1 / n = lim n → ∞ n ln n n − ln n = lim n → ∞ ln n 1 − ln n n = ∞ \lim_{n\to\infty} \frac{a_n}{1/n} = \lim_{n\to\infty} \frac{n \ln n}{n - \ln n} = \lim_{n\to\infty} \frac{\ln n}{1 - \frac{\ln n}{n}} = \infty lim n → ∞ 1/ n a n = lim n → ∞ n − l n n n l n n = lim n → ∞ 1 − n l n n l n n = ∞
因此 ∑ a n \sum a_n ∑ a n 發散,此級數不絕對收斂。
條件收斂性 :使用交錯級數審斂法(AST):
a n > 0 a_n > 0 a n > 0 。
lim n → ∞ a n = lim n → ∞ ln n n 1 − ln n n = 0 \lim\limits_{n\to\infty} a_n = \lim\limits_{n\to\infty} \frac{\frac{\ln n}{n}}{1 - \frac{\ln n}{n}} = 0 n → ∞ lim a n = n → ∞ lim 1 − n l n n n l n n = 0 。
單調性:令 f ( x ) = ln x x − ln x f(x) = \frac{\ln x}{x - \ln x} f ( x ) = x − l n x l n x ,求導得 f ′ ( x ) = 1 − ln x ( x − ln x ) 2 < 0 f'(x) = \frac{1 - \ln x}{(x - \ln x)^2} < 0 f ′ ( x ) = ( x − l n x ) 2 1 − l n x < 0 對於 x > e x > e x > e 。故 a n a_n a n 當 n ≥ 3 n \ge 3 n ≥ 3 時單調遞減。
因此級數收斂。綜上所述,級數為條件收斂 (converges conditionally) 。
(b) 求解 ∑ n = 1 ∞ ( x + 4 ) n n 3 n \sum_{n=1}^\infty \frac{(x+4)^n}{n 3^n} ∑ n = 1 ∞ n 3 n ( x + 4 ) n 的收斂區間 :
使用比值審斂法(Ratio Test):
lim n → ∞ ∣ a n + 1 a n ∣ = lim n → ∞ ∣ ( x + 4 ) n + 1 ( n + 1 ) 3 n + 1 ⋅ n 3 n ( x + 4 ) n ∣ = ∣ x + 4 ∣ 3 lim n → ∞ n n + 1 = ∣ x + 4 ∣ 3 \lim_{n\to\infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n\to\infty} \left| \frac{(x+4)^{n+1}}{(n+1)3^{n+1}} \cdot \frac{n 3^n}{(x+4)^n} \right| = \frac{|x+4|}{3} \lim_{n\to\infty} \frac{n}{n+1} = \frac{|x+4|}{3} lim n → ∞ a n a n + 1 = lim n → ∞ ( n + 1 ) 3 n + 1 ( x + 4 ) n + 1 ⋅ ( x + 4 ) n n 3 n = 3 ∣ x + 4∣ lim n → ∞ n + 1 n = 3 ∣ x + 4∣
級數收斂要求:
∣ x + 4 ∣ 3 < 1 ⟹ ∣ x + 4 ∣ < 3 ⟹ − 7 < x < − 1 \frac{|x+4|}{3} < 1 \implies |x+4| < 3 \implies -7 < x < -1 3 ∣ x + 4∣ < 1 ⟹ ∣ x + 4∣ < 3 ⟹ − 7 < x < − 1
收斂半徑 R = 3 R = 3 R = 3 。
端點測試 :
當 x = − 1 x = -1 x = − 1 時:級數為 ∑ n = 1 ∞ 3 n n 3 n = ∑ n = 1 ∞ 1 n \sum_{n=1}^\infty \frac{3^n}{n 3^n} = \sum_{n=1}^\infty \frac{1}{n} ∑ n = 1 ∞ n 3 n 3 n = ∑ n = 1 ∞ n 1 ,此為調和級數,發散。
當 x = − 7 x = -7 x = − 7 時:級數為 ∑ n = 1 ∞ ( − 3 ) n n 3 n = ∑ n = 1 ∞ ( − 1 ) n n \sum_{n=1}^\infty \frac{(-3)^n}{n 3^n} = \sum_{n=1}^\infty \frac{(-1)^n}{n} ∑ n = 1 ∞ n 3 n ( − 3 ) n = ∑ n = 1 ∞ n ( − 1 ) n ,為交錯調和級數,由 AST 知其收斂。
因此,收斂的 x x x 值範圍為 [ − 7 , − 1 ) [-7, -1) [ − 7 , − 1 ) 。
答題過程
展開
(a) 判定級數 ∑ n = 2 ∞ ( − 1 ) n ln n n − ln n \sum\limits_{n=2}^\infty (-1)^n \frac{\ln n}{n - \ln n} n = 2 ∑ ∞ ( − 1 ) n n − l n n l n n 的收斂性
設 a n = ln n n − ln n a_n = \frac{\ln n}{n - \ln n} a n = n − l n n l n n 。對於 n ≥ 2 n \ge 2 n ≥ 2 ,由於 n > ln n n > \ln n n > ln n ,故 a n > 0 a_n > 0 a n > 0 。
1. 測試絕對收斂性(級數 ∑ ∣ a n ∣ = ∑ a n \sum |a_n| = \sum a_n ∑ ∣ a n ∣ = ∑ a n )
我們使用極限比較審斂法(Limit Comparison Test),將 a n a_n a n 與發散的 p p p -級數 ∑ n = 1 ∞ 1 n \sum\limits_{n=1}^\infty \frac{1}{n} n = 1 ∑ ∞ n 1 進行比較:
lim n → ∞ a n 1 n = lim n → ∞ n ln n n − ln n = lim n → ∞ ln n 1 − ln n n \lim_{n \to \infty} \frac{a_n}{\frac{1}{n}} = \lim_{n \to \infty} \frac{n \ln n}{n - \ln n} = \lim_{n \to \infty} \frac{\ln n}{1 - \frac{\ln n}{n}} n → ∞ lim n 1 a n = n → ∞ lim n − ln n n ln n = n → ∞ lim 1 − n l n n ln n
由於 lim n → ∞ ln n n = 0 \lim\limits_{n \to \infty} \frac{\ln n}{n} = 0 n → ∞ lim n l n n = 0 且 lim n → ∞ ln n = ∞ \lim\limits_{n \to \infty} \ln n = \infty n → ∞ lim ln n = ∞ ,上式極限為:
lim n → ∞ ln n 1 − 0 = ∞ \lim_{n \to \infty} \frac{\ln n}{1 - 0} = \infty n → ∞ lim 1 − 0 ln n = ∞
因為極限值為 ∞ \infty ∞ 且比較級數 ∑ 1 n \sum \frac{1}{n} ∑ n 1 發散,可知級數 ∑ n = 2 ∞ a n \sum\limits_{n=2}^\infty a_n n = 2 ∑ ∞ a n 發散。
因此,原交錯級數不是絕對收斂 。
2. 測試收斂性(交錯級數審斂法 AST)
我們檢驗交錯級數審斂法(Alternating Series Test)的三個條件:
正值性 :對所有 n ≥ 2 n \ge 2 n ≥ 2 , a n > 0 a_n > 0 a n > 0 。
極限為 0 :
lim n → ∞ a n = lim n → ∞ ln n n − ln n = lim n → ∞ ln n n 1 − ln n n = 0 1 − 0 = 0 \lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{\ln n}{n - \ln n} = \lim_{n \to \infty} \frac{\frac{\ln n}{n}}{1 - \frac{\ln n}{n}} = \frac{0}{1 - 0} = 0 n → ∞ lim a n = n → ∞ lim n − ln n ln n = n → ∞ lim 1 − n l n n n l n n = 1 − 0 0 = 0
單調遞減 :我們定義相應的實函數:
f ( x ) = ln x x − ln x ( x > 1 ) f(x) = \frac{\ln x}{x - \ln x} \quad (x > 1) f ( x ) = x − ln x ln x ( x > 1 )
對其求導:
f ′ ( x ) = ( 1 x ) ( x − ln x ) − ( ln x ) ( 1 − 1 x ) ( x − ln x ) 2 f'(x) = \frac{\left( \frac{1}{x} \right)(x - \ln x) - (\ln x)\left( 1 - \frac{1}{x} \right)}{(x - \ln x)^2} f ′ ( x ) = ( x − ln x ) 2 ( x 1 ) ( x − ln x ) − ( ln x ) ( 1 − x 1 )
= 1 − ln x x − ln x + ln x x ( x − ln x ) 2 = 1 − ln x ( x − ln x ) 2 = \frac{1 - \frac{\ln x}{x} - \ln x + \frac{\ln x}{x}}{(x - \ln x)^2} = \frac{1 - \ln x}{(x - \ln x)^2} = ( x − ln x ) 2 1 − x l n x − ln x + x l n x = ( x − ln x ) 2 1 − ln x
當 x > e x > e x > e (即 n ≥ 3 n \ge 3 n ≥ 3 )時, ln x > 1 ⟹ 1 − ln x < 0 \ln x > 1 \implies 1 - \ln x < 0 ln x > 1 ⟹ 1 − ln x < 0 ,故 f ′ ( x ) < 0 f'(x) < 0 f ′ ( x ) < 0 。
這說明數列 { a n } \{a_n\} { a n } 自 n = 3 n = 3 n = 3 起為單調遞減,即 a n + 1 ≤ a n a_{n+1} \le a_n a n + 1 ≤ a n 。
依據交錯級數審斂法,級數 ∑ n = 2 ∞ ( − 1 ) n a n \sum\limits_{n=2}^\infty (-1)^n a_n n = 2 ∑ ∞ ( − 1 ) n a n 收斂。
綜合結論
因為該級數本身收斂,但其絕對值級數發散,故級數為條件收斂 (converges conditionally) 。
(b) 求解級數 ∑ n = 1 ∞ ( x + 4 ) n n 3 n \sum\limits_{n=1}^\infty \frac{(x + 4)^n}{n 3^n} n = 1 ∑ ∞ n 3 n ( x + 4 ) n 的收斂 x x x 範圍
我們使用比值審斂法(Ratio Test)來求收斂區間。令 u n = ( x + 4 ) n n 3 n u_n = \frac{(x + 4)^n}{n 3^n} u n = n 3 n ( x + 4 ) n :
lim n → ∞ ∣ u n + 1 u n ∣ = lim n → ∞ ∣ ( x + 4 ) n + 1 ( n + 1 ) 3 n + 1 ⋅ n 3 n ( x + 4 ) n ∣ \lim_{n \to \infty} \left| \frac{u_{n+1}}{u_n} \right| = \lim_{n \to \infty} \left| \frac{(x+4)^{n+1}}{(n+1)3^{n+1}} \cdot \frac{n 3^n}{(x+4)^n} \right| n → ∞ lim u n u n + 1 = n → ∞ lim ( n + 1 ) 3 n + 1 ( x + 4 ) n + 1 ⋅ ( x + 4 ) n n 3 n
= lim n → ∞ n 3 ( n + 1 ) ∣ x + 4 ∣ = ∣ x + 4 ∣ 3 lim n → ∞ n n + 1 = ∣ x + 4 ∣ 3 = \lim_{n \to \infty} \frac{n}{3(n+1)} |x+4| = \frac{|x+4|}{3} \lim_{n \to \infty} \frac{n}{n+1} = \frac{|x+4|}{3} = n → ∞ lim 3 ( n + 1 ) n ∣ x + 4∣ = 3 ∣ x + 4∣ n → ∞ lim n + 1 n = 3 ∣ x + 4∣
根據比值審斂法:
當 ∣ x + 4 ∣ 3 < 1 ⟹ ∣ x + 4 ∣ < 3 \frac{|x+4|}{3} < 1 \implies |x+4| < 3 3 ∣ x + 4∣ < 1 ⟹ ∣ x + 4∣ < 3 時,級數絕對收斂。
− 3 < x + 4 < 3 ⟹ − 7 < x < − 1 -3 < x + 4 < 3 \implies -7 < x < -1 − 3 < x + 4 < 3 ⟹ − 7 < x < − 1
此時收斂半徑 R = 3 R = 3 R = 3 。
當 ∣ x + 4 ∣ > 3 |x+4| > 3 ∣ x + 4∣ > 3 時,級數發散。
我們接著測試兩個邊界端點:
端點 1:當 x = − 1 x = -1 x = − 1 時
代入級數得:
∑ n = 1 ∞ ( − 1 + 4 ) n n 3 n = ∑ n = 1 ∞ 3 n n 3 n = ∑ n = 1 ∞ 1 n \sum_{n=1}^\infty \frac{(-1+4)^n}{n 3^n} = \sum_{n=1}^\infty \frac{3^n}{n 3^n} = \sum_{n=1}^\infty \frac{1}{n} n = 1 ∑ ∞ n 3 n ( − 1 + 4 ) n = n = 1 ∑ ∞ n 3 n 3 n = n = 1 ∑ ∞ n 1
此為調和級數(p = 1 p=1 p = 1 ),為發散 。
端點 2:當 x = − 7 x = -7 x = − 7 時
代入級數得:
∑ n = 1 ∞ ( − 7 + 4 ) n n 3 n = ∑ n = 1 ∞ ( − 3 ) n n 3 n = ∑ n = 1 ∞ ( − 1 ) n n \sum_{n=1}^\infty \frac{(-7+4)^n}{n 3^n} = \sum_{n=1}^\infty \frac{(-3)^n}{n 3^n} = \sum_{n=1}^\infty \frac{(-1)^n}{n} n = 1 ∑ ∞ n 3 n ( − 7 + 4 ) n = n = 1 ∑ ∞ n 3 n ( − 3 ) n = n = 1 ∑ ∞ n ( − 1 ) n
此為交錯調和級數。因為滿足 AST的三個條件(正值、極限為 0、單調遞減),故此級數收斂 。
綜上所述,使該級數收斂的所有 x x x 值範圍為:
− 7 ≤ x < − 1 ( 或寫為 x ∈ [ − 7 , − 1 ) ) -7 \le x < -1 \quad (\text{或寫為 } x \in [-7, -1)) − 7 ≤ x < − 1 ( 或寫為 x ∈ [ − 7 , − 1 ))