I can't seem to quite grasp Summation of Series any bit and would like to ask for your help.
The problem requires me to find the sum of series by using known series expansions. I have given the problem a try however I'm not quite sure if it's how it's meant to be done.
The first problem is as follows: $$1 + 5 + \frac{5^2}{2!} + \frac{5^3}{3!} + ...$$
This seems to fall under the exponential expansion: $$1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + ...$$
Does it simply mean that the sum of the series is simply $e^5$?
Other question seems to be a combination of more than one known expansion sin and cos: $$1 - 3 + \frac{3^2}{2!} - \frac{3^3}{3!}+....$$
I'm honestly not sure how the last one ought to be worked
For the first: Yes, it is $e^5$.
For the second: The general term seems to be $(-1)^n\frac{3^n}{n!}$. What happens if you combine $(-1)^n3^n$ into one power?