Understanding the Exponential Property of Complex Numbers

  • Thread starter Thread starter swoosh
  • Start date Start date
  • Tags Tags
    Exponential
swoosh
Messages
2
Reaction score
0
I'm currently learning complex analysis, and there's something I can't quite get...

Usually:
Code:
e^2 * e^3 = e^(2+3) = e^5

So why is that:
Code:
e^(i*PI*t) * e^(i*PI) = -e^(i*PI*t)
?

I was able to get the solution from:
Code:
e^(i*PI*t) * e^(i*PI) = 
  = (Cos(PI*t) + iSin(PI*t)) * (Cos(PI) + iSin(PI)) =
  = (Cos(PI*t) + iSin(PI*t)) * (-1) =
  = -e^(i*PI*t)

But, what am I missing? :redface:

Thanks!
 
Physics news on Phys.org
I don't think you are missing anything, it is just another way to say the same thing.

<br /> e^{i\pi t}e^{i\pi}=e^{i\pi t+i\pi}=-e^{i\pi t}<br />

Because as you have derived yourself
<br /> e^{i\pi}=-1<br />
 
Hm, I see.

The first time I came across this I just assumed:
<br /> e^{i\pi t}e^{i\pi}=e^{i\pi t+i\pi}=e^{i\pi (t+1)}<br />
was the simplest way it could get.

Well, thanks again! :smile:
 
Back
Top