A quick introduction to (Ceva s and) Menelaus s Theorem

Size: px
Start display at page:

Download "A quick introduction to (Ceva s and) Menelaus s Theorem"

Transcription

1 quick introduction to (eva s and) Menelaus s Theorem 1 Introduction Michael Tang May 17, 2015 Menelaus s Theorem, often partnered with eva s Theorem, is a geometric result that determines when three points related to a given triangle can be collinear. It is also related to the physics-mathematical technique of mass points; both are used to determine ratios of side lengths in triangles. Here we will examine the interesting statement and proof of Menelaus s Theorem, and give several example problems to illustrate its uses, both in computational and proof-based geometry. asic knowledge of eva s Theorem is assumed, but a quick refresher is also given. 2 Menelaus s Theorem efore we get to the full statement of Menelaus s Theorem, we will briefly introduce a convention that helps to generalize geometric proofs and theorems, including Menelaus. This convention is directed segments: like directed angles, in which angles have signs depending on their orientations (see [5] for more details on directed angles), but with segments on a line. When we use directed segments on a certain line l, lengths of segments in l that go in opposite directions are given opposite signs, and lengths of segments with the same direction have the same sign. This generalizes many theorems, most notably, a very basic and fundamental one: using directed segments, for any three collinear points,,, + =, regardless of whether or not is between and. (If is not between and, then and have opposite signs, so the left-hand side becomes either or, both of which equal in the appropriate circumstances.) Figure 1: Our length equalities still hold in this case! s seen, and as noted in [4], the concept of directed segments shares many similarities with vectors, just only in a single, given dimension. More relevant to Menelaus s Theorem, when we multiply or divide lengths on l, the result is positive if the segments have the same direction, and negative if they have opposite directions. 1

2 Now, the directed-segments statement of Menelaus s Theorem is as follows: Theorem 1 (Menelaus, Directed Segments). Direct all segments. In, let,, and be points on,, and, possibly extended. Then points,, are collinear if and only if = 1. To derive a non-directed-segments version of this theorem (which is more useful if there are no configuration issues, or if the problem is computational, not proof-based), notice, by the properties of directed segments, that / has a negative sign if and only if lies on the extension of segment. Therefore, if the equality in Theorem 1 holds, then exactly one or three of,, must lie on the extensions of their respective sides, so that the left-hand side can be negative. (This makes sense: if exactly two of,, are on extensions or they are all on their sides, it is impossible for,, to be collinear.) This gives us the following non-directed version of Menelaus, whose form is still very similar. (Essentially, we add a somewhat inconvenient configuration restriction, but then are allowed to drop the signs on our segments.) Figure 2: The two different configurations of Menelaus. Theorem 2 (Menelaus, Undirected Segments). In, let,, and be points on,, and, possibly extended. Then points,, are collinear if and only if exactly one or three of them lie on the extensions of their respective sides, and = 1. Menelaus s Theorem can be seen as a sort of counterpart to eva s Theorem, which deals with the concurrence of three cevians on a triangle: Theorem 3 (eva). Let,, be points on the sides,, of. Then segments,, are concurrent if and only if = 1. 2

3 oth deal with points on triangles: eva tells us when three lines (cevians) are concurrent, and Menelaus tells us when three points are collinear. Indeed, the form of the ratios in both results are exactly the same, which can help in remembering Menelaus if you already know eva, or vice versa. Following [1], Menelaus and eva can be seen as a sort of duality: if points,, satisfying the ratio condition are all on the sides of, then eva holds, and,, concur. ut if,, satisfying the same ratio condition are not all on the sides - specifically, one or three of them are on extensions of the sides - then Menelaus holds, and,, are collinear. It is indeed a beautiful result that the same ratio equality gives rise to both concurrence and collinearity, depending on the configuration at hand. 3 Proof of Menelaus s Theorem Here we prove the directed version of Menelaus s Theorem (and per our explanation from earlier, this will also imply the non-directed version). The standard proof of Menelaus s Theorem (as given in [4]) is, somewhat strangely, to drop perpendiculars. That seems unexpected, but it creates helpful similar triangles, allowing us to get at our ratios. First, we prove that collinearity implies the ratio condition. Suppose that,, are collinear, all lying on line l. Then, drop altitudes from,, to l, and call their lengths h a, h b, h c respectively. To deal with different configurations, we can give signs to h a, h b, h c as well: they are positive if they lie on one side of l, and negative otherwise. h a h c h a h b h c h b Figure 3: Dropping perpendiculars: the two possible configurations. Then, we have similar right triangles, giving (note the sign!) = h b h c, = h c h a, = h a h b. (ou can check that the signs work out in both configurations, given above.) Then multiplying, we have = h b h c h a = 1, h c h a h b as we wanted. 3

4 For the reverse direction, ratio condition implying collinearity, a simple application of phantom points is enough. Suppose that the ratio condition holds, and let line intersect at. Then, by Menelaus s Theorem with the points,,, = 1. ut, because the ratio condition holds with,,, we also have = 1. omparing the ratio conditions gives / = /, which is enough to imply that = : write = and =, remembering that these both hold in directed segments, no matter the configuration. Then we have ( )/ = ( )/, and adding one to both sides gives / = /, so =. y similarly writing and and manipulating, we can get =. These two conditions mean that =, regardless of whether, are on the side or an extension. 4 n example application Most basic applications of eva and Menelaus are just that: applying the two results when you want to prove collinearity/concurrence, or find ratios given collinearity/concurrence. Regular geometric reasoning usually takes over from there. So, with that in mind, let s look at an example problem. Example 1. (David ltizio) Triangle has = 2007 and = The incircle ω of the triangle is tangent to and at E and F respectively, and P is the intersection point of EF and. Suppose is the midpoint of P. ompute the length. Solution. This configuration is exactly that of Menelaus: P, F, E are the three collinear points, we are given essentially the ratio P/P, and we can use some basic properties of the incircle to find some other ratios. F E P Let a, b, c be the side lengths,, and s = (a + b + c)/2 be the semiperimeter, as usual. (We are given c = 2007, b = 2015, and we want to find a.) Then, it is a well known fact that F = E = s a, F = s b, and E = s c. (See the first part of [2] for a proof of this.) Therefore, by Menelaus s Theorem, P P F F E E = 1 = 2 s b s a s a s c = 1. 4

