Rib5
- 59
- 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
cos(a+b) = cos(a)*cos(b)
This is how
cos(a+b)=Re\left\{ e^{j*(a+b)} \right\}
=Re\left\{ e^{j*(a)}*e^{j*(b)} \right\}
=cos(a)*cos(b)
Can anyone point out my mistake?
EDIT:
I guess I figured it out. The Re{} function isn't distributive. Thanks for your time.
cos(a+b) = cos(a)*cos(b)
This is how
cos(a+b)=Re\left\{ e^{j*(a+b)} \right\}
=Re\left\{ e^{j*(a)}*e^{j*(b)} \right\}
=cos(a)*cos(b)
Can anyone point out my mistake?
EDIT:
I guess I figured it out. The Re{} function isn't distributive. Thanks for your time.