so this problem I am trying to solve says
Let $S(x)=\sum\limits_{k=0}^\infty \frac{(-1)^k x^{2k+1}}{(2k+1)!}$. Define $C(x):=S'(x)$ and show that $C'(x)=-S(x)$.
Well, I get that $S'(x)=\sum\limits_{k=0}^\infty \frac{(-1)^k x^{2k}}{(2k)!}$, which is correct. But then I get that $C'(x)=\sum\limits_{k=0}^\infty \frac{(-1)^k x^{2k-1}}{(2k-1)!}$, but I don't get $$C'(x)=-\sum\limits_{k=0}^\infty \frac{(-1)^k x^{2k+1}}{(2k+1)!}$$ One thing I have noticed though is tht we cannot have $(2k-1)!$ for $k=0$, but I am not sure how to use that to prove the result required. My intuition tells me that
$$C'(x)=\sum\limits_{k=0}^\infty \frac{(-1)^{k+2} x^{2k+1}}{(2k+1)!}=-\sum\limits_{k=0}^\infty \frac{(-1)^k x^{2k+1}}{(2k+1)!},$$
but would that be correct? It would be great if someone could explain to me the rules for this kind of manipulation... Thanks! :)
Note that $S'(x)=\displaystyle\sum\limits_{k=0}^\infty \frac{(-1)^k x^{2k}}{(2k)!}$. The first term here is $1$, so when you differentiate, it dies. Then $$S''(x)=\sum_{k\geqslant 1}\frac{(-1)^k x^{2k-1}}{(2k-1)!}$$
i.e. we start the sum at $k=1$. Can you continue? All you need to do now is shift an index. Note that we repeatedly used $(x^n)'=nx^{n-1}$ and $n!=(n-1)!\,n$.