The head of the physics department came to us today and said...
e^(pi)i = -1
and
e^(2pi)i = 1
i stands for an imaginary number, can anyone explain this to me ?
Printable View
The head of the physics department came to us today and said...
e^(pi)i = -1
and
e^(2pi)i = 1
i stands for an imaginary number, can anyone explain this to me ?
If you develop eiz as a Taylor series around z=0 you get:
eiz = 1 + iz - z2/2! - iz3/3! + z4/4! + iz5/5! - z6/6! - iz7/7! + ... =
(1 - z2/2! + z4/4! - z6/6! + ...) + i(z - z3/3! + z5/5! - z7/7! + ...) =
cos(z) + i sin(z)
If z is real this holds only for small values (I seem to recall ABS(z) <=1), but for z complex there's no such limitation (though I can't remember how to prove it).
So eiz = cos(z) + i sin(z)
and therefore, eiPi = cos(Pi) + i sin(Pi) = -1
and ei2Pi = (eiPi)2 = (-1)2 = 1