How to show $\frac{19}{7}<e$

654 Views Asked by At

How can I show $\dfrac{19}{7}<e$ without using a calculator and without knowing any digits of $e$?

Using a calculator, it is easy to see that $\frac{19}{7}=2.7142857...$ and $e=2.71828...$

However, how could this be shown in a testing environment where one does not have access to a calculator?

My only thought is to use the Taylor series for $e^x$ with $x=1$ to calculate $\displaystyle e\approx\sum \limits_{n=0}^{7}\frac{1}{n!}=\frac{685}{252}=2.7182...$

However, this method seems very time consuming and tedious, finding common denominators and performing long division. Does there exist a quicker, more elegant way?

5

There are 5 best solutions below

5
On BEST ANSWER

$$ \int_{0}^{1} x^2 (1-x)^2 e^{-x}\,dx = 14-\frac{38}{e},$$ but the LHS is the integral of a positive function on $(0,1)$.


Another chance is given by exploiting the great regularity of the continued fraction of $\coth(1)$:

$$\coth(1)=[1;3,5,7,9,11,13,\ldots] =\frac{e^2+1}{e^2-1}$$ gives the stronger inequality $e>\sqrt{\frac{133}{18}}$.

0
On

The first few convergents of the continued fraction representation of $e$ are $$ 2, 3, \frac{8}{3}, \frac{11}{4}, \frac{19}{7}, \frac{87}{32}, \frac{106}{39} $$

Since these convergents oscillate monotonically towards $e$, the last one works to prove that $e>\frac{19}{7}$.

(If you know that $e$ is irrational, you can stop as soon as you get $\frac{19}{7}$ as a convergent because there will be other terms after that.)

0
On

Since you know what the result should be, try remove terms one by one by computing residues $r_i$. That will reduce the size of integers, as long as yoou factorize while you can, which is easy because of the factorials (highly composite numbers).

First, notice that the first $3$ terms for $e$ give $\frac{5}{2}$. Now, find residues: $$r_1 = \frac{19}{7} - \frac{5}{2} = \frac{3}{2.7}\,, $$ $$r_2 = \frac{3}{2.7} -\frac{1}{6} = \frac{1}{2}\left(\frac{3}{7}-\frac{1}{3}\right) =\frac{1}{3.7}\,,$$ $$r_3 =\frac{1}{3.7} -\frac{1}{3.8} = \frac{1}{3}\frac{1}{7.8}\,,$$ $$r_4 =\frac{1}{3.7.8} -\frac{1}{120} = \frac{1}{3.8}\left(\frac{1}{7}-\frac{1}{5}\right)\,.$$

Since $5<7$, the last residue $r_4$ is negative, you can stop here, never having to do long multiplications, the hardest being $19\times 2$.

4
On

Assume that $8$ terms of Taylor will be enough and estimate $7!\left(\dfrac{19}7-e\right)$.

Compute $7!$ backwards, to get

$$1,7,42,210,840,2520,5040,5040.$$

Initialize with $$7!\cdot\frac{19}{7}=13680.$$

Subtract the terms until you get a negative,

$$8640,3600,1080,240,30,-12.$$

This takes six multiplies, a single division and six subtractions, with integers not exceeding five digits.

0
On

This is a little easier than the OP's calculation $e\gt\sum_{n=1}^7{1\over n!}={685\over252}\gt{19\over7}$, though not by much: We can show $e^{-1}\lt{7\over19}$ via the truncation of the alternating series

$$e^{-1}\lt1-1+{1\over2}-{1\over6}+{1\over24}-{1\over120}+{1\over720}={360-120+30-6+1\over720}={265\over720}={53\over144}$$

and the cross multiplication (with some of the steps retained to make things easy to check by eye)

$$53\cdot19=1060-53=1007\lt1008=980+28=144\cdot7$$