Logo

MonoCalc

/

Segment Area Calculator

Geometry

Radius (r)

Positive number, any unit (cm, m, in…)

Input Mode

Central Angle (θ)

Angle Unit

Minor Segment

Minor Segment

Segment Area

9.0586 units²

Arc Length

10.4720

Chord Length

10.0000

Segment Height (h)

1.3397

Central Angle

60.0000°

Formula used

A = (r² / 2) × (θ − sin θ)

θ = 1.0472 rad

A = 9.0586

About This Tool

Segment Area Calculator – Find the Area of a Circular Segment

A circular segment is the region enclosed between a chord and the arc it subtends. Unlike a sector (the pie-slice shape that includes the central triangle), a segment contains only the curved "cap" region. Calculating segment area is a common requirement in engineering, woodworking, architecture, and mathematics.

What Is a Circular Segment?

When a chord divides a circle into two parts, each part is a segment. The smaller part (when the chord is not a diameter) is the minor segmentand the larger part is the major segment. A diameter produces two equal semicircular segments. This tool handles all three cases automatically based on the central angle you provide.

Segment Area Formula

The area of a circular segment is calculated as:

A = (r² / 2) × (θ − sin θ)

where r is the radius of the circle and θ is the central angle in radians. This formula subtracts the isoceles triangle area from the sector area to isolate the segment region.

For a major segment(θ > 180°), the tool computes the minor segment area first and then subtracts it from the total circle area:

A_major = πr² − A_minor

If you enter the angle in degrees, the calculator converts it automatically:θ_rad = θ_deg × (π / 180).

Additional Outputs

Alongside segment area, the calculator provides:

  • Arc Length — the length of the curved boundary: L = r × θ
  • Chord Length — the straight edge connecting the two endpoints of the arc:c = 2r × sin(θ / 2)
  • Segment Height (sagitta) — the perpendicular distance from the midpoint of the chord to the arc: h = r × (1 − cos(θ / 2))
  • Central Angle — displayed in degrees even if radians were entered, or derived from chord length if chord mode is used

Using Chord Length Instead of Central Angle

In many practical situations you may know the chord length but not the central angle. Switch to Chord Mode and enter the chord length; the tool derives the central angle using:

θ = 2 × arcsin(c / 2r)

The chord must satisfy 0 < c ≤ 2r (a chord cannot be longer than the diameter). If the chord equals the diameter, the result is a semicircle.

Practical Applications

Segment area calculations appear in many real-world contexts:

  • Pipe flow engineering — determining the cross-sectional area of fluid flow in a partially filled circular pipe
  • Arch structures — computing the face area of curved arch panels or windows
  • Woodworking and CNC — calculating material removed when cutting circular arcs or curved recesses
  • Land surveying — estimating areas bounded by curved boundaries and straight baselines
  • Optics — computing lens segment areas for focal calculations

Segment vs Sector: Key Difference

The sector is the "pie slice" that includes the two straight radii and the arc. The segment is the sector minus the isoceles triangle formed by those two radii. When the central angle is small, the segment area is much smaller than the sector area. As the angle approaches 360°, both converge to the full circle area. Use this calculator for segments and the Sector Area Calculator for sectors.

Tips for Accurate Results

Use enough decimal places in your radius input for precise results. All units are consistent — if the radius is in centimetres, the area output is in cm², the arc length in cm, and so on. The calculator works with any consistent unit system (metric or imperial).

Frequently Asked Questions

Is the Segment Area Calculator free?

Yes, Segment Area Calculator is totally free :)

Can I use the Segment Area Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Segment Area Calculator?

Yes, any data related to Segment Area Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is a circular segment?

A circular segment is the region between a chord and the arc it subtends. Unlike a sector (pie slice), a segment does not include the triangle formed by the two radii — it is only the area bounded by the straight chord and the curved arc.

How does this calculator work?

Enter the radius and either the central angle (in degrees or radians) or the chord length. The calculator applies the formula A = (r² / 2) × (θ − sin θ) where θ is the central angle in radians, and also computes arc length, chord length, and segment height.

What is the formula for segment area?

Segment area = (r² / 2) × (θ − sin θ), where r is the radius and θ is the central angle in radians. If you enter degrees, the tool converts automatically: θ_rad = θ_deg × (π / 180). For a major segment (θ > 180°), the formula is πr² minus the minor segment area.

What is the difference between a minor and a major segment?

A minor segment corresponds to a central angle less than 180° and is the smaller of the two regions a chord divides a circle into. A major segment has a central angle greater than 180° and is the larger region. The calculator automatically detects which type you have entered and labels the result accordingly.

Can I calculate segment area from chord length instead of angle?

Yes. Switch to chord mode and enter the chord length. The tool derives the central angle using θ = 2 × arcsin(c / 2r) and then computes all outputs as normal. The chord must be at most the diameter (2r).

How accurate are the results?

Results use JavaScript's native Math functions and are accurate to at least 10 significant figures. All displayed values are rounded to 4 decimal places. For engineering or scientific use, ensure your radius and angle inputs carry sufficient precision.