Sunday, April 17, 2016

trigonometry - Something strange regarding Euler's Identity



By Euler's identity,
eiθ=cosθ+isinθ
And so if we let
ϕ=eiθ=cosθ+isinθ
Then we have
ϕ=eiθ

θ=lnϕi
θ=ilnϕ
and
ϕ=cosθ+isinθ
and, using an inversion formula that I explained in my question here,
θ=arcsinϕ12+i2arcsin112+i2
θ=arcsinϕ11arcsin111
θ=arcsinϕ0arcsin10
and so it seems that
ilnϕ=arcsinϕ0arcsin10

Is there any meaning in this whatsoever? Why does this happen when I try to manipulate Euler's formula?


Answer



Your problem resides in taking the ln of a complex exponential. You assert that eiθ=ϕ, but notice that:



eiτ=e2iτ=e3iτ=...=1



(I use τ=2π). This shows that the complex exponential is not a one-to-one function, and so you can't just take its inverse with ln. Thus your assertion that:



θ=lnϕi




May not be true.



[EDIT:] In regards to why you obtain a division by zero inside your arcsin, the issue lies in the derivation of your formula for inverting acosx+bsinx.



In your question that you referenced, you multiply and divide your equation by a2+b2. In this case, since a2+b2=0, you're dividing by 0, which isn't allowed. You may have to find a different way to get an inverse while avoiding dividing by zero.


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