4.3 Area of a Sector

tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.2); [linecolor,fill=fillcolor,line width=1pt] (0,0) -- (70:1.2) node[black,midway,above left] r arc (70:15:1.2) -- (0,0); (0,0) circle (2pt); at (43:0.45) ; [linecolor,dashed] (15:0.7) arc (15:70:0.7); tikzpicture

Figure 4.3.1

In geometry you learned that the area of a circle of radius \(r\) is \(\pi r^2\). We will now learn how to find the area of a sector of a circle. A sector is the region bounded by a central angle and its intercepted arc, such as the shaded region in Figure 4.3.1.

Let \(\theta\) be a central angle in a circle of radius \(r\) and let \(A\) be the area of its sector. Similar to arc length, the ratio of \(A\) to the area of the entire circle is the same as the ratio of \(\theta\) to one revolution. In other words, again using radian measure,

\begin{displaymath} \frac{\text{area of sector}}{\text{area of entire circle}} ~=~ \frac{\text{sector angle}}{\text{one revolution}} \quad\Rightarrow\quad \frac{A}{\pi\,r^2} ~=~ \frac{\theta}{2\pi} ~. \end{displaymath}

Solving for \(A\) in the above equation, we get the following formula:

In a circle of radius \(r\), the area \(A\) of the sector inside a central angle \(\theta\) is

\begin{equation} A ~=~ \tfrac{1}{2}\,r^2 \;\theta ~, \tag{4.5}\end{equation}

where \(\theta\) is measured in radians.

Example 4.8

Find the area of a sector whose angle is \(\frac{\pi}{5}\) rad in a circle of radius \(4\) cm.

Solution: Using \(\theta=\frac{\pi}{5}\) and \(r=4\) in formula (4.5), the area \(A\) of the sector is

\begin{displaymath} A ~=~ \tfrac{1}{2}\,r^2 \;\theta ~= \tfrac{1}{2}\,(4)^2 \;\cdot\;\tfrac{\pi}{5} ~=~ \boxed{\tfrac{8\pi}{5}~\text{cm}^2} ~. \end{displaymath}

Example 4.9

Find the area of a sector whose angle is \(117\Degrees\) in a circle of radius \(3.5\) m.

Solution: As with arc length, we have to make sure that the angle is measured in radians or else the answer will be way off. So converting \(\theta=117\Degrees\) to radians and using \(r=3.5\) in formula (4.5) for the area \(A\) of the sector, we get

\begin{displaymath} \theta ~=~ 117\Degrees ~=~ \frac{\pi}{180} \;\cdot\; 117 ~=~ 2.042~\text{rad} \quad\Rightarrow\quad A ~=~ \tfrac{1}{2}\,r^2 \;\theta ~= \tfrac{1}{2}\,(3.5)^2 \;(2.042) ~=~ \boxed{12.51~\text{m}^2} ~. \end{displaymath}

For a sector whose angle is \(\theta\) in a circle of radius \(r\), the length of the arc cut off by that angle is \(s=r\,\theta\). Thus, by formula (4.5) the area \(A\) of the sector can be written as:[1]

\begin{equation} \boxed{ A ~=~ \tfrac{1}{2}\,rs} \tag{4.6}\end{equation}

Note: The central angle \(\theta\) that intercepts an arc is sometimes called the angle subtended by the arc.

Example 4.10

Find the area of a sector whose arc is \(6\) cm in a circle of radius \(9\) cm.

Solution: Using \(s=6\) and \(r=9\) in formula (4.6) for the area \(A\), we get

\begin{displaymath} A ~=~ \tfrac{1}{2}\,rs ~=~ ~=~ \tfrac{1}{2}\,(9)\,(6) ~=~ \boxed{27~\text{cm}^2} ~. \end{displaymath}

Note that the angle subtended by the arc is \(\theta = \frac{s}{r} = \frac{2}{3}\) rad.

Example 4.11

Find the area \(K\) inside the belt pulley system from Example 4.7 in Section 4.2.

