How Does Euler's Identity Simplify the Expression y = e^(x(1-i)) + e^(x(1+i))?

  • Thread starter Thread starter jaejoon89
  • Start date Start date
  • Tags Tags
    Identity
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
4 replies · 4K views
jaejoon89
Messages
187
Reaction score
0
How does y = e^(x(1-i)) + e^(x(1+i))
work out to y = (e^x)sinx + (e^x)cosx?

Using Euler's identity I get,

y = (e^x)e^-ix + (e^x)e^ix
y = e^x(cosx - isinx + cosx + isinx)
y = e^x(2cosx)
 
Physics news on Phys.org
why don't you write your equations using [tex]tabs...<br /> it will be more readable by others...[/tex]
 
HallsofIvy said:
Obviously, by Euler's identity, (e^x)sinx+ (e^x)cosx= e^(x(1+i)) only, not that sum.

Halls meant (e^x)*i*sinx+ (e^x)cosx. The expansion you did, 2cos(x)e^x, is correct. and it's not equal to sin(x)e^x+cos(x)e^x.