How To Calculate A Circumcenter
By The Calcumatix Team Reviewed by Calcumatix Editorial Review 4 min read
Quick Answer
To find a triangle's circumcenter, find the midpoint of two sides, calculate the perpendicular bisector of each (the negative reciprocal of that side's slope, through its midpoint), then solve the two bisector equations simultaneously. The intersection point is the circumcenter, equidistant from all three vertices. For triangle A(0,0), B(4,0), C(0,6), the circumcenter is (2, 3).
The circumcenter is the point that sits exactly the same distance from all three corners of a triangle. It is found by drawing the perpendicular bisector of each side and locating where those bisectors intersect. This guide shows how to find midpoints, flip slopes into perpendicular bisectors, and solve for that intersection point.
Step by step:
- Find the midpoint of two sides of the triangle.
- Find the slope of each of those two sides, then take the negative reciprocal to get the perpendicular bisector’s slope.
- Write the equation of each perpendicular bisector using its midpoint and slope, then solve the two equations together to find the intersection point.
Step One: Find The Midpoints Of Two Sides
Pick any two sides of the triangle. Use the midpoint formula, average the x-coordinates and average the y-coordinates of each side’s two endpoints, to find the midpoint of each chosen side. Write down both midpoints; you will build a line through each one.
Step Two: Find The Perpendicular Slope Of Both Sides
Find the slope of each of the two chosen sides using the standard slope formula (change in y divided by change in x). To get the slope of the perpendicular bisector, take the negative reciprocal of each side’s slope, flip the fraction and change its sign. These perpendicular slopes are what the bisector lines will use.
Step Three: Write Two Bisector Equations And Solve For The Intersection
Using each midpoint and its perpendicular slope, write the equation of each perpendicular bisector in point-slope form. Set the two equations equal to each other and solve for x, then substitute back to find y. That solution point is the circumcenter.
Worked Example: Finding A Basic Triangle’s Circumcenter
Worked example: Triangle corners: A(0, 0), B(4, 0), C(0, 6). Step 1 (midpoints): Side AB’s midpoint is (2, 0); side AC’s midpoint is (0, 3). Step 2 (perpendicular slopes): AB is horizontal, so its perpendicular bisector is the vertical line x = 2. AC is vertical, so its perpendicular bisector is the horizontal line y = 3. Step 3 (intersection): The line x = 2 and the line y = 3 intersect at exactly one point.
Final answer: the circumcenter is (2, 3). This point is equidistant from all three corners A, B, and C.
Use the circumcenter calculator to find the circumcenter for any triangle’s coordinates automatically, and see the math calculators hub for related geometry tools.
Worked Example: A Triangle With Two Sloped Sides
The first example used a right triangle, where one side was horizontal and one was vertical, which simplified the slopes to zero and undefined. Most triangles do not have that shortcut. Here is a triangle where both chosen sides have a real numeric slope.
Worked example: Triangle corners: A(0, 0), B(6, 4), C(2, 8). Step 1 (midpoints): Side AB’s midpoint is ((0+6)/2, (0+4)/2) = (3, 2). Side AC’s midpoint is ((0+2)/2, (0+8)/2) = (1, 4). Step 2 (slopes): Side AB has a slope of (4-0)/(6-0) = 4/6 = 2/3, so its perpendicular bisector has a slope of -3/2. Side AC has a slope of (8-0)/(2-0) = 4, so its perpendicular bisector has a slope of -1/4. Step 3 (bisector equations): Using point-slope form at each midpoint: y - 2 = -3/2(x - 3) simplifies to y = -1.5x + 6.5. y - 4 = -1/4(x - 1) simplifies to y = -0.25x + 4.25. Step 4 (solve the system): Set the two equations equal: -1.5x + 6.5 = -0.25x + 4.25. Solving gives x = 1.8, then y = -0.25(1.8) + 4.25 = 3.8.
Final answer: the circumcenter is (1.8, 3.8). Because all three angles in this triangle are acute, the circumcenter falls inside the triangle, unlike the right-triangle example above where it landed exactly on the hypotenuse.
Where The Circumcenter Sits Relative To The Triangle
The circumcenter’s position is a direct signal of the triangle’s angle type, which is a fast way to sanity-check a calculated answer.
- Acute triangle (all three angles under 90 degrees): the circumcenter falls inside the triangle, as shown in the second worked example above.
- Right triangle (one angle exactly 90 degrees): the circumcenter falls exactly on the midpoint of the hypotenuse, as shown in the first worked example.
- Obtuse triangle (one angle over 90 degrees): the circumcenter falls outside the triangle entirely, on the far side of the longest side.
What Is The Circumcenter Used For?
The circumcenter is the center of the circumscribed circle, the unique circle that passes through all three vertices of the triangle. Because it is equidistant from all three corners, it is also used in surveying and geographic problems to find a point equidistant from three known locations, such as siting a facility equally reachable from three towns.
Sources and References
Disclaimer: This guide is for educational and informational purposes only. It provides general mathematical procedures and should not replace formal academic instruction. Consult your textbook or mathematics instructor for specific academic requirements.
Frequently asked questions
Does the circumcenter always sit inside the triangle?
No. The circumcenter's position depends on the triangle's angles. In an acute triangle (all angles under 90 degrees), it sits inside. In an obtuse triangle (one angle over 90 degrees), it falls outside the triangle entirely. In a right triangle, it sits exactly on the midpoint of the hypotenuse.
Do I need to find the perpendicular bisector of all three sides?
No, two are enough. Any two perpendicular bisectors intersect at the circumcenter, and the third side's bisector will pass through that same point automatically. Many people still calculate the third bisector as a check, since it confirms no arithmetic error was made in the first two.
What if one side of the triangle is a vertical or horizontal line?
The math simplifies. A horizontal side has a slope of zero, so its perpendicular bisector is a vertical line through the midpoint (an equation like x = 2, with no slope calculation needed). A vertical side has an undefined slope, so its perpendicular bisector is a horizontal line through the midpoint (an equation like y = 3).
Is the circumcenter the same as the incenter?
No, they are different triangle centers found by different constructions. The circumcenter comes from the perpendicular bisectors of the sides and is equidistant from the three vertices. The incenter comes from the angle bisectors of the corners and is equidistant from the three sides instead.
Can the circumcenter be found using the distance formula instead?
Yes. Since the circumcenter is equidistant from all three vertices, you can set up two distance-formula equations (distance to vertex A equals distance to vertex B, and distance to vertex A equals distance to vertex C) and solve the resulting system. This approach works but involves more algebra than the midpoint-and-slope method shown above.