# Arc Length and Sector Area (Radians)

> CIE IGCSE Additional Mathematics · 2025-2027
> Source: https://www.owlsprep.com/study/cie-0606-u9-arc-length-and-sector-area/

This guide teaches you core formulas for arc length, sector area, and segment area using radians for CIE IGCSE Add Maths 0606, with worked examples and exam tips to score full marks on circular measure questions.

**Prerequisites:** Converting between degrees and radians; Calculating triangle area using $A = \frac{1}{2}ab\sin C$

## Learning objectives

- Recall and apply the arc length formula $s = r\theta$ for angles in radians
- Calculate sector area using $A = \frac{1}{2}r^2\theta$ for radian angles
- Find segment area as the difference between sector and triangle area
- Solve problems involving compound shapes made of arcs and sectors
- Convert between degree and radian measures when required for problems

## Arc Length Calculation Using Radians

One radian is the angle subtended at the centre of a circle by an arc whose length is equal to the radius. It follows that an arc of length $s$ subtends an angle of $\theta = \frac{s}{r}$ radians at the centre, and rearranging this first principle gives the arc-length formula $s = r\theta$.

The length of an arc of a circle is directly proportional to the central angle $\theta$ (in radians) subtended by the arc, and the radius $r$ of the circle. This formula is **not provided in your exam**, so you must memorise it.

**Arc Length** — Length of the curved portion of a sector of a circle, where $r$ = radius, $\theta$ = central angle in radians.

*Notation:* $s = r\theta$

*Example:* For a circle of radius 5 cm with central angle 1.4 rad, arc length $s = 5 \times 1.4 = 7$ cm.

**Worked example:** Calculate the arc length of a sector with radius 12 cm and central angle $\frac{3\pi}{4}$ radians.

1. Identify the known values: $r = 12$ cm, $\theta = \frac{3\pi}{4}$ rad
2. $$s = r\theta = 12 \times \frac{3\pi}{4}$$
3. Simplify the expression: $12 \div 4 = 3$, so $s = 3 \times 3\pi = 9\pi$ cm, or 28.3 cm to 3 significant figures if a numerical value is required.

> **Exam tip:** If the question asks for an exact value, leave your answer in terms of $\pi$; otherwise, use 3 significant figures for numerical answers as per CIE convention.

## Sector Area Calculation Using Radians

The area of a sector (the 'pizza slice' shape bounded by two radii and an arc) is calculated using the formula $A = \frac{1}{2}r^2\theta$, where $\theta$ is the central angle in radians. This formula is also not provided in the exam, so memorisation is critical.

**Sector Area** — Total area enclosed by two radii of a circle and the arc between them, with $\theta$ in radians.

*Notation:* $A = \frac{1}{2}r^2\theta$

*Example:* For radius 6 m and angle 0.5 rad, area = $0.5 \times 6^2 \times 0.5 = 9$ m².

**Worked example:** A sector has area 48 cm² and radius 8 cm. Find the central angle $\theta$ in radians.

1. Rearrange the sector area formula to solve for $\theta$
2. $$A = \frac{1}{2}r^2\theta \implies \theta = \frac{2A}{r^2}$$
3. Substitute the given values: $A = 48$ cm², $r = 8$ cm
4. $$\theta = \frac{2 \times 48}{8^2} = \frac{96}{64} = 1.5 \text{ rad}$$

## Area of a Segment

A segment is the region bounded by an arc and a chord of the circle. To find its area, subtract the area of the triangle formed by the two radii and the chord from the area of the sector containing the segment.

> **info**
>
> You do not need to memorise the segment area formula separately: derive it quickly in the exam as sector area minus triangle area if you forget it.

**Worked example:** Calculate the area of the minor segment of a circle with radius 10 cm and central angle 1.2 radians. Use $\sin(1.2) \approx 0.9320$.

