0

I am asked to find the sum function of the series: $\sum_{n=0}^\infty \frac{(-1)^n}{(2n+2)!} x^{n}$.
I know that $\cos(x)=\sum_{n=0}^{\infty} \frac{(-1)^n}{(2n)!} x^{n}$, but I dont know how to divide this series by $(2n+1)(2n+2)$

Help is appreciated!

Saim HQ
  • 11

1 Answers1

1

Hint

To make the two series "almost" similar, let $x=y^2$ $$\sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+2)!} x^n=\sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+2)!} y^{2n}=\frac 1 {y^2}\sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+2)!} y^{2n+2}$$

  • The OP has edited the question so that it no longer has $x^n$ but $x^{2n}$ instead. – shoteyes Jun 05 '21 at 02:18
  • I think the argument still counts with no need for the substitution, but is the last realization that the series is $(cos(x) - 1)/x^2$? – Saim HQ Jun 05 '21 at 02:25