5 This simplifies to 2(s b) = s c. Then 2s 2b = s c, so s = 2b c. Hence (a + b + c)/2 = 2b c, and solving for a, we get a = 3b 3c. With c = 2007 and b = 2015, we find that a = 3( ) = 24. Of course, not all problems involving Menelaus will be as straightforward as this one, as you can see in the practice problems below! 5 Practice Problems Here are a few practice problems, both computational and proof-based. They are given in (very) rough order of increasing difficulty - rough being because computational and proofbased problems can be somewhat unorderable in terms of difficulty. No guarantees that all problems involve Menelaus directly, but they are all very interesting! 1. In, let E and F lie on sides and, respectively, so that lines EF and intersect at K, where is between and K. Let E and F intersect at P, and line P intersect at D. Prove that D D = K. (ops forums) K 2. Given noncollinear points,,, segment is trisected by points D and E, and F is the midpoint of segment. DF and F intersect E at G and H, respectively. If [DEG] = 18, compute [F GH]. (RML, 2012) H G F D E 3. The diagram below shows equilateral with side length 2. Point D lies on ray so that D = 4. Points E and F lie on and, respectively, so that E, F, and D are collinear, and the area of EF is half of the area of. ompute E F. (Purple omet, 2014) E F D 4. (From [4]) In scalene, show that the points at which the external bisectors of,, meet,,, respectively, are collinear. (The external bisector of is the line perpendicular to its internal bisector.) 5

6 5. (From [3]) Let have = 6 and = 3. Point E is such that E = 1 and E = 5. onstruct point F on segment such that E = F. EF and are extended to meet at D. If [EF ] [F D] = m n where m and n are positive integers, find m + n (note: [] denotes the area of ). 6. (From [6]) The diagonals and D of convex quadrilateral D meet at point M in such a way that M = M and DM = 2M. Suppose that and are points on M and respectively such that M = = 3. Show that the points D,, and are collinear. 7. (lanchet s Theorem) In acute triangle, F is the foot of the perpendicular from to, and P is a point on F. Let lines P and P meet and at D and E, respectively. Show that EF = DF. 6 On the Horizon This article was meant to be a quick introduction to Menelaus s Theorem (and eva s Theorem), set in a mostly computational context. ut Menelaus and eva fit into a larger model, that of projective geometry. In fact, techniques from projective geometry can be used to quickly prove eva and Menelaus at the same time! Further research into that field is definitely recommended, both for exploration or beauty s sake, and for occasional use on olympiads. Thanks very much to David ltizio for proofreading this article and giving some suggestions, as well as contributing an example problem! References [1] lexander ogmolny The Menelaus Theorem (1999), available at cut-the-knot.org/ 4travelers/evandMenelaus.shtml [2] lexander ogmolny, Incircles and Excircles in a Triangle, available at cut-the-knot.org/triangle/inexircles.shtml [3] ltheman Mock IME (2007), available at aops.com/wiki/index.php/ Mock_IME_1_ _Problems/Problem_7 [4] oxeter and Greitzer Geometry Revisited 1967: The Mathematical ssociation of merica, Inc., Washington, D.. [5] Evan hen How to Use Directed ngles (2015), available at mit.edu/~evanchen/ handouts/directed-ngles/directed-ngles.pdf [6] Hang Kim Hoo, Koh Khee Meng em On Menelaus Theorem (1996), available at 20Theorem%20(Hang%20Kim%20Hoo%20and%20Koh%20KM).pdf 6

Harmonic Division and its Applications

Harmonic Division and its Applications Harmonic ivision and its pplications osmin Pohoata Let d be a line and,,, and four points which lie in this order on it. he four-point () is called a harmonic division, or simply harmonic, if =. If is

More information

XIII GEOMETRICAL OLYMPIAD IN HONOUR OF I.F.SHARYGIN The correspondence round. Solutions

XIII GEOMETRICAL OLYMPIAD IN HONOUR OF I.F.SHARYGIN The correspondence round. Solutions XIII GEOMETRIL OLYMPID IN HONOUR OF I.F.SHRYGIN The correspondence round. Solutions 1. (.Zaslavsky) (8) Mark on a cellular paper four nodes forming a convex quadrilateral with the sidelengths equal to

More information

Advanced Euclidean Geometry

Advanced Euclidean Geometry dvanced Euclidean Geometry Paul iu Department of Mathematics Florida tlantic University Summer 2016 July 11 Menelaus and eva Theorems Menelaus theorem Theorem 0.1 (Menelaus). Given a triangle with points,,

More information

Concurrency and Collinearity

Concurrency and Collinearity Concurrency and Collinearity Victoria Krakovna vkrakovna@gmail.com 1 Elementary Tools Here are some tips for concurrency and collinearity questions: 1. You can often restate a concurrency question as a

More information

Menelaus and Ceva theorems

Menelaus and Ceva theorems hapter 3 Menelaus and eva theorems 3.1 Menelaus theorem Theorem 3.1 (Menelaus). Given a triangle with points,, on the side lines,, respectively, the points,, are collinear if and only if = 1. W Proof.

