26
$\begingroup$

Is there a method to mentally evaluate $e^{-x}$ for $x>0$? Just to have an idea when computing probabilities or anything that is an exponential function of some parameters.

$\endgroup$
4
  • 1
    $\begingroup$ You could compute its Taylor series. The Taylor series for $e^{-x}$ will always converge to $e^{-x}$, although for $x$ not close to zero, it might not be practical to mentally compute a higher order Taylor approximation. $\endgroup$
    – ShawnD
    Commented Oct 10, 2011 at 5:50
  • 1
    $\begingroup$ What I do is pretend $e=2$. Maybe there is a more precise way which is almost as easy? $\endgroup$ Commented Oct 10, 2011 at 5:51
  • 2
    $\begingroup$ Another trick is $e^{-x} = 10^{-x/\ln(10)} \simeq 10^{-0.4x}.$ $\endgroup$
    – Gerben
    Commented Oct 10, 2011 at 6:21
  • 2
    $\begingroup$ In the book "Surely You Are Joking, Mr Feynman!" Richard Feynman described how he computed $e^x$ mentally to several significant digits by using some simple approximations. I don't have the book at hand to give more details about his method, but it might be worth looking at. $\endgroup$ Commented Oct 10, 2011 at 11:42

7 Answers 7

28
+50
$\begingroup$

If $x$ is "small enough", I like using the $(2,2)$ Padé approximant, which is easily cast into a memorable form:

$$\exp\,x\approx \frac{(x+3)^2+3}{(x-3)^2+3}$$

For $|x| < \frac12$, the absolute difference between the approximant and the true function is $< 8\times 10^{-5}$. Pretty good approximation for a mere rational function... of course, as with all such approximants, the further you go from $0$, the less accurate it becomes.

