Circumscribed Circle Calculator

Find the circumcenter, circumradius, area, and equation of the unique circle through three triangle vertices.

Triangle circumcircle from coordinates
Enter the x and y coordinates of three non-collinear vertices.

About circumscribed circles

A circumscribed circle, usually called a circumcircle, is a circle that passes through all three vertices of a triangle. Its center is the circumcenter, the point where the three perpendicular bisectors of the triangle sides meet. Because every vertex lies the same distance from that point, this shared distance is the circumradius. A unique circumcircle exists for every non-degenerate triangle, whether the triangle is acute, right, or obtuse. This calculator works directly from Cartesian coordinates. It substitutes the three points into the general circle equation and solves the resulting linear differences for the center coordinates. The determinant in that calculation is twice the triangle's signed coordinate expression. If the determinant is zero, the points lie on one line and cannot define a finite circle. Otherwise, the radius is the Euclidean distance from the computed center to any vertex, and the area is pi multiplied by the radius squared. The circumcenter's location reveals useful geometry. For an acute triangle it lies inside the triangle. For a right triangle it is exactly the midpoint of the hypotenuse, which makes the hypotenuse the circle's diameter. For an obtuse triangle the center lies outside the triangle. These facts provide quick visual checks on a computed result and connect coordinate algebra with classical straightedge-and-compass construction. Coordinate order does not affect the final circle. Swapping vertices may reverse the determinant's sign, but the center and radius remain unchanged. Decimal and negative coordinates are accepted, so the tool can handle translated or scaled diagrams as well as simple textbook triangles. Results are rounded only for display; calculations retain JavaScript double-precision values internally. Circumcircles appear in geometry proofs, surveying, computer graphics, mesh generation, navigation, and engineering design. The center can identify an equal-distance facility location, while the circle equation supports collision tests and geometric modeling. For very large coordinates or measurements requiring certified tolerances, retain appropriate units and verify rounding independently. For ordinary classroom and design problems, entering three measured vertices gives an immediate, transparent description of the circle that contains them.

Circumscribed circle examples

These coordinate sets illustrate right, symmetric, and translated triangles.

VerticesCircleObservation
A(0,0), B(4,0), C(0,3)center (2,1.5), radius 2.5The midpoint of the right triangle's hypotenuse is the circumcenter.
A(-1,0), B(1,0), C(0,1)center (0,0), radius 1All three vertices lie on the unit circle.
A(1,1), B(5,1), C(1,4)center (3,2.5), radius 2.5Translating every point translates the circle without changing its radius.

How to calculate a circumscribed circle

  1. Enter the x- and y-coordinate for vertex A.
  2. Enter both coordinates for vertices B and C.
  3. Confirm that the three points represent distinct, non-collinear vertices.
  4. Select Calculate Circumscribed Circle to display the center, radius, area, and equation.

Circumscribed circle FAQ

Does every triangle have a circumscribed circle?

Every non-degenerate triangle has exactly one circumscribed circle. Three collinear points do not form a triangle and cannot determine a finite circle.

Where is the circumcenter located?

The circumcenter is the intersection of the triangle's perpendicular bisectors. It lies inside an acute triangle, on a right triangle's hypotenuse, and outside an obtuse triangle.

How is the circumradius calculated?

After finding the center, calculate its straight-line distance to any one vertex. All three vertex distances are equal apart from numerical rounding.

What units do the results use?

The radius uses the same unit as the input coordinates. Area uses the square of that unit, while the center coordinates retain the original unit.

Why does a collinear-point error appear?

A finite circle cannot pass through three different points on one straight line. Choose three vertices that enclose a nonzero triangular area.