与えられた5つの無限級数について、それぞれの収束・発散を判定する。 (1) $\sum_{n=1}^{\infty} \frac{1}{\sqrt{2n-1} + \sqrt{2n+1}}$ (2) $\frac{1}{\sqrt{2} + \sqrt{4}} + \frac{1}{\sqrt{3} + \sqrt{5}} + \frac{1}{\sqrt{4} + \sqrt{6}} + \dots$ (3) $\frac{2}{3} + \frac{3}{5} + \frac{4}{7} + \frac{5}{9} + \dots$ (4) $\frac{1}{2 \cdot 3} + \frac{1}{3 \cdot 4} + \frac{1}{4 \cdot 5} + \dots$ (5) $1 + \frac{1}{1+2} + \frac{1}{1+2+3} + \dots$

解析学無限級数収束発散部分和有理化
2025/7/14

1. 問題の内容

与えられた5つの無限級数について、それぞれの収束・発散を判定する。
(1) n=112n1+2n+1\sum_{n=1}^{\infty} \frac{1}{\sqrt{2n-1} + \sqrt{2n+1}}
(2) 12+4+13+5+14+6+\frac{1}{\sqrt{2} + \sqrt{4}} + \frac{1}{\sqrt{3} + \sqrt{5}} + \frac{1}{\sqrt{4} + \sqrt{6}} + \dots
(3) 23+35+47+59+\frac{2}{3} + \frac{3}{5} + \frac{4}{7} + \frac{5}{9} + \dots
(4) 123+134+145+\frac{1}{2 \cdot 3} + \frac{1}{3 \cdot 4} + \frac{1}{4 \cdot 5} + \dots
(5) 1+11+2+11+2+3+1 + \frac{1}{1+2} + \frac{1}{1+2+3} + \dots

2. 解き方の手順

(1)
分母を有理化する。
12n1+2n+1=2n+12n1(2n+1+2n1)(2n+12n1)=2n+12n1(2n+1)(2n1)=2n+12n12\frac{1}{\sqrt{2n-1} + \sqrt{2n+1}} = \frac{\sqrt{2n+1} - \sqrt{2n-1}}{(\sqrt{2n+1} + \sqrt{2n-1})(\sqrt{2n+1} - \sqrt{2n-1})} = \frac{\sqrt{2n+1} - \sqrt{2n-1}}{(2n+1) - (2n-1)} = \frac{\sqrt{2n+1} - \sqrt{2n-1}}{2}
部分和を考える。
SN=n=1N2n+12n12=12[(31)+(53)++(2N+12N1)]=12(2N+11)S_N = \sum_{n=1}^{N} \frac{\sqrt{2n+1} - \sqrt{2n-1}}{2} = \frac{1}{2} [(\sqrt{3}-\sqrt{1}) + (\sqrt{5}-\sqrt{3}) + \dots + (\sqrt{2N+1} - \sqrt{2N-1})] = \frac{1}{2} (\sqrt{2N+1} - 1)
limNSN=limN12(2N+11)=\lim_{N \to \infty} S_N = \lim_{N \to \infty} \frac{1}{2} (\sqrt{2N+1} - 1) = \infty
(2)
一般項は 1n+1+n+3\frac{1}{\sqrt{n+1} + \sqrt{n+3}}. 分母を有理化する。
1n+1+n+3=n+3n+1(n+3)(n+1)=n+3n+12\frac{1}{\sqrt{n+1} + \sqrt{n+3}} = \frac{\sqrt{n+3} - \sqrt{n+1}}{(n+3) - (n+1)} = \frac{\sqrt{n+3} - \sqrt{n+1}}{2}
部分和を考える。
SN=n=1Nn+3n+12=12[(42)+(53)+(64)++(N+3N+1)]=12(N+3+N+232)S_N = \sum_{n=1}^{N} \frac{\sqrt{n+3} - \sqrt{n+1}}{2} = \frac{1}{2} [(\sqrt{4} - \sqrt{2}) + (\sqrt{5} - \sqrt{3}) + (\sqrt{6} - \sqrt{4}) + \dots + (\sqrt{N+3} - \sqrt{N+1})] = \frac{1}{2} (\sqrt{N+3} + \sqrt{N+2} - \sqrt{3} - \sqrt{2})
limNSN=\lim_{N \to \infty} S_N = \infty
(3)
一般項は n+12n+1\frac{n+1}{2n+1}.
limnn+12n+1=120\lim_{n \to \infty} \frac{n+1}{2n+1} = \frac{1}{2} \neq 0. よって発散する。
(4)
1n(n+1)=1n1n+1\frac{1}{n(n+1)} = \frac{1}{n} - \frac{1}{n+1}
SN=n=2N1n(n+1)=n=2N(1n1n+1)=(1213)+(1314)++(1N1N+1)=121N+1S_N = \sum_{n=2}^{N} \frac{1}{n(n+1)} = \sum_{n=2}^{N} (\frac{1}{n} - \frac{1}{n+1}) = (\frac{1}{2} - \frac{1}{3}) + (\frac{1}{3} - \frac{1}{4}) + \dots + (\frac{1}{N} - \frac{1}{N+1}) = \frac{1}{2} - \frac{1}{N+1}
limNSN=limN(121N+1)=12\lim_{N \to \infty} S_N = \lim_{N \to \infty} (\frac{1}{2} - \frac{1}{N+1}) = \frac{1}{2}
(5)
k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}.
一般項は an=1k=1nk=1n(n+1)2=2n(n+1)=2(1n1n+1)a_n = \frac{1}{\sum_{k=1}^{n} k} = \frac{1}{\frac{n(n+1)}{2}} = \frac{2}{n(n+1)} = 2(\frac{1}{n} - \frac{1}{n+1})
SN=n=1N2(1n1n+1)=2n=1N(1n1n+1)=2[(112)+(1213)++(1N1N+1)]=2(11N+1)S_N = \sum_{n=1}^{N} 2(\frac{1}{n} - \frac{1}{n+1}) = 2 \sum_{n=1}^{N} (\frac{1}{n} - \frac{1}{n+1}) = 2 [(1-\frac{1}{2}) + (\frac{1}{2} - \frac{1}{3}) + \dots + (\frac{1}{N} - \frac{1}{N+1})] = 2(1 - \frac{1}{N+1})
limNSN=2(10)=2\lim_{N \to \infty} S_N = 2(1 - 0) = 2

