The goal of this project is to show that the Cauchy Product of two Taylor Series, $\sin x$ and $\cos x$, is equal to the Maclaurin Series of $\sin x\cos x$ . I am having trouble simplifying the definite sum component of my current result.
Start with: $$\sin x\cos x = \left(\sum_{i=0}^{\infty}\frac{(-1)^ix^{2i+1}}{(2i+1)!}\right)\left(\sum_{j=0}^{\infty}\frac{(-1)^jx^{2j}}{(2j)!}\right)$$
The Cauchy Product in this case is equal to the product of the two sums:
$$\left(\sum_{i=0}^{\infty}a_i\right)\left(\sum_{j=0}^{\infty}b_j\right)=\sum_{k=0}^{\infty}\left(\sum_{n=0}^{k}a_nb_{k-n}\right)$$
So, we have: $$\sin x \cos x = \sum_{k=0}^{\infty}\left(\sum_{n=0}^{k}\left(\left(\frac{(-1)^nx^{2n+1}}{(2n+1)!}\right)\left(\frac{(-1)^{k-n}x^{2k-2n}}{(2k-2n)!}\right)\right)\right)$$ $$=\sum_{k=0}^{\infty}\left(\sum_{n=0}^{k}\frac{(-1)^kx^{2k+1}}{(2n+1)!(2k-2n)!}\right)$$ $$=\sum_{k=0}^{\infty}\left((-1)^kx^{2k+1}\sum_{n=0}^{k}\left(\frac{1}{\Gamma(2n+2)\Gamma(2k-2n+1)}\right)\right)$$
I would like to simplify the definite sum component of the above: $\sum_{n=0}^{k}\left(\frac{1}{\Gamma(2n+2)\Gamma(2k-2n+1)}\right)$ into a closed form which should let the whole equation simplify to the McLaurin Series of $\sin x \cos x$: $\sum_{k=0}^{\infty}\left((-4)^k\frac{x^{2k+1}}{(2k+1)!}\right)$.
I have tried applying discrete calculus techniques to simplify the sum but have had no success. I am only a Calc 3 student so I am not familiar with many techniques for simplifying definite sums. Any help is very appreciated.
Notice that $\displaystyle\frac{1}{(2n+1)!(2k-2n)!}=\frac 1 {(2k+1)!}C_{2k+1}^{2n+1}$.
So the sum $\displaystyle\sum_{n=0}^k \frac{1}{(2n+1)!(2k-2n)!} = \frac 1 {(2k+1)!} \sum_{n=0}^k C_{2k+1}^{2n+1}$.
To solve $\displaystyle \sum_{n=0}^k C_{2k+1}^{2n+1}$, we will use the following expansions: $\displaystyle (1+x)^{2n+1}=\sum_{n=0}^{2k+1} C_{2k+1}^{n}x^n$, substituting for x=1 and -1 respectively yields:
$2^{2n+1} = \displaystyle (1+1)^{2n+1}=\sum_{n=0}^{2k+1} C_{2k+1}^{n}=\sum_{n=0}^k C_{2k+1}^{2n} + \sum_{n=0}^k C_{2k+1}^{2n+1}$ and $0^{2n+1} = \displaystyle (1-1)^{2n+1}=\sum_{n=0}^{2k+1} C_{2k+1}^{n}(-1)^n = \sum_{n=0}^k C_{2k+1}^{2n} - \sum_{n=0}^k C_{2k+1}^{2n+1}$.
Therefore $2^{2n+1}-0 = 2\sum_{n=0}^k C_{2k+1}^{2n+1} \implies \frac 1 {(2k+1)!} \sum_{n=0}^k C_{2k+1}^{2n+1} = \frac 1 {(2k+1)!} 2^{2n}= \frac 1 {(2k+1)!} 4^n$. And that proves the Cauchy sum.