E Approximation

ibobev1 pts0 comments

e approximation

(832) 422-8646

Contact

I ran across the approximation

e ≈ 2721/1001

recently. What makes this remarkable is its accuracy relative to the size of the denominator.

You can create a trivial approximation just by truncating a decimal expansion

e ≈ 2718/1000

but this is only good to four significant figures, but 2721/1001 is good to seven, almost eight, significant figures.

e = 2.71828182…<br>2721/1001 = 2.71828171…

The comparison is more impressive in binary.

$ bc -l<br>>>> obase=2<br>>>> 2721/1001<br>10.10110111111000010100…<br>>>> e(1)<br>10.10110111111000010101…

The denominator is a 10-bit number but the approximation is accurate to 21 bits.

Search for:

John D. Cook, PhD

My colleagues and I have decades of consulting experience helping companies solve complex problems involving data privacy, applied math, and statistics.

Let’s talk. We look forward to exploring the opportunity to help your company too.

approximation denominator good significant figures contact

Related Articles