Solution: Recall that the belt pulleys have radii of \(5\) cm and \(8\) cm, and their centers are \(15\) cm apart. We showed in Example 4.7 that \(EF=AC=6\,\sqrt{6}\), \(\angle\,DAE=1.37\) rad, and \(\angle\,GBF=1.77\) rad. We see from Figure 4.3.2 that, by symmetry, the total area \(K\) enclosed by the belt is twice the area above the line \(\overline{DG}\), that is,

\begin{align*} K ~=~ 2\,( (&\text{Area of sector $DAE$}) ~+~ (\text{Area of rectangle $AEFC$})\\ &+~ (\text{Area of triangle $\triangle\,ABC$}) ~+~ (\text{Area of sector $GBF$}) )~. \end{align*}

tikzpicture[scale=0.8,every node/.style=font=] [line width=1pt] (0,0) circle (2.5); [line width=1pt] (7.5,0) circle (4); [dashed,-latex] ([shift=(7.5,0)] 0:1.5) arc (0:101.54:1.5); at (9.2,1.2) 1.77; [dashed] (0,0) -- ++(11.54:7.348) node[pos=0.7,above,sloped] 6\, 6; [dashed] (-2.5,0) -- (0,0) node [left,pos=0.0] D; [dashed] (11.5,0) -- (7.5,0) node [right,pos=0.0] G; [dashed] (101.54:2.5) -- (0,0) -- (7.5,0) -- ++(101.54:4) node[left,pos=0.22] 3 node[right,pos=0.7] 5 node[above left,pos=0.375] C node[above,pos=1.0] F; [right] at (101.54:1.25) 5; [below] at (0,0) A; [below] at (7.5,0) B; [above] at (101.54:2.5) E; scope[>=latex] [dashed,|<->|] (0,-0.85) -- (7.5,-0.85) node[pos=0.4,fill=white] 15; scope [linecolor,line width=1.5pt] (258.46:2.5) arc (258.46:101.54:2.5) -- ([shift=(7.5,0)] 101.54:4) node[black,sloped,above,midway] 6\, 6 arc (101.54:-101.54:4) -- (258.46:2.5); [dashed,-latex] (180:0.7) arc (180:101.54:0.7); at (145:1.2) 1.37; tikzpicture

Figure 4.3.2Belt pulleys with radii \(5\) cm and \(8\) cm

Since \(AEFC\) is a rectangle with sides \(5\) and \(6\,\sqrt{6}\), its area is \(30\,\sqrt{6}\). And since \(\triangle\,ABC\) is a right triangle whose legs have lengths \(3\) and \(6\,\sqrt{6}\), its area is \(\frac{1}{2}\,(3)\,(6\,\sqrt{6}) = 9\,\sqrt{6}\). Thus, using formula (4.5) for the areas of sectors \(DAE\) and \(GBF\), we have

\begin{align*} K ~&=~ 2\,\left( (\text{Area of sector $DAE$}) \;+\; 30\,\sqrt{6} \;+\; 9\,\sqrt{6} \;+\; (\text{Area of sector $GBF$}) \right)\\ &=~ 2\,\left( \tfrac{1}{2}\,(5)^2 \,(1.37) ~+~ 30\,\sqrt{6} ~+~ 9\,\sqrt{6} ~+~ \tfrac{1}{2}\,(8)^2 \,(1.77) \right)\\ &=~ \boxed{338.59~\text{cm}^2}~. \end{align*}

tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.5); [linecolor,fill=fillcolor,line width=1pt] (180:1.5) -- (60:1.5) node[black,midway,above] a arc (60:-50:1.5) -- (180:1.5) node[black,midway,below] b; [linecolor,dashed] (0,0) -- (60:1.5) node[black,midway,right] r; [linecolor,dashed] (0,0) -- (-50:1.5); [linecolor,dashed] (0,0) -- (180:1.5); (0,0) circle (2pt); [line width=1pt] (170:1.5) arc (170:190:1.5); tikzpicture

Figure 4.3.3

So far we have dealt with the area cut off by a central angle. How would you find the area of a region cut off by an inscribed angle, such as the shaded region in Figure 4.3.3? In this picture, the center of the circle is inside the inscribed angle, and the lengths \(a\) and \(b\) of the two chords are given, as is the radius \(r\) of the circle. Drawing line segments from the center of the circle to the endpoints of the chords indicates how to solve this problem: add up the areas of the two triangles and the sector formed by the central angle. The areas and angles of the two triangles can be determined (since all three sides are known) using methods from Chapter 2. Also, recall (Theorem 2.4 in Section 2.5) that a central angle has twice the measure of any inscribed angle which intercepts the same arc. In the exercises you will be asked to solve problems like this (including the cases where the center of the circle is outside or on the inscribed angle).

tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.5); [line width=1pt] (0,0) -- (70:1.5); [line width=1pt] (0,0) -- (5:1.5); [linecolor,fill=fillcolor,line width=1pt] (70:1.5) arc (70:5:1.5) -- (70:1.5); [line width=1pt] (0,0) -- (70:1.5) node[black,midway,above left] r arc (70:365:1.5) -- (0,0) node[black,midway,below right] r; (0,0) circle (2pt); at (43:0.45) ; [below left] at (0,0) O; [above] at (70:1.5) A; [right] at (5:1.5) B; [dashed] (5:0.7) arc (5:70:0.7); tikzpicture

Figure 4.3.4

Another type of region we can consider is a segment of a circle, which is the region between a chord and the arc it cuts off. In Figure 4.3.4 the segment formed by the chord \(\overline{AB}\) is the shaded region between the arc \(\wideparen{AB}\) and the triangle \(\triangle\,OAB\). By formula (2.23) in Section 2.4 for the area of a triangle given two sides and their included angle, we know that

\begin{displaymath} \text{area of } \triangle\,OAB ~=~ \tfrac{1}{2}\,(r)\,(r)\,\sin\;\theta ~=~ \tfrac{1}{2}\,r^2 \,\sin\;\theta ~. \end{displaymath}

Thus, since the area \(K\) of the segment is the area of the sector \(AOB\) minus the area of the triangle \(\triangle\,OAB\), we have

\begin{equation} \text{area $K$ of segment } AB ~=~ \tfrac{1}{2}\,r^2 \;\theta ~-~ \tfrac{1}{2}\,r^2 \,\sin\;\theta ~=~ \boxed{\tfrac{1}{2}\,r^2 \,(\theta - \sin\;\theta)} ~. \tag{4.7}\end{equation}

Note that as a consequence of formula (4.7) we must have \(\;\theta > \sin\;\theta\) for \(0 < \theta \le \pi\) (measured in radians), since the area of a segment is positive for those angles.

Example 4.12

tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.5); [line width=1pt] (0,0) -- (102.18:1.5); [line width=1pt] (0,0) -- (5:1.5); [linecolor,fill=fillcolor,line width=1pt] (102.18:1.5) arc (102.18:5:1.5) -- (102.18:1.5) node[black,pos=0.51,left] 3; [line width=1pt] (0,0) -- (102.18:1.5) node[black,midway,left] 2 arc (102.18:365:1.5) -- (0,0) node[black,midway,below right] 2; (0,0) circle (2pt); at (54:0.3) ; [dashed] (5:0.55) arc (5:102.18:0.55); tikzpicture

Figure 4.3.5

Find the area of the segment formed by a chord of length \(3\) in a circle of radius \(2\).

Solution: Figure 4.3.5 shows the segment formed by a chord of length \(3\) in a circle of radius \(r=2\). We can use the Law of Cosines to find the subtended central angle \(\theta\):

\begin{displaymath} \cos\;\theta ~=~ \frac{2^2 + 2^2 - 3^2}{2\,(2)\,(2)} ~=~ -0.125 \quad\Rightarrow\quad \theta ~=~ 1.696~\text{rad} \end{displaymath}

Thus, by formula (4.7) the area \(K\) of the segment is:

\begin{displaymath} K ~=~ \tfrac{1}{2}\,r^2 \,(\theta - \sin\;\theta) ~=~ \tfrac{1}{2}\,(2)^2 \, (1.696 - \sin\;1.696) ~=~ \boxed{1.408} \end{displaymath}

Example 4.13

The centers of two circles are \(7\) cm apart, with one circle having a radius of \(5\) cm and the other a radius of \(3\) cm. Find the area \(K\) of their intersection.

Solution: In Figure 4.3.6(a), we see that the intersection of the two circles is the union of the segments formed by the chord \(\overline{CD}\) in each circle. Thus, once we determine the angles \(\angle\,CAD\) and \(\angle\,CBD\) we can calculate the area of each segment and add those areas together to get \(K\).

