Given a triangle , it is possible to draw a special circle that goes through the three vertices
. That circle is called the circumscribed circle, and its center is called the circumcenter of the triangle. Knowing the circumcenter is crucial to drawing the circumscribed circle, and the standard way of finding the (coordinates of the) circumcenter consists of two main steps:
- find the equations of the right bisectors of any two sides;
- solve the equations in step 1 to determine their point of intersection, which will then be the desired circumcenter.
In this post, we present two formulas for finding the coordinates of the circumcenter of a triangle, given the coordinates of the vertices of the triangle. Despite this, the standard way of proceeding outlined above is still the preferred strategy.
Formula 1
Maybe this formula executes as fast as the cars in the popular “Formula 1” sport? You be the judge.
Let be the vertices of a
. Then the coordinates of its circumcenter are given by:
Beautiful, beautiful thing. Notice that the denominators in both expressions are equal (see the exercises at the end), and so it is enough to calculate just one of them to save time (see Example 2 below).
Example 1
Find the circumcenter of with vertices at
.
Put . Then, “Formula 1” above gives
The circumcenter is at . You can verify this by the standard procedure (or, in this case, by observing that the given triangle is a right triangle, and so the circumcenter is at the midpoint of the hypotenuse).
Example 2
Find the circumcenter of a triangle with vertices at
.
Let . We first calculate the “common denominator” in the expressions for
and
:
This will then appear in the denominators for the and
coordinates of the circumcenter.
The numerator for the coordinate is:
,
where, by substitution, we obtain
So the coordinate of the circumcenter is
.
Similarly, the numerator for the coordinate is:
,
where, by substitution, we obtain:
So the coordinate of the circumcenter is
. Putting the
and
coordinates together, we obtain
as the circumcenter.
We’ll redo this example following the regular procedure. In fact, as we mentioned before, the regular procedure is the best when it comes to numerical problems (as it can be somewhat confusing to keep track of the coordinates in the general formula); the general formula comes in handy when deducing general properties.
Example 3
Find the circumcenter of a triangle with vertices at
.
First, a diagram showing the right bisector of (dashed line
) and the right bisector of
(dashed line
):
Let’s find the equations of these right bisectors.
For the bisector of side
, note that since
is the midpoint of
, then
is located at
. The slope of
is
, so the slope of
is
. The equation of
is then:
Next, we find the equation of the bisector of side
. Note that since
is the midpoint of
,
is located at
. The slope of
is
, so the slope of
is
. Thus, we can write the equation of
in the form
, where
can be determined as shown below:
We now solve the two equations simultaneously using substitution.
So we obtain that the circumcenter is , as before.
One of the advantages of having a general formula is that it enables us to see what happens in some special cases.
Example 4
PROVE that if a triangle has two vertices with equal -coordinates, then the
-coordinate of the circumcenter is the average of the
-coordinates of those two vertices.
To see this, let in our formula, then the expression for
reduces to:
Example 5
PROVE that if a triangle has two vertices with equal -coordinates, then the
-coordinate of the circumcenter is the average of the
-coordinates of those two vertices.
If we let in our formula, then the expression for
reduces to:
Since every right triangle can be “oriented” in such a way that its legs are parallel to the and
axes (making the vertex containing
to have the same
coordinate with one leg and the same
coordinate with the other leg), we see why the circumcenter of a right triangle is at the midpoint of its hypotenuse side. Alternatively, here is a direct proof using “Formula 1” above.
Notation: Preparation for “Formula 2”
Consider shown below:
We’ll denote the slope of side by
(to mimic the regular notation for side
); similarly, the slope of side
will be denoted by
. Don’t confuse these with the coordinates of the vertices.
Formula 2
Let be the vertices of a triangle
. Then the coordinates of the circumcenter are given by:
Let’s consider some examples to illustrate how simple it is to use in practice, so long as the “manual” below is followed:
- choose any vertex to start with (call this the “home vertex” — in the diagram above, it is vertex
);
- find the slopes of side
(denoted by
) and side
(denoted by
) — the two sides that originate from the “home vertex”;
- find the numerator of the
-coordinate:
- add the
-coordinate of the “home vertex” to the
-coordinate of the vertex on the bottom left, and multiply the sum by the slope of the other side (
)
- add the
-coordinate of the “home vertex” to the
-coordinate of the vertex on the bottom right, and multiply the sum by the slope of the other side (
)
- subtract the
-coordinate of the vertex on the bottom right from the
-coordinate of the vertex on the bottom left, then multiply the difference by
- combine the three results in the order:
- add the
- find the numerator of the
-coordinate:
- add the
-coordinate of the “home vertex” to the
-coordinate of the vertex on the bottom right, and multiply the sum by the slope of the same side
- add the
-coordinate of the “home vertex” to the
-coordinate of the vertex on the bottom left, and multiply the sum by the slope of the same side
- subtract the
-coordinate of the vertex on the bottom right from the
-coordinate of the vertex on the bottom left
- combine the three results in the order
- add the
- find the denominators of the
and
coordinates (both are
, which is twice the difference of the slopes subtracted in that order);
- carry out the divisions;
- DONE!!!
Too many steps? Probably confusing? It’s easier than you think.
Example 6
has vertices at
. Find the coordinates of its circumcenter.
Let be our “home vertex”. For convenience, we’ve drawn the triangle as follows:
Now, let’s calculate the -coordinate of the circumcenter:
Next, we find the -coordinate of the circumcenter:
So, the circumcenter is located at . Note that if the diagram was drawn accurately, then
is a right triangle with
as the hypotenuse. The midpoint of
is
, the same as the circumcenter obtained. This is an instance of the well-known result we mentioned before.
To show that the answer is independent of which vertex was chosen as the “home vertex”, we’ll solve the example above again, using a different “home vertex”.
Example 7
has vertices at
. Find the coordinates of its circumcenter.
Let’s choose as the “home vertex”. As usual, we draw the diagram for convenience:
Ideally we should have instead of
in the above diagram, but to avoid confusion, we’ve retained the old notation.
The -coordinate of the circumcenter is:
Then we find the -coordinate of the circumcenter:
So we obtain as before. That should do.
Example 8
has vertices at
. Find the coordinates of its circumcenter.
This time around we proceed in the traditional way. First, a diagram:
This diagram shows where the circumcenter is (). Nevertheless, we still carry out the calculations.
The midpoint of is
and the slope of
is
. Thus the slope of the right bisector
of
is
, and its equation is:
(1)
The midpoint of is
and the slope of
is
. Thus the slope of the right bisector
of
is
, and its equation is:
(2)
We now have to solve equation(1) and equation(2) simultaneously:
Therefore, the circumcenter is located at the point , as seen in the diagram.
Let’s solve the same question using our formula.
Example 9
has vertices at
. Find the coordinates of its circumcenter.
We draw a convenient diagram to begin with:
Again we should have used instead of
, but we want to stick to the old notation to avoid confusion.
The -coordinate of the circumcenter is:
The -coordinate of the circumcenter is:
We obtain the same result , as expected.
Example 10
Find the circumcenter of the right triangle with vertices
, where
.
We begin with a convenient diagram:
The -coordinate of the circumcenter is:
The -coordinate of the circumcenter is:
So the circumcenter is at .
Takeaway
If you’ve calculated the area of a triangle or the volume of a cylinder or the amount of a compound interest, and so on, you’ll agree that there are quite a lot of useful formulas in math — in particular, in geometry.
There are certain occasions where the use of those formulas is inevitable; as such, working from “first principles” (or “re-inventing the wheel”) is inadvisable. On the other hand, there are times when working from “first principles” is the better strategy — not because no formula exists, but because it assists in deepening our understanding of what the formula consists. Knowing which approach to use when you have a choice is a matter of preference, and can be mastered through practice.
Think about this for an analogy. Suppose you’re typing and you need to type or copy paste a particular word which you’ve already typed before, one more time. Will you choose to re-type the word or will you choose to copy paste? It’s a matter of preference definitely. Now suppose that you need to type or copy paste a particular paragraph which has already appeared before, one more time. Will you choose to re-type the paragraph or will you just copy paste?
Tasks
- Find the circumcenter of an equilateral triangle whose vertices are
.
- Find the circumcenter of the isosceles triangle whose vertices are located at
.
- Let
be the vertices of a triangle. If
PROVE that:
[The converse is also true. Note that the result holds whether or not we’re dealing with the vertices of a triangle. However, when applied to triangles, it tells us that we can either use lengths or slopes (not both) to verify that a triangle contains
.]
- PROVE that:
[It follows that we have two expressions for the numerator of the
-coordinate of our circumcenter formula 1. Same thing applies to the
-coordinate.]
- PROVE that:
[It follows that we have two expressions for the denominator of the
-coordinate of our circumcenter formula 1. Same thing applies to the
-coordinate.]