More information

Menelaus and Ceva theorems

Menelaus and Ceva theorems hapter 21 Menelaus and eva theorems 21.1 Menelaus theorem Theorem 21.1 (Menelaus). Given a triangle with points,, on the side lines,, respectively, the points,, are collinear if and only if = 1. W Proof.

More information

Chapter 1. Theorems of Ceva and Menelaus

Chapter 1. Theorems of Ceva and Menelaus hapter 1 Theorems of eva and Menelaus We start these lectures by proving some of the most basic theorems in the geometry of a planar triangle. Let,, be the vertices of the triangle and,, be any points

More information

Theorem 1.2 (Converse of Pythagoras theorem). If the lengths of the sides of ABC satisfy a 2 + b 2 = c 2, then the triangle has a right angle at C.

Theorem 1.2 (Converse of Pythagoras theorem). If the lengths of the sides of ABC satisfy a 2 + b 2 = c 2, then the triangle has a right angle at C. hapter 1 Some asic Theorems 1.1 The ythagorean Theorem Theorem 1.1 (ythagoras). The lengths a b < c of the sides of a right triangle satisfy the relation a + b = c. roof. b a a 3 b b 4 b a b 4 1 a a 3

More information

Geometry. Class Examples (July 10) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014

Geometry. Class Examples (July 10) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014 Geometry lass Examples (July 10) Paul iu Department of Mathematics Florida tlantic University c b a Summer 2014 1 Menelaus theorem Theorem (Menelaus). Given a triangle with points,, on the side lines,,

More information

Calgary Math Circles: Triangles, Concurrency and Quadrilaterals 1

Calgary Math Circles: Triangles, Concurrency and Quadrilaterals 1 Calgary Math Circles: Triangles, Concurrency and Quadrilaterals 1 1 Triangles: Basics This section will cover all the basic properties you need to know about triangles and the important points of a triangle.

More information

2013 Sharygin Geometry Olympiad

2013 Sharygin Geometry Olympiad Sharygin Geometry Olympiad 2013 First Round 1 Let ABC be an isosceles triangle with AB = BC. Point E lies on the side AB, and ED is the perpendicular from E to BC. It is known that AE = DE. Find DAC. 2

More information

XIV GEOMETRICAL OLYMPIAD IN HONOUR OF I.F.SHARYGIN The correspondence round. Solutions

XIV GEOMETRICAL OLYMPIAD IN HONOUR OF I.F.SHARYGIN The correspondence round. Solutions XIV GEOMETRIL OLYMPI IN HONOUR OF I.F.SHRYGIN The correspondence round. Solutions 1. (L.Shteingarts, grade 8) Three circles lie inside a square. Each of them touches externally two remaining circles. lso

More information

Singapore International Mathematical Olympiad Training Problems

Singapore International Mathematical Olympiad Training Problems Singapore International athematical Olympiad Training Problems 18 January 2003 1 Let be a point on the segment Squares D and EF are erected on the same side of with F lying on The circumcircles of D and

More information

Pythagoras Theorem and Its Applications

Pythagoras Theorem and Its Applications Lecture 10 Pythagoras Theorem and Its pplications Theorem I (Pythagoras Theorem) or a right-angled triangle with two legs a, b and hypotenuse c, the sum of squares of legs is equal to the square of its

More information

XI Geometrical Olympiad in honour of I.F.Sharygin Final round. Grade 8. First day. Solutions Ratmino, 2015, July 30.

XI Geometrical Olympiad in honour of I.F.Sharygin Final round. Grade 8. First day. Solutions Ratmino, 2015, July 30. XI Geometrical Olympiad in honour of I.F.Sharygin Final round. Grade 8. First day. Solutions Ratmino, 2015, July 30. 1. (V. Yasinsky) In trapezoid D angles and are right, = D, D = + D, < D. Prove that

More information

SOME NEW THEOREMS IN PLANE GEOMETRY. In this article we will represent some ideas and a lot of new theorems in plane geometry.

SOME NEW THEOREMS IN PLANE GEOMETRY. In this article we will represent some ideas and a lot of new theorems in plane geometry. SOME NEW THEOREMS IN PLNE GEOMETRY LEXNDER SKUTIN 1. Introduction arxiv:1704.04923v3 [math.mg] 30 May 2017 In this article we will represent some ideas and a lot of new theorems in plane geometry. 2. Deformation

More information

Chapter 5. Menelaus theorem. 5.1 Menelaus theorem

Chapter 5. Menelaus theorem. 5.1 Menelaus theorem hapter 5 Menelaus theorem 5.1 Menelaus theorem Theorem 5.1 (Menelaus). Given a triangle with points,, on the side lines,, respectively, the points,, are collinear if and only if = 1. W Proof. (= ) LetW

More information

The Menelaus and Ceva Theorems

The Menelaus and Ceva Theorems hapter 7 The Menelaus and eva Theorems 7.1 7.1.1 Sign convention Let and be two distinct points. point on the line is said to divide the segment in the ratio :, positive if is between and, and negative

More information

Plane geometry Circles: Problems with some Solutions

Plane geometry Circles: Problems with some Solutions The University of Western ustralia SHL F MTHMTIS & STTISTIS UW MY FR YUNG MTHMTIINS Plane geometry ircles: Problems with some Solutions 1. Prove that for any triangle, the perpendicular bisectors of the

More information

XIV Geometrical Olympiad in honour of I.F.Sharygin Final round. Solutions. First day. 8 grade

