Method of Proving Euler's Formula?

  • Context: Graduate 
  • Thread starter Thread starter Mandelbroth
  • Start date Start date
  • Tags Tags
    Formula Method
Click For Summary

Discussion Overview

The discussion revolves around various methods of proving Euler's formula, particularly focusing on the periodicity of the function \( e^{ix} \) and exploring alternative approaches that do not rely on Euler's formula itself. Participants engage in technical reasoning, mathematical proofs, and conceptual clarifications related to the periodic nature of complex exponentials and their relationship to trigonometric functions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests using Fourier series to prove \( e^{ix} \) is periodic, arguing it may be simpler than using Taylor expansion.
  • Another participant questions how to establish the periodicity of \( e^{ix} \) without invoking Euler's formula, prompting further exploration of the properties of complex exponentials.
  • Some participants assert that \( e^{2\pi i} = 1 \) based on the property \( e^{z_1 + z_2} = e^{z_1} e^{z_2} \), while others challenge the need for a proof that does not assume Euler's formula.
  • One participant proposes a limit definition of the exponential function to demonstrate periodicity, suggesting that the limit approaches a sinusoidal form as \( n \) increases.
  • Another participant discusses using de Moivre's theorem and the limit definition of the exponential to derive \( e^{i\pi} \) without directly using Euler's formula.
  • Several participants express uncertainty about the rigor of proving periodicity without circular reasoning or reliance on established results from Euler's formula.

Areas of Agreement / Disagreement

Participants exhibit a mix of agreement and disagreement regarding the methods of proving Euler's formula. While some approaches are proposed, there is no consensus on a definitive method that avoids circular logic or reliance on Euler's formula itself. The discussion remains unresolved with multiple competing views on the validity of the proposed proofs.

Contextual Notes

Some limitations are noted regarding the assumptions made in the proofs, particularly concerning the periodicity of trigonometric functions and the properties of logarithms in complex analysis. There is also mention of the potential circularity in arguments that assume knowledge of Euler's formula to prove aspects of it.

Mandelbroth
Messages
610
Reaction score
23
The other day, I was thinking about Fourier series. Because eix is periodic, with period of 2 pi, we can use the Fourier series...

\displaystyle \frac{1}{2\pi} \int_{-\pi}^{\pi} e^{ix} \ dx + \frac{1}{\pi}\sum_{n=1}^{\infty}\left[\left(\int_{-\pi}^{\pi} e^{ix} cos(nx) \ dx \right) cos(nx) + \left(\int_{-\pi}^{\pi} e^{ix} sin(nx) \ dx\right) sin(nx)\right] = \frac{0}{2\pi} + \frac{1}{\pi}(\pi cos{x} + i\pi sin{x}) = cos{x} + i sin{x}

...to describe eix, right?

Isn't this an easier way to prove Euler's formula than using Taylor expansion? Or...am I missing something?
 
Physics news on Phys.org
How do you determine that eix has period 2\pi with using Euler's formula?

Sorry- I meant "without using Euler's formula".
 
Last edited by a moderator:
Because e^{z_1 + z_2} = e^{z_1} e^{z_2}, and e^{2 \pi i} = 1.
 
Dickfore said:
Because e^{z_1 + z_2} = e^{z_1} e^{z_2}, and e^{2 \pi i} = 1.

So how do you know that e^{2\pi i} = 1 without using Euler's formula?
 
HallsofIvy said:
How do you determine that eix has period 2\pi with using Euler's formula?
With Euler's formula? Sine and cosine have a period of 2 pi. Therefore, an addition of the two also has a period of 2 pi.

Without, \displaystyle e^{ix} = \lim_{n \rightarrow \infty}\left(1 + \frac{ix}{n}\right)^n. Observing the graph of f(x) = \left(1+\frac{ix}{n}\right)^n, it can be seen that the graph looks more and more sinusoidal as n grows larger. Using a large n, it would be fairly easy to approximate the period of the function's limit as n approaches infinity. Using WolframAlpha (an essential tool for deriving Euler's formula in the 1700s :-p) to graph f(x) with n=100, we get this (link goes to WolframAlpha). It can be seen that the imaginary part looks like it is approaching the form of the sine function, and the real part looks like cosine. If we look at x ≈ 3.14, the imaginary part is around 0 and the real part is around -1. This can also be used to answer

pasmith said:
So how do you know that e^{2\pi i} = 1 without using Euler's formula?
\displaystyle \forall k\in \mathbb{Z}, \ e^{2\pi i k} = \lim_{n \rightarrow \infty} \left(1+\frac{2\pi i k}{n}\right)^n = 1.

Though, you do make a valid point. I already knew that eix was periodic based on Euler's formula. Thus, there is a minor element of circular logic to my "proof". However, assuming that we say that the function f from above is asymptotically periodic, is there any reason that this is not correct?
 
Last edited:
Mandelbroth said:
\displaystyle \forall k\in \mathbb{Z}, \ e^{2\pi i k} = \lim_{n \rightarrow \infty} \left(1+\frac{2\pi i k}{n}\right)^n = 1.

