Question about cosine and Eulers identity

  • Thread starter Thread starter Rib5
  • Start date Start date
  • Tags Tags
    Cosine Identity
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Rib5
Messages
59
Reaction score
0
I was doing a signals and systems problem and I think I might be screwing something up with the cosine function because I get

[tex]cos(a+b) = cos(a)*cos(b)[/tex]

This is how

[tex]cos(a+b)=Re\left\{ e^{j*(a+b)} \right\}[/tex]
[tex]=Re\left\{ e^{j*(a)}*e^{j*(b)} \right\}[/tex]
[tex]=cos(a)*cos(b)[/tex]

Can anyone point out my mistake?

EDIT:
I guess I figured it out. The Re{} function isn't distributive. Thanks for your time.
 
Physics news on Phys.org
The expression at the second to last line will involve a multiplication of two factors each having one j (imaginary unit), which results in the missing real expression.
 
snipez90 said:
The expression at the second to last line will involve a multiplication of two factors each having one j (imaginary unit), which results in the missing real expression.

In simpler language... the real part of a product is not the product of the real parts