tikzpicture[every node/.style=font=] scope [clip] (0,0) circle (2.5); [fillcolor] (3.5,0) circle (2); scope [line width=1pt,name path=c5] (0,0) circle (2.5); [line width=1pt,name path=c4] (3.5,0) circle (2); [name intersections=of=c5 and c4,above] at (intersection-1) C; [below] at (intersection-2) D; [dashed] (0,0) -- (intersection-1) node[above,midway] 5 -- (3.5,0) node[above,midway] 4 -- (intersection-2) -- (0,0); [dashed] (intersection-1) -- (intersection-2); [dashed] (0,0) -- (3.5,0); (0,0) circle (2pt); [left] at (0,0) A; [right] at (3.5,0) B; [below] at (1.2,0) 7; (3.5,0) circle (2pt); tikzpicture

(a)  \(\angle\,BAC = \frac{1}{2}\,\angle\,CAD\), \(\angle\,ABC = \frac{1}{2}\,\angle\,CBD\)

tikzpicture[scale=0.6,every node/.style=font=] [line width=1pt] (0,0) -- ++(34.05:5) node[midway,above left] 5 -- (7,0) node[pos=0.0,above] C node[midway,above right] 4 -- cycle; [below] at (3.5,0) 7; [left] at (0,0) A; [right] at (7,0) B; at (1,0.3) ; at (6.0,0.3) ; tikzpicture

(b)  Triangle \(\triangle\,ABC\)
Figure 4.3.6

By symmetry, we see that \(\angle\,BAC = \frac{1}{2}\,\angle\,CAD\) and \(\angle\,ABC = \frac{1}{2}\,\angle\,CBD\). So let \(\alpha = \angle\,BAC\) and \(\beta = \angle\,ABC\), as in Figure 4.3.6(b). By the Law of Cosines, we have

\begin{alignat*}{7} \cos\;\alpha ~&=~ \frac{7^2 + 5^2 - 4^2}{2\,(7)\,(5)} ~&=~ 0.8286 \quad&\Rightarrow\quad \alpha ~&=~ 0.594~\text{rad} \quad&\Rightarrow\quad \angle\,CAD ~&=~2\,(0.594) = 1.188~\text{rad}\\ \cos\;\beta ~&=~ \frac{7^2 + 4^2 - 5^2}{2\,(7)\,(4)} ~&=~ 0.7143 \quad&\Rightarrow\quad \beta ~&=~ 0.775~\text{rad} \quad&\Rightarrow\quad \angle\,CBD ~&=~ 2\,(0.775) = 1.550~\text{rad} \end{alignat*}

Thus, the area \(K\) is

\begin{align*} K ~&=~ (\text{Area of segment $CD$ in circle at $A$}) ~+~ (\text{Area of segment $CD$ in circle at $B$})\\ &=~ \tfrac{1}{2}\,(5)^2 \,(1.188 - \sin\;1.188) ~+~ \tfrac{1}{2}\,(4)^2 \,(1.550 - \sin\;1.550)\\ &=~ \boxed{7.656~\text{cm}^2} ~. \end{align*}


Exercises

For Exercises 1-3, find the area of the sector for the given angle \(\theta\) and radius \(r\).

3

  1. \(\theta = 2.1\) rad, \(r = 1.2\) cm

  2. \(\theta = \frac{3\pi}{7}\) rad, \(r = 3.5\) ft

  3. \(\theta = 78\Degrees\), \(r = 6\) m

  4. The centers of two belt pulleys, with radii of \(3\) cm and \(6\) cm, respectively, are \(13\) cm apart. Find the total area \(K\) enclosed by the belt.

  5. In Exercise 4 suppose that both belt pulleys have the same radius of \(6\) cm. Find the total area \(K\) enclosed by the belt.

  6. Find the area enclosed by the figure eight in Exercise 8 from Section 4.2.

For Exercises 7-9, find the area of the sector for the given radius \(r\) and arc length \(s\).

3

  1. \(r = 5\) cm, \(s = 2\) cm

  2. \(r = a\), \(s = a\)

  3. \(r = 1\) cm, \(s = \pi\) cm

