Circumscribed Circle Calculator

Circumscribed Circle Calculator

Calculate the circumscribed circle (circumcircle) of a triangle—the unique circle passing through all three vertices. Find radius, circumference, and area.

Last updated: April 2026 | By Patchworkr Team

Triangle Side Lengths

Results will appear here...

Circumscribed Circle Formulas

Circumradius (R):
R = abc / (4A)
where a, b, c are the side lengths and A is the triangle area
Triangle Area (Heron's):
A = √[s(s-a)(s-b)(s-c)]
s = (a+b+c)/2
Law of Sines:
a/sin(A) = b/sin(B) = c/sin(C) = 2R

What is a Circumscribed Circle?

A circumscribed circle (or circumcircle) is the unique circle that passes through all three vertices of a triangle. Every triangle has exactly one circumscribed circle.

Key properties:

  • Circumcenter: The center of the circumscribed circle, located at the intersection of the perpendicular bisectors of the triangle's sides
  • Circumradius (R): The radius of the circumscribed circle
  • Formula: R = abc/(4A), where a, b, c are side lengths and A is the triangle's area
  • Law of Sines: The circumradius appears in the law of sines: a/sin(A) = 2R

For right triangles, the circumcenter is at the midpoint of the hypotenuse. For acute triangles, it's inside. For obtuse triangles, it's outside.

How to Calculate Circumradius

Step 1: Verify the Triangle is Valid

Check the triangle inequality: the sum of any two sides must exceed the third. For example, sides 3-4-5 work (3+4=7 > 5); sides 1-2-10 don't (1+2=3 < 10). Why: Only valid triangles have circumscribed circles. Invalid side combinations don't form a closed triangle and no circle can pass through three non-collinear points defined by invalid sides.

Step 2: Calculate the Semiperimeter

s = (a + b + c) / 2

The semiperimeter is half the triangle's perimeter. Why: Heron's formula uses the semiperimeter to elegantly compute area without needing angles or heights. It's a clever algebraic tool that simplifies the mathematics.

Step 3: Calculate Triangle Area Using Heron's Formula

Area = √[s(s-a)(s-b)(s-c)]

Substitute the semiperimeter into Heron's formula. Why: Area is essential for the circumradius formula R = abc/(4A). Heron's formula lets you find area knowing only the three sides, without needing angles or height measurements.

Step 4: Apply the Circumradius Formula

R = (a × b × c) / (4 × Area)

Multiply all three side lengths, divide by four times the triangle area. Why: This formula is derived from the law of sines (a/sin(A) = 2R) combined with the area formula. It's the direct path from sides and area to the radius of the circle passing through all three vertices.

Step 5: Verify and Derive Derived Properties

Once you have R, calculate circumference = 2πR and circle area = πR². Check: for right triangles, the radius should be half the hypotenuse. Why: Having the complete picture (radius, circumference, area) is useful for real applications like GPS networks, antenna placement, or geometric design. Verification catches computational errors before they propagate into real-world consequences.

Real-World Example

GPS Triangulation

Given:
Three GPS satellites form a triangle with sides 100 km, 120 km, and 140 km. What's the radius of the smallest circle containing all three?
Calculate:
s = (100+120+140)/2 = 180
Area = √[180×80×60×40] ≈ 5888.97 km²
R = (100×120×140)/(4×5888.97) ≈ 71.43 km
Result:
The circumradius is 71.43 km

Frequently Asked Questions

What is the circumscribed circle formula?

R = abc/(4A), where a, b, c are the triangle's side lengths and A is its area. Calculate area using Heron's formula first.

Does every triangle have a circumscribed circle?

Yes! Every triangle has exactly one circumscribed circle. The center (circumcenter) is where the perpendicular bisectors of the sides meet.

Where is the circumcenter located?

For acute triangles, inside. For right triangles, at the hypotenuse midpoint. For obtuse triangles, outside the triangle.

What's the difference between circumscribed and inscribed circles?

A circumscribed circle passes through all vertices (outside the triangle). An inscribed circle fits inside, touching all three sides.

Can I use this for any polygon?

No. Only certain polygons have circumscribed circles (called cyclic polygons). All triangles are cyclic, but not all quadrilaterals are.

How does this relate to the law of sines?

The law of sines states a/sin(A) = b/sin(B) = c/sin(C) = 2R, directly connecting side lengths, angles, and circumradius.

What if my sides don't form a valid triangle?

The sides must satisfy the triangle inequality: the sum of any two sides must be greater than the third. Otherwise, no triangle (or circle) exists.

Why is the right triangle case special?

For right triangles, the hypotenuse is a diameter of the circumscribed circle, so R = c/2 (where c is the hypotenuse). The circumcenter is at the hypotenuse's midpoint.

Related Tools