XIV Geometrical Olympiad in honour of I.F.Sharygin Final round. Solutions. First day. 8 grade XIV Geometrical Olympiad in honour of I.F.Sharygin Final round. Solutions. First day. 8 grade 1. (M.Volchkevich) The incircle of right-angled triangle A ( = 90 ) touches at point K. Prove that the chord

More information

Geometry. Class Examples (July 29) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014

Geometry. Class Examples (July 29) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014 Geometry lass Examples (July 29) Paul Yiu Department of Mathematics Florida tlantic University c a Summer 2014 1 The Pythagorean Theorem Theorem (Pythagoras). The lengths a

More information

Inequalities for Triangles and Pointwise Characterizations

Inequalities for Triangles and Pointwise Characterizations Inequalities for Triangles and Pointwise haracterizations Theorem (The Scalene Inequality): If one side of a triangle has greater length than another side, then the angle opposite the longer side has the

More information

Chapter 1. Some Basic Theorems. 1.1 The Pythagorean Theorem

Chapter 1. Some Basic Theorems. 1.1 The Pythagorean Theorem hapter 1 Some asic Theorems 1.1 The ythagorean Theorem Theorem 1.1 (ythagoras). The lengths a b < c of the sides of a right triangle satisfy the relation a 2 + b 2 = c 2. roof. b a a 3 2 b 2 b 4 b a b

More information

22 SAMPLE PROBLEMS WITH SOLUTIONS FROM 555 GEOMETRY PROBLEMS

22 SAMPLE PROBLEMS WITH SOLUTIONS FROM 555 GEOMETRY PROBLEMS 22 SPL PROLS WITH SOLUTIOS FRO 555 GOTRY PROLS SOLUTIOS S O GOTRY I FIGURS Y. V. KOPY Stanislav hobanov Stanislav imitrov Lyuben Lichev 1 Problem 3.9. Let be a quadrilateral. Let J and I be the midpoints

More information

Trigonometric Fundamentals

Trigonometric Fundamentals 1 Trigonometric Fundamentals efinitions of Trigonometric Functions in Terms of Right Triangles Let S and T be two sets. function (or mapping or map) f from S to T (written as f : S T ) assigns to each

More information

Power Round: Geometry Revisited

Power Round: Geometry Revisited Power Round: Geometry Revisited Stobaeus (one of Euclid s students): But what shall I get by learning these things? Euclid to his slave: Give him three pence, since he must make gain out of what he learns.

More information

Collinearity/Concurrence

Collinearity/Concurrence Collinearity/Concurrence Ray Li (rayyli@stanford.edu) June 29, 2017 1 Introduction/Facts you should know 1. (Cevian Triangle) Let ABC be a triangle and P be a point. Let lines AP, BP, CP meet lines BC,

More information

Classical Theorems in Plane Geometry 1

Classical Theorems in Plane Geometry 1 BERKELEY MATH CIRCLE 1999 2000 Classical Theorems in Plane Geometry 1 Zvezdelina Stankova-Frenkel UC Berkeley and Mills College Note: All objects in this handout are planar - i.e. they lie in the usual

More information

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg Undefined Terms: Point, Line, Incident, Between, Congruent. Incidence Axioms:

More information

GEOMETRY OF KIEPERT AND GRINBERG MYAKISHEV HYPERBOLAS

GEOMETRY OF KIEPERT AND GRINBERG MYAKISHEV HYPERBOLAS GEOMETRY OF KIEPERT ND GRINERG MYKISHEV HYPEROLS LEXEY. ZSLVSKY bstract. new synthetic proof of the following fact is given: if three points,, are the apices of isosceles directly-similar triangles,, erected

More information

Chapter 6. Basic triangle centers. 6.1 The Euler line The centroid

Chapter 6. Basic triangle centers. 6.1 The Euler line The centroid hapter 6 asic triangle centers 6.1 The Euler line 6.1.1 The centroid Let E and F be the midpoints of and respectively, and G the intersection of the medians E and F. onstruct the parallel through to E,

More information

Berkeley Math Circle, May

Berkeley Math Circle, May Berkeley Math Circle, May 1-7 2000 COMPLEX NUMBERS IN GEOMETRY ZVEZDELINA STANKOVA FRENKEL, MILLS COLLEGE 1. Let O be a point in the plane of ABC. Points A 1, B 1, C 1 are the images of A, B, C under symmetry

More information

The circumcircle and the incircle

The circumcircle and the incircle hapter 4 The circumcircle and the incircle 4.1 The Euler line 4.1.1 nferior and superior triangles G F E G D The inferior triangle of is the triangle DEF whose vertices are the midpoints of the sides,,.

More information

1 st Preparatory. Part (1)

1 st Preparatory. Part (1) Part (1) (1) omplete: 1) The square is a rectangle in which. 2) in a parallelogram in which m ( ) = 60, then m ( ) =. 3) The sum of measures of the angles of the quadrilateral equals. 4) The ray drawn

More information

BMC Intermediate II: Triangle Centers

BMC Intermediate II: Triangle Centers M Intermediate II: Triangle enters Evan hen January 20, 2015 1 The Eyeballing Game Game 0. Given a point, the locus of points P such that the length of P is 5. Game 3. Given a triangle, the locus of points

More information

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg ( )

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg ( ) Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg (2005-02-16) Logic Rules (Greenberg): Logic Rule 1 Allowable justifications.

More information

IMO Training Camp Mock Olympiad #2

IMO Training Camp Mock Olympiad #2 IMO Training Camp Mock Olympiad #2 July 3, 2008 1. Given an isosceles triangle ABC with AB = AC. The midpoint of side BC is denoted by M. Let X be a variable point on the shorter arc MA of the circumcircle

More information

Par-hexagons M.J.Crabb, J.Duncan, C.M.McGregor

Par-hexagons M.J.Crabb, J.Duncan, C.M.McGregor Par-hexagons M.J.rabb, J.uncan,.M.McGregor onvex quadrilaterals with their opposite sides parallel have been very well understood for a long time. The situation for convex polygons with more than four

More information

arxiv: v1 [math.ho] 10 Feb 2018

arxiv: v1 [math.ho] 10 Feb 2018 RETIVE GEOMETRY LEXNDER SKUTIN arxiv:1802.03543v1 [math.ho] 10 Feb 2018 1. Introduction This work is a continuation of [1]. s in the previous article, here we will describe some interesting ideas and a

More information

Geometry. Class Examples (July 3) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014

Geometry. Class Examples (July 3) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014 Geometry lass Examples (July 3) Paul Yiu Department of Mathematics Florida tlantic University c b a Summer 2014 Example 11(a): Fermat point. Given triangle, construct externally similar isosceles triangles

More information

Hagge circles revisited

Hagge circles revisited agge circles revisited Nguyen Van Linh 24/12/2011 bstract In 1907, Karl agge wrote an article on the construction of circles that always pass through the orthocenter of a given triangle. The purpose of

More information

Problems First day. 8 grade. Problems First day. 8 grade

Problems First day. 8 grade. Problems First day. 8 grade First day. 8 grade 8.1. Let ABCD be a cyclic quadrilateral with AB = = BC and AD = CD. ApointM lies on the minor arc CD of its circumcircle. The lines BM and CD meet at point P, thelinesam and BD meet

More information

Definitions. (V.1). A magnitude is a part of a magnitude, the less of the greater, when it measures

Definitions. (V.1). A magnitude is a part of a magnitude, the less of the greater, when it measures hapter 8 Euclid s Elements ooks V 8.1 V.1-3 efinitions. (V.1). magnitude is a part of a magnitude, the less of the greater, when it measures the greater. (V.2). The greater is a multiple of the less when

More information

SOME PROPERTIES OF INTERSECTION POINTS OF EULER LINE AND ORTHOTRIANGLE

SOME PROPERTIES OF INTERSECTION POINTS OF EULER LINE AND ORTHOTRIANGLE SOME PROPERTIES OF INTERSETION POINTS OF EULER LINE ND ORTHOTRINGLE DNYLO KHILKO bstract. We consider the points where the Euler line of a given triangle meets the sides of its orthotriangle, i.e. the

More information

An Introduction to Ptolemy's Theorem

An Introduction to Ptolemy's Theorem n Introduction to Ptolemy's Theorem Qi Zhu music.zhu@gmail.com ontents Introductory questions concerning the handout 2 2 Ptolemy's Theorem - The key of this Handout 2 3 Example Problems 5 3. arnot's Theorem

More information

The 3rd Olympiad of Metropolises

The 3rd Olympiad of Metropolises The 3rd Olympiad of Metropolises Day 1. Solutions Problem 1. Solve the system of equations in real numbers: (x 1)(y 1)(z 1) xyz 1, Answer: x 1, y 1, z 1. (x )(y )(z ) xyz. (Vladimir Bragin) Solution 1.

More information

Chapter 3. The angle bisectors. 3.1 The angle bisector theorem

Chapter 3. The angle bisectors. 3.1 The angle bisector theorem hapter 3 The angle bisectors 3.1 The angle bisector theorem Theorem 3.1 (ngle bisector theorem). The bisectors of an angle of a triangle divide its opposite side in the ratio of the remaining sides. If

More information

Three Natural Homoteties of The Nine-Point Circle

Three Natural Homoteties of The Nine-Point Circle Forum Geometricorum Volume 13 (2013) 209 218. FRUM GEM ISS 1534-1178 Three atural omoteties of The ine-point ircle Mehmet Efe kengin, Zeyd Yusuf Köroğlu, and Yiğit Yargiç bstract. Given a triangle with

More information

Isogonal Conjugates. Navneel Singhal October 9, Abstract

Isogonal Conjugates. Navneel Singhal October 9, Abstract Isogonal Conjugates Navneel Singhal navneel.singhal@ymail.com October 9, 2016 Abstract This is a short note on isogonality, intended to exhibit the uses of isogonality in mathematical olympiads. Contents

More information

1/19 Warm Up Fast answers!

1/19 Warm Up Fast answers! 1/19 Warm Up Fast answers! The altitudes are concurrent at the? Orthocenter The medians are concurrent at the? Centroid The perpendicular bisectors are concurrent at the? Circumcenter The angle bisectors

More information

10. Show that the conclusion of the. 11. Prove the above Theorem. [Th 6.4.7, p 148] 4. Prove the above Theorem. [Th 6.5.3, p152]

10. Show that the conclusion of the. 11. Prove the above Theorem. [Th 6.4.7, p 148] 4. Prove the above Theorem. [Th 6.5.3, p152] foot of the altitude of ABM from M and let A M 1 B. Prove that then MA > MB if and only if M 1 A > M 1 B. 8. If M is the midpoint of BC then AM is called a median of ABC. Consider ABC such that AB < AC.

More information

The Inversion Transformation

The Inversion Transformation The Inversion Transformation A non-linear transformation The transformations of the Euclidean plane that we have studied so far have all had the property that lines have been mapped to lines. Transformations

More information

Geometry. Class Examples (July 8) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014

Geometry. Class Examples (July 8) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014 Geometry lass Examples (July 8) Paul Yiu Department of Mathematics Florida tlantic University c b a Summer 2014 1 The incircle The internal angle bisectors of a triangle are concurrent at the incenter

More information

Solutions of APMO 2016

