I have been trying to show:
$\sum_{n=0}^\infty {\frac{x^{2n+1}}{(2n+1)!}} = \left(\frac{e^x - e^{-x}}{2} \right)$
I have come so far as to show:
$\begin{aligned} \sum_{n=0}^{\infty} {\frac{x^{2n+1}}{(2n+1)!}} &= \frac{x^1}{1!} + \frac{x^3}{3!} + \cdots \\ &= \left(\frac{x^1}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots \right) - \left(\frac{x^2}{2!} + \frac{x^4}{4!} + \cdots \right) \\ &= e^x - \left(\frac{x^2}{2!} + \frac{x^4}{4!} + \cdots \right) \end{aligned}$
Any advice on how to proceed would be much appreciated!
\begin{align}\sum_{n=0}^\infty\frac{x^{2n+1}}{(2n+1)!}&=x+\frac{x^3}{3!}+\frac{x^5}{5!}+\cdots\\&=\frac12\left(2x+2\frac{x^3}{3!}+2\frac{x^5}{5!}+\cdots\right)\\&=\frac12\left(\left(1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+\cdots\right)-\left(1-x+\frac{x^2}{2!}-\frac{x^3}{3!}+\cdots\right)\right)\\&=\frac{e^x-e^{-x}}2.\end{align}