Adoniram
- 93
- 6
I am trying to manipulate this summation such that I have a summation of a function of r only by itself somewhere:
\sum_{r=1}^{\infty}e^{-B⋅r}
This could be rewritten:
\sum_{r=1}^{\infty}\left(e^{-r}\right)^B or \sum_{r=1}^{\infty}\left(e^{-B}\right)^r
What I would like is:
f(r)g(B)
or
g(f(r))
Where g depends on B as well.
I really just want to be able to get some kind of independent f(r) out of this. The biggest problem I've had with this is that while the sum converges, doing something like ln\left[\sum_{r=1}^{\infty}e^{-B⋅r}\right] does not converge, so I'm stuck...
Thank you!
\sum_{r=1}^{\infty}e^{-B⋅r}
This could be rewritten:
\sum_{r=1}^{\infty}\left(e^{-r}\right)^B or \sum_{r=1}^{\infty}\left(e^{-B}\right)^r
What I would like is:
f(r)g(B)
or
g(f(r))
Where g depends on B as well.
I really just want to be able to get some kind of independent f(r) out of this. The biggest problem I've had with this is that while the sum converges, doing something like ln\left[\sum_{r=1}^{\infty}e^{-B⋅r}\right] does not converge, so I'm stuck...
Thank you!
Last edited: