Product Code Database
Example Keywords: programming -mario $10-174
   » » Wiki: Circumcircle
Tag Wiki 'Circumcircle'.
Tag

In , the circumscribed circle or circumcircle of a is a that passes through all three vertices. The center of this circle is called the circumcenter of the triangle, and its radius is called the circumradius. The circumcenter is the point of intersection between the three perpendicular bisectors of the triangle's sides, and is a .

More generally, an -sided with all its vertices on the same circle, also called the circumscribed circle, is called a , or in the special case , a cyclic quadrilateral. All , isosceles trapezoids, , and are cyclic, but not every polygon is.


Straightedge and compass construction
The circumcenter of a triangle can be constructed by drawing any two of the three perpendicular bisectors. For three non-collinear points, these two lines cannot be parallel, and the circumcenter is the point where they cross. Any point on the bisector is equidistant from the two points that it bisects, from which it follows that this point, on both bisectors, is equidistant from all three triangle vertices. The circumradius is the distance from it to any of the three vertices.


Alternative construction
An alternative 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 , a triangle's circumcircle is sometimes used as a way of obtaining a using a when no is available. The horizontal angle between two landmarks defines the circumcircle upon which the observer lies.


Circumcircle equations

Cartesian coordinates
In the , 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
\begin{align}
 \mathbf{A} &= (A_x, A_y) \\
 \mathbf{B} &= (B_x, B_y) \\
 \mathbf{C} &= (C_x, C_y)
     
\end{align}

are the coordinates of points . The circumcircle is then the locus of points \mathbf v = (v_x,v_y) in the Cartesian plane satisfying the equations

\begin{align}
 |\mathbf{v} - \mathbf{u}|^2 &= r^2 \\
 |\mathbf{A} - \mathbf{u}|^2 &= r^2 \\
 |\mathbf{B} - \mathbf{u}|^2 &= r^2 \\
 |\mathbf{C} - \mathbf{u}|^2 &= r^2
     
\end{align}

guaranteeing that the points are all the same distance from the common center \mathbf u of the circle. Using the polarization identity, these equations reduce to the condition that the matrix

\begin{bmatrix}
 |\mathbf{v}|^2 & -2v_x & -2v_y & -1 \\
 |\mathbf{A}|^2 & -2A_x & -2A_y & -1 \\
 |\mathbf{B}|^2 & -2B_x & -2B_y & -1 \\
 |\mathbf{C}|^2 & -2C_x & -2C_y & -1
     
\end{bmatrix}

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

\det\begin{bmatrix}
 |\mathbf{v}|^2 & v_x & v_y & 1 \\
 |\mathbf{A}|^2 & A_x & A_y & 1 \\
 |\mathbf{B}|^2 & B_x & B_y & 1 \\
 |\mathbf{C}|^2 & C_x & C_y & 1
     
\end{bmatrix}=0.

Using cofactor expansion, let

\begin{align}
 S_x &= \frac{1}{2}\det\begin{bmatrix}
   |\mathbf{A}|^2 & A_y & 1 \\
   |\mathbf{B}|^2 & B_y & 1 \\
   |\mathbf{C}|^2 & C_y & 1
 \end{bmatrix}, \\[5pt]
 S_y &= \frac{1}{2}\det\begin{bmatrix}
   A_x & |\mathbf{A}|^2 & 1 \\
   B_x & |\mathbf{B}|^2 & 1 \\
   C_x & |\mathbf{C}|^2 & 1
 \end{bmatrix}, \\[5pt]
 a &= \det\begin{bmatrix}
   A_x & A_y & 1 \\
   B_x & B_y & 1 \\
   C_x & C_y & 1
 \end{bmatrix}, \\[5pt]
 b &= \det\begin{bmatrix}
    A_x & A_y & |\mathbf{A}|^2 \\
    B_x & B_y & |\mathbf{B}|^2 \\
    C_x & C_y & |\mathbf{C}|^2
 \end{bmatrix}
     
\end{align}

we then have a|\mathbf v|^2 - 2\mathbf{Sv} - b = 0 where \mathbf S = (S_x, S_y), 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 at infinity) – \left|\mathbf v - \tfrac{\mathbf S}{a}\right|^2 = \tfrac{b}{a} + \tfrac

