Wednesday, September 26, 2018

complex numbers - Euler's formula and ix=cos(xcdotfracpi2)



While playing around with a plotting software, i just found out that



f(x)=ix=cos(x·π2)





  1. How does this connect to Euler's formula?

  2. Obviously, here, the alternating sign change is responsible for periodicity and form of the cosine. Is this also true for Euler's formula?



Please don't beat me, i'm an engineering student.


Answer



The quantity ix by itself is not well-defined. The way one would like to define it is ix=exlogi, and then use the Taylor series for the exponential to compute exlogi. The problem with this is that logi is not well-defined: there are infinitely many possible values of logi, namely logi=πi2+2πin for any nZ. Thus to define ix, you have to make a choice as to which one of these logarithms you are using. The standard choice would be logi=πi/2. In this case, ix=exlogi=eiπx/2=cos(πx/2)+isin(πx/2). However, if you had chosen logi=πi/2+2πin for some n0, then ix=ex(πi/2+2πin)=cos(πx/2+2πnx)+isin(πx/2+2πnx).


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...