Archimedes’ Pi Calculation Method Calculator


Archimedes’ Pi Calculation Method Calculator

Explore how the ancient Greek mathematician Archimedes calculated Pi by using polygons.


Enter the number of sides for the inscribed and circumscribed polygons. Archimedes went up to 96.

Estimated Value of Pi (π)

Lower Bound (Inscribed)

Upper Bound (Circumscribed)

Pi is bounded by the perimeters of the two polygons. The calculation is unitless. The lower bound is found with n * sin(180°/n) and the upper bound with n * tan(180°/n).


Convergence Towards Pi

A chart showing how the lower (blue) and upper (gray) bound approximations get closer to the true value of Pi (red line) as the number of polygon sides increases.

Approximation Values for Different Polygon Sides
Sides (n) Lower Bound (Inscribed) Upper Bound (Circumscribed) Average Value

What is the Archimedes method for calculating Pi?

The method Archimedes used to calculate Pi is known as the “method of exhaustion”. Around 250 BC, the brilliant Greek mathematician Archimedes of Syracuse devised an algorithm to approximate π with remarkable accuracy. The core idea is to “exhaust” the area of a circle by fitting regular polygons inside (inscribed) and outside (circumscribed) of it.

He started with a simple hexagon. The perimeter of the inscribed hexagon is clearly shorter than the circle’s circumference, and the perimeter of the circumscribed hexagon is longer. This provides a starting range for the value of Pi. Archimedes then developed a method to successively double the number of sides of these polygons—from 6 to 12, 24, 48, and finally to a 96-sided polygon. As the number of sides increases, the polygons’ perimeters hug the circle’s circumference more closely, thus narrowing the range for Pi’s value. This clever approach is a foundational concept that foreshadowed the development of calculus nearly 2,000 years later. For a deep dive into the legacy of this method, explore the history of mathematics.

The Formula Used in Archimedes’ Pi Calculation

The genius of Archimedes’ method lies in its geometric foundation, which can be translated into simple trigonometric formulas. The calculations rely on the number of sides (n) of the regular polygons. Since Pi is the ratio of a circle’s circumference to its diameter, we can use polygons’ perimeters to approximate the circumference. For a circle with a conceptual radius of 1 (making the diameter 2), Pi is half the circumference. The formulas for the lower and upper bounds of Pi are:

  • Lower Bound (Inscribed Polygon): π ≈ n × sin(180°/n)
  • Upper Bound (Circumscribed Polygon): π ≈ n × tan(180°/n)

As ‘n’ increases, both values converge towards the true value of Pi. Our calculator uses these exact principles. You might find a radian to degree converter useful for understanding the angle measurements.

Formula Variables

Variable Meaning Unit Typical Range
n Number of sides of the regular polygon. Unitless Integer 3 to thousands (Archimedes used up to 96)
Lower Bound The estimated value of Pi from the inscribed polygon’s perimeter. Unitless Ratio Approaches π from below (e.g., 3.0 to 3.14159…)
Upper Bound The estimated value of Pi from the circumscribed polygon’s perimeter. Unitless Ratio Approaches π from above (e.g., 3.46 to 3.14159…)

Practical Examples

Example 1: A Hexagon (n=6)

  • Inputs: Number of sides (n) = 6
  • Lower Bound Calculation: 6 * sin(180°/6) = 6 * sin(30°) = 6 * 0.5 = 3.0
  • Upper Bound Calculation: 6 * tan(180°/6) = 6 * tan(30°) ≈ 6 * 0.57735 = 3.46410
  • Results: The value of Pi is between 3.0 and 3.46410.

Example 2: Archimedes’ 96-gon (n=96)

  • Inputs: Number of sides (n) = 96
  • Lower Bound Calculation: 96 * sin(180°/96) = 96 * sin(1.875°) ≈ 96 * 0.032719 = 3.14103
  • Upper Bound Calculation: 96 * tan(180°/96) = 96 * tan(1.875°) ≈ 96 * 0.032737 = 3.14271
  • Results: With a 96-sided polygon, Archimedes proved that Pi was between 3.14103 and 3.14271, which contains the true value. His actual result was stated in fractions: between 3 10/71 and 3 1/7. For more on this, see our article on the history of pi.

