I was reading this source here and it provides a proof of Euler's formula using calculus. Although I technically understand the reasoning, I can't quite wrap my head around one particular step: if f(x)=cos(x)+isin(x), then f′(x)=if(x)⟹f(x)=eix. I can kind of get this, as derivating eix gives ieix, and I know that ex is the only non-constant function s.t. f′(x)=f(x). Is there a more clear way to think about this step? Can we extend that property of ex to when it has more in the exponent? And why does it have that property anyways? Would there be a way of obtaining this step without simply knowing that eix would work?
Answer
Can we extend that property of ex
to when it has more in the exponent?
Yes we can.
And why does it have that property anyways?
Good question. This is because complex derivatives work almost exactly the same as you are used to real derivatives working. Take the formula for the complex derivative as an example
f′(x)=limh→0f(z+h)−f(z)h
Where h and z are complex numbers. You can go ahead and plug ez into this function and find it is complex differentiable. The proof is pretty much exactly the same as in the real case. If you want a more geometric approach then I recommend this video.
is there a more clear way to think about this step?
Depends on your definition of clear. I think the proof you provided is far clearer than what I am about to post, but perhaps you are defining clarity as rigor? Here is a proof from Wikipedia that is much more formal and explanatory, but I feel it is less clear. Let me know what you want here and I can adjust.
All complex numbers can be expressed in polar coordinates. Therefore, for ''some'' r and θ depending on x,
eix=r(cosθ+isinθ)
No assumptions are being made about r and θ; they will be determined in the course of the proof. From any of the definitions of the exponential function it can be shown that the derivative of eix is ieix. Therefore, differentiating both sides gives
ieix=(cosθ+isinθ)drdx+r(−sinθ+icosθ)dθdx
Substituting r(cosθ+isinθ) for eix and equating real and imaginary parts in this formula gives drdx=0 and dθdx=1. Thus, r is a constant and θ is x+C for some constant C. The initial values r(0)=1 and θ(0)=0 come from e0i=1, giving r=1 and θ=x. This proves the formula
eix=1(cosx+isinx)=cosx+isinx
There is something important to note in this paragraph that you are neglecting; we have to solve for the constant of integration. When we solve y′=y we find that y=kex and thus we must have some initial condition to solve for k.
Would there be a way of obtaining this step without simply knowing that eix would work?
We have to know some properties of ex to ever prove Euler's Formula. Here we just use the fact that kex is the only non-constant solution to y′=y, which is a pretty natural condition if you ask me.
No comments:
Post a Comment