What is the value of #sum_(k = 0)^oo k^2/(k!)#?
3 Answers
I'd use the ratio test to test for convergence.
#L = lim_(k->oo) |((k + 1)^2/((k + 1)!))/(k^2/(k!))|#
#L = lim_(k->oo) |(k^2 + 2k + 1)/((k + 1)!) * (k!)/k^2|#
#L = lim_(k->oo) |(k^2 + 2k + 1)/((k + 1)k!) * (k!)/k^2|#
#L = lim_(k->oo) |((k + 1)(k + 1))/((k^2)(k + 1))|#
#L = lim_(k->oo) |(k + 1)/k^2|#
#L = lim_(k->oo) |k/k^2 + 1/k^2|#
#L = lim_(k->oo) |1/k + 1/k^2|#
#L = 0 + 0#
#L = 0#
Since this is smaller than
I'll leave this to other, more clever contributors :)
Hopefully this helps!
Explanation:
Knowing that
Explanation:
@HSBC244 has already proved that the sum converges. This is a good start and no need to reproduce here,
So now let's consider the terms of
We can now split
Plus
Notice that
Now analysing
Which again is the series expansion of
So, Since