(Redirected from Circumcenter)
Circumscribed circle, C, and circumcentre, O, of a cyclic polygon, P
In
geometry, the 'circumscribed circle' or 'circumcircle' of a
polygon is a circle which passes through all the vertices of the polygon. The
centre of this circle is called the 'circumcenter'.
A polygon which has a circumscribed circle is called a 'cyclic polygon'. All regular
simple polygons, 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. Yet any polygon has a unique minimum bounding circle, which may be constructed by a
linear time algorithm. 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 hypotenuse as diameter and does not pass through the opposite vertex.
Circumcircles of triangles
All triangles are cyclic, i.e. every triangle has a circumscribed circle.
The circumcenter of a triangle can be found as the intersection of the three
perpendicular bisectors. (A ''perpendicular bisector'' is a line that forms a right angle with one of the triangle's sides and intersects that side at its midpoint.) This is because the circumcenter is equidistant from any pair of the triangle's points, and all points on the perpendicular bisectors are equidistant from those points of 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.
The circumcentre'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
★ If and only if it is a right triangle, the circumcenter lies on one of its sides (namely, the
hypotenuse). This is one form of
Thales' theorem.
The
diameter of the circumcircle can be computed as the length of any side of the triangle, divided by the
sine of the opposite
angle. (As a consequence of the
law of sines, it doesn't matter which side is taken: the result will be the same.) 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 an infinitely large circle. Nearly collinear points often cause problems and errors in computation of the circumcircle.
Circumcircles of triangles have an intimate relationship with the
Delaunay triangulation of a
set of points.
Circumcircle equations
The circumcircle is given in
Cartesian coordinates by the equation
:
where ''A'', ''B'' and ''C'' are the vertices of the triangle, and the solution for 'v' is the circumcircle. (Note 'A'
2 = ''A''
''x''2 + ''A''
''y''2.)
Given
:
,
,
,
we then have a'v'
2 − 2'Sv' − ''b'' = 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), ('v' − 'S'/''a'')
2 = ''b''/''a'' + 'S'2/''a''2, giving the circumcenter 'S'/''a'' and the circumradius √ (''b''/''a'' + 'S'2/''a''2). This approach should also work for the circumsphere of a tetrahedron.
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 1/''x'' + 1/''y'' + 1/''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.
Coordinates of circumcenter
The circumcenter has trilinear coordinates (cos , cos , cos ) where are the angles of the triangle. The circumcenter has barycentric coordinates
:
where are edge lengths ( respectively) of the triangle.
The angles at which the circle meets the sides
The angles at which the circumscribed circle meet 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).
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''/ (''b''2 − ''c''2) : ''ca''/ (''c''2 − ''a''2) : ''ab''/''(''a2 − ''b''2) = 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 (''B'' − ''C'') : csc (''C'' − ''A'') : csc (''A'' − ''B'')
Cyclic quadrilaterals
Main articles: Cyclic quadrilateral
Quadrilaterals that can be circumscribed have particular properties including the fact that opposite angles are supplementary angles (adding up to 180° or π radians).
See also
★ inscribed circle
★ Jung's theorem, an inequality relating the diameter of a point set to the radius of its minimum bounding circle
References
★ Linear-time algorithms for linear programming in 'R'3 and related problems, Megiddo, N., , , SIAM Journal on Computing, 1983
★ Triangle centers and central triangles, Kimberling, Clark, , , Congressus Numerantium, 1998
External links
★ Triangle centers by Antonio Gutierrez from Geometry Step by Step from the Land of the Incas.
★ Triangle circumcircle and circumcenter With interactive animation
★ Circumcircle at MathWorld
★ Steiner circumellipse at MathWorld
★ An interactive Java applet for the circumcenter