Is this a sound demonstration of Euler's identity?

287 Views Asked by At

Richard Feynman referred to Euler's Identity, $e^{i\pi} + 1 = 0$ as a "jewel."

I'm trying to demonstrate this jewel without recourse to a Taylor series.

Given $z = cos\theta + i sin\theta\; |\;|z| = 1$,

$$\frac{dz}{d\theta}= -sin\theta + icos\theta =i(isin\theta+cos\theta)=iz$$

Now, if I let $z=u(\theta)$, then, $$\frac{du}{d\theta}=iu(\theta)$$
Undoing my original derivative, $$\int iu(\theta) d\theta =u(\theta)+C$$ $$ \therefore z=u(\theta)=e^{i\theta}$$ which is the general case. Substituting $\pi =\theta$ for the special case, and invoking the original equation, we are left with $z=cos\pi + isin\pi =-1 = e^{i\pi}$ $$\therefore e^{i\pi}+1=0$$

When I first worked through this, the constant of integration disturbed me, like a nasty inclusion marring the jewel. But now, I think it's fair for me to excise it in the line, $\;\therefore z=u(\theta)=e^{i\theta}$

Is that correct?

2

There are 2 best solutions below

8
On

So, just rearranging a bit the proof, the two functions: $$ f(z) = \cos(z)+i\sin(z),\qquad g(z)=e^{iz} $$ are indeed the same function since they both are solutions to the first-order ODE $$ h'(z)-i\cdot h(z) = 0 $$ with the initial condition $h(0)=1$. We are just exploiting the Cauchy-Lipschitz theorem.

By evaluating $f$ and $g$ at $z=\pi$ we get Euler's celebrated identity.

The proof is perfectly fine - but it is not really different from proving $f\equiv g$ by comparing their Taylor series, if we consider that Frobenius' power-series method is the most natural way for solving some ODEs. The same situation happens in a discrete setting, for instance. We may prove that:

$$ F_n = \sum_{0\leq k \leq \frac{n-1}{2}}\binom{n-1-k}{k} $$ holds by exploiting the binomial theorem, or by proving that both the LHS and the RHS satisfy the same recurrence relation with the same initial conditions.

0
On

This is not a proof of Euler's discovery, but of something much weaker.

What Euler noticed is that there is a connection between the exponential function and the trigonometric functions. Your proof only shows that solutions to $F'(t)=iF(t)$ (for real $t$) are equivalent to uniform circular motion in the complex plane. This suggests some formal relation of $F(t)$ to exponentials, but it does not:

  • give a construction of $F(t)$ independent of circular motion;
  • show that $F(ix)$ exists for real $x$
  • show that $F(-ix)$, for real $x$, equals the function we know as $e^x$.

Those (or their equivalents) are the earth-shaking facts that Euler uncovered and the reason his formula is celebrated.

Starting from a more advanced formalism (such as power series) where $e^z$ is defined for both real and imaginary $z$ then an argument like this one might reproduce Euler's finding.