Why does 2*pi*i equal 0 in euler's formula?

  • Context: Graduate 
  • Thread starter Thread starter tom92373
  • Start date Start date
  • Tags Tags
    Formula
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 15K views
tom92373
Messages
3
Reaction score
0
I was playing around with euler's formula the other day and found this odd proof which says 2ipi=0. I know this is obviously wrong, but what was the step that went wrong? The "proof" goes like this:

start with e^(i*pi)+1=0
so -e^(i*pi)=1
multiply both sides by e e(-e^(i*pi))=e
factor a (-1) (-1)(e)(e^(i*pi))=e
add exponents (-1)(e^(i*pi+1))=e
take ln of both sides ln((-1)(e^(i*pi+1)))=1
use properties of logs ln(-1) + ln(e^(i*pi+1))=1
take ln of -1 i*pi + ln(e^(i*pi+1))=1
properties of logs i*pi + (i*pi+1)ln(e)=1
take ln(e) i*pi + i*pi+1=1
subtract 1 i*pi + i*pi=0
combine like terms 2*pi*i=0 ...

this even works in the original formula:
e^(i*2*pi)=cos(2*pi)+isin(2*pi)
e^(i*2*pi)=1
e^(i*2*pi)=e^0
i*2*pi=0 ...
 
Physics news on Phys.org


Well what's the period of sine and cosine? What's e^(4pi*i)?
 


in complex analysis, log function is a Multi-valued function,ln(z) = |z| + arg(z), you should choose a single value branch for log, or use Riemann surface
 


In "polar form", [itex]z=re^{i \theta}[/itex], [itex]\theta[/itex] represents the angle the line from 0 to z makes with the positive real axis. In that sense, yes, [itex]2\pi[/itex] is the same angle as 0. That's why, as arildno suggested, in complex numbers, the exponential function is no longer single valued. f(x)= f(y) implies x= y only if f is single valued.
 


Ok I get it; so it's because complex exponentials have more than one solution.
 


HallsofIvy said:
That's why, as arildno suggested, in complex numbers, the exponential function is no longer single valued. f(x)= f(y) implies x= y only if f is single valued.
I think you mean it's not one-to-one! It's the logarithm that's not single-valued. :)