Warning: include(../../../toc.php) [function.include]: failed to open stream: No such file or directory in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 7

Warning: include() [function.include]: Failed opening '../../../toc.php' for inclusion (include_path='.:/usr/local/share/pear') in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 7

Warning: include(global/body.ssi) [function.include]: failed to open stream: No such file or directory in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 9

Warning: include() [function.include]: Failed opening 'global/body.ssi' for inclusion (include_path='.:/usr/local/share/pear') in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 9

Warning: include(global/start.ssi) [function.include]: failed to open stream: No such file or directory in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 11

Warning: include() [function.include]: Failed opening 'global/start.ssi' for inclusion (include_path='.:/usr/local/share/pear') in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 11

Warning: include(global/begin_title.ssi) [function.include]: failed to open stream: No such file or directory in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 13

Warning: include() [function.include]: Failed opening 'global/begin_title.ssi' for inclusion (include_path='.:/usr/local/share/pear') in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 13
Archimedes' Pi MAP
Warning: include(global/end_title.ssi) [function.include]: failed to open stream: No such file or directory in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 15

Warning: include() [function.include]: Failed opening 'global/end_title.ssi' for inclusion (include_path='.:/usr/local/share/pear') in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 15

Archimedes the Numerical Analyst

Highlights:

Historic: Proposition 3 of Archimedes' Measurement of a Circle give an estimation of π, 223/71 < π < 22/7 Archimede's approximation 22/7 to π is accurate to an astonishing one part in 2484.

Mathematical: Hexagons are circumscribed and inscribed around a unit circle. The polygons are iteratively subdivided to give 12, 24, 38 and finally a pair of 96-gons. The semi-perimeters of these polygons give the upper and lower bounds for π, respectively. The semi-perimeters are iteratively approximated using trigonometric identities which Archimedes derives.

Prerequisites:

Foundational: None.

Equations:

x1x1+√(1+x12)
x22 x2
x3x2/x1
x4x2/√(1+x12)

Variables:

x1: cotangent of π/n.
x2 : n, the number of sides of the polygons.
x3 : semi-perimeter of an n-gon circumscribed about a unit circle.
x4 : semi-perimeter of an n-gon inscribed in a unit circle.

Derivation of the Equations:

Let Pn be the semi-perimeter of a regular n-gon circumscribed around a unit circle. Let pn be the semi-perimeter of a regular n-gon inscribed in a unit circle. By geometric argument, Pn = n /(cot π/n)
pn = n /(csc π/n)
Archimedes did not use the notation of trigonometric functions. Greek mathematics used the ratios which only much later were given the names familiar today. Archimedes starts from an excellent approximations for the angles associated with the hexagon, cot π/6 = √3 > 265/153 = 1.7320261438
csc π/6 = 2
and iteratively applies a half-angle formula to get semi-perimeters for 12, 24, 48 and 96-gons. The rational approximation to √3 is from Archimedes, and we do not know how he arrived at this raio.

Archimedes derives and uses a cotangent half-angle formula and a cosecant identity,

cot x/2 = cot x + csc x,
csc2 x = 1 + cot2 x.
In his work, Archimedes shows explicitly only the first of these identites. The second is inferred from the his calculations. The two trignometric identities can be combined into a single formula, cot x/2 = cot x + √(1 + cot x2)

Error Analysis:

Assuming that the rounding errors are not too large, the cosecant formula can be used to give a simply analysis of the converge around π of the pair of semi-perimeters. Write the identity as, (1/pn2 - 1/Pn2) = 1/n2. Then, (Pn - pn) = (Pn pn)2 / ( n2 (Pn+pn)) When n ≥ 6 we have the bounds, 3 < Pn < 2 √3
3 < pn < π
This gives a simpler inequality for the error, (Pn - pn) < 2 (π/n)2. As a numerical illustration, for n=96 the error bound is 0.00214184, and the actual error is, (Pn - pn) = 0.00168265.

Dynamics:

Figure 1. To animate this image in your local Phaser,
Load Gallery URL: http://www.phaser.com/modules/historic/archimedes/archimedes.ppf

Look at the xi values first. Note the converge of x3, the semi-perimeter of the circumscribed n-gon,and x4, the semi-perimeter of the inscribed n-gon. Now look at the values using xi vs. time.

Note: the equations have been modified slightly to make the Xi values easier to read. The initial n is one half the true initial n, and the equations giving the semi-perimeters compensate with a factor of two. In this way, each line reads with the current value of n, Pn and pn. The cotangent (x1) is, however, the next value of the cotangent.

Experiments:

Change the initial condition for x1 to a more accurate value of √3. Note how the final value for π is more accurate.

Archimedes began with a hexagon. Change the initial conditions to begin with squares.

Add an equation for the error. Verify the quadratic convergence.

Related Modules:

AGM

References:

ALFELD, P, Archimedes and the Computation of Pi, http://www.math.utah.edu/~alfeld/Archimedes/Archimedes.html

BERGGREN, L., BORWEIN, J., and BORWEIN, P. [1997]. Pi: A source book, Springer-Verlag.

DIJKSTERHUIS, E. J. [1987]. Archimedes, Princeton University Press.

GOURDON,X. and SEBAH, P, Numbers, Constants and Computation, http://numbers.computation.free.fr/Constants/constants.html

NOVA, Infinite Secrets, http://www.pbs.org/wgbh/nova/archimedes/pi.html

O'CONNOR, J. and ROBERTSON, E. F., Archimedes of Syracuse http://www-gap.dcs.st-and.ac.uk/~history/Mathematicians/Archimedes.html

PHILLIPS, G. M., [1981], Archimedes the nuermical analyst, in BBB [1997]. pp. 15-19.

ROSENBERG, B. [2003]. Archimedes and Pi PDF

THE WALTERS ART GALLERY, Archimedes Palimpsest, http://www.thewalters.org/archimedes


Warning: include(global/footer.php) [function.include]: failed to open stream: No such file or directory in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 242

Warning: include() [function.include]: Failed opening 'global/footer.php' for inclusion (include_path='.:/usr/local/share/pear') in /fs/mcclellan/pub/htdocs/home/burt/manuscripts/archimedes/archimedes.php on line 242