Prove Euler Identity without using Euler Formula

In summary: So, g is a curve in S1.If g were a curve of constant speed then1 = |g(L)| = |g(0)| = |g(L/2)|would imply that g(L/2) is a stationary point, so g(L/2)=1 or -1.If g(L/2) = 1 then g(t)=1 for all t, so g is a constant curve, so g=1 (since g(0)=1).If g(L/2)=-1 then g(t)=-1
  • #1
maze
662
4
Is it possible to prove Euler's identity (e^i*pi = -1) without simply taking it as a special case of Euler's formula (e^i*x = cos(x) + i sin(x))?
 
Mathematics news on Phys.org
  • #2
You can derive Euler's equation by Taylor expanding e^ix.

Collecting the odd powers of x will give you the Taylor expansion of i sin(x).

Collecting the even powers of x will give you the Taylor expansion of cos(x).

Setting x=pi gets you what you want.
 
  • #3
Phrak said:
You can derive Euler's equation by Taylor expanding e^ix.

Collecting the odd powers of x will give you the Taylor expansion of i sin(x).

Collecting the even powers of x will give you the Taylor expansion of cos(x).

Setting x=pi gets you what you want.

That's all fine and good but its not what I asked. The purpose was to derive Euler's Identity without using Euler's formula.
 
  • #4
never mind
 
  • #5
Phrak said:
never mind

Hey no problem. I figured chances are someone would post that anyways.
 
  • #6
Thanks for being so gracious. I scibbled out a few things.

It's a blunt approach, but if you can prove these two series converge...

[tex]1 - \frac{\pi^2}{2!} + \frac{\pi^4}{4!} - ... \rightarrow -1[/tex]
and
[tex]\pi - \frac{\pi^3}{3!} + \frac{\pi^5}{5!} - ... \rightarrow 0[/tex]
 
  • #7
this seems trivial: e^(x+y) = e^x e^y, so 1 = e^0 = e^ipi e^(-ipi) = e^(ipi)/ e^ipi, oops, anything satisfies this.

well you could use the uniqueness theorem for diff eq's.

or say that e^(inpi) = pooey.
 
  • #8
