• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mathematical Proof

exp(i*pi)=-1 ?
which follows from exp(ix)=cosx+i sinx (Euler's formula)

So are you asking for a proof of Euler's formula?




 
Originally posted by: f95toli
exp(i*pi)=-1 ?
which follows from exp(ix)=cosx+i sinx (Euler's formula)

So are you asking for a proof of Euler's formula?

Yup, now just look at the taylor series expansions of both terms...prolly a more elegant way.
 
err.. he sorta did...
e^ix = cos x + i sin x.. x = pi -> e^ipi = cos pi + i sin pi = -1
ln (e^i*pi) = ln (-1) = i*pi
 
taylor expand sin & cos and you're done. I think that's pretty much the most popular method.
Edit: this works b/c the series for sin & cos are uniformly convergent...not too difficult to prove.
You might also benefit from this: sin(z)=[exp(iz)-exp(-iz)]/2i, cos(z)=[exp(iz)+exp(-iz)]/2.

Another way I've seen is to define a complex # z=cos(t)+i*sin(t)

dz/dt = -sin(t) + i*cos(t)...now remember i^2 = -1, so we have i(i*sin(t) + cos(t)) = i*z

Now integrate. The integrating constant is clearly 0...then exponentiate and you're done.
 
Back
Top