Why does sinx=(1/2i)[e^(ix)-e^(-ix)]?

  • Thread starter Thread starter asdf1
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 13K views
asdf1
Messages
734
Reaction score
0
why does sinx=(1/2i)[e^(ix)-e^(-ix)]?
 
Physics news on Phys.org
This can be shown from Euler's formula.

http://mathworld.wolfram.com/EulerFormula.html"
 
Last edited by a moderator:
e^ix=cosx+isinx
e^(-ix)=?
do you really add a negative sign and it becomes cos(-x)+isin(-x)?
 
asdf1 said:
e^ix=cosx+isinx
e^(-ix)=?
do you really add a negative sign and it becomes cos(-x)+isin(-x)?
Yes, and cos(-x)=cos(x), while sin(-x)=-sin(x), because they are even and odd functions, respectively.
 
asdf1 said:
e^ix=cosx+isinx
e^(-ix)=?
do you really add a negative sign and it becomes cos(-x)+isin(-x)?

yes, and recall that sine is an odd function and cosine is an even function so we have

[tex]e^{-ix} = \cos(-x) + i\sin(-x)=\cos(x)-i\sin(x)[/tex]

and from Euler's formula we have [itex]e^{ix}=\cos(x)+i\sin(x)[/itex]

and so subtracting the first formula from the second gives

[tex]e^{ix}-e^{-ix} = 2i\sin(x)[/tex]

hence

[tex]\sin(x)=\frac{1}{2i} \left( e^{ix}-e^{-ix}\right)[/tex]
 
wow~
amazing...
thank you very much!