1

I am wondering if exist a known solution for this kind of infinite sum

$$ \sum _{i=1}^{\infty } p^i \log (a i + b) $$ where $p,a,b$ are real and $p\leq 1$. ...or even an approximation of the exact solution.

emanuele
  • 369

3 Answers3

2

Assume $|p|<1$. One may recall the Lerch transcendent given by $$ \Phi(p, s, \alpha) = \sum_{i=0}^\infty \frac { p^i} {(i+\alpha)^s}. $$ Then observing that $$ \partial_s\left.\frac {1} {(i+\alpha)^s}\right|_{s=0}=-\left.\frac {\log (i+\alpha)} {(i+\alpha)^s}\right|_{s=0}=-\log (i+\alpha) $$ leads readily to

$$ \sum _{i=1}^{\infty } p^i \log (a i + b)=-p \: \left.\partial_s\Phi\! \left(p,s,1+\frac{a}{b}\right)\right|_{s=0}+\frac{p}{1-p}\:\log b. $$

Olivier Oloa
  • 120,989
0

According to wolfram your series is quite complicated. You get this... $${{\log(a)} \over {1-p}}-p*\Phi(p,0,b/a)$$ where the second part is the Lerch Transcendental(I've been informed this needs to be differentiated). It looks like a solution, but math has a funny way with equality. Eventually doing everything out, you just realize this function is just a circular definition.

Zach466920
  • 8,341
0

A special case would be $$ \sum_{n=1}^\infty \frac{\log n}{2^n} \approx 0.507833922868438392 , $$ which is unknown to the Inverse Symbolic Calculator

GEdgar
  • 111,679