Solutions of APMO 2016 Solutions of APMO 016 Problem 1. We say that a triangle ABC is great if the following holds: for any point D on the side BC, if P and Q are the feet of the perpendiculars from D to the lines AB and AC,

More information

Congruence. Chapter The Three Points Theorem

Congruence. Chapter The Three Points Theorem Chapter 2 Congruence In this chapter we use isometries to study congruence. We shall prove the Fundamental Theorem of Transformational Plane Geometry, which states that two plane figures are congruent

More information

SMT 2018 Geometry Test Solutions February 17, 2018

SMT 2018 Geometry Test Solutions February 17, 2018 SMT 018 Geometry Test Solutions February 17, 018 1. Consider a semi-circle with diameter AB. Let points C and D be on diameter AB such that CD forms the base of a square inscribed in the semicircle. Given

More information

INVERSION IN THE PLANE BERKELEY MATH CIRCLE

INVERSION IN THE PLANE BERKELEY MATH CIRCLE INVERSION IN THE PLANE BERKELEY MATH CIRCLE ZVEZDELINA STANKOVA MILLS COLLEGE/UC BERKELEY SEPTEMBER 26TH 2004 Contents 1. Definition of Inversion in the Plane 1 Properties of Inversion 2 Problems 2 2.

More information

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg ( )

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg ( ) Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg (2009-03-26) Logic Rule 0 No unstated assumptions may be used in a proof.

More information

Generalizations involving Maltitudes

Generalizations involving Maltitudes Generalizations involving Maltitudes Michael de Villiers, University of urban-westville 1, South frica profmd@mweb.co.za http://mzone.mweb.co.za/residents/profmd/homepage.html This article presents a generalization

More information

CMO 2007 Solutions. 3. Suppose that f is a real-valued function for which. f(xy) + f(y x) f(y + x) for all real numbers x and y.

CMO 2007 Solutions. 3. Suppose that f is a real-valued function for which. f(xy) + f(y x) f(y + x) for all real numbers x and y. CMO 2007 Solutions 1 What is the maximum number of non-overlapping 2 1 dominoes that can be placed on an 8 9 checkerboard if six of them are placed as shown? Each domino must be placed horizontally or

More information

GEOMETRY. Similar Triangles

GEOMETRY. Similar Triangles GOMTRY Similar Triangles SIMILR TRINGLS N THIR PROPRTIS efinition Two triangles are said to be similar if: (i) Their corresponding angles are equal, and (ii) Their corresponding sides are proportional.

More information

NEW YORK CITY INTERSCHOLASTIC MATHEMATICS LEAGUE Senior A Division CONTEST NUMBER 1

NEW YORK CITY INTERSCHOLASTIC MATHEMATICS LEAGUE Senior A Division CONTEST NUMBER 1 Senior A Division CONTEST NUMBER 1 PART I FALL 2011 CONTEST 1 TIME: 10 MINUTES F11A1 Larry selects a 13-digit number while David selects a 10-digit number. Let be the number of digits in the product of

More information

Olympiad Correspondence Problems. Set 3

Olympiad Correspondence Problems. Set 3 (solutions follow) 1998-1999 Olympiad Correspondence Problems Set 3 13. The following construction and proof was proposed for trisecting a given angle with ruler and Criticizecompasses the arguments. Construction.

More information

MA 460 Supplement on Analytic Geometry

MA 460 Supplement on Analytic Geometry M 460 Supplement on nalytic Geometry Donu rapura In the 1600 s Descartes introduced cartesian coordinates which changed the way we now do geometry. This also paved for subsequent developments such as calculus.

More information

Survey of Geometry. Supplementary Notes on Elementary Geometry. Paul Yiu. Department of Mathematics Florida Atlantic University.

Survey of Geometry. Supplementary Notes on Elementary Geometry. Paul Yiu. Department of Mathematics Florida Atlantic University. Survey of Geometry Supplementary Notes on Elementary Geometry Paul Yiu Department of Mathematics Florida tlantic University Summer 2007 ontents 1 The Pythagorean theorem i 1.1 The hypotenuse of a right

More information

Geometry Honors Review for Midterm Exam

Geometry Honors Review for Midterm Exam Geometry Honors Review for Midterm Exam Format of Midterm Exam: Scantron Sheet: Always/Sometimes/Never and Multiple Choice 40 Questions @ 1 point each = 40 pts. Free Response: Show all work and write answers

More information

9.7 Extension: Writing and Graphing the Equations

9.7 Extension: Writing and Graphing the Equations www.ck12.org Chapter 9. Circles 9.7 Extension: Writing and Graphing the Equations of Circles Learning Objectives Graph a circle. Find the equation of a circle in the coordinate plane. Find the radius and

More information

Chapter 2. The laws of sines and cosines. 2.1 The law of sines. Theorem 2.1 (The law of sines). Let R denote the circumradius of a triangle ABC.

Chapter 2. The laws of sines and cosines. 2.1 The law of sines. Theorem 2.1 (The law of sines). Let R denote the circumradius of a triangle ABC. hapter 2 The laws of sines and cosines 2.1 The law of sines Theorem 2.1 (The law of sines). Let R denote the circumradius of a triangle. 2R = a sin α = b sin β = c sin γ. α O O α as Since the area of a

More information

2. In ABC, the measure of angle B is twice the measure of angle A. Angle C measures three times the measure of angle A. If AC = 26, find AB.

2. In ABC, the measure of angle B is twice the measure of angle A. Angle C measures three times the measure of angle A. If AC = 26, find AB. 2009 FGCU Mathematics Competition. Geometry Individual Test 1. You want to prove that the perpendicular bisector of the base of an isosceles triangle is also the angle bisector of the vertex. Which postulate/theorem

More information

IMO Training Camp Mock Olympiad #2 Solutions

