Need to find the sum $\sum_{n=1}^{\infty} \frac{x^{n+1}}{(n+1)(n+2)}$
What I did based on the suggestions:
- Multiplied and divided by $x$
- "forgot" the $x$ in the denominator and then took the derivative of the remaining expression 2 times: ended up getting $\frac{1}{x}\sum_{n=1}^{\infty} x^n$
- Expanded this geometric series and then integrated the result once:
$\frac{1}{x}\sum_{n=1}^{\infty} x^n = \frac{1}{x}\int \frac{x}{1-x}dx = \frac{1}{x}(-x - \ln(1-x)) $
- And then integrated again:
$\frac{1}{x}\int (-x - \ln(1-x))dx = \frac{1}{x}(-0.5x^2+x-x\ln(1-x)+\ln(1-x)) $ which is apparently a correct answer.
Is there any other more adequate way of solving this? Seems really non-intuitive to me, especially the double derivative-double integral part. Or maybe someone could shed the light regarding this concept ... like, why does it work in such a marvelous way
Note that the radius of convergence is $1$.
If $x=0$, the sum is $0$.
Otherwise, the Taylor series of $\ln(1-x)$ for $x \in [-1,1) \setminus \{0\}$ is$$\ln(1-x) = \sum_{n=0}^\infty\frac{x^{n+1}}{n+1} \tag{1}$$
$$\ln(1-x) = x\sum_{n=0}^\infty\frac{x^{n}}{n+1}=x\sum_{n=-1}^\infty \frac{x^{n+1}}{n+2}$$
$$\frac{\ln(1-x)}{x}-1 =\sum_{n=0}^\infty \frac{x^{n+1}}{n+2} \tag{2}$$
Use $(1)$ to subtract $(2)$,
$$\ln (1-x) - \frac{\ln (1-x)}{x}+1=\sum_{n=0}^\infty \frac{x^{n+1}}{(n+1)(n+2)}$$
$$\ln (1-x) - \frac{\ln (1-x)}{x}+1=\frac{x}{2}+\sum_{n=1}^\infty \frac{x^{n+1}}{(n+1)(n+2)}$$
$$\sum_{n=1}^\infty \frac{x^{n+1}}{(n+1)(n+2)}=-\ln (1-x) + \frac{\ln (1-x)}{x}-1-\frac{x}{2}$$