$\endgroup$
7
  • 7
    $\begingroup$ +1: I just became a fortune-teller. I foresee a bunch of freshman calculus students doing battle with this next Spring. The Taylor series agree up to $x^4$. With quintic terms it is $1$ vs. $5/6$. $\endgroup$ Commented Oct 10, 2011 at 9:48
  • 3
    $\begingroup$ @Jyrki: Just in case you've forgotten, Padé approximants are rational functions precisely designed to have power series expansions whose first few terms match the first few terms of the power series of the function they're approximating. ;) Since this is a $(2,2)$ approximant (the two numbers denote respectively the degrees of the numerator and denominator), it is expected to agree up to the $2+2=4$-th order term. Neat, eh? $\endgroup$ Commented Oct 10, 2011 at 9:59
  • $\begingroup$ Thanks for the reminder. I've seen that described in the context of Berlekamp-Massey algorithm (see e.g. the 3rd reference here. $\endgroup$ Commented Oct 10, 2011 at 15:04
  • $\begingroup$ @Jyrki: Tightly connected indeed. Toeplitz matrices are very tricky that way... (I'm still figuring out the intricate web myself.) $\endgroup$ Commented Oct 10, 2011 at 15:06
  • 1
    $\begingroup$ Yes, I used it as a question testing their ability to manipulate power series. Thanks! $\endgroup$ Commented Aug 15, 2012 at 6:45
18
$\begingroup$

Dilip was asking in the comments about "Feynman's method"; since this is too long for a comment, I shall be quoting the relevant paragraphs here:

Lucky Numbers

One day at Princeton I was sitting in the lounge and overheard some mathematicians talking about the series for $e^x$, which is $1+x+x^2/2!+x^3/3!$ Each term you get by multiplying the preceding term by $x$ and dividing by the next number. For example, to get the next term after $x^4/4!$ you multiply that term by $x$ and divide by $5$. It's very simple.

When I was a kid I was excited by series, and had played with this thing. I had computed $e$ using that series, and had seen how quickly the new terms became very small.

I mumbled something about how it was easy to calculate $e$ to any power using that series (you just substitute that power for $x$).

"Oh yeah?" they said. "Well, then what's $e$ to the $3.3$?" said some joker—I think it was Tukey.

I say, "That's easy. It's $27.11$."

Tukey knows it isn't so easy to compute all that in your head. "Hey! How'd you do that?"

Another guy says, "You know Feynman, he's just faking it. It's not really right."

They go to get a table, and while they're doing that, I put on a few more figures. "$27.1126$," I say.

They find it in the table. "It's right! But how'd you do it!"

"I just summed the series."

"Nobody can sum the series that fast. You must just happen to know that one. How about $e$ to the $3$?"

"Look," I say. "It's hard work! Only one a day!"

"Hah! It's a fake!" they say, happily.

"All right," I say, "It's $20.085$."

They look in the book as I put a few more figures on. They're all excited now, because I got another one right.

Here are these great mathematicians of the day, puzzled at how I can compute $e$ to any power! One of them says, "He just can't be substituting and summing—it's too hard. There's some trick. You couldn't do just any old number like $e$ to the $1.4$."

I say, "It's hard work, but for you, OK. It's $4.05$."

As they're looking it up, I put on a few more digits and say, "And that's the last one for the day!" and walk out.

What happened was this: I happened to know three numbers—the logarithm of $10$ to the base $e$ (needed to convert numbers from base $10$ to base $e$), which is $2.3026$ (so I knew that $e$ to the $2.3$ is very close to $10$), and because of radioactivity (mean-life and half-life), I knew the $\log$ of $2$ to the base $e$, which is $.69315$ (so I also knew that $e$ to the $.7$ is nearly equal to $2$). I also knew $e$ (to the $1$), which is $2.71828$.

The first number they gave me was $e$ to the $3.3$, which is $e$ to the $2.3$—ten—times $e$, or $27.18$. While they were sweating about how I was doing it, I was correcting for the extra $.0026$—$2.3026$ is a little high.

I knew I couldn't do another one; that was sheer luck. But then the guy said $e$ to the $3$: that's $e$ to the $2.3$ times $e$ to the $.7$, or ten times two. So I knew that it was $20.$something, and while they were worrying about how I did it, I adjusted for the $.693$.

Now I was sure I couldn't do another one, because the last one was again by sheer luck. But the guy said $e$ to the $1.4$, which is $e$ to the $.7$ times itself. So all I had to do is fix up $4$ a little bit!

They never did figure out how I did it.

...

There's less to it than meets the eye. ;)

$\endgroup$
3
  • 1
    $\begingroup$ I just typed this up since I don't have a digital copy of any of Feynman's books. Please correct anything that I may have transcribed wrongly... $\endgroup$ Commented Oct 12, 2011 at 18:05
  • 2
    $\begingroup$ how exactly do you think he corrected for the "small errors"? I can see how he got $e^{3.3} = e^{2.3} \times e \approx 27.18$, but I don't see how he was able to say $27.1126$. Similarly for other approximations. $\endgroup$
    – picakhu
    Commented Aug 15, 2012 at 20:24
  • 1
    $\begingroup$ I was wondering the same thing picakhu did $3$ years ago. I think he did this: $e^{3.3}\approx 10e\times e^{-0.0026}\approx 27.1828(1-0.0026)\approx 27.1828-0.27\times0.26=27.1828-0.0702\\=27.1126$ $\endgroup$ Commented Jun 25, 2015 at 4:30
11
$\begingroup$

$e^{-x} \approx 2^{-1.44x} \approx 10^{-0.43x}$

where $\log_2(e) \approx 1.44$ and $\log_{10}(e) \approx 0.43$.

$\endgroup$
2
  • 2
    $\begingroup$ doesn't this nail down to how to compute $10^{-x}$? $\endgroup$
    – zzzbbx
    Commented Oct 13, 2011 at 20:28
  • 2
    $\begingroup$ @Bob: in general that's hard, but if you just need an order-of-magnitude estimate, it's trivial. For example: $10^{13.2315} = 10^{13} \times 10^{0.2315}.$ The latter factor is hard to calculate, but for a numerical estimate it's often not important. You can of course refine such estimates by going back to base $e$ or 2: since $10 \simeq 2^{3.3},$ $10^{0.2315} \simeq 2^{0.7} \simeq 1.7$. $\endgroup$
    – Gerben
    Commented Oct 14, 2011 at 10:32
2
$\begingroup$

As a supplement to Henry's answer, consider these rational approximations to $\log_{10}(e)$ and $\log_{2}(e)$.

Two of the approximants for the continued fraction for $\log_{10}(e)$ are $\frac{3}{7}$ (low and not as good as $.43$) and $\frac{10}{23}$ (high but better than $.43$). So if it makes computation easier, you can try $$ 10^{-10x/23}<e^{-x}<10^{-3x/7}\tag{1} $$ when $x>0$. The order in $(1)$ is reversed for $x<0$.

Two of the approximants for the continued fraction for $\log_{2}(e)$ are $\frac{10}{7}$ (low and not as good as $1.44$) and $\frac{13}{9}$ (high but better than $1.44$). So if it makes computation easier, you can try $$ 2^{-13x/9}<e^{-x}<2^{-10x/7}\tag{2} $$ when $x>0$. The order in $(2)$ is reversed for $x<0$.

$\endgroup$
1
$\begingroup$

For $e^x$ and limiting to fractions that are low multiples of $\frac{1}{3}$ ... one can approximate fairly well by knowing $3^n$ fairly well,

$$2.714 \approx 3^3/10$$

Using this you can then obtain results via,

$$e^n \approx 2.714^n \approx \left(\frac{3^{3}}{10}\right)^n = \frac{3^{3n}}{10^n}$$

Clearly $10^n$ isn't going to be an issue. Most mathematicians will probabaly be familiar up to $3^4=81$ by memory and calculating up to $3^6$ isn't too much trouble.

Examples: $$ e^2 \approx 729 / 100 \approx 7.3\\ e^2 = 7.4 $$

$$ e^{3} = e^2e^1 \approx 7.4 \times 2.7 \approx 3/4\times 27 \approx 81/4 \approx 20\\ e^3 = 20.09 $$ you could also get to near 20 by knowing that $3^6$ is 19000 and something

Finding the negative powers just flip the relation.

$\endgroup$
1
  • 1
    $\begingroup$ This is a method I use when calculating Poisson Processes and I don't want to get distracted by going on my laptop because when I go on my laptop I spend 30mins writing posts on Mathematics :) $\endgroup$ Commented Apr 16, 2016 at 13:20
0
$\begingroup$

A diagram may also help...enter image description here

$\endgroup$
2
  • 9
    $\begingroup$ I'll make sure to print this out and carry it with me. $\endgroup$ Commented Oct 12, 2011 at 18:21
  • $\begingroup$ @pic: actually, it's an iPhone. Please keep me out of such comments. $\endgroup$ Commented Aug 16, 2012 at 0:42
0
$\begingroup$

I use $e^{-x} \approx 1-x$ for $x\leq 1$ and $e^{-x}\approx 0$ for $x\geq 1$ and it is truly powerful.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .