Fourier Polygons ______

Total Page:16

File Type:pdf, Size:1020Kb

Fourier Polygons ______ Andrew Glassner’s Notebook http://www.research.microsoft.com/glassner Fourier Polygons ____________________________________ Andrew olygons are everywhere. They’re in our cereal, on Napoleon’s Theorem: Given any triangle ∆ABC, Glassner Pour kitchen floors, and in the constellations in the erect equilateral triangles on each side (all facing skies. One place I didn’t expect to see polygons is in the inward or all facing outward), and connect the Microsoft Fourier transform, but I found them there as well. centroids of each of these triangles. The resulting Research The Fourier transform is an indispensable tool in sig- triangle will be equilateral. nal processing. In computer graphics, it helps us under- stand and cure problems as diverse as jaggies on the You may recall that the centroid of a triangle is the edge of polygons, blocky looking textures, and animat- arithmetic average of the three vertices. Figure 1 shows ed objects that appear to jump erratically as they move an example of this theorem in action. I’ll call the origi- across the screen. nal three points V = (v0, v1, v2), the three points at the My friend and colleague Alvy Ray Smith recently wrote tips of the new triangles T, and the three points that a memo that demonstrated a surprising interpretation of make up the Napoleon triangle N. the Fourier transform. He showed how in some circum- You can prove this theorem in lots of ways. If you like stances the Fourier transform looks like nothing more working things out for yourself you may want to take a than operations on regular polygons. This column is shot at it before reading on. I’ve seen proofs that are about that fascinating insight. I’ll start off with a warm- strictly geometric, strictly algebraic, and various com- up in using complex numbers to do geometry and then binations of the two. move on to the Fourier series, building up to a discussion The approach I’ll use here is based on representing of the new interpretation. If you’re unfamiliar with com- each vertex of the triangle as a complex number. We’ll plex numbers, I invite you to check out the sidebar “A carry out the construction with the complex interpre- Quick Refresher on Complex Numbers.” I’ll introduce the tation and then prove that it’s right. Fourier series in the main body of the text. If it’s new to Figure 2 shows the edge formed by v1 and v2. Although you, don’t worry—you’ll see it’s actually pretty simple by I chose this edge at random, they all work the same way. the time we get there. And the payoff is worth the journey. Figure 2 shows the geometry resulting from building an equilateral triangle on these points and then finding the Napoleon’s Theorem centroid. First find point t0 at the apex of the triangle, Let’s begin with a lovely little theorem in elementary and drop the median down from t0 to vm12, the midpoint geometry: of v1 and v2. Next draw the median from v1 to the mid- point of v2 and t0. The intersection of these two medians denotes the centroid, marked by the complex point n0. It doesn’t matter which two medians we use in this con- struction, because all three meet at n0. t 1 A demonstration of Napoleon’s 1 We can save time by observing that we don’t have to Theorem. The original triangle, V, shown in blue, consists of points n v2 1 t0 (v0, v1, v2). On each edge, we build an equilateral triangle facing out- n v0 wards. The new points, T, at the tip 0 t0 of these triangles are (t0, t1, t2). The 2 Finding the centroids of the three new triangles centroid n0 at (n0, n1, n2), are joined with heavy the intersection v black lines to form the Napoleon 1 n2 of two medians. triangle, N, which is equilateral. n0 v1 v2 vm12 t2 84 January/February 1999 0272-1716/99/$10.00 © 1999 IEEE . A Quick Refresher on Complex Numbers Complex numbers arose naturally as people thought A remarkable property of complex numbers is revealed about how to find some value of x that would satisfy when we compare the series expansions for sine and cosine x2 + 1 = 0. It’s a logical step in the sequence of trying to with the series of expansion of powers of e, Euler’s constant. solve equations. Many books derive these expansions. They work out to be: To begin with, consider the equation x + 3 = 5. Only one value of x will work (that is, only one solution exists): x = 2. x2 x3 x 4 x5 x6 e x = 1 + x + + + + + + L This x is an integer. Now consider 3x = 5. The solution, 2 3 4 5 6 x = 5/3, is a real number (that is, not an integer) and a x2 x 4 x6 x8 rational number, which is specified as the ratio of two cos x = 1 − + − + − L 2 4 6 8 integers. Getting more ambitious, suppose we want to 3 5 7 9 2 x x x x solve x = 3. Now the only solution is x =√3 , which is also sin x = x − + − + − L real, but irrational. Mathematically, irrational doesn’t mean 3 5 7 9 emotionally unstable, but simply nonrational (that is, √3 cannot be expressed as the ratio of two integers). Some If we plug in i for x, we get the very useful identity common irrational numbers are √2, √3, e, and π. Consider the equation x2 + 1 = 0. If we just grind out a ei = cos 1 + i sin 1 solution, we find x =√−1. Whatever this may mean, it’s been given the label i, so i=√−1 (engineers often use the symbol j Combining this with de Moivre’s theorem, which tell us θ for this; the right interpretation is usually clear from (cos θ + i sin θ) = (cos 1 + i sin 1) , we find the important context). The question of just what √−1 ”means” has been identity, debated for a very long time. Regardless of the θ philosophical interpretation, it’s clearly a very convenient ei = cos θ + i sin θ computational entity. We can combine a real and an imaginary number into a single new number z as z = a + bi, which relates imaginary powers of e with complex where a and b are real numbers (rational or irrational), and numbers or simply points on the complex plane. Notice i=√−1. We say z is a complex number. Note that either part that the magnitude of these points is 1, and the phase is of z may be zero, so the complex numbers include all the simply θ. So if we know a complex number has magnitude pure reals and imaginaries. r and phase θ, we may write it as r(cos θ + i sin θ) or much θ What are the powers of i? Since anything raised to the 0 more compactly as rei . power is defined as 1, i0 = 1 and anything to the first power This expression, r(cos θ + i sin θ), is called a complex is 1, so i1 = i. By definition, i2 = −1. Building on these starting sinusoid. If we plot its coordinates on the complex plane as points, we find i3 = −i, i4 = 1, i5 = i, i6 = −1, and so on. The θ moves from 0 to 2π, we get one complete circle of radius pattern repeats indefinitely. r. As θ grows beyond 2π, the sinusoid simply wraps around Algebra with complex numbers is straightforward. To add, the circle again and again. Suppose we have two of these: iθ i3θ just add components. If w = a + bi and z = c + di, then w + z s1 = e and s3 = e . Clearly s3 spins around the unit circle = (a + c) + (b + d)i. To multiply, treat the complex numbers three times faster than s1. Just as Euclidean space builds on as factors: (a + bi)(c + di) = ac + bci + adi + bdi2 = (ac − bd) + the idea that the x-, y-, and z-axes are orthogonal (or at (bc + ad)i, using i2 = −1. It’s natural to try to get some kind of right angles) to one another, so does the Fourier transform visual take on complex numbers. Since real numbers can be makes use of the fact that these two functions are also plotted along an axis, we can try to put them together with orthogonal (though in a more abstract way). imaginary numbers along another axis. The plus sign in the Writing complex numbers as points in the complex plane iθ complex number a + bi seems to invite the idea of replacing gives us another way to see multiplication. If z1 = re and z2 iϕ i(θ+ϕ) it with a comma, giving the 2D point (a, b). = se , then z1z2 = (rs)e . In words, this tells us that when In 1797 Caspar Wessel did just this. He placed the reals on two complex numbers are multiplied, we multiply their the x-axis of a normal 2D coordinate system and the purely magnitudes and add their phases. If the magnitude of a imaginary numbers on the y-axis, creating what was later complex number z is 1, then multiplying by z is equivalent called an Argand diagram. The complex number z = a + bi is to a rotation counterclockwise by the phase of z. θ represented by the point (a, b). A purely real number r sits on To wrap up with a bang, let’s return to ei = cos θ + i sin θ the x-axis and may be thought of as r + 0i.
Recommended publications
  • Deko Dekov, Anticevian Corner Triangles PDF, 101
    Journal of Computer-Generated Euclidean Geometry Anticevian Corner Triangles Deko Dekov Abstract. By using the computer program "Machine for Questions and Answers", we study perspectors of basic triangles and triangles of triangle centers of anticevian corner triangles. Given a triangle ABC and a triangle center of kind 1, labeled by P. Let A1B1C1 be the anticevian triangle of P. Construct triangle centers A2, B2, C2 of kind 2 (possibly different from the kind 1) of triangles A1BC, B1CA, C1AB, respectively. We call triangle A2B2C2 the Triangle of the Triangle Centers of kind 2 of the Anticevian Corner triangles of the Triangle Center of kind 1. See the Figure: P - Triangle Center of kind 1; A1B1C1 - Anticevian Triangle of P; A2, B2, C2 - Triangle Centers of kind 2 of triangles A1BC, B1CA, C1AB, respectively; A2B2C2 - Triangle of the Triangle Centers of kind 2 of the Anticevian Corner Triangles of Journal of Computer-Generated Euclidean Geometry 2007 No 5 Page 1 of 14 the Triangle Center of kind 1. In this Figure: P - Incenter; A1B1C1 - Anticevian Triangle of the Incenter = Excentral Triangle; A2, B2, C2 - Centroids of triangles A1BC, B1CA, C1AB, respectively; A2B2C2 - Triangle of the Centroids of the Anticevian Corner Triangles of the Incenter. Known result (the reader is invited to submit a note/paper with additional references): Triangle ABC and the Triangle of the Incenters of the Anticevian Corner Triangles of the Incenter are perspective with perspector the Second de Villiers Point. See the Figure: A1B1C1 - Anticevian Triangle of the Incenter = Excentral Triangle; A2B2C2 - Triangle of the Incenters of the Anticevian Corner Triangles of the Incenter; V - Second de Villiers Point = perspector of triangles A1B1C1 and A2B2C2.
    [Show full text]
  • A Conic Through Six Triangle Centers
    Forum Geometricorum b Volume 2 (2002) 89–92. bbb FORUM GEOM ISSN 1534-1178 A Conic Through Six Triangle Centers Lawrence S. Evans Abstract. We show that there is a conic through the two Fermat points, the two Napoleon points, and the two isodynamic points of a triangle. 1. Introduction It is always interesting when several significant triangle points lie on some sort of familiar curve. One recently found example is June Lester’s circle, which passes through the circumcenter, nine-point center, and inner and outer Fermat (isogonic) points. See [8], also [6]. The purpose of this note is to demonstrate that there is a conic, apparently not previously known, which passes through six classical triangle centers. Clark Kimberling’s book [6] lists 400 centers and innumerable collineations among them as well as many conic sections and cubic curves passing through them. The list of centers has been vastly expanded and is now accessible on the internet [7]. Kimberling’s definition of triangle center involves trilinear coordinates, and a full explanation would take us far afield. It is discussed both in his book and jour- nal publications, which are readily available [4, 5, 6, 7]. Definitions of the Fermat (isogonic) points, isodynamic points, and Napoleon points, while generally known, are also found in the same references. For an easy construction of centers used in this note, we refer the reader to Evans [3]. Here we shall only require knowledge of certain collinearities involving these points. When points X, Y , Z, . are collinear we write L(X,Y,Z,...) to indicate this and to denote their common line.
    [Show full text]
  • Volume 3 2003
    FORUM GEOMETRICORUM A Journal on Classical Euclidean Geometry and Related Areas published by Department of Mathematical Sciences Florida Atlantic University b bbb FORUM GEOM Volume 3 2003 http://forumgeom.fau.edu ISSN 1534-1178 Editorial Board Advisors: John H. Conway Princeton, New Jersey, USA Julio Gonzalez Cabillon Montevideo, Uruguay Richard Guy Calgary, Alberta, Canada George Kapetis Thessaloniki, Greece Clark Kimberling Evansville, Indiana, USA Kee Yuen Lam Vancouver, British Columbia, Canada Tsit Yuen Lam Berkeley, California, USA Fred Richman Boca Raton, Florida, USA Editor-in-chief: Paul Yiu Boca Raton, Florida, USA Editors: Clayton Dodge Orono, Maine, USA Roland Eddy St. John’s, Newfoundland, Canada Jean-Pierre Ehrmann Paris, France Lawrence Evans La Grange, Illinois, USA Chris Fisher Regina, Saskatchewan, Canada Rudolf Fritsch Munich, Germany Bernard Gibert St Etiene, France Antreas P. Hatzipolakis Athens, Greece Michael Lambrou Crete, Greece Floor van Lamoen Goes, Netherlands Fred Pui Fai Leung Singapore, Singapore Daniel B. Shapiro Columbus, Ohio, USA Steve Sigur Atlanta, Georgia, USA Man Keung Siu Hong Kong, China Peter Woo La Mirada, California, USA Technical Editors: Yuandan Lin Boca Raton, Florida, USA Aaron Meyerowitz Boca Raton, Florida, USA Xiao-Dong Zhang Boca Raton, Florida, USA Consultants: Frederick Hoffman Boca Raton, Floirda, USA Stephen Locke Boca Raton, Florida, USA Heinrich Niederhausen Boca Raton, Florida, USA Table of Contents Bernard Gibert, Orthocorrespondence and orthopivotal cubics,1 Alexei Myakishev,
    [Show full text]
  • Fermat Points and Euler Lines Preliminaries 1 the Fermat
    Fermat Points and Euler Lines N. Beluhov, A. Zaslavsky, P. Kozhevnikov, D. Krekov, O. Zaslavsky1 Preliminaries Given a nonequilateral 4ABC, we write M, H, O, I, Ia, Ib, and Ic for its medicenter, orthocenter, circumcenter, incenter, and excenters opposite A, B, and C. The points O, M, and H lie on a line known as the Euler line. The point M divides the segment OH in ratio 1 : 2. The midpoints of the sides of 4ABC, the feet of its altitudes, and the midpoints of the segments AH, BH, and CH lie on a circle known as the Euler circle (or the nine-point circle). Its center is the midpoint E of the segment OH. Let X be an arbitrary point in the plane of 4ABC. Then the reflections of the lines AX, BX, and CX in the bisectors of 6 A, 6 B, and 6 C meet at a point X∗ (or are parallel, in which case X∗ is a point at infinity) known as the isogonal conjugate of X. The point L = M ∗ is known as Lemoine's point. For every triangle there exists an affine transformation mapping it onto an equi- lateral triangle. The inverse transformation maps the circumcircle and the incircle of that equilateral triangle onto two ellipses known as the circumscribed and inscribed Steiner ellipses. 1 The Fermat, Napoleon, and Apollonius points Let 4ABTc, 4BCTa, and 4CATb be equilateral triangles constructed externally on the sides of 4ABC and let Na, Nb, and Nc be their centers. Analogously, let 0 0 0 4ABTc, 4BCTa, and 4CATb be equilateral triangles constructed internally on the 0 0 0 sides of 4ABC and let Na, Nb, and Nc be their centers.
    [Show full text]
  • From Euler to Ffiam: Discovery and Dissection of a Geometric Gem
    From Euler to ffiam: Discovery and Dissection of a Geometric Gem Douglas R. Hofstadter Center for Research on Concepts & Cognition Indiana University • 510 North Fess Street Bloomington, Indiana 47408 December, 1992 ChapterO Bewitched ... by Circles, Triangles, and a Most Obscure Analogy Although many, perhaps even most, mathematics students and other lovers of mathematics sooner or later come across the famous Euler line, somehow I never did do so during my student days, either as a math major at Stanford in the early sixties or as a math graduate student at Berkeley for two years in the late sixties (after which I dropped out and switched to physics). Geometry was not by any means a high priority in the math curriculum at either institution. It passed me by almost entirely. Many, many years later, however, and quite on my own, I finally did become infatuated - nay, bewitched- by geometry. Just plane old Euclidean geometry, I mean. It all came from an attempt to prove a simple fact about circles that I vaguely remembered from a course on complex variables that I took some 30 years ago. From there on, the fascination just snowballed. I was caught completely off guard. Never would I have predicted that Doug Hofstadter, lover of number theory and logic, would one day go off on a wild Euclidean-geometry jag! But things are unpredictable, and that's what makes life interesting. I especially came to love triangles, circles, and their unexpectedly profound interrelations. I had never appreciated how intimately connected these two concepts are. Associated with any triangle are a plentitude of natural circles, and conversely, so many beautiful properties of circles cannot be defined except in terms of triangles.
    [Show full text]
  • Concurrency of Four Euler Lines
    Forum Geometricorum b Volume 1 (2001) 59–68. bbb FORUM GEOM ISSN 1534-1178 Concurrency of Four Euler Lines Antreas P. Hatzipolakis, Floor van Lamoen, Barry Wolk, and Paul Yiu Abstract. Using tripolar coordinates, we prove that if P is a point in the plane of triangle ABC such that the Euler lines of triangles PBC, AP C and ABP are concurrent, then their intersection lies on the Euler line of triangle ABC. The same is true for the Brocard axes and the lines joining the circumcenters to the respective incenters. We also prove that the locus of P for which the four Euler lines concur is the same as that for which the four Brocard axes concur. These results are extended to a family Ln of lines through the circumcenter. The locus of P for which the four Ln lines of ABC, PBC, AP C and ABP concur is always a curve through 15 finite real points, which we identify. 1. Four line concurrency Consider a triangle ABC with incenter I. It is well known [13] that the Euler lines of the triangles IBC, AIC and ABI concur at a point on the Euler line of ABC, the Schiffler point with homogeneous barycentric coordinates 1 a(s − a) b(s − b) c(s − c) : : . b + c c + a a + b There are other notable points which we can substitute for the incenter, so that a similar statement can be proven relatively easily. Specifically, we have the follow- ing interesting theorem. Theorem 1. Let P be a point in the plane of triangle ABC such that the Euler lines of the component triangles PBC, AP C and ABP are concurrent.
    [Show full text]
  • Napoleon Triangles and Kiepert Perspectors Two Examples of the Use of Complex Number Coordinates
    Forum Geometricorum b Volume 3 (2003) 65–71. bbb FORUM GEOM ISSN 1534-1178 Napoleon Triangles and Kiepert Perspectors Two examples of the use of complex number coordinates Floor van Lamoen Abstract. In this paper we prove generalizations of the well known Napoleon Theorem and Kiepert Perspectors. We use complex numbers as coordinates to prove the generalizations, because this makes representation of isosceles trian- gles built on given segments very easy. 1. Introduction In [1, XXVII] O. Bottema describes the famous (first) Fermat-Torricelli point of a triangle ABC. This point is found by attaching outwardly equilateral triangles to the sides of ABC. The new vertices form a triangle ABC that is perspective to ABC, that is, AA, BB and CC have a common point of concurrency, the perspector of ABC and ABC. A lot can be said about this point, but for this paper we only need to know that the lines AA, BB and CC make angles of 60 degrees (see Figure 1), and that this is also the case when the equilateral triangles are pointed inwardly, which gives the second Fermat-Torricelli point. C B B A F C A C A C A B B Figure 1 Figure 2 It is well known that to yield a perspector, the triangles attached to the sides of ABC do not need to be equilateral. For example they may be isosceles triangles with base angle φ, like Bottema tells us in [1, XI]. It was Ludwig Kiepert who stud- ied these triangles - the perspectors with varying φ lie on a rectangular hyperbola Publication Date: March 10, 2003.
    [Show full text]
  • From MC Escher's Hexagonal Tiling to the Kiepert
    Journal for Geometry and Graphics Volume 25 (2021), No. 1, 79–95 From M. C. Escher’s Hexagonal Tiling to the Kiepert Hyperbola Federico Giudiceandrea1, Luigi Grasselli2 1Curator of the M. C. Escher collection at Maurits s.r.l. [email protected] 2Department of Sciences and Methods for Engineering, University of Modena and Reggio Emilia [email protected] Abstract. Generalizing Fermat and Napoleon points of a triangle, we introduce the notion of complementary Jacobi points, showing their collinearity with the circumcenter of the given triangle. The coincidence of the associated perspective lines for complementary Jacobi points is also proved, together with the orthog- onality of this line with the one joining the circumcenter and the Jacobi points. Involutions on the Kiepert hyperbola naturally arise, allowing a geometric insight on the relationship between Jacobi points, their associated perspective lines and Kiepert conics of a triangle. Key Words: triangle geometry, M. C. Escher, Napoleon Point, Fermat Point, Kiepert hyperbola MSC 2020: 51M04 (primary), 00A66 1 A Historical Introduction: Escher, Napoleon, Fermat The theme of plane tessellations plays a role of outstanding relevance in the artistic produc- tion of the Dutch graphic artist M. C. Escher. It is perhaps since his second journey to the Alhambra in May/June 1936 that the idea of regularly organizing both Euclidean and hy- perbolic plane surfaces by geometric tiles becomes an organic working plan. In 1937, Escher got from his stepbrother Beer, geologist at the university of Leiden, an article [3] by the Ger- man crystallographer F. Haag describing the properties of a particular hexagon built from an equilateral triangle and an arbitrary point on the plane.
    [Show full text]
  • The Napoleon Configuration
    Forum Geometricorum Volume 2 (2002) 39–46. ¡ FORUM GEOM ISSN 1534-1178 The Napoleon Configuration Gilles Boutte Abstract. It is an elementary fact in triangle geometry that the two Napoleon triangles are equilateral and have the same centroid as the reference triangle. We recall some basic properties of the Fermat and Napoleon configurations, and use them to study equilateral triangles bounded by cevians. There are two families of such triangles, the triangles in the two families being oppositely oriented. The locus of the circumcenters of the triangles in each family is one of the two Napoleon circles, and the circumcircles of each family envelope a conchoid of a circle. 1. The Fermat-Napoleon configuration + Consider a reference triangle ABC, with side lengths a, b, c. Let Fa be the + point such that CBFa is equilateral with the same orientation as ABC; similarly + + for Fb and Fc . See Figure 1. + Fc ΓC ΓB A + Fb ΓC F+ ΓB + A B C Nc + Nb F+ B C ΓA N + + a Fa Figure 1. The Fermat configuration Figure 2. The Napoleon configuration + + + The triangle Fa Fb Fc is called the first Fermat triangle. It is an elementary + + + fact that triangles Fa Fb Fc and ABC are perspective at the first Fermat point − − − − F+. We define similarly the second Fermat triangle Fa Fb Fc in which CBFa , − − ACFb and BAFc are equilateral triangles with opposite orientation of ABC. 1 This is perspective with ABC at the second Fermat point F−. Denote by ΓA the + + + + circumcircle of CBFa , and Na its center; similarly for ΓB, ΓC , Nb , Nc .
    [Show full text]
  • Paul Yiu's Introduction to the Geometry of the Triangle
    Introduction to the Geometry of the Triangle Paul Yiu Summer 2001 Department of Mathematics Florida Atlantic University Version 12.1224 December 2012 Contents 1 The Circumcircle and the Incircle 1 1.1 Preliminaries.............................. 1 1.1.1 Coordinatizationofpointsonaline . 1 1.1.2 Centersofsimilitudeoftwocircles . 2 1.1.3 Harmonicdivision ....................... 2 1.1.4 MenelausandCevaTheorems . 3 1.1.5 Thepowerofapointwithrespecttoacircle . 4 1.2 Thecircumcircleandtheincircleofatriangle . .... 5 1.2.1 Thecircumcircle ........................ 5 1.2.2 Theincircle........................... 5 1.2.3 The centers of similitude of (O) and (I) ............ 6 1.2.4 TheHeronformula....................... 8 1.3 Euler’sformulaandSteiner’sporism . 10 1.3.1 Euler’sformula......................... 10 1.3.2 Steiner’sporism ........................ 10 1.4 Appendix:Mixtilinearincircles . 12 2 The Euler Line and the Nine-point Circle 15 2.1 TheEulerline ............................. 15 2.1.1 Homothety ........................... 15 2.1.2 Thecentroid .......................... 15 2.1.3 Theorthocenter......................... 16 2.2 Thenine-pointcircle... .... ... .... .... .... .... 17 2.2.1 TheEulertriangleasamidwaytriangle . 17 2.2.2 Theorthictriangleasapedaltriangle . 17 2.2.3 Thenine-pointcircle . 18 2.2.4 Triangles with nine-point center on the circumcircle ..... 19 2.3 Simsonlinesandreflections. 20 2.3.1 Simsonlines .......................... 20 2.3.2 Lineofreflections .... ... .... .... .... .... 20 2.3.3 Musselman’s Theorem: Point with
    [Show full text]
  • Homology and Orthology with Triangles for Central Points of Variable Flanks
    Journal for Geometry and Graphics Volume 7 (2003), No. 1, 1{21. Homology and Orthology with Triangles for Central Points of Variable Flanks Zvonko Cerin· Kopernikova 7, HR 10010 Zagreb, Croatia email: [email protected] Abstract. Here we continue from the paper [1] our study of the following ge- ometric con¯guration. Let BR1R2C, CR3R4A, AR5R6B be rectangles build on sides of a triangle ABC such that oriented distances BR , CR , AR are j 1j j 3j j 5j ¸ BC , ¸ CA , ¸ AB for some real number ¸. We explore the homology and j j j j j j orthology relation of the triangle on central points of triangles AR4R5, BR6R1, CR2R3 (like centroids, circumcenters, and orthocenters) and several natural tri- angles associated to ABC (as its orthic, anticomplementary, and complementary triangle). In some cases we can identify which curves trace their homology and orthology centers and which curves envelope their homology axis. Key Words: triangle, extriangle, flanks, central points, Kiepert parabola, Kiepert hyperbola, homologic, orthologic, envelope, anticomplementary, complementary, Brocard, orthic, tangential, Euler, Torricelli, Napoleon MSC 2000: 51N20 1. Introduction This paper is the continuation of the author's preprint [1] where an improvement of three recent papers [3], [6], and [7] by L. Hoehn, F. van Lamoen, and C.R. Pranesachar and B.J. Venkatachala was presented. These articles considered independently the classical geometric con¯guration with squares BS1S2C, CS3S4A, and AS5S6B erected on sides of a triangle ABC and studied relationships among central points (see [4]) of the base triangle ¿ = ABC and of three interesting triangles ¿A = AS4S5, ¿B = BS6S1, ¿C = CS2S3 (called flanks in [6] and extriangles in [3]).
    [Show full text]
  • Introduction to the Geometry of the Triangle
    Introduction to the Geometry of the Triangle Paul Yiu Summer 2001 Department of Mathematics Florida Atlantic University Version 2.0402 April 2002 Table of Contents Chapter 1 The circumcircle and the incircle 1 1.1 Preliminaries 1 1.2 The circumcircle and the incircle of a triangle 4 1.3 Euler’s formula and Steiner’s porism 9 1.4 Appendix: Constructions with the centers of similitude of the circumcircle and the incircle 11 Chapter 2 The Euler line and the nine-point circle 15 2.1 The Euler line 15 2.2 The nine-point circle 17 2.3 Simson lines and reflections 20 2.4 Appendix: Homothety 21 Chapter 3 Homogeneous barycentric coordinates 25 3.1 Barycentric coordinates with reference to a triangle 25 3.2 Cevians and traces 29 3.3 Isotomic conjugates 31 3.4 Conway’s formula 32 3.5 The Kiepert perspectors 34 Chapter 4 Straight lines 43 4.1 The equation of a line 43 4.2 Infinite points and parallel lines 46 4.3 Intersection of two lines 47 4.4 Pedal triangle 51 4.5 Perpendicular lines 54 4.6 Appendix: Excentral triangle and centroid of pedal triangle 58 Chapter 5 Circles I 61 5.1 Isogonal conjugates 61 5.2 The circumcircle as the isogonal conjugate of the line at infinity 62 5.3 Simson lines 65 5.4 Equation of the nine-point circle 67 5.5 Equation of a general circle 68 5.6 Appendix: Miquel theory 69 Chapter 6 Circles II 73 6.1 Equation of the incircle 73 6.2 Intersection of incircle and nine-point circle 74 6.3 The excircles 78 6.4 The Brocard points 80 6.5 Appendix: The circle triad (A(a),B(b),C(c)) 83 Chapter 7 Circles III 87 7.1 The distance formula
    [Show full text]