Quantcast
Typesetting math: 100%

Circle - area of an arc sector

vCalc Reviewed
Areasector=(θ2)r2
(r)Radius of Circle
(theta)Angle Defining Sector

This equation computes the area of a sector of a circle

INPUTS

The inputs defining the circle are:

  • - the radius of the circle
  • θ - the central angle of the sector

NOTES

The internal formula computes degrees or radians as:

For Radians:  (θ2) * r2

For Degrees: (θ360) * πr2

 

The area of a sector of a circle is shown in red in the image at the right.  The sector is fully defined by the radius, r, and the central angle, θ, of the sector.
/attachments/dec4df82-9df3-11e3-9cd9-bc764e2038f2/Arc sector - arc segment.png

The area of a circle is defined as π * r2. The area of a full circle can be described as a sector whose central angle encompasses 2π radians (360 degrees) of angular dimension around a full circle.  The sector shown in the right image then is a portion of the whole circle and the area is that portion of the whole circle defined by the ratio of the angle θ to the angle for the whole circle; i.e., 2π radians (360 degrees).

Thus, the proportion of the circle's area that is the sector's area is the area of the circle multiplied by the ratio of the angular dimension of the sector to the angular dimension of the whole circle:

AreaSector  (θ radians / 2π radians)πr2 = (θ / 2) * r2
   (θ degrees / 360 degrees)πr2 = (θ / 360) * πr2

The angular units cancel out leaving in the first multiplicative term either the number θ / 2π or θ / 360 , corresponding to the angular unit used.  That unit-less ratio is then multiplied by the area of the whole circle: the famed πr2, where r has units of length.