IMO Training Camp Mock Olympiad #2 Solutions IMO Training Camp Mock Olympiad #2 Solutions July 3, 2008 1. Given an isosceles triangle ABC with AB = AC. The midpoint of side BC is denoted by M. Let X be a variable point on the shorter arc MA of the

More information

A strangely synimetric pattern involving conjugacies and "local" and "global" bisectors

A strangely synimetric pattern involving conjugacies and local and global bisectors A strangely synimetric pattern involving conjugacies and "local" and "global" bisectors Douglas R. Hofstadter Center for Research on Concepts & Cognition Indiana University 510 North Fess Street Bloomington,

More information

Inversion. Contents. 1 General Properties. 1 General Properties Problems Solutions... 3

Inversion. Contents. 1 General Properties. 1 General Properties Problems Solutions... 3 c 007 The Author(s) and The IMO Compendium Group Contents Inversion Dušan Djukić 1 General Properties................................... 1 Problems........................................ 3 Solutions........................................

More information

1. If two angles of a triangle measure 40 and 80, what is the measure of the other angle of the triangle?

1. If two angles of a triangle measure 40 and 80, what is the measure of the other angle of the triangle? 1 For all problems, NOTA stands for None of the Above. 1. If two angles of a triangle measure 40 and 80, what is the measure of the other angle of the triangle? (A) 40 (B) 60 (C) 80 (D) Cannot be determined

More information

SMT Power Round Solutions : Poles and Polars

SMT Power Round Solutions : Poles and Polars SMT Power Round Solutions : Poles and Polars February 18, 011 1 Definition and Basic Properties 1 Note that the unit circles are not necessary in the solutions. They just make the graphs look nicer. (1).0

More information

Complex Numbers in Geometry

Complex Numbers in Geometry Complex Numers in Geometry Seastian Jeon Decemer 3, 206 The Complex Plane. Definitions I assume familiarity with most, if not all, of the following definitions. Some knowledge of linear algera is also

More information

2013 IMO Shortlist. a b c d 1

2013 IMO Shortlist. a b c d 1 IMO Shortlist 2013 Algebra A1 A2 Letnbeapositiveintegerandleta 1,...,a n 1 bearbitraryrealnumbers. Define the sequences u 0,...,u n and v 0,...,v n inductively by u 0 = u 1 = v 0 = v 1 = 1, and u k+1 =

More information

XII Geometrical Olympiad in honour of I.F.Sharygin Final round. Solutions. First day. 8 grade

XII Geometrical Olympiad in honour of I.F.Sharygin Final round. Solutions. First day. 8 grade XII Geometrical Olympiad in honour of I.F.Sharygin Final round. Solutions. First day. 8 grade Ratmino, 2016, July 31 1. (Yu.linkov) n altitude H of triangle bisects a median M. Prove that the medians of

More information

Heptagonal Triangles and Their Companions

Heptagonal Triangles and Their Companions Forum Geometricorum Volume 9 (009) 15 148. FRUM GEM ISSN 1534-1178 Heptagonal Triangles and Their ompanions Paul Yiu bstract. heptagonal triangle is a non-isosceles triangle formed by three vertices of

More information

1998 IMO Shortlist BM BN BA BC AB BC CD DE EF BC CA AE EF FD

1998 IMO Shortlist BM BN BA BC AB BC CD DE EF BC CA AE EF FD IMO Shortlist 1998 Geometry 1 A convex quadrilateral ABCD has perpendicular diagonals. The perpendicular bisectors of the sides AB and CD meet at a unique point P inside ABCD. the quadrilateral ABCD is

More information

IMO 2016 Training Camp 3

