# Nakafa Learning Content

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt) for the site index. Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/subjects/mathematics/circle-arc-sector/pi-history
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/mathematics/circle-arc-sector/pi-history/en.mdx

Learn the history of pi from ancient Babylonians to modern mathematics, including Archimedes' method and Zu Chongzhi's work.

---

## Understanding and Meaning of Pi

Have you ever wondered why the circumference of a circle always has a constant relationship with its diameter? This amazing mathematical constant is called $$\pi$$ (pi). The value of $$\pi$$ represents the ratio between the circumference of a circle and its diameter, which always produces the same number for all circles, approximately $$3.14159$$.

Visible text: Have you ever wondered why the circumference of a circle always has a constant relationship with its diameter? This amazing mathematical constant is called (pi). The value of represents the ratio between the circumference of a circle and its diameter, which always produces the same number for all circles, approximately .

Mathematically, $$\pi$$ can be defined as:

Visible text: Mathematically, can be defined as:

```math
\pi = \frac{\text{circle circumference}}{\text{circle diameter}}
```

This constant is very special because its value never changes, regardless of how big or small the circle is. Imagine it like a cake recipe that always produces the same taste even when the portion is enlarged or reduced.

## Early Discoveries of Ancient Civilizations

People in ancient times already recognized the special relationship between the circumference and diameter of a circle. The ancient Babylonian civilization used a simple approach by considering $$\pi$$ to have a value of $$3$$. Although not accurate, this approach was sufficient for their practical needs in building structures and calculating land area.

Visible text: People in ancient times already recognized the special relationship between the circumference and diameter of a circle. The ancient Babylonian civilization used a simple approach by considering to have a value of . Although not accurate, this approach was sufficient for their practical needs in building structures and calculating land area.

The ancient Egyptians used a more accurate approach. They used the value $$\pi \approx \frac{256}{81}$$, which when calculated gives a result of about $$3.16$$. This value was closer to the value of $$\pi$$ than the Babylonian approach.

Visible text: The ancient Egyptians used a more accurate approach. They used the value , which when calculated gives a result of about . This value was closer to the value of than the Babylonian approach.

Component: MathContainer
Children:

```math
\frac{256}{81} = 3.160...
```

## Archimedes Method and Polygons

Archimedes of Syracuse, a Greek mathematician who lived around $$287\text{-}212 \text{ BC}$$, developed a revolutionary method to calculate $$\pi$$ with greater precision. He used an approach of regular polygons that surrounded and were inside the circle.

Visible text: Archimedes of Syracuse, a Greek mathematician who lived around , developed a revolutionary method to calculate with greater precision. He used an approach of regular polygons that surrounded and were inside the circle.

The basic concept was simple yet brilliant. Archimedes drew regular polygons inside and outside the circle, then calculated the perimeter of both polygons. The perimeter of the inner polygon provided a lower bound for the circle's circumference, while the perimeter of the outer polygon provided an upper bound.

Component: LineEquation
Props:
- title: Visualization of Archimedes Polygon Method
- description: Regular polygons that surround and are inside the circle to approximate the value of pi.
- cameraPosition: [0, 0, 10]
- showZAxis: false
- data: [
{
points: Array.from({ length: 37 }, (_, i) => {
const angle = (i * 2 * Math.PI) / 36;
return {
x: 3 * Math.cos(angle),
y: 3 * Math.sin(angle),
z: 0
};
}),
color: getColor("CYAN"),
smooth: true,
showPoints: false,
labels: [{ text: "Circle", at: 9, offset: [0.5, 0.5, 0] }]
},
{
points: Array.from({ length: 7 }, (_, i) => {
const angle = (i * 2 * Math.PI) / 6;
return {
x: 3 * Math.cos(angle),
y: 3 * Math.sin(angle),
z: 0
};
}),
color: getColor("ORANGE"),
smooth: false,
showPoints: true,
labels: [{ text: "Inner Polygon", at: 2, offset: [-1, -0.5, 0] }]
},
{
points: Array.from({ length: 7 }, (_, i) => {
const angle = (i * 2 * Math.PI) / 6;
const radius = 3;
const apothem = radius / Math.cos(Math.PI / 6);
return {
x: apothem * Math.cos(angle),
y: apothem * Math.sin(angle),
z: 0
};
}),
color: getColor("PURPLE"),
smooth: false,
showPoints: true,
labels: [{ text: "Outer Polygon", at: 4, offset: [0.8, -0.5, 0] }]
}
]

