Need some series/ summation help

  • Context: Graduate 
  • Thread starter Thread starter rman144
  • Start date Start date
  • Tags Tags
    Series Summation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
rman144
Messages
34
Reaction score
0
[tex]\sum_{n=1}^{\infty}(-1)^{n}\frac{e^{-\frac{1}{nx}}}{n}[/tex]

Where 0<x<oo.

I'm looking for a closed form/ closed representation for this series [I was thinking something like a polylogarithm or dirichlet eta function combination might work].

Any ideas or suggestions would be much appreciated.
 
Physics news on Phys.org
it does not converge...
 
soandos said:
it does not converge...

Sure it does, it differs from [tex]\sum_{n=1}^\infty \frac{(-1)^n}{n}[/tex] by an absolutely convergent series.
 
If (-1)^n is being raised to [tex]\frac{e^{-\frac{1}{nx}}}{n}[/tex], i do not believe it converges. (it can also be simplified, the n's go away). please clarify what you mean.
 
I understand the confulsion. If you read the TeX code included, you can see what was actually written. The term to be summed is [itex](-1)^n[/itex] times a fraction:
[tex]\sum_{n=1}^{\infty}\;(-1)^{n}\left(\frac{e^{-\frac{1}{nx}}}{n}\right)[/tex]
 
g_edgar said:
I understand the confulsion. If you read the TeX code included, you can see what was actually written. The term to be summed is [itex](-1)^n[/itex] times a fraction:
[tex]\sum_{n=1}^{\infty}\;(-1)^{n}\left(\frac{e^{-\frac{1}{nx}}}{n}\right)[/tex]

Sorry about the confusion. I should have included the brackets as you demonstrated.