3. 最終的な答え

(1) 発散
(2) 発散
(3) 発散
(4) 収束, 12\frac{1}{2}
(5) 収束, 22

「解析学」の関連問題

座標平面上の曲線Cが媒介変数 $0 \le t \le 1$ を用いて $x = 1-t^2$, $y = t-t^3$ と表される。 (1) 曲線Cの概形を描け。 (2) 曲線Cとx軸で囲まれた部分...

媒介変数表示曲線の概形回転体の体積積分
2025/7/14

与えられた関数 $y = \frac{(2x+3)^2}{(x-1)^3}$ の微分を求めます。

微分商の微分公式連鎖律関数の微分
2025/7/14

放物線 $y = 2x^2$ をCとする。点(1,4)を通る直線 $l$ がCと2点で交わっている。Cと $l$ の2つの交点のx座標を $\alpha, \beta$ ($ \alpha > \be...

放物線積分面積二次方程式解と係数の関係
2025/7/14

与えられた式 $\ln(\frac{256}{25} + \frac{64}{25})$ の値を計算します。

対数自然対数計算近似値
2025/7/14

与えられた8つの関数をそれぞれ微分する問題です。

微分合成関数の微分法積の微分法商の微分法指数関数対数関数
2025/7/14

与えられた式 $\ln\left(\frac{16^2}{5} + \frac{8^2}{5}\right)$ を計算して、その値を求める。

対数計算
2025/7/14

$a$ を正の実数とする。関数 $f(x) = e^{a(x+1)} - ax$ について、以下の問題を解く。 (1) $f(x)$ の最小値を求めよ。 (2) 原点から曲線 $y = f(x)$ に...

関数の最小値接線積分面積微分
2025/7/14

関数 $y = (3x + 1)^2 (2x - 1)^3$ を微分する。

微分合成関数積の微分
2025/7/14

放物線 $C: y = 2x^2$ と点 $(1, 4)$ を通る直線 $l$ が2点で交わっている。(1) $C$ と $l$ の2つの交点の $x$ 座標を $\alpha, \beta$ (ただ...

積分放物線面積二次関数解と係数の関係
2025/7/14

$a > 1$ とする。2点 $(1, 0)$, $(a, \log a)$ を通る直線を $\ell$ とする。$\ell$ と曲線 $y = \log x$ で囲まれた図形の面積が 2 より大きく...

積分対数関数面積不等式
2025/7/14