How to Use This Calculator for Archimedes’ Pi Method

Follow these simple steps to see how Archimedes calculated Pi:

  1. Enter the Number of Sides: In the input field, type the number of sides for the polygons. Start with 6 to see the first approximation.
  2. Observe the Results: The calculator instantly shows the lower bound, upper bound, and the average estimated value for Pi. Notice how the bounds get closer as you increase the number of sides.
  3. Check the Table and Chart: The table and chart below the calculator automatically update to show how the approximation improves with more sides, illustrating the core concept of the method of exhaustion.
  4. Interpret the Results: The value of this calculation is not in specific units; it’s a pure ratio. The calculator demonstrates a fundamental mathematical process.

Key Factors That Affect the Pi Approximation

  • Number of Polygon Sides (n): This is the single most important factor. The higher the value of ‘n’, the more closely the polygons’ perimeters match the circle’s circumference, and the more accurate the Pi approximation becomes.
  • Computational Precision: Archimedes performed these calculations by hand, which was an incredible feat. Modern computers can handle the trigonometry with immense precision, allowing for millions of sides.
  • Geometric Formulas: The accuracy relies on the correctness of the trigonometric formulas for the side lengths of regular polygons. You can explore this with a polygon perimeter formula calculator.
  • Method of Doubling: Archimedes didn’t re-calculate from scratch. He derived an iterative formula to find the perimeter of a 2n-sided polygon from an n-sided one, which was computationally efficient.
  • Starting Polygon: While Archimedes started with a hexagon, the method works starting with any regular polygon, like a square. The convergence rate, however, is most efficient with more sides.
  • Theoretical Framework: The entire method rests on the concept of limits, a cornerstone of ancient greek mathematics, even though it wasn’t formalized until centuries later.

Frequently Asked Questions (FAQ)

Q: Why is this calculation unitless?
A: Pi is a ratio of two lengths (circumference divided by diameter). Any units used (inches, cm, etc.) cancel each other out, leaving a pure, dimensionless number. This is why the method works regardless of the circle’s size.
Q: How accurate was Archimedes’ final result?
A: By using a 96-sided polygon, he determined that Pi was between 3 10/71 (≈3.1408) and 3 1/7 (≈3.1429). The average of these bounds is about 3.14185, which is accurate to within 0.00025 of the true value—an astonishing achievement for his time.
Q: Why did Archimedes start with a hexagon?
A: A regular hexagon inscribed in a circle of radius ‘r’ has a side length equal to ‘r’. This creates a very simple and known starting point for the calculations.
Q: Could this method find the exact value of Pi?
A: No. A polygon, no matter how many sides it has, is made of straight lines and will never perfectly become a circle. Therefore, the method of exhaustion can only approximate Pi, though it can get arbitrarily close. Pi is an irrational number, meaning its decimal representation never ends and never repeats.
Q: How does this relate to modern calculus?
A: Archimedes’ method is a direct precursor to the concept of the integral in calculus. Integration is fundamentally about finding areas, volumes, and lengths by summing up an infinite number of infinitesimally small pieces—a concept he pioneered with his polygons.
Q: Did Archimedes invent the symbol π?
A: No. The use of the Greek letter π to represent this constant was first introduced by William Jones in 1706 and popularized by Leonhard Euler in the 18th century.
Q: What is the main takeaway from using this calculator?
A: The calculator visually and numerically demonstrates the power of iterative processes and approximation in mathematics. It shows how a complex, abstract number like Pi can be cornered with increasing accuracy through a logical, step-by-step geometric process.
Q: Can I use this for practical construction?
A: While this calculator perfectly explains the geometrical calculator theory, modern applications use the much more precise, computationally derived value of Pi. This tool is for educational and historical exploration.

Related Tools and Internal Resources

Explore more concepts related to geometry, mathematics, and their history:


Leave a Reply

Your email address will not be published. Required fields are marked *