Friday, April 26, 2019

calculus - Why Euler's formula is true?











I need to know why Euler's formula is true? I mean why is the following true:
eix=cos(x)+isin(x)


Answer



Hint: Notice sin(x)=xx33!+x55!x77!+..... and icos(x)=iix22!+ix44!ix66!+.... Now add them and use the fact that i2=1, i3=i, i4=1. You should obtain eix. Also notice: ex=1+x+x22!+x33!+.......


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...