Pi

Sunday 14 March 2004 at 6:35 pm | In Articles | Post Comment

The digits in the decimal of \pi have always intrigued mathematicans. In the computer age \pi has been calculated to billion of places. You can see the first 30 million digits at The Inverse Symbolic Calculator.

\pi is known to be irrational (so the decimal expansion is infinite and non-recurring) and transcendental (so it is not a root of a polynomial equation with rational coefficients). You can see a proof on my page here. Yet it isn’t known if the digits are random in the statistical sense.

One of the things that doesn’t help in examining the decimal digits of \pi is that if you want to know, say, the 1000th decimal digit then you will have to calculate the previous 999.

Note the word decimal in the last paragraph. If you go over to hex digits (base 16) then you can calculate any digit without knowing the previous ones. This truly remarkable result was discovered in 1996 by David Bailey, Peter Borwein and Simon Plouffe (their paper can be found here). What is astonishing is that the formula for \pi used to calcuate the nth is simple enough to be shown here:

\displaystyle \pi = \sum _{k=0} ^{\infty}  \dfrac{1}{16^k} \left[\dfrac{4}{8k+1}-\dfrac{2}{8k+4}-\dfrac{1}{8k+5}-\dfrac{1}{8k+6}\right]

A program listing implementing this formula can be found here.
See Pi on the Web for lots more about \pi.

No Comments yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^