Supriya Ghosh (Editor)

Circumscribed circle

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Circumscribed circle

In geometry, the circumscribed circle or circumcircle of a polygon is a circle which passes through all the vertices of the polygon. The center of this circle is called the circumcenter and its radius is called the circumradius.

Contents

A polygon which has a circumscribed circle is called a cyclic polygon (sometimes a concyclic polygon, because the vertices are concyclic). All regular simple polygons, all isosceles trapezoids, all triangles and all rectangles are cyclic.

A related notion is the one of a minimum bounding circle, which is the smallest circle that completely contains the polygon within it. Not every polygon has a circumscribed circle, as the vertices of a polygon do not need to all lie on a circle, but every polygon has a unique minimum bounding circle, which may be constructed by a linear time algorithm.[2] Even if a polygon has a circumscribed circle, it may not coincide with its minimum bounding circle; for example, for an obtuse triangle, the minimum bounding circle has the longest side as diameter and does not pass through the opposite vertex.

Triangles

All triangles are cyclic; i.e., every triangle has a circumscribed circle.

This can be proven on the grounds that the general equation for a circle with center (a, b) and radius r in the Cartesian coordinate system is

( x a ) 2 + ( y b ) 2 = r 2 .

Since this equation has three parameters (a, b, r) only three points' coordinate pairs are required to determine the equation of a circle. Since a triangle is defined by its three vertices, and exactly three points are required to determine a circle, every triangle can be circumscribed.

Straightedge and compass construction

The circumcenter of a triangle can be constructed by drawing any two of the three perpendicular bisectors. The center is the point where the perpendicular bisectors intersect, and the radius is the length to any of the three vertices.

This is because the circumcenter is equidistant from any pair of the triangle's vertices, and all points on the perpendicular bisectors are equidistant from two of the vertices of the triangle.

Alternate construction

An alternate method to determine the circumcenter is to draw any two lines each one departing from one of the vertices at an angle with the common side, the common angle of departure being 90° minus the angle of the opposite vertex. (In the case of the opposite angle being obtuse, drawing a line at a negative angle means going outside the triangle.)

In coastal navigation, a triangle's circumcircle is sometimes used as a way of obtaining a position line using a sextant when no compass is available. The horizontal angle between two landmarks defines the circumcircle upon which the observer lies.

Cartesian coordinates

In the Euclidean plane, it is possible to give explicitly an equation of the circumcircle in terms of the Cartesian coordinates of the vertices of the inscribed triangle. Suppose that

A = ( A x , A y ) B = ( B x , B y ) C = ( C x , C y )

are the coordinates of points A, B, and C. The circumcircle is then the locus of points v = (vx,vy) in the Cartesian plane satisfying the equations

| v u | 2 = r 2 | A u | 2 = r 2 | B u | 2 = r 2 | C u | 2 = r 2

guaranteeing that the points A, B, C, and v are all the same distance r from the common center u of the circle. Using the polarization identity, these equations reduce to the condition that the matrix

[ | v | 2 2 v x 2 v y 1 | A | 2 2 A x 2 A y 1 | B | 2 2 B x 2 B y 1 | C | 2 2 C x 2 C y 1 ]

has a nonzero kernel. Thus the circumcircle may alternatively be described as the locus of zeros of the determinant of this matrix:

det [ | v | 2 v x v y 1 | A | 2 A x A y 1 | B | 2 B x B y 1 | C | 2 C x C y 1 ] = 0.

Using cofactor expansion, let

S x = 1 2 det [ | A | 2 A y 1 | B | 2 B y 1 | C | 2 C y 1 ] , S y = 1 2 det [ A x | A | 2 1 B x | B | 2 1 C x | C | 2 1 ] , a = det [ A x A y 1 B x B y 1 C x C y 1 ] , b = det [ A x A y | A | 2 B x B y | B | 2 C x C y | C | 2 ]

we then have a|v|2 − 2Svb = 0 and, assuming the three points were not in a line (otherwise the circumcircle is that line that can also be seen as a generalized circle with S at infinity), |vS/a|2 = b/a + |S|2/a2, giving the circumcenter S/a and the circumradius √(b/a + |S|2/a2). A similar approach allows one to deduce the equation of the circumsphere of a tetrahedron.

Parametric equation

A unit vector perpendicular to the plane containing the circle is given by

