Circumscribed Circle Calculator

Enter a triangle's sides or angles, or a regular polygon's side count and length, to find the circumscribed circle instantly.

⭕ Circumscribed Circle Calculator
Side a3
units
0.1100
Side b4
units
0.1100
Side c5
units
0.1100
Side a (length)10
units
0.1500
Angle A (opposite to side a)30
deg
179°
Number of Sides (n)6
sides
312
Side Length (s)5
units
0.1200
Circumradius (R)
Triangle Area
Circumcircle Area
Circumference

⭕ What is a Circumscribed Circle?

A circumscribed circle (also called a circumcircle) is a circle that passes through all vertices of a polygon. The center of this circle is called the circumcenter, and the distance from the circumcenter to any vertex is the circumradius (R). Every triangle has a unique circumscribed circle, as does every regular polygon. The circumcircle is the smallest circle that can completely contain the polygon with all vertices lying exactly on its boundary.

Circumscribed circles appear throughout engineering and design. In mechanical engineering, the circumscribed circle of a hexagonal bolt head tells you the minimum wrench socket size or the clearance radius needed for the bolt. In structural engineering, the circumcircle of a triangular truss cross-section defines the minimum circular pipe or column that can house the truss. In land surveying, the circumcircle of a triangular plot defines the smallest circular boundary that encloses all three corners. Geodesic domes, crystal lattices, and antenna arrays all use circumscribed circle calculations to determine spacing and coverage radii.

There are three common ways to compute the circumradius of a triangle. The first uses all three side lengths with Heron's formula for the area: R = abc divided by (4K). The second uses the Law of Sines directly: R = a divided by (2 sin A), where A is the angle opposite side a. These two are mathematically equivalent but the second is faster when you already know a side-angle pair. For regular polygons with n equal sides of length s, the circumradius is R = s divided by (2 sin(pi/n)).