1. First calculate the area of the sector
2. $$A_{\text{sector}} = \frac{1}{2}r^2\theta = 0.5 \times 10^2 \times 1.2 = 60 \text{ cm}^2$$
3. Next calculate the area of the isosceles triangle formed by the two radii and chord, using $A = \frac{1}{2}ab\sin C$
4. $$A_{\text{triangle}} = 0.5 \times 10 \times 10 \times \sin(1.2) \approx 50 \times 0.9320 = 46.6 \text{ cm}^2$$
5. Subtract the triangle area from the sector area to get segment area
6. $$A_{\text{segment}} = 60 - 46.6 = 13.4 \text{ cm}^2 \text{ (3 s.f.)}$$

> **Exam tip:** Always check if the question asks for the minor segment (smaller portion) or major segment (larger portion); for major segments, subtract the minor segment area from the total area of the circle.

## Compound Shapes with Arcs and Sectors

Exam questions often combine arcs, sectors, and other 2D shapes (rectangles, triangles, semicircles) to ask for total perimeter or area. Break these problems down into individual components, calculate each part separately, then add or subtract as required.

**Worked example:** A garden is shaped like a rectangle of length 15 m and width 10 m, with a semicircular flower bed attached to one of the 10 m sides. Calculate the total perimeter of the garden, excluding the edge where the flower bed joins the rectangle.

1. First, identify the components of the perimeter: 2 lengths of the rectangle, 1 width of the rectangle, and the curved arc of the semicircle
2. The diameter of the semicircle is 10 m, so its radius $r = 5$ m. The central angle of a semicircle is $\pi$ radians.
3. Calculate the arc length of the semicircle: $s = r\theta = 5 \times \pi = 5\pi$ m
4. Sum the straight edges: $15 + 15 + 10 = 40$ m
5. Total perimeter = $40 + 5\pi \approx 55.7$ m (3 s.f.)

> **Exam tip:** When calculating perimeters of compound shapes, always double-check that you are not including internal edges that are not part of the outer boundary of the shape.

## Perimeter and Area of Shaded Regions

The single most common circular-measure exam question asks for the **perimeter** and **area** of a shaded region. These regions are almost always built from sectors and triangles, so the key skill is decomposition: work out which sectors and triangles make up the region, then add or subtract them. To get a perimeter you must also find the straight edges, and this nearly always means calculating a **chord** or a **tangent** length first.

**Chord Length** — Length of the chord joining the two ends of an arc, where $r$ is the radius and $\theta$ (in radians) is the central angle. It comes from cutting the isosceles triangle formed by the two radii into two right-angled triangles, each with an angle of $\frac{\theta}{2}$ at the centre.

*Notation:* $c = 2r\sin\left(\frac{\theta}{2}\right)$

*Example:* For $r = 10$ cm and $\theta = 1.2$ rad, chord $c = 2 \times 10 \times \sin(0.6) = 20 \times 0.5646 = 11.3$ cm (3 s.f.).

> **info**
>
> You can also find a chord with the cosine rule: $c^2 = r^2 + r^2 - 2r^2\cos\theta = 2r^2(1-\cos\theta)$. This gives exactly the same value as $2r\sin\left(\frac{\theta}{2}\right)$, so use whichever you remember.

A **segment** is the standard shaded region: its area is the sector minus the triangle, $\frac{1}{2}r^2\theta - \frac{1}{2}r^2\sin\theta$, and its perimeter is the arc plus the chord, $r\theta + 2r\sin\left(\frac{\theta}{2}\right)$. Other shaded regions combine shapes: the region between two arcs of different radii is a large sector minus a small sector, and a 'kite' bounded by two tangents and two radii has area equal to the kite minus the sector. Whatever the shape, trace its outer boundary carefully so your perimeter includes the right arcs, chords, tangents and radii — and no internal edges.

**Worked example:** A chord $AB$ of a circle of radius 6 cm subtends an angle of 2 radians at the centre $O$. Find (i) the perimeter and (ii) the area of the minor segment cut off by $AB$.