n ^ = ( P 2 P 1 ) × ( P 3 P 1 ) | ( P 2 P 1 ) × ( P 3 P 1 ) | .

Hence, given the radius, r, center, Pc, a point on the circle, P0 and a unit normal of the plane containing the circle, n ^ , one parametric equation of the circle starting from the point P0 and proceeding in a positively oriented (i.e., right-handed) sense about n ^ is the following:

R ( s ) = P c + cos ( s r ) ( P 0 P c ) + sin ( s r ) [ n ^ × ( P 0 P c ) ] .

Trilinear and barycentric coordinates

An equation for the circumcircle in trilinear coordinates x : y : z is a/x + b/y + c/z = 0. An equation for the circumcircle in barycentric coordinates x : y : z is a2/x + b2/y + c2/z = 0.

The isogonal conjugate of the circumcircle is the line at infinity, given in trilinear coordinates by ax + by + cz = 0 and in barycentric coordinates by x + y + z = 0.

Higher dimensions

Additionally, the circumcircle of a triangle embedded in d dimensions can be found using a generalized method. Let A, B, and C be d-dimensional points, which form the vertices of a triangle. We start by transposing the system to place C at the origin:

a = A C , b = B C .

The circumradius, r, is then

r = a b a b 2 a × b = a b 2 sin θ = A B 2 sin θ ,

where θ is the interior angle between a and b. The circumcenter, p0, is given by

p 0 = ( a 2 b b 2 a ) × ( a × b ) 2 a × b 2 + C .

This formula only works in three dimensions as the cross product is not defined in other dimensions, but it can be generalized to the other dimensions by replacing the cross products with following identities:

( a × b ) × c = ( a c ) b ( b c ) a , a × ( b × c ) = ( a c ) b ( a b ) c , a × b = a 2 b 2 ( a b ) 2 .

Cartesian coordinates

The Cartesian coordinates of the circumcenter are

U x = 1 D [ ( A x 2 + A y 2 ) ( B y C y ) + ( B x 2 + B y 2 ) ( C y A y ) + ( C x 2 + C y 2 ) ( A y B y ) ] U y = 1 D [ ( A x 2 + A y 2 ) ( C x B x ) + ( B x 2 + B y 2 ) ( A x C x ) + ( C x 2 + C y 2 ) ( B x A x ) ]

with

D = 2 [ A x ( B y C y ) + B x ( C y A y ) + C x ( A y B y ) ] .

Without loss of generality this can be expressed in a simplified form after translation of the vertex A to the origin of the Cartesian coordinate systems, i.e., when A′ = AA = (Ax,Ay) = (0,0). In this case, the coordinates of the vertices B′ = BA and C′ = CA represent the vectors from vertex A′ to these vertices. Observe that this trivial translation is possible for all triangles and the circumcenter coordinates of the triangle ABC′ follow as

1 D [ C y ( B x 2 + B y 2 ) B y ( C x 2 + C y 2 ) ] , 1 D [ B x ( C x 2 + C y 2 ) C x ( B x 2 + B y 2 ) ]

with

D = 2 ( B x C y B y C x ) .

Trilinear coordinates

The circumcenter has trilinear coordinates

cos α : cos β : cos γ

where α, β, γ are the angles of the triangle.

In terms of the side lengths a, b, c, the trilinears are

a ( b 2 + c 2 a 2 ) : b ( c 2 + a 2 b 2 ) : c ( a 2 + b 2 c 2 ) .

Barycentric coordinates

The circumcenter has barycentric coordinates

a 2 ( b 2 + c 2 a 2 ) : b 2 ( c 2 + a 2 b 2 ) : c 2 ( a 2 + b 2 c 2 ) ,

where a, b, c are edge lengths (BC, CA, AB respectively) of the triangle.

In terms of the triangle's angles α , β , γ , the barycentric coordinates of the circumcenter are

sin 2 α : sin 2 β : sin 2 γ .

Circumcenter vector

Since the Cartesian coordinates of any point are a weighted average of those of the vertices, with the weights being the point's barycentric coordinates normalized to sum to unity, the circumcenter vector can be written as

U = a 2 ( b 2 + c 2 a 2 ) A + b 2 ( c 2 + a 2 b 2 ) B + c 2 ( a 2 + b 2 c 2 ) C a 2 ( b 2 + c 2 a 2 ) + b 2 ( c 2 + a 2 b 2 ) + c 2 ( a 2 + b 2 c 2 ) .

