Francisco Javier García Capitán, Barycentric Coordinates, Pp.32-48

Total Page:16

File Type:pdf, Size:1020Kb

Francisco Javier García Capitán, Barycentric Coordinates, Pp.32-48 International Journal of Computer Discovered Mathematics (IJCDM) ISSN 2367-7775 c IJCDM November 2015, Volume 0, No.0, pp.32-48. Received 12 July 2015. Published on-line 15 September 2015 web: http://www.journal-1.eu/ c The Author(s) This article is published with open access1. Barycentric Coordinates Francisco Javier Garc´ia Capitan´ I.E.S. Alvarez Cubero, Priego de C´ordoba,Spain e-mail: [email protected] web: http://garciacapitan.99on.com/ Abstract. We give a short introduction to barycentric coordinates. Keywords. barycentric coordinates, triangle geometry. Mathematics Subject Classification (2010). 51-04. 1. Barycentric coordinates with respect to a triangle. 1.1. Homogeneous barycentric coordinates. Let ABC be a triangle and u; v; w 2 such that u + v + w 6= 0. For any point O, let P be the point R −! −! −−! −! on the plane such that (u + v + w)OP = uOA + vOB + wOC. We can prove that −−! −−! −−! −−! P does not depend on O. For, if (u + v + w)O0P 0 = uO0A + vO0B + wO0C, then −−! −−! −−! −! −−! −! −−! −! (u + v + w)(O0P 0 − OP ) =u(O0A − OA) + v(O0A − OA) + w(O0A − OA) = −−! =(u + v + w)O0O; −−! −−! −! −−! therefore O0P 0 = O0O + OP = O0P and P 0 = P . Hence we can define P as the center of mass of the system formed by the points A; B; C with weights u; v; w. The barycentric coordinates of a point P with respect to the triangle ABC is a list (x : y : z) of three numbers such that x : y : z = (P BC):(PCA):(P AB): Now we prove that P is the center of mass of the system A; B; C with weights x; y; z. 1This article is distributed under the terms of the Creative Commons Attribution License which permits any use, distribution, and reproduction in any medium, provided the original author(s) and the source are credited. 32 Francisco Javier Garc´ıa Capitan´ 33 A −−! −! −−! −! m −−! AD =AB + BD = AB + m+n BC; −! s −−! s −! sm −−! s AP = s+t AD = s+t AB + (s+t)(m+n) BC; −! −! −−! −! −! −−! P OP − OA = s OB − OA + sm OC − OB ; s+t (s+t)(m+n) t −! −! −−! −! OP = t OA + sn OB + sm OC: m n s+t (s+t)(m+n) (s+t)(m+n) B D C Then P is the center of mass of the system formed by A; B; C with weights t(m + n), sn and sm. But, sn DC (ADC) (P DC) (ADC) − (P DC) 4(PCA) = = = = = : sm BD (ABD) (P BD) (ABD) − (P BD) (P AB) This proves that y : z = (PCA):(P AB). In the same way, we can prove that x : y : z = (P BC):(PCA):(P AB). Examples. A A A O G I B C B C B C (1) The centroid G has homogeneous barycentric coordinates (1 : 1 : 1), be- cause the areas GBC, GCA and GAB are equal to each other. (2) The incenter I has coordinates a : b : c, because the areas of the trian- 1 1 1 gles IBC, ICA e IAB are respectively 2 ar, 2 br and 2 cr, where r is the inradius. (3) The circuncenter O. If R is the circumradius, the coordinates of O are (OBC):(OCA):(OAB) = 1 2 1 2 1 2 = 2 R sin 2A : 2 R sin 2B : 2 R sin 2C = = sin A cos A : sin B cos B : sin C cos C = b2 + c2 − a2 c2 + a2 − b2 a2 + b2 − c2 =a · = b · = c · = 2bc 2ac 2ab =a2(b2 + c2 − a2): b2(c2 + a2 − b2): c2(a2 + b2 − c2): (4) The points on line BC have coordinates of the form (0 : y : z). In the same way, points on lines CA and AB have coordinates (x : 0 : z) and (x : y : 0), respectively. Exercises. (1) Show that the sum of coordinates of the circumcenter equals to 4S2, where S is twice the area of ABC. 34 Barycentric coordinates We consider the Heron formula for the area of the triangle and do some algebraic manipulation: a2(b2 + c2 − a2) + b2(c2 + a2 − b2) + c2(a2 + b2 − c2) = =2a2b2 + 2a2c2 + 2b2c2 − a4 − b4 − c4 = =(a + b + c)(−a + b + c)(a − b + c)(a + b − c) = a + b + c −a + b + c a − b + c a + b − c =4 · 4 · · · · = 2 2 2 2 =4S2: (2) Find the coordinates of the excenters. We consider the following figure that shows the triangle ABC and the excenter Ib. A rb I b BC The barycentric coordinates of Ib are (IbBC):(IbCA):(IbAB) = arb : −brb : crb = a : −b : c: We observe that the orientation of triangle IbCA is opposite the orienta- tion of the other two, giving the negative second coordinate. In the same way, we have Ia = (−a : b : c) and Ic = a : b : −c. 1.2. Absolute barycentric coordinates. Let P be a point with (homogeneous barycentric) coordinates (x : y : z). If x+y+z 6= 0, we get the absolute coordinates of P by normalizing the coefficients so that their sum becomes 1: x · A + y · B + z · C P = : x + y + z If we have absolute coordinates of P and Q, the point that divides the segment qP +pQ PQ in the ratio PX : XQ = p : q has absolute coordinates p+q . However, since it is more convenient avoiding denominators in our calculations, we adapt the previous formula in the following way: If P = (u : v : w) and Q = (u0 : v0 : w0) are homogeneous barycentric coordinates satisfying u + v + w = u0 + v0 + w0, then the point X that divides PQ in the ratio PX : XQ = p : q has homogeneous coordinates (qu + pu0 : qv + pv0 : qw + pw0). Exercises. (1) The orthocenter lies on Euler lines and divides OG in the ratio 3 : −2. Prove that their barycentric coordinates can be written H = (tan A : tan B : tan C); Francisco Javier Garc´ıa Capitan´ 35 or equivalently, 1 1 1 H = : : : b2 + c2 − a2 c2 + a2 − b2 a2 + b2 − c2 We have seen that O = a2(b2 + c2 − a2): b2(c2 + a2 − b2): c2(a2 + b2 − c2) ; G = (1 : 1 : 1); with sum 4S2 and 3 respectively. We first consider these coordinates with equal sum 12S2: O = 3a2(b2 + c2 − a2) : 3b2(c2 + a2 − b2) : 3c2(a2 + b2 − c2) ; G = (4S2 : 4S2 : 4S2): Now the first coordinate of H is (−2)3a2(b2 + c2 − a2) + 3 · 4S2 = = − 6(a2b2 + a2c2 − a4) + 3(2a2b2 + 2a2c2 + 2b2c2 − a4 − b4 − c4) = =3a4 − 3b4 + 6b2c2 − 3c4 = =3(a2 − b2 + c2)(a2 + b2 − c2): In the same way, the second and third coordinates are 3(−a2 + b2 + c2)(a2 + b2 − c2) and 3(−a2 + b2 + c2)(a2 − b2 + c2). If we divide them by (−a2 + b2 + c2)(a2 − b2 + c2)(a2 + b2 − c2) we get 1 1 1 H = : : : b2 + c2 − a2 c2 + a2 − b2 a2 + b2 − c2 Now, 1 sin A 1 tan A = 2bc = S = ; b2 + c2 − a2 b2 + c2 − a2 cos A S 2bc threfore H = (tan A : tan B : tan C): (2) Use that the nine point center N divides OG in the ratio 3 : −1 to show that their barycentric coordinates can be written as N = (a cos(B − C): b cos(C − A): c cos(A − B)): Starting from O = 3a2(b2 + c2 − a2) : 3b2(c2 + a2 − b2) : 3c2(a2 + b2 − c2) ; G = (4S2 : 4S2 : 4S2); the first coordinate of N is (−1)3a2(b2 + c2 − a2) + 3 · 4S2 = = −3a2b2 − 3a2c2 + 3a4 + 3(2a2b2 + 2a2c2 + 2b2c2 − a4 − b4 − c4) = 3(a2b2 + a2c2 + 2b2c2 − b4 − c4): 36 Barycentric coordinates To arrive the desired result, we use the formulas a2 + c2 − b2 cos B = ;S = ac sin B 2ac (and the corresponding ones for angle C). Then, cos(B − C) = cos B cos C + sin B sin C = a2 + c2 − b2 a2 + b2 − c2 S S = · + = 2ac 2ab ac ab (a2 + c2 − b2)(a2 + b2 − c2) + 4S2 = = 4a2bc 2a2b2 + 2a2c2 + 4b2c2 − 2b4 − 2c4 = = 4a2bc 1 a2b2 + a2c2 + 2b2c2 − b4 − c4 = · : a 2abc Thus we have N = (a cos(B − C): b cos(C − A): c cos(A − B)): 2. Conway formula 2.1. Notation. If θ is any angle and S is twice the area of ABC, we define Sθ = S cot θ. In particular, b2 + c2 − a2 c2 + a2 − b2 a2 + b2 − c2 S = ;S = ;S = : A 2 B 2 C 2 Given two angles θ and φ, we define Sθφ = Sθ · Sφ. In this notation, we have the formulas : 2 2 2 (1) SB + SC = a , SC + SA = b , SA + SB = c . 2 (2) SAB + SBC + SCA = S . The first one is easy. The second one comes from the identity cot A cot B + cot B cot C + cot C cot A = 1: To prove this, cot A cot B + cot B cot C + cot C cot A = = cot A (cot B + cot C) + cot B cot C = cos A cos B cos C cos B cos C = + + · = sin A sin B sin C sin B sin C cos A sin C cos B + sin B cos C cos B cos C = · + · = sin A sin B sin C sin B sin C cos A sin(B + C) cos B cos C = · + · = sin A sin B sin C sin B sin C cos A cos B cos C = + = sin B sin C sin B sin C cos B cos C − cos(B + C) = = sin B sin C sin B sin C = = 1: sin B sin C Francisco Javier Garc´ıa Capitan´ 37 Examples. (1) The orthocenter has coordinates 1 1 1 : : = (SBC : SCA : SAB) : SA SB SC (2) The circumcenter has coordinates 2 2 2 a SA : b SB : c SC = (SA(SB + SC ): SB(SC + SA): SC (SA + SB)) : 2 In this way, the sum of coordinates is 2(SAB + SBC + SCA) = 2S .
Recommended publications
  • Angle Chasing
    Angle Chasing Ray Li June 12, 2017 1 Facts you should know 1. Let ABC be a triangle and extend BC past C to D: Show that \ACD = \BAC + \ABC: 2. Let ABC be a triangle with \C = 90: Show that the circumcenter is the midpoint of AB: 3. Let ABC be a triangle with orthocenter H and feet of the altitudes D; E; F . Prove that H is the incenter of 4DEF . 4. Let ABC be a triangle with orthocenter H and feet of the altitudes D; E; F . Prove (i) that A; E; F; H lie on a circle diameter AH and (ii) that B; E; F; C lie on a circle with diameter BC. 5. Let ABC be a triangle with circumcenter O and orthocenter H: Show that \BAH = \CAO: 6. Let ABC be a triangle with circumcenter O and orthocenter H and let AH and AO meet the circumcircle at D and E, respectively. Show (i) that H and D are symmetric with respect to BC; and (ii) that H and E are symmetric with respect to the midpoint BC: 7. Let ABC be a triangle with altitudes AD; BE; and CF: Let M be the midpoint of side BC. Show that ME and MF are tangent to the circumcircle of AEF: 8. Let ABC be a triangle with incenter I, A-excenter Ia, and D the midpoint of arc BC not containing A on the circumcircle. Show that DI = DIa = DB = DC: 9. Let ABC be a triangle with incenter I and D the midpoint of arc BC not containing A on the circumcircle.
    [Show full text]
  • Relationships Between Six Excircles
    Sangaku Journal of Mathematics (SJM) c SJM ISSN 2534-9562 Volume 3 (2019), pp.73-90 Received 20 August 2019. Published on-line 30 September 2019 web: http://www.sangaku-journal.eu/ c The Author(s) This article is published with open access1. Relationships Between Six Excircles Stanley Rabinowitz 545 Elm St Unit 1, Milford, New Hampshire 03055, USA e-mail: [email protected] web: http://www.StanleyRabinowitz.com/ Abstract. If P is a point inside 4ABC, then the cevians through P divide 4ABC into smaller triangles of various sizes. We give theorems about the rela- tionship between the radii of certain excircles of some of these triangles. Keywords. Euclidean geometry, triangle geometry, excircles, exradii, cevians. Mathematics Subject Classification (2010). 51M04. 1. Introduction Let P be any point inside a triangle ABC. The cevians through P divide 4ABC into six smaller triangles. In a previous paper [5], we found relationships between the radii of the circles inscribed in these triangles. For example, if P is at the orthocenter H, as shown in Figure 1, then we found that r1r3r5 = r2r4r6, where the ri are radii of the incircles as shown in the figure. arXiv:1910.00418v1 [math.HO] 28 Sep 2019 Figure 1. r1r3r5 = r2r4r6 In this paper, we will find similar results using excircles instead of incircles. When the cevians through a point P interior to a triangle ABC are drawn, many smaller 1This article is distributed under the terms of the Creative Commons Attribution License which permits any use, distribution, and reproduction in any medium, provided the original author(s) and the source are credited.
    [Show full text]
  • Point of Concurrency the Three Perpendicular Bisectors of a Triangle Intersect at a Single Point
    3.1 Special Segments and Centers of Classifications of Triangles: Triangles By Side: 1. Equilateral: A triangle with three I CAN... congruent sides. Define and recognize perpendicular bisectors, angle bisectors, medians, 2. Isosceles: A triangle with at least and altitudes. two congruent sides. 3. Scalene: A triangle with three sides Define and recognize points of having different lengths. (no sides are concurrency. congruent) Jul 24­9:36 AM Jul 24­9:36 AM Classifications of Triangles: Special Segments and Centers in Triangles By angle A Perpendicular Bisector is a segment or line 1. Acute: A triangle with three acute that passes through the midpoint of a side and angles. is perpendicular to that side. 2. Obtuse: A triangle with one obtuse angle. 3. Right: A triangle with one right angle 4. Equiangular: A triangle with three congruent angles Jul 24­9:36 AM Jul 24­9:36 AM Point of Concurrency The three perpendicular bisectors of a triangle intersect at a single point. Two lines intersect at a point. The point of When three or more lines intersect at the concurrency of the same point, it is called a "Point of perpendicular Concurrency." bisectors is called the circumcenter. Jul 24­9:36 AM Jul 24­9:36 AM 1 Circumcenter Properties An angle bisector is a segment that divides 1. The circumcenter is an angle into two congruent angles. the center of the circumscribed circle. BD is an angle bisector. 2. The circumcenter is equidistant to each of the triangles vertices. m∠ABD= m∠DBC Jul 24­9:36 AM Jul 24­9:36 AM The three angle bisectors of a triangle Incenter properties intersect at a single point.
    [Show full text]
  • Median and Altitude of a Triangle Goal: • to Use Properties of the Medians
    Median and Altitude of a Triangle Goal: • To use properties of the medians of a triangle. • To use properties of the altitudes of a triangle. Median of a Triangle Median of a Triangle – a segment whose endpoints are the vertex of a triangle and the midpoint of the opposite side. Vertex Median Median of an Obtuse Triangle A D Point of concurrency “P” or centroid E P C B F Medians of a Triangle The medians of a triangle intersect at a point that is two-thirds of the distance from each vertex to the midpoint of the opposite side. A D If P is the centroid of ABC, then AP=2 AF E 3 P C CP=22CE and BP= BD B F 33 Example - Medians of a Triangle P is the centroid of ABC. PF 5 Find AF and AP A D E P C B F 5 Median of an Acute Triangle A Point of concurrency “P” or centroid E D P C B F Median of a Right Triangle A F Point of concurrency “P” or centroid E P C B D The three medians of an obtuse, acute, and a right triangle always meet inside the triangle. Altitude of a Triangle Altitude of a triangle – the perpendicular segment from the vertex to the opposite side or to the line that contains the opposite side A altitude C B Altitude of an Acute Triangle A Point of concurrency “P” or orthocenter P C B The point of concurrency called the orthocenter lies inside the triangle. Altitude of a Right Triangle The two legs are the altitudes A The point of concurrency called the orthocenter lies on the triangle.
    [Show full text]
  • Figures Circumscribing Circles Tom M
    Figures Circumscribing Circles Tom M. Apostol and Mamikon A. Mnatsakanian 1. INTRODUCTION. The centroid of the boundary of an arbitrarytriangle need not be at the same point as the centroid of its interior. But we have discovered that the two centroids are always collinear with the center of the inscribed circle, at distances in the ratio 3 : 2 from the center. We thought this charming fact must surely be known, but could find no mention of it in the literature. This paper generalizes this elegant and surprising result to any polygon that circumscribes a circle (Theorem 6). A key ingredient of the proof is a link to Archimedes' striking discovery concerning the area of a circular disk [4, p. 91], which for our purposes we prefer to state as follows: Theorem 1 (Archimedes). The area of a circular disk is equal to the product of its semiperimeter and its radius. Expressed as a formula, this becomes A = Pr, (1) where A is the area, P is the perimeter, and r is the radius of the disk. First we extend (1) to a large class of plane figures circumscribing a circle that we call circumgons, defined in section 2. They include arbitrarytriangles, all regular polygons, some irregularpolygons, and other figures composed of line segments and circular arcs. Examples are shown in Figures 1 through 4. Section 3 treats circum- gonal rings, plane regions lying between two similar circumgons. These rings have a constant width that replaces the radius in the corresponding extension of (1). We also show that all rings of constant width are necessarily circumgonal rings.
    [Show full text]
  • Special Isocubics in the Triangle Plane
    Special Isocubics in the Triangle Plane Jean-Pierre Ehrmann and Bernard Gibert June 19, 2015 Special Isocubics in the Triangle Plane This paper is organized into five main parts : a reminder of poles and polars with respect to a cubic. • a study on central, oblique, axial isocubics i.e. invariant under a central, oblique, • axial (orthogonal) symmetry followed by a generalization with harmonic homolo- gies. a study on circular isocubics i.e. cubics passing through the circular points at • infinity. a study on equilateral isocubics i.e. cubics denoted 60 with three real distinct • K asymptotes making 60◦ angles with one another. a study on conico-pivotal isocubics i.e. such that the line through two isoconjugate • points envelopes a conic. A number of practical constructions is provided and many examples of “unusual” cubics appear. Most of these cubics (and many other) can be seen on the web-site : http://bernard.gibert.pagesperso-orange.fr where they are detailed and referenced under a catalogue number of the form Knnn. We sincerely thank Edward Brisse, Fred Lang, Wilson Stothers and Paul Yiu for their friendly support and help. Chapter 1 Preliminaries and definitions 1.1 Notations We will denote by the cubic curve with barycentric equation • K F (x,y,z) = 0 where F is a third degree homogeneous polynomial in x,y,z. Its partial derivatives ∂F ∂2F will be noted F ′ for and F ′′ for when no confusion is possible. x ∂x xy ∂x∂y Any cubic with three real distinct asymptotes making 60◦ angles with one another • will be called an equilateral cubic or a 60.
    [Show full text]
  • Orthocorrespondence and Orthopivotal Cubics
    Forum Geometricorum b Volume 3 (2003) 1–27. bbb FORUM GEOM ISSN 1534-1178 Orthocorrespondence and Orthopivotal Cubics Bernard Gibert Abstract. We define and study a transformation in the triangle plane called the orthocorrespondence. This transformation leads to the consideration of a fam- ily of circular circumcubics containing the Neuberg cubic and several hitherto unknown ones. 1. The orthocorrespondence Let P be a point in the plane of triangle ABC with barycentric coordinates (u : v : w). The perpendicular lines at P to AP , BP, CP intersect BC, CA, AB respectively at Pa, Pb, Pc, which we call the orthotraces of P . These orthotraces 1 lie on a line LP , which we call the orthotransversal of P . We denote the trilinear ⊥ pole of LP by P , and call it the orthocorrespondent of P . A P P ∗ P ⊥ B C Pa Pc LP H/P Pb Figure 1. The orthotransversal and orthocorrespondent In barycentric coordinates, 2 ⊥ 2 P =(u(−uSA + vSB + wSC )+a vw : ··· : ···), (1) Publication Date: January 21, 2003. Communicating Editor: Paul Yiu. We sincerely thank Edward Brisse, Jean-Pierre Ehrmann, and Paul Yiu for their friendly and valuable helps. 1The homography on the pencil of lines through P which swaps a line and its perpendicular at P is an involution. According to a Desargues theorem, the points are collinear. 2All coordinates in this paper are homogeneous barycentric coordinates. Often for triangle cen- ters, we list only the first coordinate. The remaining two can be easily obtained by cyclically permut- ing a, b, c, and corresponding quantities. Thus, for example, in (1), the second and third coordinates 2 2 are v(−vSB + wSC + uSA)+b wu and w(−wSC + uSA + vSB )+c uv respectively.
    [Show full text]
  • Cevians, Symmedians, and Excircles Cevian Cevian Triangle & Circle
    10/5/2011 Cevians, Symmedians, and Excircles MA 341 – Topics in Geometry Lecture 16 Cevian A cevian is a line segment which joins a vertex of a triangle with a point on the opposite side (or its extension). B cevian C A D 05-Oct-2011 MA 341 001 2 Cevian Triangle & Circle • Pick P in the interior of ∆ABC • Draw cevians from each vertex through P to the opposite side • Gives set of three intersecting cevians AA’, BB’, and CC’ with respect to that point. • The triangle ∆A’B’C’ is known as the cevian triangle of ∆ABC with respect to P • Circumcircle of ∆A’B’C’ is known as the evian circle with respect to P. 05-Oct-2011 MA 341 001 3 1 10/5/2011 Cevian circle Cevian triangle 05-Oct-2011 MA 341 001 4 Cevians In ∆ABC examples of cevians are: medians – cevian point = G perpendicular bisectors – cevian point = O angle bisectors – cevian point = I (incenter) altitudes – cevian point = H Ceva’s Theorem deals with concurrence of any set of cevians. 05-Oct-2011 MA 341 001 5 Gergonne Point In ∆ABC find the incircle and points of tangency of incircle with sides of ∆ABC. Known as contact triangle 05-Oct-2011 MA 341 001 6 2 10/5/2011 Gergonne Point These cevians are concurrent! Why? Recall that AE=AF, BD=BF, and CD=CE Ge 05-Oct-2011 MA 341 001 7 Gergonne Point The point is called the Gergonne point, Ge. Ge 05-Oct-2011 MA 341 001 8 Gergonne Point Draw lines parallel to sides of contact triangle through Ge.
    [Show full text]
  • Searching for the Center
    Searching For The Center Brief Overview: This is a three-lesson unit that discovers and applies points of concurrency of a triangle. The lessons are labs used to introduce the topics of incenter, circumcenter, centroid, circumscribed circles, and inscribed circles. The lesson is intended to provide practice and verification that the incenter must be constructed in order to find a point equidistant from the sides of any triangle, a circumcenter must be constructed in order to find a point equidistant from the vertices of a triangle, and a centroid must be constructed in order to distribute mass evenly. The labs provide a way to link this knowledge so that the students will be able to recall this information a month from now, 3 months from now, and so on. An application is included in each of the three labs in order to demonstrate why, in a real life situation, a person would want to create an incenter, a circumcenter and a centroid. NCTM Content Standard/National Science Education Standard: • Analyze characteristics and properties of two- and three-dimensional geometric shapes and develop mathematical arguments about geometric relationships. • Use visualization, spatial reasoning, and geometric modeling to solve problems. Grade/Level: These lessons were created as a linking/remembering device, especially for a co-taught classroom, but can be adapted or used for a regular ed, or even honors level in 9th through 12th Grade. With more modification, these lessons might be appropriate for middle school use as well. Duration/Length: Lesson #1 45 minutes Lesson #2 30 minutes Lesson #3 30 minutes Student Outcomes: Students will: • Define and differentiate between perpendicular bisector, angle bisector, segment, triangle, circle, radius, point, inscribed circle, circumscribed circle, incenter, circumcenter, and centroid.
    [Show full text]
  • G.CO.C.10: Centroid, Orthocenter, Incenter and Circumcenter
    Regents Exam Questions Name: ________________________ G.CO.C.10: Centroid, Orthocenter, Incenter and Circumcenter www.jmap.org G.CO.C.10: Centroid, Orthocenter, Incenter and Circumcenter 1 Which geometric principle is used in the 3 In the diagram below, point B is the incenter of construction shown below? FEC, and EBR, CBD, and FB are drawn. If m∠FEC = 84 and m∠ECF = 28, determine and state m∠BRC . 1) The intersection of the angle bisectors of a 4 In the diagram below of isosceles triangle ABC, triangle is the center of the inscribed circle. AB ≅ CB and angle bisectors AD, BF, and CE are 2) The intersection of the angle bisectors of a drawn and intersect at X. triangle is the center of the circumscribed circle. 3) The intersection of the perpendicular bisectors of the sides of a triangle is the center of the inscribed circle. 4) The intersection of the perpendicular bisectors of the sides of a triangle is the center of the circumscribed circle. 2 In the diagram below of ABC, CD is the bisector of ∠BCA, AE is the bisector of ∠CAB, and BG is drawn. If m∠BAC = 50°, find m∠AXC . Which statement must be true? 1) DG = EG 2) AG = BG 3) ∠AEB ≅ ∠AEC 4) ∠DBG ≅ ∠EBG 1 Regents Exam Questions Name: ________________________ G.CO.C.10: Centroid, Orthocenter, Incenter and Circumcenter www.jmap.org 5 The diagram below shows the construction of the 9 Triangle ABC is graphed on the set of axes below. center of the circle circumscribed about ABC. What are the coordinates of the point of intersection of the medians of ABC? 1) (−1,2) 2) (−3,2) 3) (0,2) This construction represents how to find the intersection of 4) (1,2) 1) the angle bisectors of ABC 10 The vertices of the triangle in the diagram below 2) the medians to the sides of ABC are A(7,9), B(3,3), and C(11,3).
    [Show full text]
  • Application of Nine Point Circle Theorem
    Application of Nine Point Circle Theorem Submitted by S3 PLMGS(S) Students Bianca Diva Katrina Arifin Kezia Aprilia Sanjaya Paya Lebar Methodist Girls’ School (Secondary) A project presented to the Singapore Mathematical Project Festival 2019 Singapore Mathematic Project Festival 2019 Application of the Nine-Point Circle Abstract In mathematics geometry, a nine-point circle is a circle that can be constructed from any given triangle, which passes through nine significant concyclic points defined from the triangle. These nine points come from the midpoint of each side of the triangle, the foot of each altitude, and the midpoint of the line segment from each vertex of the triangle to the orthocentre, the point where the three altitudes intersect. In this project we carried out last year, we tried to construct nine-point circles from triangulated areas of an n-sided polygon (which we call the “Original Polygon) and create another polygon by connecting the centres of the nine-point circle (which we call the “Image Polygon”). From this, we were able to find the area ratio between the areas of the original polygon and the image polygon. Two equations were found after we collected area ratios from various n-sided regular and irregular polygons. Paya Lebar Methodist Girls’ School (Secondary) 1 Singapore Mathematic Project Festival 2019 Application of the Nine-Point Circle Acknowledgement The students involved in this project would like to thank the school for the opportunity to participate in this competition. They would like to express their gratitude to the project supervisor, Ms Kok Lai Fong for her guidance in the course of preparing this project.
    [Show full text]
  • 3. Adam Also Needs to Know the Altitude of the Smaller Triangle Within the Sign
    Lesson 3: Special Right Triangles Standard: MCC9‐12.G.SRT.6 Understand that by similarity, side ratios in right triangles are properties of the angles in the triangle, leading to definitions of trigonometric ratios for acute angles. Essential Question: What are the relationships among the side lengths of a 30° - 60° - 90° triangle? How can I use these relationships to solve real-world problems? Discovering Special Triangles Learning Task (30-60-90 triangle) 1. Adam, a construction manager in a nearby town, needs to check the uniformity of Yield signs around the state and is checking the heights (altitudes) of the Yield signs in your locale. Adam knows that all yield signs have the shape of an equilateral triangle. Why is it sufficient for him to check just the heights (altitudes) of the signs to verify uniformity? 2. A Yield sign created in Adam’s plant is pictured above. It has the shape of an equilateral triangle with a side length of 2 feet. If you draw the altitude of the triangular sign, you split the Yield sign in half vertically. Use what you know about triangles to find the angle measures and the side lengths of the two smaller triangles formed by the altitude. a. What does an altitude of an equilateral triangle do to the triangle? b. What kinds of triangles are formed when you draw the altitude? c. What did the altitude so to the base of the triangle? d. What did the altitude do to the angle from which it was drawn? 3. Adam also needs to know the altitude of the smaller triangle within the sign.
    [Show full text]