Skip to main content
GameDev.net gamedev.net
🔒 Locked

The matematical constant e (2.718...)

Started by Spartacus Jun 6, 2004 at 3:20 PM 35 replies 17.9k views
Original Post
Spartacus
Spartacus
Can someone give me a explanation of the matematical constant e=2.7182...??? What''s so magical about it and why is it exactly 2.7182...??? If you know of some resources where I can get more information then that would be great too! Thanks!

Real programmers don''t document, if it was hard to write it should be hard to understand

Real programmers don't document, if it was hard to write it should be hard to understand
uber_n00b
uber_n00b
::shifty eyes:: you''re a non-believer aren''t you? e shows up nearly everywhere. e and ln (log base e) determine the halflife of an atom, how long it will take an object to cool to a certain temperature, etc (anything where the amount at a time is based on the rate of change of the amount). That is not nearly the limit of where it shows up but I am in a hurry so just go to the link given already. Wikipedia.com also has some good info on it but the site was down when I tried to get onto it this time.
My fellow Americans I have just signed legislation that outlaws Russia forever. Bombing will commence in five minutes.
Sneftel
Sneftel
pi > e

I''m sorry, it had to be done.


"Sneftel is correct, if rather vulgar." --Flarelocke
python_regious
python_regious
PI >> e

I coudn''t resist either, even though it has nothing to do with OP.

You have to remember that you''re unique, just like everybody else.
If at first you don't succeed, redefine success.
Zipster
Zipster
I guess he wants to know exactly why e appears everywhere, rather than what it is. Precisely how he said it, why it''s so "magical"
uber_n00b
uber_n00b
You know skybin.. e has many other definitions. e can also be defined as the other boundary besides 1 under the graph of ln(x) such that the area under that curve is equal to 1. The second would be the sum of x/x! from 1 to infinity
My fellow Americans I have just signed legislation that outlaws Russia forever. Bombing will commence in five minutes.
Madster
Madster
Also, the derivative of e^x is..... e^x !!

that sounds pretty cool to me!
Working on a fully self-funded project
TangentZ
TangentZ
My personal favorite "magical" mathematical formula of all time:

e ^ (pi * i) = -1

That''s the "i" as in "imaginary number".




Kami no Itte ga ore ni zettai naru!
神はサイコロを振らない!
Doc
Doc
It''s better written as e+1=0, that way you include 0.

Neato formula that includes:
e Euler''s number
i The imaginary number
π Ratio of circumference to diameter of circle
1 The multiplicative identity
0 The additive identity

Image loads when I''m online.The following statement is true. The previous statement is false.
Shameless promotion:
FreePop: The GPL Populous II clone.

uber_n00b
uber_n00b
How is e^(i*pi) magical, although I do agree it's kind of an interesting contradiction to x^y always being > 0. It's very easily derived from the power series expansion of e^(i*x) (which euler showed was equivalent to cos(x) + i*sin(x) or cis(x))

[edited by - uber_n00b on June 7, 2004 1:34:18 AM]
My fellow Americans I have just signed legislation that outlaws Russia forever. Bombing will commence in five minutes.
TangentZ
TangentZ
quote:
Original post by uber_n00b
How is e^(i*pi) magical, although I do agree it''s kind of an interesting contradiction to x^y always being > 0. It''s very easily derived from the power series expansion of e^(i*x) (which euler showed was equivalent to cos(x) + i*sin(x) or cis(x))



Errrmmmm, you say it''s "easy", only because Euler did the
hard work for us. That in no way diminishes the "magic" of
the formula.

Imagine showing this to someone living in the Pythagoras-era.

(Huh? What are imaginary numbers?)

Or, imagine showing the proof of Fermat''s Last Theorem to Euler,
who worked hard on it until his death.

(Huh? What are elliptic curves?)



Kami no Itte ga ore ni zettai naru!
神はサイコロを振らない!
joanusdmentia
joanusdmentia
quote:

Also, the derivative of e^x is..... e^x !!

And I think this is why it pops up everywhere. Said in english the rate of change depends on the rate of change, which turns out to be a natural part of modelling many things. For example the equation for the way power lines hang between two poles has e in it.

quote:
Original post by uber_n00b
...to x^y always being > 0

err....since when?
(-1)^3 = -1
"Voilà! In view, a humble vaudevillian veteran, cast vicariously as both victim and villain by the vicissitudes of Fate. This visage, no mere veneer of vanity, is a vestige of the vox populi, now vacant, vanished. However, this valorous visitation of a bygone vexation stands vivified, and has vowed to vanquish these venal and virulent vermin vanguarding vice and vouchsafing the violently vicious and voracious violation of volition. The nly verdict is vengeance; a vendett o
uber_n00b
uber_n00b
To clear a few things up, I meant positive x to some power being less than 0. Also, TangentZ, I am not trying to brag but a few days after I learned power series in math class someone showed me e^i*pi was -1 on a calculator and, being in the power-series mood, was able to come upon the same conclusion as Euler (although I didn't know it at the time). I am not trying to say I'm as good in math as Euler by any stretch of the imagination because that simply wouldn't be true, but am rather trying to explain that that particular proof was NOT his most major contribuation (and by major I mean thought-intensive because e^(i*pi) is very important in engineering). His Zeta function (which was extended to complex numbers by Riemann) was a much greater accomplishment. Second of all, the proof for e^(i*pi) power is MUCH MUCH MUCH easier than the proof for Fermat's last theorem, which was over 150 pages long and presented by Andrew Wiles in the mid 1990s. You can fit the proof for e^(i*x) on one sheet of notebook paper.

EDIT: just so this topic doesn't get deleted because of the digressions, it would be hard to say why the number e is so important, because well 2.71828... just seems like a random number, but like everyone else has mentioned in this thread, it is easy to say why a number like e would be so important since it fairly accurately describes things in nature (including unrestrained population growth, harmonic motion, et al). For some reason, I still like pi more. Shrug.

[edited by - uber_n00b on June 7, 2004 5:48:20 PM]
My fellow Americans I have just signed legislation that outlaws Russia forever. Bombing will commence in five minutes.
Just3D
Just3D
dy/dx of e^x = e^x

Needless to say, the magic of e is also closely related to ln(x), which happens to be the indefinite integral of 1/x. And, of course, you can move ln(x) to the other side of an equation with e^x.

dy/dx = y

1/y dy = dx

S( 1/y dy ) = S( dx )

ln |y| = x

e^ (ln |y|) = e^x

y = e^x

My 2 cents.

(By the way that PI*i equation is cool)!

My apologies if I messed up any of the math...
"There are only three types of people in this world: those who can count, and those who can't."Just3DJustin NordinJ Squared Productionswww.jsquaredproductions.com
python_regious
python_regious
quote:
Original post by TangentZ
e ^ (pi * i) = -1



I really don''t see whats magical about that. It seems pretty intuitive to me...


You have to remember that you''re unique, just like everybody else.
If at first you don't succeed, redefine success.
d000hg
d000hg
Is there any understanding at all of where Pi,e and similar transcendental numbers actually come from and why they take such values? On a purely science-based foundation I mean.
BitMaster
BitMaster
quote:
Original post by d000hg
Is there any understanding at all of where Pi,e and similar transcendental numbers actually come from and why they take such values? On a purely science-based foundation I mean.


Any decent first semester book on calculus will explain that.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.