1. Sketch the minor segment. Its boundary is the minor arc $AB$ plus the chord $AB$, so its perimeter is arc + chord.
2. Find the arc length using $s = r\theta$
3. $$s = r\theta = 6 \times 2 = 12 \text{ cm}$$
4. Find the chord length using $c = 2r\sin\left(\frac{\theta}{2}\right)$
5. $$c = 2 \times 6 \times \sin(1) = 12 \times 0.84147 = 10.098 \text{ cm}$$
6. Add the two boundary pieces to get the perimeter
7. $$P = 12 + 10.098 = 22.1 \text{ cm (3 s.f.)}$$
8. For the area, find the sector area, then subtract the triangle area
9. $$A_{\text{sector}} = \frac{1}{2}r^2\theta = \frac{1}{2} \times 6^2 \times 2 = 36 \text{ cm}^2$$
10. $$A_{\text{triangle}} = \frac{1}{2}r^2\sin\theta = \frac{1}{2} \times 6^2 \times \sin(2) = 18 \times 0.90930 = 16.367 \text{ cm}^2$$
11. $$A_{\text{segment}} = 36 - 16.367 = 19.6 \text{ cm}^2 \text{ (3 s.f.)}$$

**Worked example:** A shaded region is bounded by two arcs and two straight edges. The arcs are drawn from the same centre $O$ with radii 4 cm and 10 cm, and each subtends an angle of 1.2 radians at $O$. The straight edges join the corresponding ends of the two arcs. Find (i) the perimeter and (ii) the area of the shaded region.

1. The region is a large sector (radius 10 cm) with a small sector (radius 4 cm) removed. Its boundary is the outer arc, the inner arc, and two straight edges, each of length $10 - 4 = 6$ cm.
2. Find the outer arc length using $s = r\theta$
3. $$s_{\text{outer}} = 10 \times 1.2 = 12 \text{ cm}$$
4. Find the inner arc length
5. $$s_{\text{inner}} = 4 \times 1.2 = 4.8 \text{ cm}$$
6. Add both arcs and the two straight edges for the perimeter
7. $$P = 12 + 4.8 + 2 \times 6 = 28.8 \text{ cm}$$
8. For the area, subtract the small sector from the large sector
9. $$A = \frac{1}{2}(10)^2(1.2) - \frac{1}{2}(4)^2(1.2) = 60 - 9.6 = 50.4 \text{ cm}^2$$

The chord formula $2r\sin\left(\frac{\theta}{2}\right)$ works when both endpoints lie on the circle, so they are the same distance $r$ from the centre. Sometimes a straight edge instead joins two points that are different distances from the centre — for example a point $C$ on a radius, where $OC \neq OA$. Then the isosceles shortcut no longer applies, and you find the edge with the general cosine rule $AC^2 = OA^2 + OC^2 - 2\cdot OA\cdot OC\cos\theta$, where $\theta$ is the angle between $OA$ and $OC$ at the centre.

**Worked example:** A sector $OAB$ has centre $O$ and radius $OA = OB = 8$ cm, and the angle $AOB = 1.5$ radians. The point $C$ lies on the radius $OB$ with $OC = 3$ cm. The shaded region is bounded by the arc $AB$, the straight segment $BC$ along $OB$, and the straight line $CA$. Find the perimeter of the shaded region.

