Circumcircle of a triangle

A circle passing through all three vertices of a triangle is its circumcircle, and its center is the circumcenter1. We find them for the triangle with vertices A(4,0)A(-4, 0), B(4,0)B(4, 0) and C(0,4)C(0, 4).

How the circumcenter is built

The circumcenter is the intersection of the perpendicular bisectors of the three sides. A point on the perpendicular bisector of a side is equidistant from its two endpoints. The intersection of two of them is therefore equidistant from all three vertices, and the third must pass through it as well.

SideMidpointPerpendicular bisector
ABAB(0,0)(0, 0)x=0x = 0
ACAC(2,2)(-2, 2)y=xy = -x

The two meet at (0,0)(0, 0), which is the circumcenter. The radius is its distance to a vertex, R=4R = 4, and the circumcircle is x2+y2=16x^2 + y^2 = 16. Substituting each of the three vertices gives 1616 every time, confirming that they lie on one circle.

It is a right triangle

Since CACB=(4)(4)+(4)(4)=0\overrightarrow{CA} \cdot \overrightarrow{CB} = (-4)(4) + (-4)(-4) = 0, the right angle is at CC. For a right triangle the circumcenter falls at the midpoint of the hypotenuse and the radius is half of it. Conversely, the angle subtended by a diameter from a point on the circle is always a right angle: that is Thales's theorem2.

Checking the radius another way

The law of sines gives it too. Here a=BC=42a = BC = 4\sqrt{2} and A=45\angle A = 45^\circ.

asinA=4222=8=2R\frac{a}{\sin A} = \frac{4\sqrt{2}}{\frac{\sqrt{2}}{2}} = 8 = 2R

The formula from the sides and the area agrees. With b=CA=42b = CA = 4\sqrt{2}, c=AB=8c = AB = 8 and S=16S = 16 we get the following.

R=abc4S=42×42×84×16=25664=4R = \frac{abc}{4S} = \frac{4\sqrt{2} \times 4\sqrt{2} \times 8}{4 \times 16} = \frac{256}{64} = 4
MethodFormulaResult
Distance to a vertex02+42\sqrt{0^2 + 4^2}44
Law of sinesa2sinA\dfrac{a}{2\sin A}44
Sides and areaabc4S\dfrac{abc}{4S}44

When no circumcircle exists

If the three points lie on one line there is no circumcircle: two of the perpendicular bisectors become parallel and never meet. As long as the triangle really is a triangle, its circumcircle is uniquely determined.

Where the circumcenter sits

Shape of the trianglePosition of the circumcenter
Acuteinside
Rightthe midpoint of the hypotenuse
Obtuseoutside

The incenter is always inside, but the circumcenter is not.

The three lines on the graph are the three sides, the two arcs are the circumcircle, and the large dots are the three vertices together with the circumcenter (0,0)(0, 0).

  1. Circumcircle, Wikipedia
  2. Thales's theorem, Wikipedia