IMO 2016 Training Camp 3 IMO 2016 Training amp 3 ig guns in geometry 5 March 2016 At this stage you should be familiar with ideas and tricks like angle chasing, similar triangles and cyclic quadrilaterals (with possibly some ratio

More information

A Note on Reflections

A Note on Reflections Forum Geometricorum Volume 14 (2014) 155 161. FORUM GEOM SSN 1534-1178 Note on Reflections Emmanuel ntonio José García bstract. We prove some simple results associated with the triangle formed by the reflections

More information

right angle an angle whose measure is exactly 90ᴼ

right angle an angle whose measure is exactly 90ᴼ right angle an angle whose measure is exactly 90ᴼ m B = 90ᴼ B two angles that share a common ray A D C B Vertical Angles A D C B E two angles that are opposite of each other and share a common vertex two

More information

IX Geometrical Olympiad in honour of I.F.Sharygin Final round. Ratmino, 2013, August 1 = 90 ECD = 90 DBC = ABF,

IX Geometrical Olympiad in honour of I.F.Sharygin Final round. Ratmino, 2013, August 1 = 90 ECD = 90 DBC = ABF, IX Geometrical Olympiad in honour of I.F.Sharygin Final round. Ratmino, 013, ugust 1 Solutions First day. 8 grade 8.1. (N. Moskvitin) Let E be a pentagon with right angles at vertices and E and such that

More information

14 th Annual Harvard-MIT Mathematics Tournament Saturday 12 February 2011

14 th Annual Harvard-MIT Mathematics Tournament Saturday 12 February 2011 14 th Annual Harvard-MIT Mathematics Tournament Saturday 1 February 011 1. Let a, b, and c be positive real numbers. etermine the largest total number of real roots that the following three polynomials

More information

Objective Mathematics

Objective Mathematics . In BC, if angles, B, C are in geometric seq- uence with common ratio, then is : b c a (a) (c) 0 (d) 6. If the angles of a triangle are in the ratio 4 : :, then the ratio of the longest side to the perimeter

More information

TOPICS IN GEOMETRY: THE GEOMETRY OF THE EUCLIDEAN PLANE. 1. Introduction

TOPICS IN GEOMETRY: THE GEOMETRY OF THE EUCLIDEAN PLANE. 1. Introduction TOPIS IN GEOMETRY: THE GEOMETRY OF THE EULIEN PLNE TUGHT Y PIOTR PRZYTYKI. NOTES Y YLN NT. Note. These course notes are based on a course taught by Piotr Przytycki at McGill University in the fall of 2016.

More information

Geometry in the Complex Plane

Geometry in the Complex Plane Geometry in the Complex Plane Hongyi Chen UNC Awards Banquet 016 All Geometry is Algebra Many geometry problems can be solved using a purely algebraic approach - by placing the geometric diagram on a coordinate

More information

Name Geometry Common Core Regents Review Packet - 3. Topic 1 : Equation of a circle

Name Geometry Common Core Regents Review Packet - 3. Topic 1 : Equation of a circle Name Geometry Common Core Regents Review Packet - 3 Topic 1 : Equation of a circle Equation with center (0,0) and radius r Equation with center (h,k) and radius r ( ) ( ) 1. The endpoints of a diameter

More information

MAHESH TUTORIALS. Time : 1 hr. 15 min. Q.1. Solve the following : 3

MAHESH TUTORIALS. Time : 1 hr. 15 min. Q.1. Solve the following : 3 S.S.. MHESH TUTRILS Test - II atch : S Marks : 30 Date : GEMETRY hapter : 1,, 3 Time : 1 hr. 15 min..1. Solve the following : 3 The areas of two similar triangles are 18 cm and 3 cm respectively. What

More information

Q.1 If a, b, c are distinct positive real in H.P., then the value of the expression, (A) 1 (B) 2 (C) 3 (D) 4. (A) 2 (B) 5/2 (C) 3 (D) none of these

Q.1 If a, b, c are distinct positive real in H.P., then the value of the expression, (A) 1 (B) 2 (C) 3 (D) 4. (A) 2 (B) 5/2 (C) 3 (D) none of these Q. If a, b, c are distinct positive real in H.P., then the value of the expression, b a b c + is equal to b a b c () (C) (D) 4 Q. In a triangle BC, (b + c) = a bc where is the circumradius of the triangle.

More information

Construction of a Triangle from the Feet of Its Angle Bisectors

Construction of a Triangle from the Feet of Its Angle Bisectors onstruction of a Triangle from the Feet of Its ngle isectors Paul Yiu bstract. We study the problem of construction of a triangle from the feet of its internal angle bisectors. conic solution is possible.

More information

INTERNATIONAL MATHEMATICAL OLYMPIADS. Hojoo Lee, Version 1.0. Contents 1. Problems 1 2. Answers and Hints References

INTERNATIONAL MATHEMATICAL OLYMPIADS. Hojoo Lee, Version 1.0. Contents 1. Problems 1 2. Answers and Hints References INTERNATIONAL MATHEMATICAL OLYMPIADS 1990 2002 Hojoo Lee, Version 1.0 Contents 1. Problems 1 2. Answers and Hints 15 3. References 16 1. Problems 021 Let n be a positive integer. Let T be the set of points

More information

Midterm Review Packet. Geometry: Midterm Multiple Choice Practice

Midterm Review Packet. Geometry: Midterm Multiple Choice Practice : Midterm Multiple Choice Practice 1. In the diagram below, a square is graphed in the coordinate plane. A reflection over which line does not carry the square onto itself? (1) (2) (3) (4) 2. A sequence

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

Straight Line. SPTA Mathematics Higher Notes

Straight Line. SPTA Mathematics Higher Notes H Straight Line SPTA Mathematics Higher Notes Gradient From National 5: Gradient is a measure of a lines slope the greater the gradient the more steep its slope and vice versa. We use the letter m to represent

More information

45-th Moldova Mathematical Olympiad 2001

45-th Moldova Mathematical Olympiad 2001 45-th Moldova Mathematical Olympiad 200 Final Round Chişinǎu, March 2 Grade 7. Prove that y 3 2x+ x 3 2y x 2 + y 2 for any numbers x,y [, 2 3 ]. When does equality occur? 2. Let S(n) denote the sum of

More information

11 th Philippine Mathematical Olympiad Questions, Answers, and Hints

11 th Philippine Mathematical Olympiad Questions, Answers, and Hints view.php3 (JPEG Image, 840x888 pixels) - Scaled (71%) https://mail.ateneo.net/horde/imp/view.php3?mailbox=inbox&inde... 1 of 1 11/5/2008 5:02 PM 11 th Philippine Mathematical Olympiad Questions, Answers,

More information

Another Variation on the Steiner-Lehmus Theme

Another Variation on the Steiner-Lehmus Theme Forum Geometricorum Volume 8 (2008) 131 140. FORUM GOM ISSN 1534-1178 Another Variation on the Steiner-Lehmus Theme Sadi Abu-Saymeh, Mowaffaq Hajja, and Hassan Ali ShahAli Abstract. Let the internal angle

More information

Construction of Ajima Circles via Centers of Similitude

Construction of Ajima Circles via Centers of Similitude Forum Geometricorum Volume 15 (2015) 203 209. FORU GEO SS 1534-1178 onstruction of jima ircles via enters of Similitude ikolaos Dergiades bstract. We use the notion of the centers of similitude of two

More information

Semester Exam Review. Multiple Choice Identify the choice that best completes the statement or answers the question.

Semester Exam Review. Multiple Choice Identify the choice that best completes the statement or answers the question. Semester Exam Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Are O, N, and P collinear? If so, name the line on which they lie. O N M P a. No,

More information