There are so many available bases. Why is the strange number $e$ preferred over all else?
Of course one could integrate $\frac{1}x$ and see this. But is there more to the story?
|
There are so many available bases. Why is the strange number $e$ preferred over all else? Of course one could integrate $\frac{1}x$ and see this. But is there more to the story? |
||||
|
|
|
If you know some linear algebra, then here is an abstract reason: $e^x$ is the unique eigenvector of eigenvalue $1$ of the derivative $D$ acting on, say, the space of smooth functions on $\mathbb{R}$. Why is this important? The study of solutions of linear differential equations with constant coefficients is equivalent to the study of nullspaces of operators which are polynomials in $D$, e.g. operators of the form $\sum a_k D^k$. Any such operator automatically commutes with $D$, so this nullspace splits up into eigenspaces of $D$. That's why solutions to linear differential equations with constant coefficients can be expressed as sums of complex exponentials. The choice of $e$ makes it particularly easy to see what the eigenvalue is: the eigenvalue of the eigenvector $e^{\lambda x}$ is $\lambda$. |
|||||||||||||||||
|
|
Differentiation and integration is precisely why it is considered natural, but not just because $$\displaystyle\int \frac{1}{x} dx=\ln x$$ $e^x$ has the two following nice properties $$ \frac{d}{dx} e^x=e^x $$ $$ \int e^x dx=e^x+c $$ If we looked at $a^x$ instead, we would get: $$\frac {d} {dx} a^x= \frac{d}{dx} e^{x\ln(a)}=\ln(a) \cdot a^x$$ $$\int a^x dx= \int e^{x\ln(a)} dx=\frac{a^x}{\ln(a)}+c$$ So $e$ is vital to the integration and differentiation of exponentials. |
||||
|
|
|
The wikipedia article on e tells a bit of the story.
Additionally, it is the base of the exponential function |
|||
|
|
|
The Wikipedia article about e lists many properties of the constant that make it naturally occurring. I think the biggest reason it is natural when it comes to exponentiation/logarithms is that it is the only number that satisfies $$ \frac{d}{dt} e^t =e^t $$ while every other number satisfies $$ \frac{d}{dt} a^t = c \cdot a^t$$ where $c$ is some constant, different than 1. This makes it "normalized" in a sense. |
||||
|
|
|
If you consider all exponential equations $a^x$, they all have $y$-intercept $(0,1)$. If you wanted to specify an archetypal exponential equation to refer to as you work through Calculus, a natural choice would be to choose the one whose tangent line at $(0,1)$ has slope 1. The equation $e^x$ is the unique exponential equation with that property. |
|||
|
|
|
I'm surprised I never answered this; maybe I was deterred by the fact that several other answers are here. One short answer is this: An exponential function $y=a^x$ grows at a rate proportional to its present size, but only when the base is $e$ does it grow at a rate equal to its present size. In other words $$ \frac{d}{dx} a^x = \left(\text{constant}\cdot a^x \right), $$ but only when $a=e$ is the "constant" equal to $1$. The number $a=2$ is too small for this to happen. To see that consider $$ \frac{d}{dx} 2^x = \lim_{h\to0} \frac{2^{x+h}-2^x}{h} = \lim_{h\to0}2^x\frac{2^h-1}{h} $$ This last limit is equal to $\displaystyle 2^x \lim_{h\to0}\frac{2^h-1}{h}$. That step can be done because $2^x$ is a "constant", but in this instance, "constant" means "not depending on $h$". Then observe that $\displaystyle\lim_{h\to0}\frac{2^h-1}{h}$ is a "constant", where "constant" now means "not depending on $x$". So $$ \frac{d}{dx} 2^x = \left(\text{constant}\cdot 2^x\right). $$ But what number is this "constant"? Notice that as $x$ increases from $0$ to $1$, $2^x$ increases from $1$ to $2$, so the average slope on that interval is $\dfrac{2-1}{1-0}=1$. Since the curve gets steeper as $x$ increases, it's not yet that steep at $x=0$. Its slope at $x=0$ is $\left.\dfrac{d}{dx}2^x\right|_{x=0}=\left(\text{constant}\cdot2^0\right)$, so that "constant" must be less than $1$. A similar argument shows that if $4$ is used as the base, the "constant" is more than $1$. This is done by using the interval from $-1/2$ to $0$ instead of the interval from $0$ to $1$. So $2$ is to small, and $4$ is too big, to be the natural base. $e$ must be somewhere between $2$ and $4$. In a similar way one can show that $3$ is to big, but that's where the previously simple arithmetic gets messy. Use the interval from $-1/6$ to $0$ for that. |
|||
|
|
|
A few months ago when I was learning LaTeX, I wrote a quick page to test its math rendering. I never though it'd help anyone, but here it is. The first sentence is key.
|
|||||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.