giving the circumcenter \tfrac{\mathbf S}{a} and the circumradius \sqrt{\tfrac{b}{a} + \tfrac{|\mathbf S|^2}{a^2}}. A similar approach allows one to deduce the equation of the of a .>


Parametric equation
A to the plane containing the circle is given by
\widehat{n} = \frac{(P_2 - P_1) \times (P_3 - P_1)}{
.

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

\mathrm{R} (s) = \mathrm{P_c} +
 \cos\left(\frac{\mathrm{s}}{\mathrm{r}}\right)
   (P_0 - P_c) +
 \sin\left(\frac{\mathrm{s}}{\mathrm{r}}\right)
   \left[\widehat{n} \times(P_0 - P_c)\right].
     


Trilinear and barycentric coordinates
An equation for the circumcircle in trilinear coordinates is \tfrac{a}{x} + \tfrac{b}{y} + \tfrac{c}{z} =0. An equation for the circumcircle in barycentric coordinates is \tfrac{a^2}{x} + \tfrac{b^2}{y} + \tfrac{c^2}{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 three dimensions can be found using a generalized method. Let be three-dimensional points, which form the vertices of a triangle. We start by transposing the system to place at the origin:
\begin{align}
 \mathbf{a} &= \mathbf{A}-\mathbf{C}, \\
 \mathbf{b} &= \mathbf{B}-\mathbf{C}.
     
\end{align}

The circumradius is then

r = \frac
            {\left\|\mathbf{a}\right\|\left\|\mathbf{b}\right\|\left\|\mathbf{a} - \mathbf{b}\right\|}
            {2 \left\|\mathbf{a}\times\mathbf{b}\right\|}
        = \frac{\left\|\mathbf{a} - \mathbf{b}\right\|}{2 \sin\theta}
        = \frac{\left\|\mathbf{A} - \mathbf{B}\right\|}{2 \sin\theta},
     
where is the interior angle between and . The circumcenter, , is given by
p_0 = \frac{(\left\|\mathbf{a}\right\|^2\mathbf{b} - \left\|\mathbf{b}\right\|^2\mathbf{a})
                     \times (\mathbf{a} \times \mathbf{b})}
                 {2 \left\|\mathbf{a}\times\mathbf{b}\right\|^2} + \mathbf{C}.
     

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

\begin{align}
 \mathbf{u} \times (\mathbf{v} \times \mathbf{w}) &= (\mathbf{u} \cdot \mathbf{w})\mathbf{v} - (\mathbf{u} \cdot \mathbf{v})\mathbf{w}, \\
   \left\|\mathbf{u} \times \mathbf{v}\right\|^2  &= \left\|\mathbf{u}\right\|^2 \left\|\mathbf{v}\right\|^2 - (\mathbf{u} \cdot \mathbf{v})^2.
     
\end{align}

This gives us the following equation for the circumradius :

r = \frac
            {\left\|\mathbf{a}\right\|\left\|\mathbf{b}\right\|\left\|\mathbf{a} - \mathbf{b}\right\|}
            {2 \sqrt{\left\|\mathbf{a}\right\|^{2}\left\|\mathbf{b}\right\|^2 - (\mathbf{a} \cdot \mathbf{b})^2}}
     

and the following equation for the circumcenter :

p_0 = \frac{((\left\|\mathbf{a}\right\|^2\mathbf{b} - \left\|\mathbf{b}\right\|^2\mathbf{a})
                    \cdot \mathbf{b}) \mathbf{a} -
                  ((\left\|\mathbf{a}\right\|^2\mathbf{b} - \left\|\mathbf{b}\right\|^2\mathbf{a})
                    \cdot \mathbf{a}) \mathbf{b}}
                 {2 (\left\|\mathbf{a}\right\|^{2}\left\|\mathbf{b}\right\|^2 - (\mathbf{a} \cdot \mathbf{b})^2)}
          + \mathbf{C}
     

which can be simplified to:

p_0 = \frac{\left\|\mathbf{a}\right\|^{2}\left\|\mathbf{b}\right\|^{2}(\mathbf{a} + \mathbf{b})
                  - (\mathbf{a}\cdot\mathbf{b})(\left\|\mathbf{a}\right\|^{2}\mathbf{b} + \left\|\mathbf{b}\right\|^{2}\mathbf{a})}
                 {2 (\left\|\mathbf{a}\right\|^{2}\left\|\mathbf{b}\right\|^2 - (\mathbf{a} \cdot \mathbf{b})^2)}
          + \mathbf{C}
     


Circumcenter coordinates

Cartesian coordinates
The Cartesian coordinates of the circumcenter U = \left(U_x, U_y\right) are
\begin{align}
 U_x &= \frac{1}{D}\left[(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)\right] \\[5pt]
 U_y &= \frac{1}{D}\left[(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)\right]
     
\end{align}

with

D = 2\leftA_x(B_y.\,

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

\begin{align}
 U'_x &= \frac{1}{D'}\left[C'_y({B'_x}^2 + {B'_y}^2) - B'_y({C'_x}^2 + {C'_y}^2)\right], \\[5pt]
 U'_y &= \frac{1}{D'}\left[B'_x({C'_x}^2 + {C'_y}^2) - C'_x({B'_x}^2 + {B'_y}^2)\right]
     
\end{align}

with

D' = 2(B'_x C'_y - B'_y C'_x). \,

Due to the translation of vertex to the origin, the circumradius can be computed as

r = \|U'\| = \sqrt = \frac
{2|\Delta ABC|} \\5pt
                 & {}= \frac{abc}{2\sqrt{s(s - a)(s - b)(s - c)}}\\[5pt]
                 & {}= \frac{2abc}{\sqrt{(a + b + c)(-a + b + c)(a - b + c)(a + b - c)}}
     
\end{align}

where are the lengths of the sides of the triangle and s=\tfrac{a+b+c}{2} is the semiperimeter. The expression \scriptstyle \sqrt{s(s-a)(s-b)(s-c)} above is the area of the triangle, by Heron's formula.

(1969). 9780471504580, Wiley. .
Trigonometric expressions for the diameter of the circumcircle include
\text{diameter} = \sqrt{\frac{2 \cdot \text{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 and . The line that passes through all of them is known as the .

The isogonal conjugate of the circumcenter is the .

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 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 and the is

\overline{OI} = \sqrt{R(R - 2r)},

where is the incircle radius and is the circumcircle radius; hence the circumradius is at least twice the inradius (), with equality only in the equilateral case.Nelson, Roger, "Euler's triangle inequality via proof without words," Mathematics Magazine 81(1), February 2008, 58-61. See in particular p. 198.

The distance between and the is See in particular p. 449.

\overline{OH} = \sqrt{R^2 - 8R^2\cos A \cos B \cos C} = \sqrt{9R^2 - (a^2 + b^2 + c^2)}.

For and nine-point center we have

\begin{align}
\overline{IG} &< \overline{IO}, \\ 2\overline{IN} &< \overline{IO}, \\ \overline{OI}^2 &= 2R\cdot \overline{IN}. \end{align}

The product of the incircle radius and the circumcircle radius of a triangle with sides is Republished by Dover Publications as Advanced Euclidean Geometry, 1960 and 2007.

rR = \frac{abc}{2(a + b + c)}.

With circumradius , sides , and medians , we have

\begin{align}
      3\sqrt{3}R &\geq a + b + c \\[5pt]
            9R^2 &\geq a^2 + b^2 + c^2 \\[5pt]
 \frac{27}{4}R^2 &\geq m_a^2 + m_b^2 + m_c^2.
     
\end{align}

If median , altitude , and internal bisector all emanate from the same vertex of a triangle with circumradius , then Reprinted by Dover Publications, 2007.

4R^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 . 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 , 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 case of Poncelet's porism). A necessary and sufficient condition for such triangles to exist is the above equality \overline{OI}=\sqrt{R(R-2r)}.


Cyclic polygons
A set of points lying on the same circle are called , and a polygon whose vertices are concyclic is called a . Every triangle is concyclic, but polygons with more than three sides are not in general.

Cyclic polygons, especially four-sided cyclic quadrilaterals, have various special properties. In particular, the opposite angles of a cyclic quadrilateral are supplementary angles (adding up to 180° or π radians).


See also


External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time