I need to prove that $\cos(x)^2+\sin(x)^2=1$
Here's how I started (using the Cauchy product):
\begin{align} \cos(x)^2+\sin(x)^2 &=\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^l\frac{x^{2l}}{(2l)!}(-1)^{k-l}\frac{x^{2(k-l)}}{(2(k-l))!}+(-1)^l\frac{x^{2(l+1)}}{(2(l+1))!}(-1)^{k-l}\frac{x^{2(k-l)+1}}{(2(k-l)+1)!}\\ &=\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^k\frac{x^{2l}}{(2l)!}\frac{x^{2k}}{x^{2l}(2(k-l))!}\\ &\quad +(-1)^k\frac{x^{2l+1}}{(2l+1)!}\frac{x^{2k+1}}{x^{2l}(2(k-l)+1)!}\\ &=\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^k\frac{x^{2k}}{(2l)!(2k-2l))!}\\ &\quad +(-1)^k\frac{x^{2(k+1)}}{(2l+1)!(2k-2l+1)!} \end{align}
Here, I was told I had to use the equality $\sum_{k=0}^n(-1)^k\binom{n}{k}=0$
But I can't since the $x$ term is in the way. How do I proceed?
EDIT:
I have to prove this specifically using the power series and the binomial coefficient. Unfortunately I'm not allowed to do the proof any other way.
I managed to do a few more steps:
\begin{align} \hphantom{\cos^2 x + \sin^2 x} &=\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^k\frac{x^{2k}}{(2l)!(2k-2l))!}\\ &\quad +\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^k\frac{x^{2(k+1)}}{(2l+1)!(2k-2l+1)!}\\ &=\sum_{k=0}^{\infty}\frac{x^{2k}}{(2k)!}\sum_{l=0}^k(-1)^k\binom{2k}{2l}\\ &\quad +\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^k\binom{2k}{2l}\frac{x^{2k+2}}{(2l+1)(2k-2l+1)(2k)!}\\ &=\sum_{k=0}^{\infty}0\\ &\quad +\sum_{k=0}^{\infty}\sum_{l=0}^k(-1)^k\binom{2k}{2l}\frac{x^{2k+2}}{(2l+1)(2k-2l+1)(2k)!} \end{align}
Now I'm stuck again. Also, I'm not sure the last step is correct, since that would make $\cos(x)^2$ zero.
Some more hints would be nice.
PS: Unfortunately, the linked question didn't help.
PPS: I am also not allowed to do this using derivatives.
well, you can start with a more simpler solution: $$ \sin(x) = 1/2i\ *\ (e^{ix} - e^{-ix}) \\ \cos(x) = 1/2\ *\ (e^{ix} + e^{-ix}) \\ \sin^2(x) = -1/2\ *\ (e^{2ix} + e^{-2ix} -2)\\ \cos^2(x) = 1/2\ *\ (e^{2ix} + e^{-2ix} +2)\\ \sin^2(x) + \cos^2(x) = -1/2\ *\ (e^{2ix} + e^{-2ix} -2) + 1/2\ *\ (e^{2ix} + e^{-2ix} +2) = 1 $$