Question about cosine and Eulers identity

  • Thread starter Thread starter Rib5
  • Start date Start date
  • Tags Tags
    Cosine Identity
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

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.
 
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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top