# 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/relationship-between-arc-length-and-sector-area
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/mathematics/circle-arc-sector/relationship-between-arc-length-and-sector-area/en.mdx

Understand proportional relationships connecting arc length and sector area. Learn fundamental ratios, direct formulas, and Earth measurement applications.

---

## Basic Concepts of Arc and Sector Relationships

In circle geometry, there is a very close relationship between arc length and sector area. Imagine a bicycle wheel spinning, the larger the rotation angle of the wheel, the longer the path traced by a point on the edge of the wheel and the larger the area swept by the wheel's radius.

This relationship can be expressed in the form of a consistent proportion. When the central angle of a circle changes, the arc length and sector area will change proportionally with the same ratio to the circumference and total area of the circle.

## Fundamental Proportion

The fundamental proportion that connects arc length and sector area to the whole circle can be expressed as follows:

Component: MathContainer
Children:

```math
\frac{\text{Arc Length}}{\text{Circle Circumference}} = \frac{\text{Sector Area}}{\text{Circle Area}} = \frac{\alpha}{360^\circ}
```

This formula shows that the ratio of arc length to circle circumference equals the ratio of sector area to circle area, both of which equal the ratio of central angle to the full angle of the circle.

## Mathematical Formulas

Based on this proportional relationship, we can derive formulas for calculating arc length and sector area:

Component: MathContainer
Children:

```math
\text{Arc Length} = \frac{\alpha}{360^\circ} \times 2\pi r
```

```math
\text{Sector Area} = \frac{\alpha}{360^\circ} \times \pi r^2
```

From these two formulas, we can find a direct relationship between arc length and sector area:

Component: MathContainer
Children:

```math
\text{Sector Area} = \frac{1}{2} \times \text{Arc Length} \times r
```

## Visualization of Proportional Relationships

Let's see how this proportional relationship applies to various central angles. Each central angle produces a consistent ratio between arc length and sector area relative to the entire circle.

Component: ContentStack
Children:
Component: LineEquation
Props:
- title: Angle $$45^\circ$$ produces ratio $$\frac{1}{8}$$
  Visible text: Angle produces ratio
- description: Circle with central angle $$45^\circ$$ shows that arc length = $$\frac{1}{8}$$ circumference and sector area = $$\frac{1}{8}$$ circle area.
  Visible text: Circle with central angle shows that arc length = circumference and sector area = circle area.
- cameraPosition: [7, 5, 7]
- showZAxis: false
- data: [
{
points: Array.from({ length: 61 }, (_, i) => {
const angle = (i * 2 * Math.PI) / 60;
return {
x: 4 * Math.cos(angle),
y: 4 * Math.sin(angle),
z: 0,
};
}),
color: getColor("INDIGO"),
showPoints: false,
smooth: true,
lineWidth: 1,
},
{
points: [
{ x: 0, y: 0, z: 0 },
{ x: 4, y: 0, z: 0 },
],
color: getColor("PURPLE"),
showPoints: false,
smooth: false,
lineWidth: 2,
},
{
points: [
{ x: 0, y: 0, z: 0 },
{ x: 4 * Math.cos(Math.PI / 4), y: 4 * Math.sin(Math.PI / 4), z: 0 },
],
color: getColor("PURPLE"),
showPoints: false,
smooth: false,
lineWidth: 2,
},
{
points: Array.from({ length: 16 }, (_, i) => {
const angle = (i * Math.PI / 4) / 15;
return {
x: 4 * Math.cos(angle),
y: 4 * Math.sin(angle),
z: 0,
};
}),
color: getColor("ORANGE"),
showPoints: false,
smooth: true,
lineWidth: 4,
labels: [
{
text: "45°",
at: 8,
offset: [1, 0.8, 0],
},
],
},
]

Component: LineEquation
Props:
- title: Angle $$90^\circ$$ produces ratio $$\frac{1}{4}$$
  Visible text: Angle produces ratio
- description: Circle with central angle $$90^\circ$$ shows that arc length = $$\frac{1}{4}$$ circumference and sector area = $$\frac{1}{4}$$ circle area.
  Visible text: Circle with central angle shows that arc length = circumference and sector area = circle area.
