Connect via MCP →

Enter Calculation

Formula

Formula: Circumscribed Circle of a Regular Polygon Calculator
Show calculation steps (1)
  1. Areas

    Areas: Circumscribed Circle of a Regular Polygon Calculator

    Area of the circumscribed circle and area of the polygon itself.

Advertisement

Results

Circumradius r (n = 3)
0.57735
circle through all vertices, side a = 1
n (sides) Circumradius r Circle area S_c Polygon area S_p
3 0.57735 1.047198 0.433013
4 0.707107 1.570796 1
5 0.850651 2.273278 1.720477
6 1 3.141593 2.598076
7 1.152382 4.171989 3.633912
8 1.306563 5.363034 4.828427
9 1.461902 6.71408 6.181824
10 1.618034 8.224796 7.694209
11 1.774733 9.895 9.36564
12 1.931852 11.724583 11.196152

What this calculator does

This tool works with a regular polygon (an n-gon with all sides and angles equal). Given the side length a and a range of side counts n, it computes the radius of the circumscribed circle (the circle that passes through every vertex), the area of that circle, and the area of the polygon itself. It builds a table with one row per integer n from your chosen minimum to maximum, so you can compare shapes side by side. This is pure plane geometry and applies identically everywhere — no units or jurisdiction matter, and all areas are simply in the square of whatever length unit you use for a.

Regular hexagon inscribed in a circle showing circumradius r and side length a
The circumscribed circle passes through every vertex of the regular polygon, with circumradius \(r\).

How to use it

Enter the side length a (must be greater than 0), then a smallest and largest number of sides. Each n must be a whole number of at least 3, since a polygon needs three or more sides. The table is capped at 200 rows. To get a single shape, set the "from" and "to" values to the same number.

The formulas explained

The circumradius comes from splitting the polygon into n isosceles triangles meeting at the center; each side subtends a central angle of \(2\pi/n\), giving $$r = \frac{a}{2\sin(\pi/n)}.$$ The circumscribed circle area is the standard $$S_c = \pi r^2.$$ The polygon area is $$S_p = \frac{n\,a^2}{4\tan(\pi/n)}.$$ As n grows, the polygon hugs its circle ever more tightly, so \(S_p\) approaches \(S_c\) — a handy sanity check.

Central triangle of a regular polygon showing apex angle, two radii r, and base a
Each central triangle relates the side a to the circumradius \(r\) through half the central angle.

Worked example

Take a regular hexagon (n = 6) with side a = 1. Then \(\pi/6 \approx 0.5236\) rad, \(\sin(\pi/6) = 0.5\), so $$r = \frac{1}{2\times 0.5} = 1.$$ The circle area is $$S_c = \pi\times 1^2 \approx 3.14159,$$ and with \(\tan(\pi/6) \approx 0.57735\), the polygon area is $$S_p = \frac{6}{4\times 0.57735} \approx 2.59808.$$

FAQ

Is the circumradius the same as the apothem? No. The circumradius reaches the vertices; the apothem reaches the midpoint of a side and is shorter.

Why must n be at least 3? Fewer than three sides cannot enclose an area, and the tangent term would break for n = 1 or 2.

What units are the areas in? If a is in centimeters, the areas are in square centimeters — the tool is unit-agnostic and keeps everything consistent.

Last updated: