Why is Euler's number $2.71828$ and not anything else? [closed]

Solution 1:

$\sum\frac1{n!}$ is not that special.

$\lim_{n\to\infty}\left(1+\frac1n\right)^n$ is not really special.

$f'(x)=f(x)$ is a very simple differential equation, but unremarkable, really.

$\ln (x)$ is only marginally nicer than other logarithms, in that its derivative is $\frac1x$.

The fact that a single number connects all of these (and many, many others) as intimately as $e$ does is nothing short of a miracle. Oh, and also $e$ happens to have the decimal expansion $2.718\ldots$

Solution 2:

We use $e$ because it a natural choice, as it yields a simple derivative:

$$(e^x)'=e^x.$$

For other bases, we have

$$(a^x)'=\ln a\,a^x$$ and the factor $\ln a$ is annoying.

For a very similar reason we use radians in the trigonometric functions:

$$(\sin x)'=\cos x.$$

With degrees, we would have

$$(\sin_d x)'=\frac\pi{180}\cos_d x,$$ once more an embarrassing factor.

As shown by Hyperion, the condition $(e^x)'=e^x$ induces the value

$$1+1+\frac12+\frac1{3!}+\frac1{4!}+\cdots$$


Assume you wanted to find a number $b$ such that $(b^x)'=b^x$. Using the definition of the derivative, you could try to solve

$$\frac{b^{x+h}-b^x}h\approx b^x$$ where $h$ is a small increment.

Then $$\frac{b^{x+h}-b^x}h=b^x\frac{b^h-1}h\approx b^x$$ leads to

$$b^h\approx 1+h$$ or $$b\approx(1+h)^{1/h}.$$

It turns out that this expression has a limit for $h\to0$, which you can obtain using the generalized binomial theorem.

E.g.,

$$1.000001^{1000000}=2.718280469\cdots$$

Solution 3:

Clearly, one answer is "because that's the value that the various definitions produce, and when we follow them $\sum_{n=0}^{\infty}\frac{1}{n!}$ pops out". But it's not a very satisfying answer (in fact I think you're asking for an underlying reason why that happens).

I can't give a definitive why, but my suggestion is that it's something to do with iterated processes like

  • taking the next derivative
  • dividing by the next integer
  • choosing the next item in a permutation
  • multiplying by the next bracketed expression

all of which are quite good at producing sequences of factorials.

But of course I've now got $e^{iπ}=-1$ nagging at me, and even though that can be explained in terms of "exponential growth sideways" and proved to be true, it doesn't in itself seem that related to any iterated process, and @Arthur's comment that it's "nothing short of miraculous" seems more accurate than any proof of the connection would be.

My suggested explanation, if true, just pushes the question back a level: "Why do iterated processes that produce the series for $e$ pop up all over the place?"

Typically if you ask Why? more than about four or maybe five times (following underlying reasons rather than a chain of trivial causal events or a string of theorems), you'll get to unanswerable philosophical questions—for instance "Why is it raining?" leads me after a few steps to "why is there such a thing as the laws of physics?" I suspect that pursuing the reasons why a particular number is as it is will have the same result.

Solution 4:

Why is Euler's number 2.718 and not anything else?

Short answer: by definition so.

First paragraph of the Wikipedia article $e$ (mathematical constant):

The number $e$ is a mathematical constant that is the base of the natural logarithm: the unique number whose natural logarithm is equal to one. It is approximately equal to $2.71828$, and is the limit of $(1 + 1/n)^n$ as $n$ approaches infinity, an expression that arises in the study of compound interest.

... why is $e$ equal to that formula (which sum is approximately $𝟸.71828$)?

"That formula" is one of the equivalent definitions of the constant $e$. All the equivalent definitions has the same approximate value $𝟸.71828$.

I googled that many times and every time it ends in having "e is the base of natural logarithms". I don't want to work out any equations using e without understanding it perfectly.

Should you have any similar question in the future, the first thing you should ask is what is the definition of the mathematical object that you are confused about.


For history of the constant $e$:

https://en.wikipedia.org/wiki/E_(mathematical_constant)#History


[Added to respond to a comment below.]

The way you phrase your question is problematic. The constant $e$ is not discovered by mathematicians. It is defined to be the constant $\lim_{n\to\infty}(1+\frac{1}{n})^n$, which has the approximate value $2.71828$. What mathematician do is nothing but give an interesting constant a name. If Bob calls his dog "Alpha", it does not make much sense to ask "Why is Alpha a dog, not a cat?" --- because Bobs calls his dog "Alpha"!

On the other hand, it is reasonable to ask what the "story" about $e$ is, where it appears and why it is interesting. I believe this is what you really wanted to ask.

You may want to take a look at this article:

An Intuitive Guide To Exponential Functions $\&$ $e$

Here is an excerpt:

Describing e as “a constant approximately 2.71828…” is like calling pi “an irrational number, approximately equal to 3.1415…”. Sure, it’s true, but you completely missed the point.

Pi is the ratio between circumference and diameter shared by all circles. It is a fundamental ratio inherent in all circles and therefore impacts any calculation of circumference, area, volume, and surface area for circles, spheres, cylinders, and so on. Pi is important and shows all circles are related, not to mention the trigonometric functions derived from circles (sin, cos, tan).

e is the base rate of growth shared by all continually growing processes. e lets you take a simple growth rate (where all change happens at the end of the year) and find the impact of compound, continuous growth, where every nanosecond (or faster) you are growing just a little bit.

e shows up whenever systems grow exponentially and continuously: population, radioactive decay, interest calculations, and more. Even jagged systems that don’t grow smoothly can be approximated by e.

Solution 5:

No, the reason is that putting 1 dollar to bank with 100% interest rate you will get 2 dollars after 1 year. That is very simple and it is about constant 2.

But, if you will want more, you will put there your dollar for half a year, you will get 1.5 dollar, then you will put this amount to bank again and after another half a year you will have 2.25 dollars.

Increasing the frequency of put - get you will end up with 2.718...$ which is the constant e.

Also notice that exp'(0) == 1 x'(0) == 1 i.e. at 0 they have the same growth.