Sunday, April 9, 2017

constants - What are the uses of Euler's number e?



People make such a big deal of the number e. I do not get why it is so important, other than the fact that ln(x)=loge(x). People say it is used all over mathematics and such, but they never give me examples. Where is the number e used? Also, how did Euler come up with the concept of some number e that has the following property:
e=n=01n!=10!+11!+12!+



I am just curious why people make such a big deal out of e.


Answer



e is fundamental in mathematics. Aside from the awesome properties of e, such as eiπ+1=0 and the fact that ddxex=ex,

it is also found in equations that directly relate to everyday phenomena. For instance, the normal distribution is represented by the probability density function f(x)=12πe12x2.
It also appears in Newton's law of cooling/heating, in the solution to the differential equation dTdt=k(TT0).



Alongside these, e appears in the solutions of many differential equation that model anything from electric circuits to spring-mass systems. As for how Euler showed that e=n=01n!

I am not sure.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...