数列 $\{a_n\}$ が $a_1 = 5$ および $a_{n+1} = a_n + 2n + 5$ ($n = 1, 2, 3, \dots$) によって定義されているとき、$a_n$ の一般項を求め、さらに $\lim_{n \to \infty} (\sqrt{a_n} - n)$ および $\lim_{n \to \infty} (\sqrt{\frac{a_n}{n}} - \sqrt{n})$ を求める問題です。
2025/6/14
1. 問題の内容
数列 が および () によって定義されているとき、 の一般項を求め、さらに および を求める問題です。
2. 解き方の手順
(1) の一般項を求める。
漸化式 より、階差数列 である。
のとき、
a_n = a_1 + \sum_{k=1}^{n-1} b_k = a_1 + \sum_{k=1}^{n-1} (2k + 5) = 5 + 2\sum_{k=1}^{n-1} k + 5\sum_{k=1}^{n-1} 1
= 5 + 2\cdot \frac{(n-1)n}{2} + 5(n-1) = 5 + n^2 - n + 5n - 5 = n^2 + 4n
のとき となり、与えられた と一致する。
よって、 である。
(2) を求める。
\lim_{n \to \infty} (\sqrt{a_n} - n) = \lim_{n \to \infty} (\sqrt{n^2 + 4n} - n)
= \lim_{n \to \infty} \frac{(\sqrt{n^2 + 4n} - n)(\sqrt{n^2 + 4n} + n)}{\sqrt{n^2 + 4n} + n} = \lim_{n \to \infty} \frac{n^2 + 4n - n^2}{\sqrt{n^2 + 4n} + n}
= \lim_{n \to \infty} \frac{4n}{\sqrt{n^2(1 + \frac{4}{n})} + n} = \lim_{n \to \infty} \frac{4n}{n\sqrt{1 + \frac{4}{n}} + n} = \lim_{n \to \infty} \frac{4}{\sqrt{1 + \frac{4}{n}} + 1}
= \frac{4}{\sqrt{1 + 0} + 1} = \frac{4}{1 + 1} = \frac{4}{2} = 2
(3) を求める。
\lim_{n \to \infty} \left(\sqrt{\frac{a_n}{n}} - \sqrt{n}\right) = \lim_{n \to \infty} \left(\sqrt{\frac{n^2 + 4n}{n}} - \sqrt{n}\right) = \lim_{n \to \infty} (\sqrt{n + 4} - \sqrt{n})
= \lim_{n \to \infty} \frac{(\sqrt{n+4} - \sqrt{n})(\sqrt{n+4} + \sqrt{n})}{\sqrt{n+4} + \sqrt{n}} = \lim_{n \to \infty} \frac{n + 4 - n}{\sqrt{n+4} + \sqrt{n}}
= \lim_{n \to \infty} \frac{4}{\sqrt{n+4} + \sqrt{n}} = 0