Here U is the vector of the circumcenter and A, B, C are the vertex vectors. The divisor here equals 16S 2 where S is the area of the triangle.

Cartesian coordinates from cross- and dot-products

In Euclidean space, there is a unique circle passing through any given three non-collinear points P1, P2, and P3. Using Cartesian coordinates to represent these points as spatial vectors, it is possible to use the dot product and cross product to calculate the radius and center of the circle. Let

P 1 = [ x 1 y 1 z 1 ] , P 2 = [ x 2 y 2 z 2 ] , P 3 = [ x 3 y 3 z 3 ]

Then the radius of the circle is given by

r = | P 1 P 2 | | P 2 P 3 | | P 3 P 1 | 2 | ( P 1 P 2 ) × ( P 2 P 3 ) |

The center of the circle is given by the linear combination

P c = α P 1 + β P 2 + γ P 3

where

α = | P 2 P 3 | 2 ( P 1 P 2 ) ( P 1 P 3 ) 2 | ( P 1 P 2 ) × ( P 2 P 3 ) | 2 β = | P 1 P 3 | 2 ( P 2 P 1 ) ( P 2 P 3 ) 2 | ( P 1 P 2 ) × ( P 2 P 3 ) | 2 γ = | P 1 P 2 | 2 ( P 3 P 1 ) ( P 3 P 2 ) 2 | ( P 1 P 2 ) × ( P 2 P 3 ) | 2

Location relative to the triangle

