Solving Limits of Sums: Ideas Needed

  • Context: Undergrad 
  • Thread starter Thread starter Apteronotus
  • Start date Start date
  • Tags Tags
    Limits Sums
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Apteronotus
Messages
201
Reaction score
0
I'm stuck on how to approach the following problem.

[tex] lim_{x \rightarrow \infty} \sum_{j=0} ^x e^{-j/x}[/tex]

Does anyone have any ideas?
 
Physics news on Phys.org
Looks like infinity to me. Expanding your sum gives
[tex]e^0 + e^{-1/N} +e^{-2/N} + ... + e^{-N/N}[/tex]
In this expression there are N + 1 terms, the smallest of which is 1/e.

So,
[tex]\sum_{i = 0}^N e^{-i/N} \geq (N + 1)(1/e)[/tex]

As N gets larger, so does (N + 1)/e.
 
Thanks you both for your replies. You are right, the expression does converge, as the integral test seems to varify.

Mark, I have one quick question. Could you explain why
[tex] \sum_{i = 0}^N e^{-i/N} \geq (N + 1)(1/e)[/tex]

Is this a general statement or does it only apply in this case.

Thank you again.
 
Apteronotus said:
Thanks you both for your replies. You are right, the expression does converge, as the integral test seems to varify.
No, what mathman and I are saying is that the expression diverges.
Apteronotus said:
Mark, I have one quick question. Could you explain why
[tex] \sum_{i = 0}^N e^{-i/N} \geq (N + 1)(1/e)[/tex]

Is this a general statement or does it only apply in this case.
This statement applies to your sum. For each value of N, there are N + 1 terms being added. The smallest of these terms is 1/e, so we know that the sum has to be at least (N + 1) times 1/e, which is (N + 1)/e.
 
Yes, I meant to say diverges.
Thanks again for the thorough explanation.