I'm having a bit of a problem with finding the function that represents the sum : $$\sum_{n = 1}^\infty\frac{(-1)^{n+1}x^{n+1}}{n(n+1)}$$
I decided to differentiate it a few times and see if I get something that rings a bell and I found that second derivative gives me the sum:
$$\sum_{n=1}^\infty(-x)^{n-1}$$ which is the function $1/1+x$. So I integrated that function twice and found $(x+1)\ln(x+1)-x$.
Now this seems a bit unefficient since it might have worked in this case, but what if it took me 30 differentiations to find a fammiliar sum? So I guess my question is divided into two - first, is the function I found even correct - and second, how would you approach something like this?