1. Trace the boundary: the arc $AB$, then $BC$ back along the radius $OB$, then the straight line $CA$. Because $C$ is only 3 cm from $O$ while $A$ is 8 cm from $O$, the edge $CA$ is neither a radius nor a chord, so it must be found with the cosine rule.
2. Find the arc length with $s = r\theta$:
3. $$s_{AB} = 8 \times 1.5 = 12 \text{ cm}$$
4. The segment $BC$ lies along the radius $OB$, so $BC = OB - OC = 8 - 3 = 5$ cm.
5. Apply the cosine rule in triangle $OAC$, using $OA = 8$, $OC = 3$ and the included angle $AOC = 1.5$ rad (the same as the angle $AOB$, since $C$ lies on $OB$):
6. $$CA^2 = OA^2 + OC^2 - 2 \cdot OA \cdot OC \cdot \cos 1.5 = 8^2 + 3^2 - 2(8)(3)\cos 1.5$$
7. $$CA^2 = 64 + 9 - 48\cos 1.5 = 73 - 48(0.070737) = 69.605$$
8. $$CA = \sqrt{69.605} = 8.343 \text{ cm}$$
9. Add the three boundary pieces to get the perimeter:
10. $$P = s_{AB} + BC + CA = 12 + 5 + 8.343 = 25.3 \text{ cm (3 s.f.)}$$

> **Exam tip:** Before writing any numbers, sketch the region and mark every edge of its boundary. Label each edge as an arc (use $r\theta$), a chord (use $2r\sin\frac{\theta}{2}$), a tangent, or a radius, so you know exactly which lengths to calculate and add.

## Common pitfalls

- **Wrong:** Using degree measures directly in $s = r\theta$ or $A = \frac{1}{2}r^2\theta$
  - Why it fails: These formulas are only valid for angles in radians, so using degrees gives a completely incorrect result.
  - Correct: Convert any given degree angle to radians first by multiplying by $\frac{\pi}{180}$ before substituting into the formulas.
- **Wrong:** Forgetting to multiply by $\frac{1}{2}$ in the sector area formula
  - Why it fails: The sector area formula is derived from the fraction of the circle's total area, so omitting the ½ halves your answer.
  - Correct: Write the formula out fully every time before substituting values to avoid missing the ½ factor.
- **Wrong:** Including internal edges when calculating the perimeter of compound shapes
  - Why it fails: Internal edges are not part of the outer boundary of the shape, so adding them overstates the perimeter.
  - Correct: Trace the outer boundary of the shape with your finger as you list each edge to include, to make sure you only count outer edges.
- **Wrong:** Calculating the minor segment when the question asks for the major segment
  - Why it fails: The major segment is the larger portion of the circle, so using the small central angle gives the wrong area.
  - Correct: If asked for the major segment, either use the reflex angle for $\theta$ in the sector area formula, or subtract the minor segment area from the total area of the circle.
- **Wrong:** Rounding intermediate values too early in multi-step problems
  - Why it fails: Early rounding leads to accumulated error in your final answer, which may fall outside the allowed tolerance range for marks.
  - Correct: Keep at least 4 significant figures for all intermediate calculations, only rounding your final answer to 3 significant figures.

## Cheatsheet

| Formula | Purpose | Valid For | Must Memorise? |
| --- | --- | --- | --- |
| $s = r\theta$ | Calculate arc length | $\theta$ in radians | Yes |
| $A = \frac{1}{2}r^2\theta$ | Calculate sector area | $\theta$ in radians | Yes |
| $A_{\text{segment}} = A_{\text{sector}} - A_{\text{triangle}}$ | Calculate segment area | $\theta$ in radians | No (derive from memorised formulas) |
| $A_{\text{triangle}} = \frac{1}{2}r^2\sin\theta$ | Calculate area of triangle inside a sector | $\theta$ in radians or degrees | Yes |

## What's next

Now that you have mastered arc length and sector area using radians, you are ready to tackle more complex circular measure problems that appear frequently in CIE IGCSE Additional Mathematics 0606 exams. The skills you have learned here will also be foundational if you go on to study A Level Mathematics, where you will use these formulas in calculus applications like related rates and integration. Next, practice applying these formulas to past paper questions to build your speed and accuracy, making sure you avoid the common pitfalls listed in this guide. Pay special attention to compound shape questions, as these are often worth 4-6 marks and are a common differentiator between high-scoring candidates.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-0606-u9-arc-length-and-sector-area/
