Determine whether or not the series converge: $\sum_{n=1}^{\infty}\frac{(-1)^nn!}{2^n}$
I did do the ratio test to determine that it diverges but is there a way to not use this method as it isn't part of my course's content? Would just like a hint to how to go about this.
Thanks in advance.
What I've tried:
I can see that $\frac{(-1)^nn!}{2^n}=(-\frac{1}{2})^nn!$ and can see a geometric series that converges but it's multiplied by an unfixed number $n!$. Can this lead to anything?
Let
$$f(n) = \frac{n!}{2^n} \tag{1}\label{eq1A}$$
You have
$$f(4) = \frac{4!}{2^4} = \frac{24}{16} = \frac{3}{2} \gt 1 \tag{2}\label{eq2A}$$
Since each additional term is the previous term multiplied by $\frac{n+1}{2} \gt 1$, you can prove quite easily by induction (which I'll leave you to do) that
$$f(n) \gt 1, \; \forall \; n \ge 4 \tag{3}\label{eq3A}$$
Since the individual terms don't converge to $0$, the sum can't converge either, even as an alternating series, i.e., it diverges.