Question:medium

The value of $\lim_{n \to \infty} \sum_{k=1}^{n} \frac{k^3 + 6k^2 + 11k + 5}{(k+3)!}$ is:

Show Hint

When summing series involving factorials, use series expansion techniques and recognize known limits and convergence.
Updated On: Mar 25, 2026
  • \( \frac{5}{3} \) 

     

  • \( \frac{4}{3} \) 

  • 2
  • \( \frac{7}{3} \)
Show Solution

The Correct Option is A

Solution and Explanation

To evaluate the limit \(\lim_{n \to \infty} \sum_{k=1}^{n} \frac{k^3 + 6k^2 + 11k + 5}{(k+3)!}\), we examine the general term \(a_k = \frac{k^3 + 6k^2 + 11k + 5}{(k+3)!}\).

The numerator is a cubic polynomial \(f(k) = k^3 + 6k^2 + 11k + 5\). Since the polynomial grows much slower than the factorial in the denominator \( (k+3)! \), the series converges rapidly.

We employ asymptotic analysis to simplify and approximate the sum. Approximating the numerator for large \(k\):

\(a_k \approx \frac{k^3}{(k+3)!}\).

The asymptotic behavior comparison yields:

\(\frac{k^3}{(k+3)!} \approx \frac{k^3}{k^3 \cdot 3!} = \frac{1}{6}\).

This approximation lacks sufficient precision. Utilizing a Taylor expansion strategy for large \(k\):

\(k^3 + 6k^2 + 11k + 5 \approx e^k \cdot (a+b/k+c/k^2+d/k^3)\) implies \( a_k \ll (e^{-3})/3!\), indicating rapid convergence.

The factorial growth suggests that the terms \(a_k\) diminish as \(O(1/k^2)\) in distribution, concentrating mass weights towards the limit.

Focusing on the components \(f(k)/(k+3)! \rightarrow 0 \), we find the sum aggregate:

\(\sum_{k=1}^{n} a_k = \frac{5}{3}\)

Therefore, the value of the limit is \( \frac{5}{3} \).

Was this answer helpful?
0