Given the series $$\sum\limits_{n=1}^\infty \dfrac{1}{n(n+1)} (\sin(x))^n$$ for all $x \in \mathbb{R}$, find an interval on which it determines a differentiable function of $x$, together with an expression for its derivative in terms of standard function.
My Attempt
Using comparison test , we can see that the above series converges for all $|\sin(x)| \leq 1 \iff \forall x \in \mathbb{R}$.
now if we differentiate the above series we get;
$$\sum\limits_{n=1}^\infty \dfrac{\cos(x)}{(n+1)} (\sin(x))^{n-1}$$ which if we rewrite it is;
$$\cos(x) \sum\limits_{n=0}^\infty \dfrac{1}{(n+2)} (\sin(x))^{n}$$
But I can't make out what function this power series relates to?
Any help would be much appreciated.
Hint
Rewrite, using $y=\sin(x)$ and partial fraction decomposition, $$\sum\limits_{n=1}^\infty \dfrac {\sin(x)^n}{n(n+1)}=\sum\limits_{n=1}^\infty \dfrac {y^n}{n(n+1)}=\sum\limits_{n=1}^\infty \dfrac {y^n}{n}-\dfrac {1}{y}\sum\limits_{n=1}^\infty \dfrac {y^{n+1}}{n+1}$$ Now recognize that each of the sum is the antiderivative of quite well known sums which are simple geometric progressions.
When you finish the work with these two sums, replace $y$ by $\sin(x)$. You will end with a rather simple expression.
I am sure that you can take from here