Euler's Identity from first principles

Why does𝑒𝑖𝑑=cos(𝑑)+𝑖sin(𝑑)?

This question has puzzled many math learners and the usual proof based on Taylor series explains nothing. There’s a nicer proof at https://en.wikipedia.org/wiki/Euler%27s_formula#Using_polar_coordinates, but that also kind of feels wrong since it already assumes the existence of cos and sin, which I don’t want to do here. But my proof is based on that, so I had to mention it.

Anyway, imagine we’re defining complex exponentials for the first time.

We don’t know what 𝑒𝑖𝑑 might be, but it will surely be a complex number of some sort, so we can separate it into real and imaginary parts:𝑓(𝑑)≔𝑒𝑖𝑑=π‘₯(𝑑)+𝑖𝑦(𝑑)where π‘₯() and 𝑦() are some yet-unknown functions.

Whatever this new exponential is, it should satisfy𝑑𝑑𝑑𝑒𝑖𝑑=𝑖𝑒𝑖𝑑Otherwise it wouldn’t really have the right to call itself 𝑒𝑖𝑑, since this rate of change equation is basically the core of what 𝑒 is all about.

Rewriting this a bit, we can see that𝑓′(𝑑)=𝑖𝑓(𝑑)=𝑖π‘₯(𝑑)βˆ’π‘¦(𝑑).and therefore𝑦′(𝑑)=π‘₯(𝑑),π‘₯β€²(𝑑)=-𝑦(𝑑).

Now I’ll admit that this next step is a bit unmotivated; In a real discovery scenario, you might arrive at this after trying several other things.

Let’s look at the distance of 𝑒𝑖𝑑 from the origin:𝑔(𝑑)≔|𝑓(𝑑)|2=π‘₯(𝑑)2+𝑦(𝑑)2Its derivative is𝑔′(𝑑)=2π‘₯(𝑑)π‘₯β€²(𝑑)+2𝑦(𝑑)𝑦′(𝑑)=-2π‘₯(𝑑)𝑦(𝑑)+2𝑦(𝑑)π‘₯(𝑑)=0.Together with 𝑔(0)=|𝑓(0)|2=|1|2=1, this tells us that|𝑒𝑖𝑑|≑1,so 𝑒𝑖𝑑 always lies on the unit circle.

To find out where on the circle 𝑒𝑖𝑑 is, we calculate the distance travelled from 𝑑=0 to 𝑑=𝑑1:𝐷=∫0𝑑1|𝑓′(𝑑)|𝑑𝑑.Note that|𝑓′(𝑑)|=|𝑖𝑒𝑖𝑑|=|𝑒𝑖𝑑|=1,so we just get𝐷=∫0𝑑1𝑑𝑑=𝑑1.Together with the fact that 𝑓′(0)=𝑖, we can thus deduce that 𝑓(𝑑) is a length of 𝑑 units counterclockwise around the circle, starting at 𝑓(0)=1.

With this, we’re done. We now know exactly what 𝑓(𝑑) is. For example, 𝑖 is on the unit circle and the arc from 1 to it has length 𝜏4. This means thatπ‘’π‘–πœ4=𝑖.Similarly, βˆ’1 is also on the unit circle and the arc from 1 to it has length 𝜏2, which gives us the famous1π‘’π‘–πœ2=-1.

Of course, the way we’ve derived it here also tells us that π‘’π‘–πœ means going a length of 𝜏 around the circle, and since 𝜏 is the full circumference, we haveπ‘’π‘–πœ=1,so we even get the periodicity for free.

To conclude, we just define cos(𝑑)≔π‘₯(𝑑) and sin(𝑑)≔𝑦(𝑑), which can be justified for π‘‘βˆˆ[0,𝜏4] by looking at the triangle made from (0,0), (π‘₯(𝑑),0) and (π‘₯(𝑑),𝑦(𝑑)), but for other 𝑑 this is really the definition of cos and sin and thus explains why they’re periodic.

  1. 1Β Tho for some historical reason people seem to prefer to use πœ‹=𝜏2 here.Β β†©οΈŽ