Learning about Taylor Series, I have the problem sinh(x). Obviously, $\sinh(x) = \dfrac{e^x - e^{-x}}2$. I basically did it all correctly, since most of it cancels when compared to $e^x$'s taylor series. But that $\cfrac 12$ that's in the problem is throwing me off. Why isn't the summation series:
$$\sum 2\frac{x^{2x+1}}{(2n + 1)!} $$
That (* 2) on the bottom is what is confusing me. How is that getting cancelled out? All of the positive terms of n are getting cancelled out in e$^x$'s taylor series, but we still have these left. And they're still being divided by 2.
What I'm getting for the series itself written out, is:
$\cfrac 12\left[x + \cfrac {x^3}{3!} + \cfrac{x^5}{5!}\right]$
Why is that 2 just forgotten about?
Write out the Taylor series for $e^x$ and $e^{-x}$:
$$ \begin {align*} e^x &= \sum_{n=0}^\infty \frac{x^n}{n!} \\ e^{-x} &= \sum_{n=0}^\infty \frac{(-1)^n x^n}{n!} \end {align*} $$
Subtract them and you get $$ e^x - e^{-x} = \sum_{n=0}^\infty \frac{1-(-1)^n}{n!} \, x^n $$
When $n$ is even, the coefficient is zero, and when $n$ is odd, it is $\frac{2}{n!}$. So the $\frac{1}{2}$ cancels this 2.