8

In math when people want to model population growth or radioactive decay we use exponential functions. In many cases, we use base $e$. My question is, what is the purpose of using base $e$ rather than some other base?

  • 6
    Do you know any Calculus? – GFauxPas Jun 26 '15 at 19:38
  • A couple of things you can read: http://math.stackexchange.com/questions/26037/intuitive-understanding-of-the-constant-e http://math.stackexchange.com/questions/514351/whats-so-special-about-e/514390#514390 http://math.stackexchange.com/questions/272507/how-would-you-explain-why-e-is-important-and-when-it-applies?lq=1 – Rammus Jun 26 '15 at 19:40
  • Sadly I don't know any calculus, but right now I will just stick with the fact that it is a simpler way of representing exponential growth. When I get to calculus, eventually I will have a better understanding. Thank you – user250837 Jun 26 '15 at 20:18
  • 3
    Suppose that $$f(x)=4^x$$ Try to show that the slope of $f(x)$ is greater than $f(x)$. Assume that the graph is concave upwards (i.e. is increasing, with an continually increasing slope).

    Next, suppose that $$g(x)=2^x$$ Try to show that the slope of $g(x)$ is less than $g(x)$.

    If you can do this, then you can conclude that there is a number ($2\lt e\lt 4$) such that $h(x)=e^x$ where the slope of $h(x)$ is equal to $h(x)$.

    – John Joy Jun 26 '15 at 20:56
  • @user250837 See Courant/John's: Introduction to Calculus and Analysis. Chapter 3, Section 4. – Red Banana Jun 26 '15 at 23:10

3 Answers3

16

For starters, sometimes people do use other bases. In radioactivity, $2$ is often used, giving meaning to the term half-life.

To answer your question, there is no reason to pick any particular base unless it is useful. Since 2 and $e$ are useful, we use them. If another number is useful for a specific problem having to do with exponential growth or decay, people use it. The reason that $e$ is useful is because $e^{\lambda x}$ is the solution to $y' = \lambda y$, a fundamental differential equation for this type of problem.

bignose
  • 137
Plutoro
  • 22,730
  • 3
  • 41
  • 71
  • 2
    Excellent answer, spot on for the OP's questions. – FundThmCalculus Jun 26 '15 at 19:42
  • Mh, the question is about $e$, not about the exponential behavior, which does not rely on a particular base. –  Jun 26 '15 at 19:57
  • 2
    @YvesDaoust But $2^{\lambda x}$ isn't solution to the mentioned differential equation. Having base $e$ surely makes it nicer, and without it, we would have an additional constant involving natural log, which is base $e$. – Wojowu Jun 26 '15 at 20:03
  • Obviously, but my point is that $\lambda$ or $\lambda\ln(2)$ do not make a real difference. They are arbitrary values, that's it. Nature doesn't care that there's an additional coefficient in the equations. You cannot derive the value of $e$ from the lifetime of plutonium. A last argument: $e^{0.35265t}=2^{0.508766t}$. –  Jun 26 '15 at 20:16
  • 2
    You are absolutely right. Nature doesn't care, it's just why scientists use $e $ by convention. Calculations are easier (even if it is just a tiny bit easier). – Plutoro Jun 26 '15 at 20:53
10

The number $e$ appears naturally as the limit of the compounding interest formula. That is $$\left( 1 + \frac{r}{n} \right)^n \simeq e^r$$ when $n$ is large. This makes $e$ a good choice for modeling systems with exponential growth.


In order to expand on the above. The compounding interest formula is one of the routes which led to the discovery of $e$. (The other route was through the natural logarithm, which is related to the area underneath the hyperbola $y=1/x$.) Liebniz was among the earlier mathematicians to study $e$, and he used $b$ to represent this number. I believe the proof demonstrating $$\lim_{n\to\infty}\left( 1 + \frac{r}{n} \right)^n = \sum_{n=0}^\infty \frac{r^n}{n!}$$ may be due to him (I would have to consult with some references I don't have handy at the moment).

There is an excellent book on the history of $e$, named appropriately "e: The story of a number". It's a book written for laymen, and I thoroughly enjoyed reading it.

Joel
  • 16,256
2

The exponential decay phenomena in nature do not involve $e$, but other basis of arbitrary value (more precisely, there are arbitrary time constants). In a way, $e$ does not exist in nature, neither in the discharge of condensers, nor in the decay of radioactive materials, nor on the spirals of sunflowers, nor in the growth of compound loan interests.

$e$ is the preferred base of mathematicians because it is convenient, in the sense that it is the only base for which $$\left(b^x\right)'=b^x.$$

For other bases, a conversion factor appears. This is the very same reason why radians are used to measure angles.

On the opposite, the base $10$ that we use for our numeration system is deeply grounded in human anatomy, and base $2$ is pretty useful in the theory of information and computer science.

  • Other comments about $e^{ct}$ for some constant $c$ illustrate that $e$ isn't a natural base in the real world: $e^c$ can be any number, and you never see $c=1$ elsewhere than in theory. –  Jun 26 '15 at 19:54