- cameraPosition: [7, 5, 7]
- showZAxis: false
- data: [
{
points: Array.from({ length: 61 }, (_, i) => {
const angle = (i * 2 * Math.PI) / 60;
return {
x: 4 * Math.cos(angle),
y: 4 * Math.sin(angle),
z: 0,
};
}),
color: getColor("INDIGO"),
showPoints: false,
smooth: true,
lineWidth: 1,
},
{
points: [
{ x: 0, y: 0, z: 0 },
{ x: 4, y: 0, z: 0 },
],
color: getColor("CYAN"),
showPoints: false,
smooth: false,
lineWidth: 2,
},
{
points: [
{ x: 0, y: 0, z: 0 },
{ x: 0, y: 4, z: 0 },
],
color: getColor("CYA ... [truncated; 5024 chars]

From the visualization above, we can see a consistent pattern. For every central angle $$\alpha$$, the following mathematical relationship applies:

Visible text: From the visualization above, we can see a consistent pattern. For every central angle , the following mathematical relationship applies:

Component: MathContainer
Children:

```math
\text{Arc Length} = \frac{\alpha}{360^\circ} \times \text{Circle Circumference}
```

```math
\text{Sector Area} = \frac{\alpha}{360^\circ} \times \text{Circle Area}
```

Or in complete formula form:

Component: MathContainer
Children:

```math
\text{Arc Length} = \frac{\alpha}{360^\circ} \times 2\pi r
```

```math
\text{Sector Area} = \frac{\alpha}{360^\circ} \times \pi r^2
```

These two formulas are connected. Two arcs are congruent on the same circle if their corresponding central angles are equal. The arc length created by two adjacent arcs with the same endpoint equals the sum of the two arc lengths.

## Application in Earth Measurement

One of the most fascinating applications of the relationship between arc length and sector area is the measurement of Earth's circumference by Eratosthenes around $$276\text{-}195 \text{ BC}$$. By observing that sunlight fell perpendicularly at Syene while forming a $$7.2^\circ$$ angle at Alexandria, which was $$500 \text{ miles}$$ away, he was able to calculate Earth's circumference.

Visible text: One of the most fascinating applications of the relationship between arc length and sector area is the measurement of Earth's circumference by Eratosthenes around . By observing that sunlight fell perpendicularly at Syene while forming a angle at Alexandria, which was away, he was able to calculate Earth's circumference.

Component: LineEquation
Props:
- title: Earth Circumference Measurement by Eratosthenes
- description: Visualization shows the $$7.2^\circ$$ angle between Alexandria and Syene with a distance of $$500 \text{ miles}$$.
  Visible text: Visualization shows the angle between Alexandria and Syene with a distance of .
- cameraPosition: [0, 0, 12]
- showZAxis: false
- data: [
{
points: Array.from({ length: 73 }, (_, i) => {
const angle = (i * 2 * Math.PI) / 72;
return {
x: 5 * Math.cos(angle),
y: 5 * Math.sin(angle),
z: 0,
};
}),
color: getColor("INDIGO"),
showPoints: false,
smooth: true,
lineWidth: 2,
labels: [
{
text: "Earth",
at: 18,
offset: [1.5, 0, 0],
},
],
},
{
points: [
{ x: 0, y: 0, z: 0 },
{ x: 5, y: 0, z: 0 },
],
color: getColor("EMERALD"),
showPoints: false,
smooth: false,
lineWidth: 3,
labels: [
{
text: "Alexandria",
at: 1,
offset: [0.5, -0.8, 0],
},
],
},
{
points: [
{ x: 0, y: 0, z: 0 },
{ x: 5 * Math.cos((7.2 * Math.PI) / 180), y: 5 * Math.sin((7.2 * Math.PI) / 180), z: 0 },
],
color: getColor("EMERALD"),
showPoints: false,
smooth: false,
lineWidth: 3,
labels: [
{
text: "Syene",
at: 1,
offset: [0.5, 0.8, 0],
},
],
},
{
points: Array.from({ length: 11 }, (_, i) => {
const angle = (i * (7.2 * Math.PI) / 180) / 10;
return {
x: 5 * Math.cos(angle),
y: 5 * Math.sin(angle),
z: 0,
};
}),
color: getColor("ORANGE"),
showPoints: false,
smooth: true,
lineWidth: 4,
labels: [
{
text: "500 miles",
at: 5,
offset: [1.2, 0.5, 0],
},
],
},
{
points: Array.from({ length: 11 }, (_, i) => {
const angle = (i * (7.2 * Math.PI) / 180) / 10;
const radius = 1.5 ... [truncated; 1422 chars]

Using the proportional relationship:

Component: MathContainer
Children:

```math
\frac{\text{Alexandria-Syene Distance}}{\text{Earth Circumference}} = \frac{7.2^\circ}{360^\circ}
```

```math
\frac{500 \text{ miles}}{\text{Earth Circumference}} = \frac{7.2^\circ}{360^\circ} = \frac{1}{50}
```

```math
\text{Earth Circumference} = 500 \times 50 = 25{,}000 \text{ miles}
```

## Relationship Between Arc and Sector

In one circle, when the central angle is the same, arc length and sector area have this ratio:

Component: MathContainer
Children:

```math
\frac{\text{Sector Area}}{\text{Arc Length}} = \frac{r}{2}
```

This relationship shows that the ratio of sector area to arc length is always equal to half the radius of the circle, regardless of the size of the central angle.

## Exercises

1. A circle has a radius of $$14 \text{ cm}$$. If the arc length of a sector is $$22 \text{ cm}$$, determine the area of that sector.

2. Given a sector area of $$154 \text{ cm}^2$$ and an arc length of $$22 \text{ cm}$$. Determine the radius of the circle.

3. Two cities are located on the same latitude with a distance of $$1{,}000 \text{ km}$$. If the angle formed at Earth's center is $$9^\circ$$, determine the estimated circumference of Earth.

Visible text: 1. A circle has a radius of . If the arc length of a sector is , determine the area of that sector.

2. Given a sector area of and an arc length of . Determine the radius of the circle.

3. Two cities are located on the same latitude with a distance of . If the angle formed at Earth's center is , determine the estimated circumference of Earth.

### Answer Key

1. **Solution Steps:**

   Given: $$r = 14 \text{ cm}$$, arc length = $$22 \text{ cm}$$

   Using the relationship: $$\text{Sector Area} = \frac{1}{2} \times \text{Arc Length} \times r$$

   <MathContainer>
   
   
   ```math
   \text{Sector Area} = \frac{1}{2} \times 22 \times 14
   ```

   
   
   ```math
   = \frac{22 \times 14}{2}
   ```

   
   
   ```math
   = \frac{308}{2}
   ```

   
   
   ```math
   = 154 \text{ cm}^2
   ```

   </MathContainer>

2. **Solution Steps:**

   Given: sector area = $$154 \text{ cm}^2$$, arc length = $$22 \text{ cm}$$

   Using the relationship: $$\frac{\text{Sector Area}}{\text{Arc Length}} = \frac{r}{2}$$

   <MathContainer>
   
   
   ```math
   \frac{154}{22} = \frac{r}{2}
   ```

   
   
   ```math
   7 = \frac{r}{2}
   ```

   
   
   ```math
   r = 14 \text{ cm}
   ```

   </MathContainer>

3. **Solution Steps:**

   Given: distance = $$1{,}000 \text{ km}$$, angle = $$9^\circ$$

   Using the proportion: $$\frac{\text{Distance}}{\text{Earth Circumference}} = \frac{9^\circ}{360^\circ}$$

   <MathContainer>
   
   
   ```math
   \frac{1{,}000}{\text{Earth Circumference}} = \frac{9^\circ}{360^\circ} = \frac{1}{40}
   ```

   
   
   ```math
   \text{Earth Circumference} = 1{,}000 \times 40
   ```

   
   
   ```math
   = 40{,}000 \text{ km}
   ```

   </MathContainer>

Visible text: 1. **Solution Steps:**

 Given: , arc length = 

 Using the relationship: 

 <MathContainer>
 
 

 
 

 
 

 
 

 </MathContainer>

2. **Solution Steps:**

 Given: sector area = , arc length = 

 Using the relationship: 

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

3. **Solution Steps:**

 Given: distance = , angle = 

 Using the proportion: 

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>