Sector Area Calculator
Sector Area
—
Arc Length
—
Sector Perimeter
—
How Sector Area Works
A sector is a region of a circle bounded by two radii and the arc between them, resembling a slice of pie. The area of a sector represents the fractional portion of a full circle's area corresponding to the central angle. According to Euclid's Elements (Book III), the area of a circular region is proportional to the central angle that subtends it. This principle has been applied in mathematics, engineering, and cartography for over 2,000 years. Modern applications include calculating land areas in surveying, designing fan blades and turbine components, creating pie charts and data visualizations, and computing the coverage area of sprinkler systems and radar sweeps. The sector area formula is one of the most frequently used geometric calculations in both academic and professional settings.
A full circle has a central angle of 360 degrees (or 2 pi radians), so a sector with a 90-degree angle covers exactly one-quarter of the circle's area. A 180-degree sector is a semicircle, and a 60-degree sector is one-sixth of the full circle. Understanding this proportional relationship makes sector calculations intuitive -- you are simply finding what fraction of the total circle your angle represents, then multiplying by the total area. The arc length calculator computes the curved edge of the sector, which is a closely related calculation.
The Sector Area Formula
The sector area can be calculated using either degrees or radians. In degrees: A = (theta / 360) x pi x r squared. In radians: A = (1/2) x r squared x theta. The variables are: A = sector area (in square units), r = radius of the circle, and theta = central angle (in degrees or radians). The arc length is: L = r x theta (in radians) or L = (theta / 360) x 2 x pi x r (in degrees). The sector perimeter (total boundary length) is: P = 2r + L (two radii plus the arc).
Worked example: Find the area of a sector with radius 10 cm and central angle 60 degrees. Using the degree formula: A = (60 / 360) x pi x 10 squared = (1/6) x pi x 100 = 52.36 square cm. The arc length is (60/360) x 2 x pi x 10 = 10.47 cm. The perimeter is 2(10) + 10.47 = 30.47 cm. To convert to radians: 60 degrees = pi/3 radians, so A = (1/2) x 100 x (pi/3) = 52.36 square cm -- the same result.
Key Terms
Sector: A region of a circle enclosed by two radii and the arc between their endpoints on the circle. It resembles a pie slice or pizza slice.
Segment: A region of a circle bounded by a chord and the arc it subtends. Unlike a sector, a segment does not include the center of the circle. The area of a segment equals the sector area minus the triangle area formed by the two radii and the chord.
Central Angle: The angle formed at the center of the circle by the two radii defining the sector. Measured in degrees (0-360) or radians (0 to 2 pi).
Arc Length: The distance along the curved edge of the sector. Calculated as r x theta (radians) or (theta/360) x 2 pi r (degrees).
Radian: The standard unit of angular measure in mathematics, defined as the angle subtended by an arc equal in length to the radius. One full revolution equals 2 pi radians (approximately 6.2832). To convert degrees to radians: radians = degrees x pi / 180.
Sector Properties Reference Table
The following table shows sector area and arc length for common angles with a radius of 10 units, demonstrating the proportional relationship between angle and area.
| Angle (degrees) | Angle (radians) | Fraction of Circle | Area (r=10) | Arc Length (r=10) | Perimeter (r=10) |
|---|---|---|---|---|---|
| 30 | pi/6 | 1/12 | 26.18 | 5.24 | 25.24 |
| 45 | pi/4 | 1/8 | 39.27 | 7.85 | 27.85 |
| 60 | pi/3 | 1/6 | 52.36 | 10.47 | 30.47 |
| 90 | pi/2 | 1/4 | 78.54 | 15.71 | 35.71 |
| 120 | 2pi/3 | 1/3 | 104.72 | 20.94 | 40.94 |
| 180 | pi | 1/2 | 157.08 | 31.42 | 51.42 |
| 270 | 3pi/2 | 3/4 | 235.62 | 47.12 | 67.12 |
| 360 | 2pi | 1 | 314.16 | 62.83 | 82.83 |
Practical Examples
Example 1 -- Sprinkler coverage: A lawn sprinkler rotates through a 120-degree arc with a reach of 15 feet. The watered area is: A = (120/360) x pi x 15 squared = (1/3) x pi x 225 = 235.6 square feet. This helps determine how many sprinklers are needed to cover a lawn.
Example 2 -- Pizza slice area: A 14-inch diameter pizza (radius 7 inches) cut into 8 equal slices. Each slice has a central angle of 360/8 = 45 degrees. Area per slice = (45/360) x pi x 7 squared = (1/8) x 153.94 = 19.24 square inches. Compare this with a 16-inch pizza cut into 10 slices: (36/360) x pi x 64 = 20.11 square inches per slice -- slightly larger despite more slices.
Example 3 -- Reverse calculation (finding angle from area): A sector has a radius of 8 cm and an area of 50 square cm. What is the central angle? Rearranging the formula: theta = (A x 360) / (pi x r squared) = (50 x 360) / (pi x 64) = 18,000 / 201.06 = 89.5 degrees. The regular polygon calculator uses similar angle-based area formulas for multi-sided shapes.
Tips for Sector Calculations
- Always check your angle unit. The most common error is mixing degrees and radians. If using the radian formula A = (1/2)r squared theta, the angle must be in radians. A 90-degree angle in the radian formula without conversion gives a wildly incorrect result.
- Convert degrees to radians by multiplying by pi/180. Convert radians to degrees by multiplying by 180/pi. Many calculators and programming languages default to radians.
- For the area of a segment (the region between a chord and an arc), subtract the triangle area from the sector area: Segment area = Sector area - (1/2) x r squared x sin(theta).
- To find the radius from area and angle: r = sqrt(2A / theta) when theta is in radians, or r = sqrt(360A / (theta x pi)) when theta is in degrees.
- Annular sectors (the region between two concentric circles and two radii) have area: A = (theta / 360) x pi x (R squared - r squared), where R is the outer radius and r is the inner radius. Use this for calculating the area of curved walkways, ring-shaped gardens, or elliptical track segments.
Frequently Asked Questions
What is the formula for sector area?
The sector area formula is A = (theta / 360) x pi x r squared when the angle is in degrees, or A = (1/2) x r squared x theta when the angle is in radians. Both formulas yield identical results when the angle is properly converted. For example, a 90-degree sector with radius 6 has area = (90/360) x pi x 36 = 28.27 square units, which matches (1/2) x 36 x (pi/2) = 28.27 square units.
How do I find the central angle from sector area?
Rearrange the formula to solve for theta. In radians: theta = 2A / r squared. In degrees: theta = (360 x A) / (pi x r squared). For example, if a sector has area 50 square cm and radius 8 cm, the angle is (360 x 50) / (pi x 64) = 89.5 degrees. This reverse calculation is useful in surveying and engineering when you know the area and radius but need to determine the angle.
What is the perimeter of a sector?
The perimeter of a sector is the total boundary length, which consists of two straight edges (the radii) plus the curved edge (the arc). The formula is P = 2r + arc length = 2r + r x theta (radians) or 2r + (theta/360) x 2 x pi x r (degrees). For a quarter circle with radius 10, the perimeter is 2(10) + (90/360)(2)(pi)(10) = 20 + 15.71 = 35.71 units.
What is the difference between a sector and a segment?
A sector is the pie-slice-shaped region bounded by two radii and an arc, always including the center of the circle. A segment is the region between a chord and the arc it subtends, not including the center. To find a segment area, calculate the sector area and subtract the triangular area formed by the two radii and the chord: Segment = (1/2)r squared(theta - sin(theta)) where theta is in radians. The cone calculator uses similar sector geometry for lateral surface area calculations.
How do I convert between degrees and radians?
To convert degrees to radians, multiply by pi/180. To convert radians to degrees, multiply by 180/pi. Common conversions: 30 degrees = pi/6, 45 degrees = pi/4, 60 degrees = pi/3, 90 degrees = pi/2, 180 degrees = pi, 360 degrees = 2pi. A full circle is 360 degrees or 2pi radians (approximately 6.2832). Most scientific calculators and programming languages like JavaScript use radians by default.
Where are sector area calculations used in real life?
Sector area calculations are used in land surveying to measure irregularly bounded plots, in engineering for fan blade and turbine design, in agriculture for sprinkler and irrigation coverage planning, in data visualization for pie chart proportions, in architecture for curved walls and arched openings, and in navigation for radar sweep coverage areas. Any situation involving a portion of a circular region requires sector geometry.