For Exercises 10-12, find the area of the segment formed by a chord of length \(a\) in a circle of radius \(r\).

3

  1. \(a = 4\) cm, \(r = 4\) cm

  2. \(a = 1\) cm, \(r = 5\) cm

  3. \(a = 2\) cm, \(r = 5\) cm

  4. Find the area of the shaded region in Figure 4.3.7.

    tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.5); [linecolor,fill=fillcolor,line width=1pt] (180:1.5) -- (80:1.5) node[black,midway,above] 4 arc (80:-65:1.5) -- (180:1.5) node[black,midway,below] 5; [linecolor,dashed] (0,0) -- (80:1.5) node[black,midway,right] 3; (0,0) circle (2pt); [line width=1pt] (170:1.5) arc (170:190:1.5); tikzpicture

    Figure 4.3.7 Exercise 13

    tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.5); [linecolor,fill=fillcolor,line width=1pt] (150:1.5) -- (70:1.5) node[black,pos=0.85,below] 7 arc (70:20:1.5) -- (150:1.5) node[black,pos=0.3,below] 9; [linecolor,dashed] (0,0) -- (150:1.5) node[black,midway,below] 5; (0,0) circle (2pt); [line width=1pt] (140:1.5) arc (140:160:1.5); tikzpicture

    Figure 4.3.8 Exercise 14

    tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1.5); [linecolor,fill=fillcolor,line width=1pt] (180:1.5) -- (65:1.5) node[black,midway,above] 8 arc (65:0:1.5) -- (180:1.5) node[black,pos=0.25,below] 6 node[black,pos=0.75,below] 6; (0,0) circle (2pt); [line width=1pt] (170:1.5) arc (170:190:1.5); tikzpicture

    Figure 4.3.9 Exercise 15
  5. Find the area of the shaded region in Figure 4.3.8. (Hint: Draw two central angles.)

  6. Find the area of the shaded region in Figure 4.3.9.

  7. The centers of two circles are \(4\) cm apart, with one circle having a radius of \(3\) cm and the other a radius of \(2\) cm. Find the area of their intersection.

  8. Three circles with radii of \(4\) m, \(2\) m, and \(1\) m are externally tangent to each other. Find the area of the curved region between the circles, as in Figure 4.3.10. (Hint: Connect the centers of the circles.)

    tikzpicture[every node/.style=font=] [fillcolor] (0,0) -- (29.93:2.5) -- (3,0) -- (0,0); [fill=white,line width=1pt] (0,0) circle (2); [fill=white,line width=1pt] (29.93:2.5) circle (0.5); [fill=white,line width=1pt] (3,0) circle (1); (0,0) circle (1.5pt); (29.93:2.5) circle (1.5pt); (3,0) circle (1.5pt); (0,0) -- (-2,0) node[above,midway] 4; (3,0) -- (4,0) node[above,midway] 2; (29.93:2.5) -- ++(0.5,0) node[above,pos=0.3] 1; tikzpicture

    Figure 4.3.10Exercise 17

    tikzpicture[every node/.style=font=] [line width=1pt] (0,0) circle (1); [line width=1pt] (2,0) circle (1); [line width=1pt] (60:2) circle (1); (0,0) circle (1.5pt); (60:2) circle (1.5pt); (2,0) circle (1.5pt); (0,0) -- (-1,0) node[above,midway] r; (2,0) -- (3,0) node[above,midway] r; (60:2) -- ++(1,0) node[above,midway] r; [linecolor,line width=1.5pt] (270:1) arc (270:150:1) -- ([shift=(60:2)] 150:1) arc (150:30:1) -- ([shift=(2,0)] 30:1) arc (30:-90:1) -- cycle; tikzpicture

    Figure 4.3.11Exercise 18
  9. Show that the total area enclosed by the loop around the three circles of radius \(r\) in Figure 4.3.11 is \(\;(\pi + 6 + \sqrt{3})\,r^2\).

  10. For a fixed central angle \(\theta\), how much does the area of its sector increase when the radius of the circle is doubled? How much does the length of its intercepted arc increase?


  1. In some texts this formula is taken as a result from elementary geometry and then used to prove formula (4.5).