A key theorem (Thales' theorem) states that for any right triangle, the hypotenuse is a diameter of the circumscribed circle, making the circumradius exactly half the hypotenuse. For obtuse triangles, the circumcenter lies outside the triangle. For acute triangles, it lies inside. This calculator handles all triangle types and regular polygons from a triangle (3 sides) to a dodecagon (12 sides), returning the circumradius, circumcircle area, circumference, and either the triangle area or polygon area.

📐 Formulas

Triangle (3 sides)    R  =  abc  ÷  (4K)
a, b, c = the three side lengths of the triangle
K = triangle area via Heron's formula: K = √(s(s−a)(s−b)(s−c)), where s = (a+b+c)/2
Example: 3-4-5 triangle: K = 6; R = (3×4×5) / (4×6) = 60/24 = 2.5 units
Triangle (Law of Sines)    R  =  a  ÷  (2 sin A)
a = any side of the triangle
A = the angle directly opposite side a (in degrees)
Note: For a right triangle (A = 90°), sin A = 1, so R = a/2 = hypotenuse/2
Example: side a = 10, angle A = 30°; R = 10 / (2 × 0.5) = 10 units
Regular Polygon    R  =  s  ÷  (2 sin(π/n))
n = number of sides (integer, 3 or more)
s = side length (all sides equal for a regular polygon)
Polygon area: K = (n × s²) / (4 tan(π/n))
Example: Regular hexagon n=6, s=5; R = 5 / (2 sin(30°)) = 5 / 1 = 5 units

📖 How to Use This Calculator

Steps

1
Select the shape type - Click Triangle by Sides, Triangle by Angle, or Regular Polygon. Each tab shows the correct inputs for that calculation method.
2
Enter the dimensions - For Triangle by Sides, enter all three side lengths. For Triangle by Angle, enter one side and the angle directly opposite it (in degrees). For Regular Polygon, enter the number of sides (3 to 12) and the side length.
3
Click Calculate - Press Calculate to get the circumradius, the circumcircle area (pi times R squared), the circumference (2 pi times R), and the triangle or polygon area as a secondary metric.
4
Read the results - Circumradius R is the primary result. The circumcircle area and circumference describe the enclosing circle. Use the share buttons to copy or link the result for later use.

💡 Example Calculations

Example 1 - Classic 3-4-5 Right Triangle

Find the circumscribed circle of a right triangle with legs 3 and 4 and hypotenuse 5

1
Sides a = 3, b = 4, c = 5. Compute semiperimeter: s = (3+4+5)/2 = 6.
2
Heron's area: K = √(6 × 3 × 2 × 1) = √36 = 6 sq units.
3
Circumradius: R = (3 × 4 × 5) / (4 × 6) = 60 / 24 = 2.5 units. Verify: R = hypotenuse / 2 = 5 / 2 = 2.5 (Thales' theorem).
Circumradius = 2.5 units | Circumcircle Area = 19.635 sq units
Try this example →

Example 2 - Equilateral Triangle (Law of Sines method)

An equilateral triangle has side 8 m. Use the Law of Sines to find the circumradius.

1
All angles = 60 degrees. Side a = 8, angle A = 60 degrees.
2
R = a / (2 sin A) = 8 / (2 × sin 60°) = 8 / (2 × 0.866) = 8 / 1.732 = 4.619 m.
3
Circumference = 2 π × 4.619 = 29.02 m. Circumcircle area = π × 4.619² = 67.02 sq m.
Circumradius = 4.619 m | Circumcircle Area = 67.02 sq m
Try this example →

Example 3 - Regular Hexagon Bolt Head

A hexagonal bolt head has a 24 mm across-flats measurement. Each side of the hexagon is 24/sqrt(3) = 13.856 mm. Find the circumradius (minimum socket clearance radius).

1
Regular hexagon: n = 6, side s = 13.856 mm.
2
R = s / (2 sin(pi/6)) = 13.856 / (2 × 0.5) = 13.856 / 1 = 13.856 mm.
3
A socket must have inner radius at least 13.856 mm (a 27.7 mm socket) to fit over this bolt. Circumcircle area = π × 13.856² = 602.9 sq mm.
Circumradius = 13.856 mm | Circumference = 87.07 mm
Try this example →

Example 4 - Obtuse Triangle by Three Sides

A triangular land survey plot has sides 7 m, 9 m, and 14 m. Find the circumscribed circle.

1
Sides: a = 7, b = 9, c = 14. Check triangle inequality: 7 + 9 = 16 > 14. Valid (obtuse triangle since 7² + 9² = 49 + 81 = 130 < 196 = 14²).
2
s = (7+9+14)/2 = 15. Area K = √(15 × 8 × 6 × 1) = √720 = 26.83 sq m.
3
R = (7 × 9 × 14) / (4 × 26.83) = 882 / 107.33 = 8.218 m. Note: circumcenter lies outside the triangle because it is obtuse.
Circumradius = 8.218 m | Triangle Area = 26.833 sq m
Try this example →

❓ Frequently Asked Questions

What is the formula for the circumscribed circle of a triangle?+
The circumradius R = abc / (4K), where a, b, c are side lengths and K is the area found by Heron's formula. Equivalently, by the Law of Sines: R = a / (2 sin A), where A is the angle opposite side a. For a 3-4-5 triangle: K = 6, R = (3 times 4 times 5) / (4 times 6) = 2.5 units. This formula holds for any triangle: acute, right, or obtuse.
What is the circumradius of a right triangle?+
For a right triangle, the circumradius equals exactly half the hypotenuse: R = c / 2. This follows from Thales' theorem: a triangle inscribed in a semicircle with the diameter as the hypotenuse always has a right angle at the opposite vertex. Using the Law of Sines: R = c / (2 sin 90 degrees) = c / 2. For a 5-12-13 right triangle: R = 13 / 2 = 6.5 units.
How do you find the circumscribed circle of a regular polygon?+
For a regular n-gon with side length s: R = s / (2 sin(pi/n)). For a square (n = 4): R = s / (2 sin 45 degrees) = s / sqrt(2) = s times sqrt(2) / 2. For a regular pentagon (n = 5): R = s / (2 sin 36 degrees) = s / 1.176 = 0.851s. For a hexagon (n = 6): R = s / (2 sin 30 degrees) = s. Enter n and s in the Regular Polygon mode for instant results.
What is the circumscribed circle of an equilateral triangle?+
For an equilateral triangle with side s: R = s / sqrt(3) = s times sqrt(3) / 3. This equals s / (2 sin 60 degrees) = s / sqrt(3). For side 6: R = 6 / 1.732 = 3.464 units. The circumcenter coincides with the centroid and the incenter for an equilateral triangle. The circumradius is always twice the inradius for equilateral triangles: R = 2r.
What is the difference between a circumscribed circle and an inscribed circle?+
The circumscribed circle (circumcircle) passes through all vertices of the polygon and is the smallest circle enclosing the polygon. The inscribed circle (incircle) is the largest circle fitting inside the polygon, tangent to all sides. For a triangle with sides a, b, c, area K, and semiperimeter s: inradius r = K / s, circumradius R = abc / (4K). The two circles share the same center only for equilateral triangles and other regular polygons.
Where is the circumcenter located for acute, right, and obtuse triangles?+
For an acute triangle (all angles less than 90 degrees), the circumcenter lies inside the triangle. For a right triangle, the circumcenter lies exactly at the midpoint of the hypotenuse. For an obtuse triangle (one angle greater than 90 degrees), the circumcenter lies outside the triangle, beyond the side opposite the obtuse angle. The circumcircle still passes through all three vertices in all cases.
How does the circumradius of a regular hexagon relate to its side length?+
For a regular hexagon, the circumradius R equals the side length s exactly: R = s / (2 sin(pi/6)) = s / (2 times 0.5) = s. This is a unique property of the hexagon: it can be divided into six equilateral triangles with the circumcenter as a common vertex. This is why honeycomb cells tile perfectly and why a hex wrench key fits exactly inside a bolt socket of the same size.
What is Euler's inequality for circumradius and inradius?+
Euler's inequality states R is greater than or equal to 2r, where R is the circumradius and r is the inradius of any triangle, with equality only for equilateral triangles. Euler's stronger result gives OI squared = R(R minus 2r), where O is the circumcenter and I is the incenter. For a 3-4-5 right triangle: R = 2.5, r = 1, so OI squared = 2.5 times 0.5 = 1.25, meaning OI = 1.118 units.
What is the Law of Sines and how does it relate to circumradius?+
The Law of Sines states a / sin A = b / sin B = c / sin C = 2R, where R is the circumradius. This means every ratio of a side to the sine of its opposite angle equals the circumdiameter. The relation provides the fastest way to compute R when you know any side and its opposite angle: R = a / (2 sin A). It is also used in navigation, astronomy, and surveying to solve triangles with angle-side-angle or angle-angle-side data.
Can the circumscribed circle formula be used for irregular polygons?+
No. A unique circumscribed circle exists only if all vertices lie on a common circle (a cyclic polygon). All triangles are cyclic. All regular polygons are cyclic. But most irregular quadrilaterals and higher polygons are not cyclic (a quadrilateral is cyclic only if its opposite angles sum to 180 degrees). For non-cyclic polygons, no single circle passes through all vertices, so the circumradius formula does not apply.
What is the circumscribed circle of a square?+
For a square with side s: R = s times sqrt(2) / 2 = s / sqrt(2). This is half the diagonal (diagonal = s sqrt(2)). For a square with side 6 cm: R = 6 times sqrt(2) / 2 = 4.243 cm. The circumcircle has area = pi times R squared = pi times 18 = 56.55 sq cm. This is also the minimum circular cross-section that fully encloses a square peg of the same dimensions.
Why does the circumradius increase as a regular polygon gets more sides?+
For fixed side length s, R = s / (2 sin(pi/n)). As n increases, pi/n decreases, sin(pi/n) decreases, and R increases. A regular triangle (n=3) has R = s / sqrt(3) = 0.577s. A square (n=4) has R = s sqrt(2)/2 = 0.707s. A hexagon (n=6) has R = s. A 12-gon has R = 1.932s. As n approaches infinity, the polygon approaches a circle and R approaches infinity for fixed s (because the polygon needs a larger and larger circle to fit sides of the same fixed length).

What is the formula for the circumscribed circle of a triangle?

The circumradius of a triangle is R = abc divided by (4K), where a, b, c are the side lengths and K is the triangle area (computed by Heron's formula). Equivalently, by the Law of Sines: R = a divided by (2 times sin A), where A is the angle opposite side a. For the 3-4-5 right triangle: area = 6, R = 3 times 4 times 5 divided by (4 times 6) = 60 divided by 24 = 2.5 units.

How do you find the circumscribed circle of a regular polygon?

For a regular polygon with n sides each of length s, the circumradius is R = s divided by (2 times sin(pi/n)). For a regular hexagon (n=6) with side 5: R = 5 divided by (2 times sin(30 degrees)) = 5 divided by 1 = 5 units. For a square (n=4) with side 4: R = 4 divided by (2 times sin(45 degrees)) = 4 divided by (sqrt(2)) = 2.83 units.

What is the circumradius of a right triangle?

For any right triangle, the circumradius equals exactly half the hypotenuse: R = c divided by 2. This follows from Thales' theorem, which states that any triangle inscribed in a semicircle with the diameter as one side is a right triangle. Equivalently, using the Law of Sines: R = c divided by (2 times sin 90 degrees) = c divided by 2. For a 3-4-5 right triangle: R = 5 divided by 2 = 2.5 units.

What is the circumradius of an equilateral triangle?

For an equilateral triangle with side length s, R = s divided by sqrt(3), which equals s times sqrt(3) divided by 3. This can also be written as R = s divided by (2 times sin 60 degrees) = s divided by sqrt(3). For side length 6: R = 6 divided by sqrt(3) = 3.464 units. The circumradius of an equilateral triangle is always exactly twice its inradius.

What is the difference between circumscribed and inscribed circle?

The circumscribed circle (circumcircle) passes through all vertices of the polygon. The inscribed circle (incircle) is the largest circle that fits inside the polygon, touching all sides. For a triangle, the circumcenter is equidistant from all three vertices, while the incenter is equidistant from all three sides. The circumradius R is always greater than or equal to the inradius r. For equilateral triangles, R = 2r.

How is the circumradius related to the Law of Sines?

The Law of Sines states a / sin A = b / sin B = c / sin C = 2R, where R is the circumradius of the triangle. This relationship means the circumdiameter (2R) equals any side divided by the sine of the opposite angle. The Law of Sines is the theoretical basis for the Angle mode in this calculator. It is also the proof that the circumradius of a right triangle equals half the hypotenuse (since sin 90 degrees = 1).

What is the circumscribed circle of a square?

For a square with side s, the circumradius R = s times sqrt(2) divided by 2 = s divided by sqrt(2). This is half the diagonal of the square, since the diagonal of a square is the diameter of its circumscribed circle. For a square with side 4: R = 4 times sqrt(2) / 2 = 2.828 units, and the circumcircle area = pi times 2.828 squared = 25.13 square units.

How does the circumradius change as a polygon gets more sides?

For a fixed side length s, circumradius R = s / (2 sin(pi/n)) increases as n increases. An equilateral triangle (n=3) has R = s / sqrt(3) = 0.577s. A hexagon (n=6) has R = s. A 12-gon has R = s / (2 sin 15 degrees) = 1.932s. As n approaches infinity, R approaches infinity for fixed s, meaning the circle expands to accommodate more and more sides of the same length.

Can you find the circumradius if you only know the area of the triangle?

Not uniquely. Many different triangles can have the same area but different circumradii. You need at least one side length to apply R = abc / (4K), or a combination of sides and angles. However, if you know all three sides (from which you can compute both area and circumradius), or one side and its opposite angle (using the Law of Sines), the circumradius is uniquely determined.

What is the circumscribed circle of a regular hexagon?

A regular hexagon with side length s has circumradius R = s. This is a special property of the hexagon: it can be divided into six equilateral triangles, each with the center as a vertex, and the circumradius equals exactly one side length. For a hexagon with side 8 cm: R = 8 cm, circumference = 2 pi times 8 = 50.27 cm, circumcircle area = pi times 64 = 201.06 sq cm.

How do you construct the circumscribed circle of a triangle?

To construct a circumcircle: (1) Draw the perpendicular bisector of side AB. (2) Draw the perpendicular bisector of side BC. (3) Their intersection is the circumcenter O, equidistant from all three vertices. (4) Set compass to the distance from O to any vertex and draw the circle. The circumcenter lies inside the triangle for acute triangles, on the hypotenuse for right triangles, and outside for obtuse triangles.

What is Euler's formula relating circumradius and inradius?

Euler's formula for triangles states OI squared = R times (R minus 2r), where O is the circumcenter, I is the incenter, R is the circumradius, and r is the inradius. This implies R is greater than or equal to 2r (Euler's inequality), with equality only for equilateral triangles. For a 3-4-5 right triangle: R = 2.5, r = 1, so OI squared = 2.5 times (2.5 minus 2) = 2.5 times 0.5 = 1.25, meaning OI = 1.118 units.