Why is that obvious (without assuming Euler's formula)? I think if you try to prove that rigorously, you will end up writing something like
\lim_{n \to \infty} \left(1 + \frac{2\pi k \mathrm{i}}{n}\right)^n = \sum_{n=0}^{\infty} \frac{(2\pi k\mathrm{i})^n}{n!}<br /> = \sum_{n=0}^{\infty} \frac{(-1)^n(2\pi k)^{2n}}{(2n)!}<br /> + \mathrm{i} \sum_{n=0}^{\infty} \frac{(-1)^n(2\pi k)^{2n+1}}{(2n+1)!}\\<br /> = \cos(2\pi k) + \mathrm{i}\sin(2\pi k) = 1<br />
which is just the Taylor series proof of Euler's formula in the special case x = 2\pi k.
 
pasmith said:
Why is that obvious (without assuming Euler's formula)? I think if you try to prove that rigorously, you will end up writing something like
\lim_{n \to \infty} \left(1 + \frac{2\pi k \mathrm{i}}{n}\right)^n = \sum_{n=0}^{\infty} \frac{(2\pi k\mathrm{i})^n}{n!}<br /> = \sum_{n=0}^{\infty} \frac{(-1)^n(2\pi k)^{2n}}{(2n)!}<br /> + \mathrm{i} \sum_{n=0}^{\infty} \frac{(-1)^n(2\pi k)^{2n+1}}{(2n+1)!}\\<br /> = \cos(2\pi k) + \mathrm{i}\sin(2\pi k) = 1<br />
which is just the Taylor series proof of Euler's formula in the special case x = 2\pi k.
Obvious? :rolleyes: (It's not...)

Perhaps, if someone was ridiculously intent on not using Euler's formula, they might use \displaystyle 2\pi i k = ln(\frac{1}{2}) + \int_{\frac{1}{2}}^{e^{2\pi i k}} \frac{1}{t} \ dt?
 
Last edited:
Mandelbroth said:
Obvious? :rolleyes: (It's not...)

Perhaps, if someone was ridiculously intent on not using Euler's formula, they might use \displaystyle 2\pi i k = ln(\frac{1}{2}) + \int_{\frac{1}{2}}^{e^{2\pi i k}} \frac{1}{t} \ dt?

I'm sorry. I was wrong here. The equation should be \displaystyle ln(e^{2\pi i k}) = \int_{1}^{e^{2\pi i k}} \frac{1}{t} \ dt = 0. I forgot that not all properties of logarithms are consistent between real numbers and complex numbers. :frown:
 
pasmith said:
So how do you know that e^{2\pi i} = 1 without using Euler's formula?

So, how do you know \cos 0 = 1?
 
  • #10
I see where HallsofIvy is getting at. Before you go ahead and find the Fourier series, you have to show periodicity. For f(x) to be periodic it must satisfy f(x+T)=f(x) for all t. If f(x)=eix then eix=ei(x+T). At this point you will not be able to proceed unless you used Euler's formula (or Taylor series expansion, but you are trying to avoid that altogether).

You mentioned graphs of eix, but to plot these graphs you need to use Euler's formula!

If you were to find a way to show periodicity without using Euler's formula, then you can probably go ahead and use the Fourier series to prove Euler.
 
  • #11
the easiest way i know of to prove Euler's formula was in wikipedia for a while, but they deleted it (for no good reason).

Consider the function

f(x) = \frac{e^{ix}}{\cos(x) + i \sin(x)}

where

i^2 = -1.so, treating i as a constant with the above property, compute the first derivative of f(x) and also what f(0) is.

what does that tell you?
 
  • #12
I use the limit definition of the exponential:

e^{i\pi}=\lim_{n→∞}(1+\frac{ i\pi }{ n })


Then I rewrite 1 + \frac{ i\pi }{ n }
as:

\sqrt{1+\frac{\pi^2}{n^2}}[\cos(\arctan(\frac{\pi}{n})) + i\sin(\arctan(\frac{\pi}{n}))]


i.e. in the trigonometric form (the module is the stuff with the square root, and the argument is arctan(pi/n) ). (Not assuming Euler's formula here)

Then using de Moivre's formula on this rewritten number (which again can be proven by induction for integer n, and then for rational n, without Euler's formula),

(1+\frac{i\pi}{n})^n = \sqrt{1+\frac{\pi^2}{n^2}}^n[\cos(\arctan(\frac{\pi}{n})) + i\sin(\arctan(\frac{\pi}{n}))]^n = \sqrt{1+\frac{\pi^2}{n^2}}^n[\cos(n\arctan(\frac{\pi}{n})) + i\sin(n\arctan(\frac{\pi}{n}))]


The limit as n approaches infinity of the module raised to the n-th power approaches 1, and the limit for n*arctan(pi/n) will be pi (both can be proven with l'Hopital's rule or some other theorem about limits, which do not use Euler's formula).

And plugging pi into cos and sin will finally give the answer of -1.

You could argue that this is just a special case of a proof of Euler's formula, but at least I didn't use it anywhere in the proof.

Oh and a technical detail: when I took the limit, I actually did it only for rational n, but I think that the continuity of (1+i*pi/n)^n implies the limit for any real n, because Q is dense (but I haven't checked into that).
 
Last edited:
  • #13
Oops, I copy-pasted my previous post from a previous post I wrote, but the Latex apparently didn't...

EDIT: Ok, I rewrote my above post in a more readable format.

Also, I just realized this thread asks for a proof of Euler's formula in general, not the special case for pi. But I think my argument is exactly the same, by replacing pi with x.
(My original answer was to a person asking for proof of Euler's identity without using Euler's formula)
 
Last edited:

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 29 ·
Replies
29
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K