Using a $$96$$-sided polygon, Archimedes successfully determined that the value of $$\pi$$ lies between $$\frac{223}{71}$$ and $$\frac{22}{7}$$. His calculations gave:

Visible text: Using a -sided polygon, Archimedes successfully determined that the value of lies between and . His calculations gave:

Component: MathContainer
Children:

```math
3.1408 < \pi < 3.1429
```

## Contributions of Chinese Mathematicians

Zu Chongzhi, a Chinese mathematician who lived in the $$5$$th century AD, achieved an extraordinary breakthrough in calculating $$\pi$$. He used a polygon with $$24{,}576$$ sides and successfully determined the value of $$\pi$$ to seven accurate decimal places.

Visible text: Zu Chongzhi, a Chinese mathematician who lived in the th century AD, achieved an extraordinary breakthrough in calculating . He used a polygon with sides and successfully determined the value of to seven accurate decimal places.

Zu Chongzhi found that $$\pi \approx \frac{355}{113}$$, which gives the value $$3.1415929$$. This approximation was remarkable because it was accurate to six decimal places and was not surpassed for almost a thousand years.

Visible text: Zu Chongzhi found that , which gives the value . This approximation was remarkable because it was accurate to six decimal places and was not surpassed for almost a thousand years.

Component: MathContainer
Children:

```math
\frac{355}{113} = 3.1415929...
```

## Modern Era and Pi Symbol

William Jones, a Welsh mathematician, first introduced the symbol $$\pi$$ in $$1706$$ in his work "Synopsis Palmariorum Matheseos". The choice of this Greek letter was very appropriate because $$\pi$$ is the first letter of the word "perimeter" in Greek, which means circumference.

Visible text: William Jones, a Welsh mathematician, first introduced the symbol in in his work "Synopsis Palmariorum Matheseos". The choice of this Greek letter was very appropriate because is the first letter of the word "perimeter" in Greek, which means circumference.

Leonhard Euler, the famous Swiss mathematician, popularized the use of the symbol $$\pi$$ through his influential works. Thanks to Euler, this symbol became the universal standard in mathematics to this day.

Visible text: Leonhard Euler, the famous Swiss mathematician, popularized the use of the symbol through his influential works. Thanks to Euler, this symbol became the universal standard in mathematics to this day.

## Special Properties of Pi

The value of $$\pi$$ has very interesting characteristics. It is an irrational number, meaning it cannot be expressed as a simple fraction of two integers. Moreover, $$\pi$$ is also a transcendental number, which means it cannot be the root of a polynomial equation with rational coefficients.

Visible text: The value of has very interesting characteristics. It is an irrational number, meaning it cannot be expressed as a simple fraction of two integers. Moreover, is also a transcendental number, which means it cannot be the root of a polynomial equation with rational coefficients.

In daily life, we often use approximations $$\pi \approx 3.14$$ or $$\pi \approx \frac{22}{7}$$ for practical calculations. However, for applications requiring high precision such as satellite technology or physics research, more decimal places are needed.

Visible text: In daily life, we often use approximations or for practical calculations. However, for applications requiring high precision such as satellite technology or physics research, more decimal places are needed.

The fundamental relationship of $$\pi$$ with circle geometry can be expressed as:

Visible text: The fundamental relationship of with circle geometry can be expressed as:

Component: MathContainer
Children:

```math
C = \pi \cdot d
```

```math
A = \pi \cdot r^2
```

where $$C$$ is circumference, $$d$$ is diameter, $$A$$ is area, and $$r$$ is the radius of the circle.

Visible text: where is circumference, is diameter, is area, and is the radius of the circle.