Circumcenter of a Triangle Calculator

Find the circumcenter, circumradius, centroid, incenter, orthocenter, perpendicular bisector equations, area, and perimeter of a triangle from 3 vertex coordinates.

Planning notes, formulas, and examples

About the Circumcenter of a Triangle Calculator

The <strong>circumcenter</strong> of a triangle is the point where all three perpendicular bisectors of the sides meet. It is equidistant from all three vertices, making it the center of the <em>circumscribed circle</em> (circumcircle) โ€” the unique circle passing through all three vertices. Finding the circumcenter is essential in coordinate geometry, triangulation algorithms, mesh generation, and surveying.

This calculator takes six inputs โ€” the (x, y) coordinates of vertices A, B, and C โ€” and computes the circumcenter, circumradius, centroid, incenter with inradius, and orthocenter. It also provides perpendicular bisector equations, the Euler-line distance, all three side lengths and angles, the triangle area (Heron's formula), and the perimeter.

A color-coded comparison chart shows all four classic triangle centers side by side, and a detailed table explains which centers always lie inside the triangle and which can move outside for obtuse triangles. Eight preset buttons let you explore common triangle types (right, equilateral, isosceles, obtuse, scalene) with a single click. An advanced section reveals side lengths, angles, semi-perimeter, and perpendicular bisector equations.

Whether you're solving a coordinate-geometry homework problem, studying for a competition, or implementing a computational geometry algorithm, this page keeps the key triangle-center measurements tied to the same set of vertex coordinates.

When This Page Helps

Use this when you need the circumcenter but also want to compare it against the centroid, incenter, and orthocenter from the same triangle. It is helpful for coordinate-geometry practice, surveying layouts, mesh generation, and proof work because the side lengths, angles, bisectors, and center locations all stay attached to one vertex set.

How to Use the Inputs

  1. Enter the x and y coordinates for each of the three triangle vertices (A, B, C).
  2. Or click a preset button to load a common triangle configuration.
  3. Read the circumcenter coordinates and circumradius from the output cards.
  4. Compare all four triangle centers (circumcenter, centroid, incenter, orthocenter) in the visual chart.
  5. Review the comparison table to see which centers are always inside the triangle.
  6. Click "Show Advanced Details" for side lengths, angles, and perpendicular bisector equations.
Formula used
Circumcenter: Ux = [(xโ‚ยฒ+yโ‚ยฒ)(yโ‚‚โˆ’yโ‚ƒ) + (xโ‚‚ยฒ+yโ‚‚ยฒ)(yโ‚ƒโˆ’yโ‚) + (xโ‚ƒยฒ+yโ‚ƒยฒ)(yโ‚โˆ’yโ‚‚)] / D, where D = 2[xโ‚(yโ‚‚โˆ’yโ‚ƒ)+xโ‚‚(yโ‚ƒโˆ’yโ‚)+xโ‚ƒ(yโ‚โˆ’yโ‚‚)]. Circumradius R = distance(U, any vertex). Centroid G = ((xโ‚+xโ‚‚+xโ‚ƒ)/3, (yโ‚+yโ‚‚+yโ‚ƒ)/3). Incenter I = (aยทxโ‚+bยทxโ‚‚+cยทxโ‚ƒ)/(a+b+c). Orthocenter H = A+B+C โˆ’ 2ยทU.

Example Calculation

Result: For x1=0, y1=0, x2=6, the tool returns the solved circumcenter of a triangle outputs shown in the result cards.

This example uses a realistic input set from the calculator workflow. After entry, the calculator applies the built-in circumcenter of a triangle formulas and reports derived values, checks, and classifications automatically.

Tips & Best Practices

  • For a right triangle, the circumcenter always lies at the midpoint of the hypotenuse.
  • The circumcenter of an acute triangle is inside the triangle; for an obtuse triangle it is outside.
  • The centroid always lies inside the triangle regardless of its shape.
  • All four centers (circumcenter, centroid, incenter, orthocenter) coincide only in an equilateral triangle.
  • The circumcenter, centroid, and orthocenter are always collinear โ€” they lie on the Euler line.

When To Use This Calculator

Find the circumcenter, circumradius, centroid, incenter, orthocenter, perpendicular bisector equations, area, and perimeter of a triangle from 3 vertex coordinates. Use it when you need a repeatable calculation in the math / geometry category and want the setup, result, and supporting values kept together. This is especially helpful when small input changes, unit choices, or rounding decisions can change the final number.

How To Check The Result

Start by confirming that the inputs match the formula shown on the page. Then compare the main output with the worked example and any secondary values shown by the calculator. If the result will be used in another calculation, keep extra precision until the final step and record the assumptions beside the number.

Practical Notes

Treat the result as a calculation aid rather than a substitute for context. For schoolwork, include the formula and substitution steps. For planning, technical, financial, or health-related decisions, verify important numbers against primary records, current rules, or a qualified professional before acting on them.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The circumcenter is the point equidistant from all three vertices. It is the center of the circumscribed circle that passes through all three vertices.