Is this derivation of Euler's formula correct?

  • Context: Graduate 
  • Thread starter Thread starter inknit
  • Start date Start date
  • Tags Tags
    Derivation Formula
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
inknit
Messages
58
Reaction score
0
z = cos(x) + isin(x)
dz = -sin(x) + icos(x)dx
= i(isin(x) + cos(x))dx

∫ dz/z = ∫ idx

ln(z) = ix

e^(ix) = z

e^(ix) = cos(x) + isin(x)
 
on Phys.org
I think essentially you've shown some intuition for why it's a true formula: both z = cos(x) + i·sin(x) and z = ei·x solve the ODE dz/dx = i·z, and both are 1 when x = 0. By uniqueness of solutions to ODEs, we should have ei·x = cos(x) + i·sin(x).
 
Last edited:
Yes, but you have to make sure you have a good definition of the complex logarithm.