1

I would like to prove the following $$\cos(a+b)=\cos a\cdot\cos b - \sin a\cdot\sin b.$$

Olivier Oloa
  • 120,989

1 Answers1

1

Euler's formula states that $$e^{ix} = \cos(x)+i\sin(x)$$ Then $$e^{(a+b)i} = \cos(a+b) + i\sin(a+b)$$ but the above is also equal to $$e^{ai}e^{bi}=(\cos(a)+i\sin(a))(\cos(b)+i\sin(b)) =$$$$ (\cos(a)\cos(b)-\sin(a)\sin(b)) + i(\cos(a)\sin(b)+\sin(a)\cos(b))$$ And so the corresponding components are equal.

florence
  • 12,819