The circumcenter of a triangle is the point equidistant from the triangle's three vertices, found where the three perpendicular bisectors of the sides intersect. Because it is the same distance from each vertex, it is the centre of the circle drawn through all three corners — the circumcircle — and that shared distance is the circumradius. The circumcenter is one of the four classic points of concurrency in a triangle.
A perpendicular bisector of a segment is the line that cuts it exactly in half at a 90° angle. Every point on that line is equidistant from the segment's two endpoints — which is precisely why the meeting of three such lines lands equidistant from all three vertices.
Properties of the Circumcenter
A few properties do most of the work in problems.
Equidistant from the vertices. $OA = OB = OC$, where $O$ is the circumcenter. This single fact is the engine behind every coordinate method below.
Centre of the circumcircle. The circle centred at $O$ with radius $OA$ passes through all three vertices. That radius is the circumradius $R$.
Location depends on the triangle type. For an acute triangle the circumcenter is inside; for a right triangle it sits on the midpoint of the hypotenuse; for an obtuse triangle it lies outside the triangle.
Right-triangle shortcut. Because the circumcenter of a right triangle is the midpoint of the hypotenuse, you can find it directly with the midpoint formula, with no bisector construction needed.
Central-angle relationship. The angle a side subtends at the circumcenter is twice the opposite vertex angle: for an acute triangle, $\angle BOC = 2\angle A$. This is the inscribed-angle theorem seen from the centre.
Equal radii form isosceles triangles. Joining the circumcenter to the three vertices creates three triangles, each isosceles because two of its sides are circumradii of equal length.
The Circumcenter Formula
There is no single plug-in formula students should memorise; instead there are reliable methods. The two used most often work straight from coordinates.
Method A — Equal-distance (distance formula)
Let the circumcenter be $O(x, y)$ and the vertices be $A(x_1, y_1)$, $B(x_2, y_2)$, $C(x_3, y_3)$. Set the squared distances equal:
$$OA^2 = OB^2 = OC^2$$
Writing $OA^2 = OB^2$ and $OB^2 = OC^2$ removes the square roots and leaves two linear equations in $x$ and $y$. Solve them together.
Method B — Perpendicular Bisectors
Find the midpoint of two sides with the midpoint formula, take the negative reciprocal of each side's slope to get the bisector's slope, write the two bisector equations, and solve the pair. Both methods give the same point; Method A usually involves less algebra.
Each variable here is just a coordinate: $(x_1, y_1)$ is the first vertex, $(x, y)$ is the unknown circumcenter, and the equality $OA = OB = OC$ is the property doing the real work.
Constructing The Circumcenter With Compass And Straightedge
When you have a drawn triangle rather than coordinates, the construction mirrors the perpendicular-bisector method.
Pick any two sides of the triangle.
Construct the perpendicular bisector of each — set the compass wider than half the side, draw arcs from both endpoints above and below, and join the two arc crossings.
The point where the two perpendicular bisectors meet is the circumcenter.
Place the compass point there, open it to any vertex, and the circle drawn is the circumcircle, passing through all three vertices.
Two bisectors are enough — the third always passes through the same point, which is the concurrency guarantee in action.
Examples of Circumcenter of Triangle
These move from the right-triangle shortcut, through the equal-distance method, to a full perpendicular-bisector solve.
Example 1
A right triangle has its right angle at the origin, with the other vertices at $(6, 0)$ and $(0, 8)$. Find its circumcenter.
For a right triangle, the circumcenter is the midpoint of the hypotenuse. The hypotenuse joins $(6, 0)$ and $(0, 8)$.
$$O = \left(\frac{6 + 0}{2}, \frac{0 + 8}{2}\right) = (3, 4)$$
Final answer: The circumcenter is $(3, 4)$.
Example 2
A student finds the circumcenter of an obtuse triangle lands outside the triangle, decides that is impossible, and averages the vertices instead. Where does this go wrong?
The intuitive move is to assume the circumcenter must live inside, so the student switches to averaging the three vertices.
Check that against the definition. Averaging the vertices gives the centroid, not the circumcenter — and the centroid is not equidistant from the vertices. So this "fix" answers a different question entirely.
The rescue: trust the property. For an obtuse triangle the perpendicular bisectors genuinely meet outside the triangle, and that exterior point really is the circumcenter. An answer outside the triangle is not a red flag here; it is expected.
Final answer: The exterior point from the bisectors is correct; the averaged point is the centroid, not the circumcenter.
Example 3
Find the circumcenter of the triangle with vertices $A(1, 1)$, $B(5, 1)$, and $C(1, 5)$.
Use the equal-distance method. Let $O = (x, y)$.
From $OA^2 = OB^2$:
$$(x-1)^2 + (y-1)^2 = (x-5)^2 + (y-1)^2$$
$$(x-1)^2 = (x-5)^2$$
$$-2x + 1 = -10x + 25 \implies 8x = 24 \implies x = 3$$
From $OA^2 = OC^2$:
$$(x-1)^2 + (y-1)^2 = (x-1)^2 + (y-5)^2$$
$$(y-1)^2 = (y-5)^2 \implies 8y = 24 \implies y = 3$$
Final answer: The circumcenter is $(3, 3)$.
Example 4
Using the triangle from Example 3, find the circumradius.
The circumradius is the distance from $O(3, 3)$ to any vertex. Use $A(1, 1)$.
$$R = \sqrt{(3-1)^2 + (3-1)^2} = \sqrt{4 + 4} = \sqrt{8} = 2\sqrt{2}$$
Final answer: $R = 2\sqrt{2}$ units.
Example 5
Find the circumcenter of the triangle with vertices $A(0, 0)$, $B(8, 0)$, $C(0, 6)$.
This is a right triangle with its right angle at the origin, so the circumcenter is the midpoint of the hypotenuse $BC$.
$$O = \left(\frac{8 + 0}{2}, \frac{0 + 6}{2}\right) = (4, 3)$$
Quick check with the equal-distance idea: $OA = \sqrt{16 + 9} = 5$, $OB = \sqrt{16 + 9} = 5$, $OC = \sqrt{16 + 9} = 5$. All equal.
Final answer: The circumcenter is $(4, 3)$, with circumradius 5.
Example 6
Find the circumcenter of the triangle with vertices $A(3, -6)$, $B(1, 4)$, $C(5, 2)$ using perpendicular bisectors.
Midpoint of $AB$ is $(2, -1)$; slope of $AB$ is $\frac{4-(-6)}{1-3} = -5$, so the bisector slope is $\frac{1}{5}$.
$$\text{Bisector of } AB: \quad x - 5y = 7$$
Midpoint of $BC$ is $(3, 3)$; slope of $BC$ is $\frac{2-4}{5-1} = -\frac{1}{2}$, so the bisector slope is $2$.
$$\text{Bisector of } BC: \quad 2x - y = 3$$
Solving the pair gives $x = \frac{8}{9}$, $y = -\frac{11}{9}$.
Final answer: The circumcenter is $\left(\frac{8}{9}, -\frac{11}{9}\right)$.
Why Finding This Point Ever Mattered
"Equidistant from three fixed points — exactly one place."
Long before coordinates, builders needed to circumscribe a circle around three given points — for a circular plaza touching three landmarks, or a dome resting on three pillars. The circumcenter is the only point that solves it, and the construction was set out in Euclid's Elements (Book IV) around 300 BCE (Euclid's Elements).
Positioning by distance. A facility that must serve three sites equally — a relay tower, a depot, an emergency station — sits at the circumcenter of the three sites.
The circumcircle in design. Any time a circle must pass through three known points (an arch, a gear tooth, a curved road segment), its centre is the circumcenter of those points.
A bridge to navigation. Locating yourself from three fixed beacons at equal range is the same equidistant-from-three-points problem that powers triangulation.
Mistakes When Finding the Circumcenter
Mistake 1: Confusing the circumcenter with the centroid
Where it slips in: When the problem says "centre of the triangle" and the reader averages the vertices.
Don't do this: Average the three vertices and call it the circumcenter. Averaging gives the centroid, which is not equidistant from the corners.
The correct way: Use the equidistant property — set $OA = OB = OC$. The first-instinct error is reaching for the vertex average because it is fast; pause and ask whether the problem needs equal distance to the vertices.
Mistake 2: Using the wrong slope for the perpendicular bisector
Where it slips in: At the bisector step, when the reader uses the side's slope instead of its negative reciprocal.
Don't do this: Write the bisector with the same slope as the side. A perpendicular bisector is perpendicular to the side, so it needs the negative reciprocal slope.
The correct way: If a side has slope $m$, its perpendicular bisector has slope $-\frac{1}{m}$, and it passes through the side's midpoint. The rusher who reuses the side's slope ends up solving for a line that never gives the right point.
Mistake 3: Rejecting a circumcenter that lands outside the triangle
Where it slips in: On obtuse triangles.
Don't do this: Assume an exterior result is a calculation error and start over.
The correct way: For an obtuse triangle the circumcenter is genuinely outside. Verify by checking $OA = OB = OC$; if the three distances match, the point is correct wherever it sits.
A scaled-up version of Mistake 1 shows up in positioning systems: a receiver fixed as "equidistant from three beacons" must solve the circumcenter problem, and substituting a simple average of the beacon positions places the fix in the wrong location.
Conclusion
The circumcenter of a triangle is where the three perpendicular bisectors of the sides meet.
It is equidistant from all three vertices and is the centre of the circumcircle, with radius equal to the circumradius.
Find it by setting $OA = OB = OC$ (distance method) or by intersecting two perpendicular bisectors.
For a right triangle, the circumcenter is simply the midpoint of the hypotenuse.
It sits inside an acute triangle, on the hypotenuse of a right triangle, and outside an obtuse triangle.
To take the circumcenter further with a teacher, explore Bhanzu's geometry tutor sessions or a high school math tutor, and the structured math classes online cover coordinate geometry end to end.
Practice These To Solidify Your Understanding
Work through these, then verify with the distance check.
Find the circumcenter of the right triangle with vertices $(0,0)$, $(10,0)$, $(0,4)$. (Answer to Question 1: $(5, 2)$, the hypotenuse midpoint.)
Find the circumcenter of the triangle with vertices $(2,2)$, $(6,2)$, $(2,8)$. (Answer to Question 2: $(4, 5)$.)
For the triangle in Question 2, find the circumradius. (Answer to Question 3: $\sqrt{13}$ units.)
If you get stuck on Question 2, return to Example 3 and set the squared distances equal.
Want a live Bhanzu trainer to walk through circumcenter problems with you? Book a free demo class.
Read More
Incenter of a triangle — the circumcenter's inside-the-triangle cousin.
Median of a triangle — the lines that build the centroid.
Equation of a circle — describes the circumcircle algebraically.
Radius of a circle — the circumradius is a special case.
Right angled triangle — where the circumcenter lands on the hypotenuse.
Was this article helpful?
Your feedback helps us write better content