3.1.3 · D3Advanced Trigonometry

Worked examples — Arc length and sector area using radians

2,325 words11 min readBack to topic

This page is the "leave no case behind" companion to the parent note. Before we solve anything, we map out every kind of situation the two formulas and can throw at you. Then every worked example is tagged with which cell of the map it fills.

Two symbols we will use throughout, defined in plain words first:


The scenario matrix

Each row is a distinct case class. The last column names the example that covers it.

# Case class What's given What's asked Twist to watch Example
1 Direct, radians (rad) none — plug in Ex 1
2 Angle in degrees (°) must convert first Ex 2
3 Back-solve for angle rearrange Ex 3
4 Back-solve for radius square-root appears Ex 4
5 Perimeter trap add the two radii Ex 5
6 Zero / degenerate , or check limits edge behaviour Ex 6
7 Real-world word problem mixed speed / length reading units Ex 7
8 Exam twist — two unknowns and and solve simultaneously Ex 8
Recall Which formula "undoes" which?

undoes ::: yes — same equation, divided by . To find from and you take a ::: square root, because .


Ex 1 — Cell 1: direct, radians

Figure — Arc length and sector area using radians

Ex 2 — Cell 2: angle given in degrees


Ex 3 — Cell 3: back-solve for the angle


Ex 4 — Cell 4: back-solve for the radius (a square root appears)


Ex 5 — Cell 5: the perimeter trap

Figure — Arc length and sector area using radians

Ex 6 — Cell 6: zero and degenerate inputs


Ex 7 — Cell 7: real-world word problem


Ex 8 — Cell 8: exam twist, two unknowns from and


Wrap-up: the whole matrix in one picture

Every example above is one of these moves. Notice they all come from just two equations, plus the shortcut .

given r and theta

angle in degrees

given s and r

given A and theta

want the boundary

theta zero or full turn

given s and A

Two formulas: s = r theta and A = half r squared theta

Plug in for s and A

Convert first times pi over 180

theta = s over r

r = square root of 2A over theta

Perimeter P = s plus 2r

Check limits: zero or whole circle

Shortcut A = half r s

Solve r then theta


Connections