The circumcenter's position depends on the type of triangle:

  • If and only if a triangle is acute (all angles smaller than a right angle), the circumcenter lies inside the triangle.
  • If and only if it is obtuse (has one angle bigger than a right angle), the circumcenter lies outside the triangle.
  • If and only if it is a right triangle, the circumcenter lies at the center of the hypotenuse. This is one form of Thales' theorem.
  • These locational features can be seen by considering the trilinear or barycentric coordinates given above for the circumcenter: all three coordinates are positive for any interior point, at least one coordinate is negative for any exterior point, and one coordinate is zero and two are positive for a non-vertex point on a side of the triangle.

    The angles which the circumscribed circle forms with the sides of the triangle coincide with angles at which sides meet each other. The side opposite angle α meets the circle twice: once at each end; in each case at angle α (similarly for the other two angles). This is due to the alternate segment theorem, which states that the angle between the tangent and chord equals the angle in the alternate segment.

    Triangle centers on the circumcircle of triangle ABC

    In this section, the vertex angles are labeled A, B, C and all coordinates are trilinear coordinates:

  • Steiner point = bc / (b2c2) : ca / (c2a2) : ab / (a2b2) = the nonvertex point of intersection of the circumcircle with the Steiner ellipse. (The Steiner ellipse, with center = centroid(ABC), is the ellipse of least area that passes through A, B, and C. An equation for this ellipse is 1/(ax) + 1/(by) + 1/(cz) = 0.)
  • Tarry point = sec (A + ω) : sec (B + ω) : sec (C + ω) = antipode of the Steiner point
  • Focus of the Kiepert parabola = csc (BC) : csc (CA) : csc (AB).
  • Other properties

    The diameter of the circumcircle, called the circumdiameter and equal to twice the circumradius, can be computed as the length of any side of the triangle divided by the sine of the opposite angle:

    diameter = a sin A = b sin B = c sin C .

    As a consequence of the law of sines, it does not matter which side and opposite angle are taken: the result will be the same.

    The diameter of the circumcircle can also be expressed as

    diameter = a b c 2 area = | A B | | B C | | C A | 2 | Δ A B C | = a b c 2 s ( s a ) ( s b ) ( s c ) = 2 a b c ( a + b + c ) ( a + b + c ) ( a b + c ) ( a + b c )

    where a, b, c are the lengths of the sides of the triangle and s = (a + b + c)/2 is the semiperimeter. The expression s ( s a ) ( s b ) ( s c ) above is the area of the triangle, by Heron's formula.[3] Trigometric expressions for the diameter of the circumcircle include

    diameter = 2 area sin A sin B sin C .

    The triangle's nine-point circle has half the diameter of the circumcircle.

    In any given triangle, the circumcenter is always collinear with the centroid and orthocenter. The line that passes through all of them is known as the Euler line.

    The isogonal conjugate of the circumcenter is the orthocenter.

    The useful minimum bounding circle of three points is defined either by the circumcircle (where three points are on the minimum bounding circle) or by the two points of the longest side of the triangle (where the two points define a diameter of the circle). It is common to confuse the minimum bounding circle with the circumcircle.

    The circumcircle of three collinear points is the line on which the three points lie, often referred to as a circle of infinite radius. Nearly collinear points often lead to numerical instability in computation of the circumcircle.

    Circumcircles of triangles have an intimate relationship with the Delaunay triangulation of a set of points.

    By Euler's theorem in geometry, the distance between the circumcenter O and the incenter I is

    O I = R ( R 2 r ) ,

    where r is the incircle radius and R is the circumcircle radius; hence the circumradius is at least twice the inradius (Euler's triangle inequality), with equality only in the equilateral case.

    The distance between O and the orthocenter H is

    O H = R 2 8 R 2 cos A cos B cos C = 9 R 2 ( a 2 + b 2 + c 2 ) .

    For centroid G and nine-point center N we have

    I G < I O , 2 I N < I O , O I 2 = 2 R I N .

    The product of the incircle radius and the circumcircle radius of a triangle with sides a, b, and c is

    r R = a b c 2 ( a + b + c ) .

    With circumradius R, sides a, b, c, and medians ma, mb, and mc, we have

    3 3 R a + b + c 9 R 2 a 2 + b 2 + c 2 27 4 R 2 m a 2 + m b 2 + m c 2 .

    If median m, altitude h, and internal bisector t all emanate from the same vertex of a triangle with circumradius R, then

    4 R 2 h 2 ( t 2 h 2 ) = t 4 ( m 2 h 2 ) .

    Carnot's theorem states that the sum of the distances from the circumcenter to the three sides equals the sum of the circumradius and the inradius. Here a segment's length is considered to be negative if and only if the segment lies entirely outside the triangle.

    If a triangle has two particular circles as its circumcircle and incircle, there exist an infinite number of other triangles with the same circumcircle and incircle, with any point on the circumcircle as a vertex. (This is the n=3 case of Poncelet's porism). A necessary and sufficient condition for such triangles to exist is the above equality O I = R ( R 2 r ) .

    Cyclic quadrilaterals

    Quadrilaterals that can be circumscribed have particular properties including the fact that opposite angles are supplementary angles (adding up to 180° or π radians).

    Cyclic n-gons

    For a cyclic polygon with an odd number of sides, all angles are equal if and only if the polygon is regular. A cyclic polygon with an even number of sides has all angles equal if and only if the alternate sides are equal (that is, sides 1, 3, 5, ... are equal, and sides 2, 4, 6, ... are equal).

    A cyclic pentagon with rational sides and area is known as a Robbins pentagon; in all known cases, its diagonals also have rational lengths.

    In any cyclic n-gon with even n, the sum of one set of alternate angles (the first, third, fifth, etc.) equals the sum of the other set of alternate angles. This can be proven by induction from the n=4 case, in each case replacing a side with three more sides and noting that these three new sides together with the old side form a quadrilateral which itself has this property; the alternate angles of the latter quadrilateral represent the additions to the alternate angle sums of the previous n-gon.

    Let one n-gon be inscribed in a circle, and let another n-gon be tangential to that circle at the vertices of the first n-gon. Then from any point P on the circle, the product of the perpendicular distances from P to the sides of the first n-gon equals the product of the perpendicular distances from P to the sides of the second n-gon.

    Point on the circumcircle

    Let a cyclic n-gon have vertices A1 , ..., An on the unit circle. Then for any point M on the minor arc A1An, the distances from M to the vertices satisfy

    { M A 1 + M A 3 + + M A n 2 + M A n < n 2 if n is odd ; M A 1 + M A 3 + + M A n 3 + M A n 1 n 2 if n is even .

    Polygon circumscribing constant

    Any regular polygon is cyclic. Consider a unit circle, then circumscribe a regular triangle such that each side touches the circle. Circumscribe a circle, then circumscribe a square. Again circumscribe a circle, then circumscribe a regular 5-gon, and so on. The radii of the circumscribed circles converge to the so-called polygon circumscribing constant n 3 1 / cos ( π n ) = 8.7000366.. . (sequence A051762 in the OEIS). The reciprocal of this constant is the Kepler–Bouwkamp constant.

    References

    Circumscribed circle Wikipedia