One question: how do you define the complex exponential, in the first place? (Without using Euler's formula).

If it is defined as a Taylor series, then there's no way but to start with one, I think.
 
  • #9
Dodo said:
One question: how do you define the complex exponential, in the first place? (Without using Euler's formula).

If it is defined as a Taylor series, then there's no way but to start with one, I think.

I tend to like defining it by the differential equation f' = f, f(0) = 1, though I don't want to limit myself to that if other definitions are fruitful.
 
  • #10
maze said:
I tend to like defining it by the differential equation f' = f, f(0) = 1, though I don't want to limit myself to that if other definitions are fruitful.
Well, that leads you directly to the series representation of the function, which then can be rearranged into Euler's formula, whereby your result is proven.
 
  • #11
Using f(0)=1,f'=f its not hard to see that g(x)=exp(ix) gives a periodic function mapping R to S1={x in C: |x|=1}. If its period is L then g(L/2)=-1.

As pi is defined to be half the circumference of a unit circle in the Euclidean plane, then pi=L/2 follows almost by definition.
 
  • #12
How do you know that |g(x)|=1? And I'm not sure I see why g(L/2)=-1 either.
 
  • #13
morphism said:
How do you know that |g(x)|=1? And I'm not sure I see why g(L/2)=-1 either.

You could use g'=ig, and, writing g(x)=u(x)+iv(x) gives u'=-v,v'=u. Then,
[tex]
\frac{d}{dx} |g|^2= \frac{d}{dx}(u^2+v^2)=2uu'+2vv'=-2uv+2vu=0.
[/tex]

For, g(L/2)=-1, it seems obvious to me that if you go half way round a unit circle centered at the origin and starting at (1,0) takes you to (-1,0). With a bit of effort you can convert this to a rigorous argument.

Alternatively, to make things easier you can use g(x+y)=g(x)g(y). If L is the period then g(L/2)^2=g(L)=g(0)=1, so g(L/2) is either 1 or -1. You can rule out g(L/2)=1, because that would imply that g has period L/2 or smaller. So, g(L/2)=-1.
 
  • #14
arildno said:
Well, that leads you directly to the series representation of the function, which then can be rearranged into Euler's formula, whereby your result is proven.

That's all fine and good but its not what I asked. The purpose was to derive Euler's Identity without using Euler's formula.

gel said:
Using f(0)=1,f'=f its not hard to see that g(x)=exp(ix) gives a periodic function mapping R to S1={x in C: |x|=1}. If its period is L then g(L/2)=-1.

As pi is defined to be half the circumference of a unit circle in the Euclidean plane, then pi=L/2 follows almost by definition.

Awesome, thanks gel. I was thinking along these same lines at first but then switched strategies and didn't take it to the logical conclusion. It seemed like showing |g(x)|=1 would require assuming the Euler formula, but thankfully it does not as you have shown!
 
Last edited:
  • #15
gel said:
You could use g'=ig, and, writing g(x)=u(x)+iv(x) gives u'=-v,v'=u. Then,
[tex]
\frac{d}{dx} |g|^2= \frac{d}{dx}(u^2+v^2)=2uu'+2vv'=-2uv+2vu=0.
[/tex]
Ahh.. of course. Clever!

Alternatively, to make things easier you can use g(x+y)=g(x)g(y). If L is the period then g(L/2)^2=g(L)=g(0)=1, so g(L/2) is either 1 or -1. You can rule out g(L/2)=1, because that would imply that g has period L/2 or smaller. So, g(L/2)=-1.
I'm still not fully convinced. Is it easy to prove that g isn't multiply periodic? And is it actually immediate that g(L/2)=1 => g has period L/2 or smaller?

And I actually don't buy that it's obvious that L/2=pi - at least not without knowing that e^ix=cosx+isinx.
 
  • #16
The result also shows g is unit speed. Take [itex]\frac{d}{dx}|g'(x)|^2 = \frac{d}{dx}|g(x)|^2 = 0[/itex] since g' = ig. Then g is a unit speed curve restricted to the unit circle.
 
Last edited:
  • #17
I'm probably being especially dense... but so what?
 
  • #18
We have that g is a unit speed parameterization of a simple closed curve of finite length. Isnt this sufficient to show that g is periodic and the period is the arc length of the curve?
 
Last edited:
  • #19
It's still dubious - at least to me.

In any case, Euler's formula is still there: g=u+iv, u'=-v, v'=u, u(0)=1, u'(0)=0.
 
  • #20
yes, g is a "unit speed" parameterization of the unit circle. From that it follows that g(x+2pi)=g(x) and g(x+pi)=-g(x). Seems quite clear to me, and explains easily why g(pi)=-1.
 
  • #21
And why is that - i.e. why is g onto?
 
  • #22
morphism said:
And why is that - i.e. why is g onto?

intuitively, as |g'|=1, it must wrap the whole way around the circle.

For a mathematically rigorous proof you could first show that it is onto for the upper-right quadrant. The imaginary part, Im(g(x)) must be initially increasing up to 1 and its gradient decreasing to 0.
 
  • #23
So, to sum it up, g(x)=cosx+isinx? :tongue2:
 
  • #24
yes, Euler's formula is never going to go away. It's just what you get by writing exp(ix) in real and imaginary parts. so exp(ipi)=-1 and cos(pi)=-1,sin(pi)=0 are equivalent statements. Just depends how you write it down.
 
  • #25
morphism said:
And why is that - i.e. why is g onto?

Because g is continuous and unit speed - consider what would happen if a point was missed by the parameterization. Then that point would split the circle into a curve topologically equivalent to a line segment. So you have a continuous function [itex]\tilde{g}:[0,\infty)->(a,b)[/itex] with slope 1, an impossibility. Here is a diagram:
http://img504.imageshack.us/img504/9121/circleunitspeedzi7.png

No need to invoke Euler's formula.
 
Last edited by a moderator:
  • #26
Can you prove that a circle with a point removed is homeomorphic to a line segment without using Euler's formula?

It wouldn't matter anyway, because
Euler's formula is still there: g=u+iv, u'=-v, v'=u, u(0)=1, u'(0)=0.
 
  • #27
morphism said:
Can you prove that a circle with a point removed is homeomorphic to a line segment without using Euler's formula?

It wouldn't matter anyway, because

Yes just use the arc length function on the punctured circle. I made a diagram above and edited it in just after your post apparently
 
  • #28
But the point is, the behaviour of the arclength formula that you're taking for granted, and everything else, would be lost if we didn't have Euler's formula a priori.

All this proof does is try to conceal this fact. It's really a roundabout way of presenting the standard derivation of Euler's formula starting from the differential equation definitions of exp, cos and sin. In this sense it's not really "proving Euler's identity without using Euler's formula". To me, an acceptable proof would be one that, for instance, establishes the identities Phrak posted (in post #6) in a bare-handed manner (but this seems very unlikely).
 
  • #29
morphism said:
But the point is, the behaviour of the arclength formula that you're taking for granted, and everything else, would be lost if we didn't have Euler's formula a priori.

All we need is the existence of an arc length parameterization. This does not require Euler's formula.

So, we can either
(1) appeal to theorems from vector calc/geometry that show a punctured closed curve has an arc length parameterization (just as, say, a punctured closed surface in 3d has a 2d parameterization from the unit square), or
(2) simply construct (cos(x),sin(x)) and note it has all the necessary properties. (Note we don't actually need that (cos(x),sin(x)) equals e^i*x, we just need that it exists).

In fact, we can probably even show the punctured circle is equivalent to the line segment through purely topological arguments, though I am not an expert in such things.

None of these methods require any complex analysis, so we're all good
 
  • #30
But Euler's formula is right there!
 
  • #31
morphism said:
But Euler's formula is right there!

Yeah you're right it would take only epsilon more effort, at any of several steps here, to get the full Euler's formula. Your post 19, for one, but you could also trivially get the full formula by noting uniqueness of unit speed parameterization up to sign and initial position.
 
  • #32
Perhaps the following might help, due to John Bernoulli which we might adapt for this case;

Consider the area in the first quadrant of a unit circle centred about the origin.

[tex]A = \int_{0}^{1} (1 - x^{2})^{1/2} dx[/tex]

With the change of variable [itex]u = ix[/tex] the integral is now,

[tex]A = -i \int_{0}^{i} (1 - u^{2})^{1/2} du[/tex]

We already know that [itex]A = \frac{\pi}{4}[/tex] and by evaluating the integral [itex]A = -\frac{1}{2} i \log{i}[/tex]

Equating the expressions we have,

[tex]\frac{\pi}{2} = \frac{1}{i} \log{i} = \log{i^{\frac{1}{i}}}[/tex]

Which in turn, on taking the exponent on both sides and raising to the [itex]i[/tex] th power yields;

[tex]e^{\frac{i \pi}{2}} = i [/tex]

Take the square on both sides, et voila,
[tex]e^{i \pi} = -1[/tex] , as required!
 
  • #33
There are a lot of things to be said about that proof. For one, how are you defining the complex logarithm and complex exponentiation?
 
  • #34
Throughout the logarithm is applied only to real quantities (like [itex]i^{i}[/tex]), so simply treating it as the real logarithm whenever the argument can at least be 'made' real would be justified (of course, for this we may require an alternate proof that [itex]i^{i}[/tex] is real, finding one that doesn't rely on Euler's identity shouldn't be too hard).

Then the exponential is required only as the inverse of the said logarithm and we are done.
 
  • #35
You're missing my point. i^i doesn't even make sense unless you define what complex exponentiation is. Same comment applies to "1/i logi = log(i^i)": this is meaningless unless you already have a complex logarithm which you know behaves like this (I'm not even going to mention branches). Remedying this will almost certainly require Euler's formula.
 

Similar threads

  • General Math
Replies
3
Views
798
Replies
5
Views
3K
Replies
4
Views
909
  • General Math
Replies
1
Views
2K
  • General Math
Replies
6
Views
1K
  • General Math
Replies
5
Views
1K
  • Differential Equations
Replies
3
Views
2K
Replies
2
Views
1K
  • Classical Physics
Replies
3
Views
598
Back
Top