What is the Taylor Series Method for Evaluating Infinite Series?

  • Thread starter Thread starter yxgao
  • Start date Start date
  • Tags Tags
    Series
AI Thread Summary
The discussion focuses on evaluating the infinite series Sum from k = 1 to infinity of k^2/k!, which simplifies to 2e. Participants express confusion regarding the necessary mathematical knowledge, with some suggesting that familiarity with series expansions is essential. A hint is provided to relate the series to the Taylor series for e, emphasizing the technique of manipulating the summand for simplification. The conversation highlights a method involving differentiation of the Taylor series for e^x to derive the desired result. Ultimately, the series evaluation is confirmed as 2e, showcasing a clever application of calculus techniques.
yxgao
Messages
122
Reaction score
0
Evaluate this series: Sum from k = 1 to k = infinity k^2/k!

The answer is 2e.

Thanks so much!
 
Physics news on Phys.org
What have you tried so far?
 
I have no idea how to do this problem. Does it require more knowledge than second year college math? I thought it just requires some knowledge about series, but I can't seem to get the answer. It's been over 3 years since I took calculus so I don't remember much about series expansions. I've tried comparing the series to several common expansions but I can't find the right form or find the right starting point. Thanks!
 
yxgao,
here's a hint:
<br /> e = \sum_{k=0}^\infty \frac{1}{k!}<br />
Try to express your sum in terms of this...
 
Have you ever heard of a trick called "integrating with respect to 1"?


Anyways, one of the first things I'd do is simplify the summand; something cancels.
 
Here's a hint: replace the index k by k+1. You'll be able to cancel k+1 in numerator and denominator. The rest is easy.
 
How do you simplify (n+1)/n! summed from n = 0 to n = infinity?
 
distribute!
 
I don't understand how to proceed from this step. What do you do with the (n+1) in the numerator? What is there to distribute? Can someone post a direct method to the solution?
Thanks.
 
  • #10
<br /> \frac{a + b}{c} = \frac{a}{c} + \frac{b}{c}<br />
 
  • #11
Ah, ok. Why didn't I see that before? :)
e + e = 2e
Thanks a lot.
 
  • #12
It's a slick trick, I haven't seen this particular sum done this way before. The method I know can be done as follows (it's more complicated, but more powerful):


The taylor series for e^x is:

e^x = \sum_{k=0}^{\infty} \frac{x^k}{k!}

I can insert a k term by differentiating:

<br /> e^x = \sum_{k=0}^{\infty} \frac{k x^{k-1}}{k!}<br />

I can then multiply by x:

x e^x = \sum_{k=0}^{\infty} \frac{k x^{k}}{k!}

and differentiate again

<br /> (1 + x)e^x = \sum_{k=0}^{\infty} \frac{k^2 x^{k-1}}{k!}<br />

Then, plug in x = 1 to get the sum.
 

Similar threads

Replies
2
Views
860
Replies
17
Views
1K
Replies
4
Views
757
Replies
6
Views
1K
Replies
1
Views
670
Replies
7
Views
911
Replies
5
Views
2K
Back
Top