Geometry JWR. Monday September 29, 2003

Size: px
Start display at page:

Download "Geometry JWR. Monday September 29, 2003"

Transcription

1 Geometry JWR Monday September 29, Foundations In this section we see how to view geometry as algebra. The ideas here should be familiar to the reader who has learned some analytic geometry (including vectors) and linear algebra. 1. A transformation T : R 2 R 2 is called affine iff it has the form (x, y ) = T (x, y) x = ax + by + p y = cx + dy + q. where ad bc 0. In matrix notation this takes the form T (X) = AX + B, where [ x T (X) = y ] [ x, X = y ] [ a b, A = c d ] [ p, B = q ], and det(a) 0. The affine transformation T is called linear iff B = 0; a translation iff A = I (the identity matrix); orientation preserving iff det(a) > 0; orientation reversing iff det(a) < 0; Euclidean iff A 1 = A T (the transpose of A); 1

2 a rotation iff A 1 = A T, B = 0, and det(a) > 0; a similarity transformation iff A 1 = µ 2 A T for some µ R; a dilation iff A = µi (for some µ > 0) and B = 0. Theorem 2. The set of all affine transformations is a group, i.e. (1) the identity transformation I(x, y) = (x, y) is affine, (2) the composition T 1 T 2 of two affine transformations T 1 and T 2 is affine, and (3) the inverse T 1 of an affine transformation T is affine. Similarly each of the following sets is a group: the set of linear transformations, the set of orientation preserving affine transformations, the set of Euclidean affine transformations, the set of conformal affine transformations, the set of translations, the set of rotations, and the set of dilations. Example 3. For each real number α the matrix [ ] cos α sin α R α = sin α cos α represents a rotation. Using the trigonometric addition formulas it is easy to see that R 0 = I, R α R β = R α+β, Rα 1 = R α. 4. A line is a subset l of R 2 of form l = {(x, y) R 2 : ax + by + c = 0} where either a 0 or b 0 (or both). Given two distinct points P and Q there is a unique line containing both; it is given by (See Theorem 8 below.) The set l = {tp + (1 t)q : t R}. QP := {tp + (1 t)q : 0 t 1} 2

3 is called the line segment joining Q and P and a set of form ρ = {tp + (1 t)q : t 0} is called a ray emanating from Q. Three points are called collinear iff they lie on a common line; three lines are called concurrent iff the pass through a common point. Two lines are called parallel iff they do not intersect. When three distinct points P, Q, R are collinear, we say that R lies between P and Q iff R QP and R P, Q. Theorem 5. An affine transformations maps lines to lines, i.e. if T is an affine transformation and l is a line, then T (l) := {T (P ) : P l} is a line. Theorem 6. Three points P i = (x i, y i ) are collinear if and only if x 1 y 1 1 det x 2 y 2 1 = 0. x 3 y 3 1 Three distinct lines l i = {(x, y) : a i x + b i y + c i = 0} are either concurrent or parallel if and only if a 1 b 1 c 1 det a 2 b 2 c 2 = 0. a 3 b 3 c 3 Proof. Hint: Let M be a 3 3 matrix. When does the homogeneous linear system MZ = 0 have a nonzero solution Z? Corollary 7. Let P = (x 1, y 1 ) and Q = (x 2, y 2 ) be distinct points, then there is a unique line containing P and Q. I Proof. Hint: A point P = (x, y) lies on this line if and only if the points P 1, P 2, P are collinear. Find a, b, c by expansion by minors in Theorem 6. Show that two lines l = {(x, y) R 2 : ax + by + c = 0}, l = {(x, y) R 2 : a x + b y + c = 0} are the same if and only the coefficients are proportional, i.e. (a, b, c ) is a nonzero multiple of (a, b, c). 3

4 Theorem 8. Let P = (x 1, y 1 ) and Q = (x 2, y 2 ) be distinct points. Then the set l = {tp + (1 t)q : t R} is the unique line containing P and Q. 9. Define the inner product U, V between two vectors U = (u 1, u 2 ) and V = (v 1, v 2 ) by U, V := u 1 v 1 + u 2 v 2. Define the norm U of the vector U by U 2 = U, U. The distance between the two points P = (x 1, y 1 ) and Q = (x 2, y 2 ) is the norm of the difference: P Q := ((x 1 x 1 ) 2 + (y 1 y 2 ) 2. Theorem 10. A Euclidean affine transformation T preserves distance, i.e. for P, Q R 2. T (P ) T (Q) = P Q Proof. Hint: Show that AU, V = U, A T V. Then consider AU, AU. Corollary 11. A similarity transformation T preserves ratios of distances, i.e. T (P 1 ) T (P 2 ) T (P 3 ) T (P 4 ) = P 1 P 2 P 3 P 4 for P 1, P 2, P 3, P 4 R 2. Theorem 12. Any affine transformation preserves ratios of distances of collinear points, i.e. T (P 1 ) T (P 2 ) T (P 3 ) T (P 4 ) = P 1 P 2 P 3 P 4 whenever P 1, P 2, P 3, P 4 R 2 are collinear. Proof. Hint: P i = t i P 1 (1 t i )P 2. Theorem 13 (Parallel postulate). Given a point P and a line l not containing P there is a unique line parallel to l and containing P. 4

5 2 Angles Definition 14. For three points O = (x 0, y 0 ), P = (x 1, y 1 ), Q = (x 2, y 2 ) of R 2 with P, Q O define cos P OQ = (x 1 x 0 )(x 2 x 0 ) + (y 1 y 0 )(y 2 y 0 ) P O Q O sin P OQ = (x 1 x 0 )(y 2 y 0 ) (y 1 y 0 )(x 2 x 0 ) P O Q O In this section the equation P O Q = P OQ is an abbreviation for the two equations cos P O Q = cos P OQ and sin P O Q = sin P OQ. Theorem 15. ( cos P OQ ) 2 + ( sin P OQ ) 2 = 1. Proof. Hint: Prove (u 1 v 1 + u 2 v 2 ) 2 + (u 1 v 2 u 2 v 1 ) 2 = (u u 2 2)(v v 2 2) and take u 1 = x 1 x 0, v 1 = y 1 y 0, u 2 = x 2 x 0, v 2 = y 2 y 0. Remark 16. With these substitutions, the formulas in Definition 14 take the form u v = cos θ u v, u v = sin θ u v k where θ is the angle between the vectors u = u 1 i + u 2 j and v = v 1 i + v 2 j. (The operations u v and u v are the dot product and cross product from second semester calculus.) Definition 17. Henceforth we view an angle as a pair (c, s) of numbers such that c 2 + s 2 = 1. Thus three points P, O, Q with P, Q O determine the angle (c, s) where c = cos P OQ, s = sin P OQ. Given an angle θ = (c, s) we write cos θ = c, sin θ = s. In this notation 0 = (1, 0), 90 = (0, 1), and 180 = ( 1, 0). 5

6 Theorem 18. A similarity transformation T preserves angles. More precisely, if P, Q O and P = T (P ), O = T (O), Q = T (Q), then cos P O Q = cos P OQ and sin P O Q = ± sin P OQ where we take the plus sign if T is orientation preserving and the minus sign if T is orientation reversing. Theorem 19. The angle P OQ depends only on the rays emanating from O through P and Q. More precisely, if P, Q O and if P = tp + (1 t)o and Q = sq + (1 s)o, where t, s > 0, then P OQ = P OQ. Theorem 20 (Vertical angles are equal). If line P Q and P Q intersect in a point O such that O is between P and Q and O is between P and Q, then P OQ = P OQ. Theorem 21 (Alternate angles are equal). If lines OP and O P are parallel, the points O, O, Q are collinear, and cos OP Q and cos O P Q have the same sign, then OP Q = O P Q. Theorem 22 (Trigonometric addition formulas). Let O, P, Q, R be points with P, Q, R O. Let Then α = P OQ, β = QOR, γ = P OR. cos γ = cos α cos β sin α sin β, cos γ = sin α cos β + cos α sin β. Definition 23. The formula γ = α + β means that α, β, γ are related as in Theorem 22. Also if θ = (c, s) we define θ = (c, s). With these notations angles may be added and subtracted and the associative and commutative laws hold. Also the law θ + 0 = θ holds. 3 Triangles 24. The notation used in geometry books is generally less precise then the notation of Sections 1 and 2. For example, depending on the context, the 6

7 notation AB might denote the line through the points A and B, the line segment joining A and B, or the distance from A to B. When no confusion can result the angle ABC might be denoted by B. Also usually we don t distinguish the angles ABC and CBA so that two angles B and B are deemed equal if cos B = cos B. (It then follows that sin B = ± sin B.) 25. A triangle is a triple of three non collinear points. The points are called the vertices of the triangle. The notation ABC is used to denote the triangle whose vertices are A, B, and C. The line segments connecting the vertices are called the sides of the triangle. The lines extending these line segments are also called the sides of the triangle or sometimes the extended sides to emphasize the difference. Two triangles ABC and A B C are said to be congruent iff there is a Euclidean affine transformation T such that A = T (A), B = T (B), C = T (C), Two triangles ABC and A B C are said to be similar iff there is a similarity transformation T such that A = T (A), B = T (B), C = T (C). Theorem 26. The angles of a triangle sum to 180. Lemma 27. (i) For any two points P and Q there is an orientation preserving Euclidean transformation such that T (P ) = (0, r), T (Q) = (0, 0) where r = P Q. (ii) For any triangle ABC there is a Euclidean transformation T and numbers a, b, c such that T (A) = (a, 0), T (B) = (b, 0), T (C) = (0, c). (iii) For any triangle ABC there is an affine transformation T such that T (A) = (1, 0), T (B) = (0, 1), T (C) = (0, 0). Theorem 28 (SSS,SAS,ASA). For triangles ABC and A B C following conditions are equivalent: the (i) the triangles ABC and A B C are congruent; (ii) AB = A B, BC = B C, and CA = C A ; (iii) AB = A B, BC = B C and B = B ; 7

8 (iv) A = A, B = B, and AB = A B. Theorem 29 (AAA,S:S:S,S:A:S). For triangles ABC and A B C the following conditions are equivalent: (i) the triangles ABC and A B C are similar; (ii) A = A, B = B, and C = C ; (iii) the sides are proportional, i.e. A B AB = B C BC = C A CA ; (iv) A = A and A B AB = C A CA. 4 Ceva and Menelaus 30. Let P, Q, R be points on (extended) sides BC, CA, AB of triangle ABC. Thus there are numbers p, q, r with P = pb + (1 p)c, Q = qc + (1 q)a, R = ra + (1 r)b. The six distances BP, P C, CQ, QA, AR, RB in Theorems 31 and 32 below are signed, i.e. XY = Y X. The sign convention is such that the signs of BP, P C, CQ, QA, AR, RB are the same as the signs of 1 p, p, 1 q, q, 1 r, r. Theorem 31 (Menelaus). The points P, Q, and R are collinear if and only if BP P C CQ QA AR RB = 1 Proof. (See also [1] page 146 and [2] page 66.) By Theorem 5 the condition that the lines AP, BQ, and CR are concurrent is preserved by affine transformations. By Theorem 12 the ratios (and hence product of the ratios) is preserved by affine transformations. Hence by Theorem 27 we may assume that A = (1, 0), B = (0, 1) and C = (0, 0) so P = (0, p), Q = (1 q, 0) and R = (r, 1 r). By Theorem 6 the points P, Q, R are collinear if and only if det 0 p 1 1 q 0 1 r 1 r 1 8 = 0.

9 The condition on the ratios is 1 p p 0 1 q 2(1 r) q 0 = 1. 2(r 0) Both conditions simplify to 1 p q r + pq + qr + rp = 0. Theorem 32 (Ceva). The lines AP, BQ, and CR are concurrent if and only if BP P C CQ QA AR RB = 1. Proof. (See also [1] page 126 and [2] page 4.) As in Theorem 31 we may assume that A = (1, 0), B = (0, 1), C = (0, 0), P = (0, p), Q = (1 q, 0), R = (r, 1 r). The lines AP, BQ, CR have equations px + y = p, x + (1 q)y = 1 q, (r 1)x + ry = 0. By Theorem 6 these lines are concurrent if and only if p 1 p det 1 1 q q 1 = 0. r 1 r 0 The condition on the ratios is 1 p p 0 1 q 2(1 r) q 0 = 1. 2(r 0) Both conditions simplify to 1 p q r + pq + qr + rp = 2pqr. 33. Ceva s Theorem has the following four corollaries. The medians of a triangle are the lines connecting the vertices to the midpoints of the opposite sides. The triangle formed by joining this midpoints is called the medial triangle. The altitudes of a triangle are the lines through the vertices perpendicular the opposite sides. The triangle formed by joining the feet of the altitudes is called the orthic triangle. The perpendicular bisector of a segment is the line perpendicular to the segment and passing through its midpoint. The bisector of an angle P OQ is the line OR such that P OR = ROQ. Corollary 34. The medians of a triangle are concurrent. 9

10 Proof. The three ratios in Ceva s Theorem are all one. Corollary 35. The altitudes of a triangle are concurrent. Proof. See [1] page 61 Theorem 2.10 and [2] page 5 Exercise 2. The lengths in Ceva s Theorem are BP = AB cos B, P C = CA cos C, CQ = BC cos C, QA = AB cos A, AR = CA cos A, RB = BC cos B. Corollary 36. The angle bisectors of a triangle are concurrent. Proof. See [1] page 21 Theorem 1.12 and [2] page 10 Theorem Remark 37. Another proof is as follows. The bisector of an angle is the locus of all points equidistant from the arms of the angle. Hence the point of intersection of two angle bisectors of ABC is equidistant from all thee sides and hence must lie on the third angle bisector. Corollary 38. The perpendicular bisectors of a triangle are concurrent. Proof. These are the altitudes of the medial triangle. Remark 39. Another proof is as follows. The perpendicular bisector of a segment is the locus of all points equidistant from the endpoints of the segment. Hence the point of intersection of two perpendicular bisectors of ABC is equidistant from the vertices and hence must lie on the third perpendicular bisector. Corollary 40. Let X BC, Y CA, Z AB be the points of tangency of the inscribed circle of triangle ABC. Then the lines AX, BY, CZ are concurrent. Their common intersection is called the Gergonne point of ABC. 5 The extended law of sines 41. We frequently use the convention that for a triangle ABC the sides are denoted by the lower case letter corresponding to the name of the opposite vertex. Thus a = BC, b = CA, c = AB. Often a, b, c denote the lengths of the sides and not the sides themselves. 10

11 Theorem 42. For triangle ABC there is a unique circle, called the circumcircle containing the vertices A, B, and C. The center of the circumcircle is called the circumcenter it is usually denoted by O and its radius is called the circumradius and is usually denoted by R. Lemma 43. Theorem 44 (Extended law of sines). For triangle ABC we have A a = B b where R is the circumradius of ABC. = C c = 2R Proof. See [2] Theorem 1.1 or [1] Theorem 2.3. The proof uses the theorem that an inscribed angle in circle is equal in degrees to half the subtended arc; see [1] Theorem Euler Line and nine point Circle 45. For any triangle ABC the circumcenter O of is the center of the circumscribed circle; it is also the intersection point of the perpendicular bisectors of the sides; the incenter I is the center of the inscribed circle; it is also the intersection point of the angle bisectors; the centroid G is the intersection of the medians; the orthocenter H is the intersection of the altitudes; the medial triangle is the triangle formed by joining the midpoints of the sides; the orthic triangle is the triangle formed by joining the feet of the altitudes; the nine point circle 1 is the circumcircle of the medial triangle; 1 The nine point circle is so called because of Theorem 50 below. It is also sometimes called the Euler circle or the Feuerbach circle. 11

12 the nine point center N is the center of the nine point circle. Theorem 46. A triangle and its medial triangle have the same centroid. Theorem 47. The circumcenter of a triangle is the orthocenter of its medial triangle. Theorem 48. The points O, G, H are collinear with G between O and H and HG = 2GO. The line containing O, G, H is called the Euler line. Proof using transformations. Consider the similarity transformation T which fixes the centroid G, contracts the distance to G be a factor of 1/2, and rotates through 180 about G. If G = (0, 0) then T (x, y) = ( x/2, y/2). The transformation T maps the original triangle to its medial triangle and sends an altitude of the original triangle to an altitude of the medial triangle, i.e. a perpendicular bisector of the original triangle. Hence T (H) = O. But T (G) = G and for any point P, the points P, G, and P = T (P ) are collinear with 2P G = P G. Corollary 49. The nine point center N is the midpoint of the segment HO. The radius of the nine point circle is half the radius of the circumcircle. Proof. Theorem 50. The nine point circle contains the following nine points: (i) the midpoints of the sides; (ii) the feet of the altitudes; (iii) the midpoints (called the Euler points) of the segments AH, BH, CH. Proof. Denote the midpoints of the sides of ABC, the feet of the altitudes, and the Euler points by by M A, M B, M C, H A, H B, H C, E A, E B, E C, with the subscripts chosen so that the medians are AM A, BM B, CM C, the altitudes are AH A, BH B, CH C, and the points E A, E B, E C lie on these altitudes respectively. We claim that M A M B E B E A is a rectangle. This is because M A M B C is similar to ABC by SAS so M A M B is parallel to AB; E A E B H is similar to ABH by SAS so E A E B is parallel to AB; 12

13 AM B E A is similar to ACH C by SAS so M B E A is parallel to CH C and hence perpendicular to the parallel lines AB and M A M B ; BM A E B is similar to BCH C by SAS so M A E B is parallel to CH C and hence perpendicular to the parallel lines AB and M A M B. The rectangle M A M B E B E A is inscribed in a circle with diameters M A E A and M B E B. Reading B and C for A and B we obtain that the rectangle M B M C E C E B is inscribed in a circle with diameters M B E B and M C E E C. These two circles share a common diameter M B E B and so must be the same circle. As this circle contains M A, M B, M C it is the circumcircle of the medial triangle, i.e. the nine point circle. The lines E A H A and AHA A are the same as are the lines HAM A and BC so (as AH A is an altitude of ABC) E A H A M A is a right angle. Hence H A (and similarly A B and H C ) lie on the none point circle. Remark 51. Here is a coordinate proof. For the triangle ABC with A = (a, 0), B = (b, 0), and C = (0, c) we have ( ) ( a + b ab + c2 a + b O =,, G = 2 2c 3, c ) (, H = 0, ab ). 3 c In the notation of the proof of Theorem 48, ( ) a + b N = 4, c2 ab. 4c etc. Theorem 52. The orthocenter H of an acute angled triangle is the incenter of its orthic triangle. Proof. We must show H A H C H = H B H A H. (The same argument shows H C H B H = H C H B H and H C H B H = H A H C H.) Now the quadrilateral HH C BH A is cyclic (i.e. is inscribed in a circle) since HH C B = HH A B = 90. Hence HH A H C = HBH C. But HBH C = H B BA is the complement α of CBA so HH A H C = α. The same argument (reverse the roles of B and C) shows that HH A H B = α as required. Remark 53. For an obtuse triangle the argument shows that H is the center of one of the exscribed circles, not the center of the inscribed circle. 13

14 Corollary 54. The triangle of least perimeter inscribed in a given triangle ABC is the orthic triangle of ABC. Proof. For three points X, Y, Z, on lines BC, CA, AB respectively let f = f(x, Y, Z) = XY + Y Z + ZX. This function is continuous. When one or more of the points X, Y, Z are far from A, B, and C the function f is large so the minimum occurs either a point where the partial derivatives of f are zero, or else at a point where the function f is not differentiable. The function f is differentiable except where one of the three lengths is zero, i.e. when X = Y = C or Y = Z = A or Z = X = B. Theorem 55 (Feuerbach). The nine point circle is tangent to each of the four tritangent circles (i.e. the inscribed circle and the three exscribed circles). Proof. Later References [1] I. M. Isaacs: Geometry for College Students, Brooks/Cole; [2] H. S. Coxeter & S. L. Greitzer: Geometry Revisted, reissued by MAA; [3] G. A. Jennings: Modern Geometry with Applications, Springer Universitext. 14

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

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

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

Vectors - Applications to Problem Solving

Vectors - Applications to Problem Solving BERKELEY MATH CIRCLE 00-003 Vectors - Applications to Problem Solving Zvezdelina Stankova Mills College& UC Berkeley 1. Well-known Facts (1) Let A 1 and B 1 be the midpoints of the sides BC and AC of ABC.

More information

Topic 2 [312 marks] The rectangle ABCD is inscribed in a circle. Sides [AD] and [AB] have lengths

Topic 2 [312 marks] The rectangle ABCD is inscribed in a circle. Sides [AD] and [AB] have lengths Topic 2 [312 marks] 1 The rectangle ABCD is inscribed in a circle Sides [AD] and [AB] have lengths [12 marks] 3 cm and (\9\) cm respectively E is a point on side [AB] such that AE is 3 cm Side [DE] is

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

( 1 ) Show that P ( a, b + c ), Q ( b, c + a ) and R ( c, a + b ) are collinear.

( 1 ) Show that P ( a, b + c ), Q ( b, c + a ) and R ( c, a + b ) are collinear. Problems 01 - POINT Page 1 ( 1 ) Show that P ( a, b + c ), Q ( b, c + a ) and R ( c, a + b ) are collinear. ( ) Prove that the two lines joining the mid-points of the pairs of opposite sides and the line

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

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

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

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

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

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

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

Mathematics 2260H Geometry I: Euclidean geometry Trent University, Fall 2016 Solutions to the Quizzes

Mathematics 2260H Geometry I: Euclidean geometry Trent University, Fall 2016 Solutions to the Quizzes Mathematics 2260H Geometry I: Euclidean geometry Trent University, Fall 2016 Solutions to the Quizzes Quiz #1. Wednesday, 13 September. [10 minutes] 1. Suppose you are given a line (segment) AB. Using

More information

15th Bay Area Mathematical Olympiad. BAMO Exam. February 26, Solutions to BAMO-8 and BAMO-12 Problems

15th Bay Area Mathematical Olympiad. BAMO Exam. February 26, Solutions to BAMO-8 and BAMO-12 Problems 15th Bay Area Mathematical Olympiad BAMO Exam February 26, 2013 Solutions to BAMO-8 and BAMO-12 Problems 1 How many different sets of three points in this equilateral triangular grid are the vertices of

More information

Higher Geometry Problems

Higher Geometry Problems Higher Geometry Problems (1) Look up Eucidean Geometry on Wikipedia, and write down the English translation given of each of the first four postulates of Euclid. Rewrite each postulate as a clear statement

More information

Examples: Identify three pairs of parallel segments in the diagram. 1. AB 2. BC 3. AC. Write an equation to model this theorem based on the figure.

Examples: Identify three pairs of parallel segments in the diagram. 1. AB 2. BC 3. AC. Write an equation to model this theorem based on the figure. 5.1: Midsegments of Triangles NOTE: Midsegments are also to the third side in the triangle. Example: Identify the 3 midsegments in the diagram. Examples: Identify three pairs of parallel segments in the

More information

Complex numbers in the realm of Euclidean Geometry

Complex numbers in the realm of Euclidean Geometry Complex numbers in the realm of Euclidean Geometry Finbarr Holland February 7, 014 1 Introduction Before discussing the complex forms of lines and circles, we recall some familiar facts about complex numbers.

More information

QUESTION BANK ON STRAIGHT LINE AND CIRCLE

QUESTION BANK ON STRAIGHT LINE AND CIRCLE QUESTION BANK ON STRAIGHT LINE AND CIRCLE Select the correct alternative : (Only one is correct) Q. If the lines x + y + = 0 ; 4x + y + 4 = 0 and x + αy + β = 0, where α + β =, are concurrent then α =,

More information

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

Geometry. Class Examples (July 1) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014 Geometry lass Examples (July 1) Paul Yiu Department of Mathematics Florida tlantic University c b a Summer 2014 1 Example 1(a). Given a triangle, the intersection P of the perpendicular bisector of and

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

Higher Geometry Problems

Higher Geometry Problems Higher Geometry Problems (1 Look up Eucidean Geometry on Wikipedia, and write down the English translation given of each of the first four postulates of Euclid. Rewrite each postulate as a clear statement

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

MA 460 Supplement: Analytic geometry

MA 460 Supplement: Analytic geometry M 460 Supplement: 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

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

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

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

Chapter 8. Feuerbach s theorem. 8.1 Distance between the circumcenter and orthocenter

Chapter 8. Feuerbach s theorem. 8.1 Distance between the circumcenter and orthocenter hapter 8 Feuerbach s theorem 8.1 Distance between the circumcenter and orthocenter Y F E Z H N X D Proposition 8.1. H = R 1 8 cosαcos β cosγ). Proof. n triangle H, = R, H = R cosα, and H = β γ. y the law

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

CLASS IX GEOMETRY MOCK TEST PAPER

CLASS IX GEOMETRY MOCK TEST PAPER Total time:3hrs darsha vidyalay hunashyal P. M.M=80 STION- 10 1=10 1) Name the point in a triangle that touches all sides of given triangle. Write its symbol of representation. 2) Where is thocenter 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

(D) (A) Q.3 To which of the following circles, the line y x + 3 = 0 is normal at the point ? 2 (A) 2

(D) (A) Q.3 To which of the following circles, the line y x + 3 = 0 is normal at the point ? 2 (A) 2 CIRCLE [STRAIGHT OBJECTIVE TYPE] Q. The line x y + = 0 is tangent to the circle at the point (, 5) and the centre of the circles lies on x y = 4. The radius of the circle is (A) 3 5 (B) 5 3 (C) 5 (D) 5

More information

VKR Classes TIME BOUND TESTS 1-7 Target JEE ADVANCED For Class XI VKR Classes, C , Indra Vihar, Kota. Mob. No

VKR Classes TIME BOUND TESTS 1-7 Target JEE ADVANCED For Class XI VKR Classes, C , Indra Vihar, Kota. Mob. No VKR Classes TIME BOUND TESTS -7 Target JEE ADVANCED For Class XI VKR Classes, C-9-0, Indra Vihar, Kota. Mob. No. 9890605 Single Choice Question : PRACTICE TEST-. The smallest integer greater than log +

More information

VAISHALI EDUCATION POINT (QUALITY EDUCATION PROVIDER)

VAISHALI EDUCATION POINT (QUALITY EDUCATION PROVIDER) BY:Prof. RAHUL MISHRA Class :- X QNo. VAISHALI EDUCATION POINT (QUALITY EDUCATION PROVIDER) CIRCLES Subject :- Maths General Instructions Questions M:9999907099,9818932244 1 In the adjoining figures, PQ

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

Vocabulary. Term Page Definition Clarifying Example altitude of a triangle. centroid of a triangle. circumcenter of a triangle. circumscribed circle

Vocabulary. Term Page Definition Clarifying Example altitude of a triangle. centroid of a triangle. circumcenter of a triangle. circumscribed circle CHAPTER Vocabulary The table contains important vocabulary terms from Chapter. As you work through the chapter, fill in the page number, definition, and a clarifying eample. Term Page Definition Clarifying

More information

0610ge. Geometry Regents Exam The diagram below shows a right pentagonal prism.

0610ge. Geometry Regents Exam The diagram below shows a right pentagonal prism. 0610ge 1 In the diagram below of circle O, chord AB chord CD, and chord CD chord EF. 3 The diagram below shows a right pentagonal prism. Which statement must be true? 1) CE DF 2) AC DF 3) AC CE 4) EF CD

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

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

RMT 2013 Geometry Test Solutions February 2, = 51.

RMT 2013 Geometry Test Solutions February 2, = 51. RMT 0 Geometry Test Solutions February, 0. Answer: 5 Solution: Let m A = x and m B = y. Note that we have two pairs of isosceles triangles, so m A = m ACD and m B = m BCD. Since m ACD + m BCD = m ACB,

More information

5-1 Practice Form K. Midsegments of Triangles. Identify three pairs of parallel segments in the diagram.

5-1 Practice Form K. Midsegments of Triangles. Identify three pairs of parallel segments in the diagram. 5-1 Practice Form K Midsegments of Triangles Identify three pairs of parallel segments in the diagram. 1. 2. 3. Name the segment that is parallel to the given segment. 4. MN 5. ON 6. AB 7. CB 8. OM 9.

More information

Circles. II. Radius - a segment with one endpoint the center of a circle and the other endpoint on the circle.

Circles. II. Radius - a segment with one endpoint the center of a circle and the other endpoint on the circle. Circles Circles and Basic Terminology I. Circle - the set of all points in a plane that are a given distance from a given point (called the center) in the plane. Circles are named by their center. II.

More information

Trigonometrical identities and inequalities

Trigonometrical identities and inequalities Trigonometrical identities and inequalities Finbarr Holland January 1, 010 1 A review of the trigonometrical functions These are sin, cos, & tan. These are discussed in the Maynooth Olympiad Manual, which

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

Nagel, Speiker, Napoleon, Torricelli. Centroid. Circumcenter 10/6/2011. MA 341 Topics in Geometry Lecture 17

Nagel, Speiker, Napoleon, Torricelli. Centroid. Circumcenter 10/6/2011. MA 341 Topics in Geometry Lecture 17 Nagel, Speiker, Napoleon, Torricelli MA 341 Topics in Geometry Lecture 17 Centroid The point of concurrency of the three medians. 07-Oct-2011 MA 341 2 Circumcenter Point of concurrency of the three perpendicular

More information

6 CHAPTER. Triangles. A plane figure bounded by three line segments is called a triangle.

6 CHAPTER. Triangles. A plane figure bounded by three line segments is called a triangle. 6 CHAPTER We are Starting from a Point but want to Make it a Circle of Infinite Radius A plane figure bounded by three line segments is called a triangle We denote a triangle by the symbol In fig ABC has

More information

Example 1: Finding angle measures: I ll do one: We ll do one together: You try one: ML and MN are tangent to circle O. Find the value of x

Example 1: Finding angle measures: I ll do one: We ll do one together: You try one: ML and MN are tangent to circle O. Find the value of x Ch 1: Circles 1 1 Tangent Lines 1 Chords and Arcs 1 3 Inscribed Angles 1 4 Angle Measures and Segment Lengths 1 5 Circles in the coordinate plane 1 1 Tangent Lines Focused Learning Target: I will be able

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

QUESTION BANK ON. CONIC SECTION (Parabola, Ellipse & Hyperbola)

QUESTION BANK ON. CONIC SECTION (Parabola, Ellipse & Hyperbola) QUESTION BANK ON CONIC SECTION (Parabola, Ellipse & Hyperbola) Question bank on Parabola, Ellipse & Hyperbola Select the correct alternative : (Only one is correct) Q. Two mutually perpendicular tangents

More information

Chapter (Circle) * Circle - circle is locus of such points which are at equidistant from a fixed point in

Chapter (Circle) * Circle - circle is locus of such points which are at equidistant from a fixed point in Chapter - 10 (Circle) Key Concept * Circle - circle is locus of such points which are at equidistant from a fixed point in a plane. * Concentric circle - Circle having same centre called concentric circle.

More information

Triangles III. Stewart s Theorem, Orthocenter, Euler Line. 23-Sept-2011 MA

Triangles III. Stewart s Theorem, Orthocenter, Euler Line. 23-Sept-2011 MA Triangles III Stewart s Theorem, Orthocenter, Euler Line 23-Sept-2011 MA 341 001 1 Stewart s Theorem (1746) With the measurements given in the triangle below, the following relationship holds: a 2 n +

More information

Triangles III. Stewart s Theorem (1746) Stewart s Theorem (1746) 9/26/2011. Stewart s Theorem, Orthocenter, Euler Line

Triangles III. Stewart s Theorem (1746) Stewart s Theorem (1746) 9/26/2011. Stewart s Theorem, Orthocenter, Euler Line Triangles III Stewart s Theorem, Orthocenter, uler Line 23-Sept-2011 M 341 001 1 Stewart s Theorem (1746) With the measurements given in the triangle below, the following relationship holds: a 2 n + b

More information

Question 1 (3 points) Find the midpoint of the line segment connecting the pair of points (3, -10) and (3, 6).

Question 1 (3 points) Find the midpoint of the line segment connecting the pair of points (3, -10) and (3, 6). Geometry Semester Final Exam Practice Select the best answer Question (3 points) Find the midpoint of the line segment connecting the pair of points (3, -0) and (3, 6). A) (3, -) C) (3, -) B) (3, 4.5)

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

12 th Annual Johns Hopkins Math Tournament Saturday, February 19, 2011 Power Round-Poles and Polars

12 th Annual Johns Hopkins Math Tournament Saturday, February 19, 2011 Power Round-Poles and Polars 1 th Annual Johns Hopkins Math Tournaent Saturday, February 19, 011 Power Round-Poles and Polars 1. Definition and Basic Properties 1. Note that the unit circles are not necessary in the solutions. They

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

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

Circles in Neutral Geometry

Circles in Neutral Geometry Everything we do in this set of notes is Neutral. Definitions: 10.1 - Circles in Neutral Geometry circle is the set of points in a plane which lie at a positive, fixed distance r from some fixed point.

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

Ion Patrascu, Florentin Smarandache A Sufficient Condition for the Circle of the 6 Points to Become Euler s Circle

Ion Patrascu, Florentin Smarandache A Sufficient Condition for the Circle of the 6 Points to Become Euler s Circle A Sufficient Condition for the Circle of the 6 Points to Become Euler s Circle In : Complements to Classic Topics of Circles Geometry. Brussels (Belgium): Pons Editions, 2016 In this article, we prove

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

TARGET : JEE 2013 SCORE. JEE (Advanced) Home Assignment # 03. Kota Chandigarh Ahmedabad

TARGET : JEE 2013 SCORE. JEE (Advanced) Home Assignment # 03. Kota Chandigarh Ahmedabad TARGT : J 01 SCOR J (Advanced) Home Assignment # 0 Kota Chandigarh Ahmedabad J-Mathematics HOM ASSIGNMNT # 0 STRAIGHT OBJCTIV TYP 1. If x + y = 0 is a tangent at the vertex of a parabola and x + y 7 =

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

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

Recreational Mathematics

Recreational Mathematics Recreational Mathematics Paul Yiu Department of Mathematics Florida Atlantic University Summer 2003 Chapters 5 8 Version 030630 Chapter 5 Greatest common divisor 1 gcd(a, b) as an integer combination of

More information

So, eqn. to the bisector containing (-1, 4) is = x + 27y = 0

So, eqn. to the bisector containing (-1, 4) is = x + 27y = 0 Q.No. The bisector of the acute angle between the lines x - 4y + 7 = 0 and x + 5y - = 0, is: Option x + y - 9 = 0 Option x + 77y - 0 = 0 Option x - y + 9 = 0 Correct Answer L : x - 4y + 7 = 0 L :-x- 5y

More information

Chapter 10. Properties of Circles

Chapter 10. Properties of Circles Chapter 10 Properties of Circles 10.1 Use Properties of Tangents Objective: Use properties of a tangent to a circle. Essential Question: how can you verify that a segment is tangent to a circle? Terminology:

More information

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is . If P(A) = x, P = 2x, P(A B) = 2, P ( A B) = 2 3, then the value of x is (A) 5 8 5 36 6 36 36 2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time

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

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

LLT Education Services

LLT Education Services 8. The length of a tangent from a point A at distance 5 cm from the centre of the circle is 4 cm. Find the radius of the circle. (a) 4 cm (b) 3 cm (c) 6 cm (d) 5 cm 9. From a point P, 10 cm away from the

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

1. Matrices and Determinants

1. Matrices and Determinants Important Questions 1. Matrices and Determinants Ex.1.1 (2) x 3x y Find the values of x, y, z if 2x + z 3y w = 0 7 3 2a Ex 1.1 (3) 2x 3x y If 2x + z 3y w = 3 2 find x, y, z, w 4 7 Ex 1.1 (13) 3 7 3 2 Find

More information

Exercises for Unit I I I (Basic Euclidean concepts and theorems)

Exercises for Unit I I I (Basic Euclidean concepts and theorems) Exercises for Unit I I I (Basic Euclidean concepts and theorems) Default assumption: All points, etc. are assumed to lie in R 2 or R 3. I I I. : Perpendicular lines and planes Supplementary background

More information

CONCURRENT LINES- PROPERTIES RELATED TO A TRIANGLE THEOREM The medians of a triangle are concurrent. Proof: Let A(x 1, y 1 ), B(x, y ), C(x 3, y 3 ) be the vertices of the triangle A(x 1, y 1 ) F E B(x,

More information

= ( +1) BP AC = AP + (1+ )BP Proved UNIT-9 CIRCLES 1. Prove that the parallelogram circumscribing a circle is rhombus. Ans Given : ABCD is a parallelogram circumscribing a circle. To prove : - ABCD is

More information

LOCUS. Definition: The set of all points (and only those points) which satisfy the given geometrical condition(s) (or properties) is called a locus.

LOCUS. Definition: The set of all points (and only those points) which satisfy the given geometrical condition(s) (or properties) is called a locus. LOCUS Definition: The set of all points (and only those points) which satisfy the given geometrical condition(s) (or properties) is called a locus. Eg. The set of points in a plane which are at a constant

More information

Abstract In this paper, the authors deal with the properties of inscribed ellipse of triangle, using tools of projective transformation, analytical ge

Abstract In this paper, the authors deal with the properties of inscribed ellipse of triangle, using tools of projective transformation, analytical ge Study on Inscribed Ellipse of Triangle By Jin Zhaorong & Zeng Liwei Mentor: Mr. Tang Xiaomiao High School Affiliated to Renmin University of China Beijing, China November 2010 N09 ------ 1 Abstract In

More information

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

Geometry. Class Examples (July 1) Paul Yiu. Department of Mathematics Florida Atlantic University. Summer 2014 Geometry lass Examples (July 1) Paul Yiu Department of Mathematics Florida tlantic University c b a Summer 2014 21 Example 11: Three congruent circles in a circle. The three small circles are congruent.

More information

Steiner s porism and Feuerbach s theorem

Steiner s porism and Feuerbach s theorem hapter 10 Steiner s porism and Feuerbach s theorem 10.1 Euler s formula Lemma 10.1. f the bisector of angle intersects the circumcircle at M, then M is the center of the circle through,,, and a. M a Proof.

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

C=2πr C=πd. Chapter 10 Circles Circles and Circumference. Circumference: the distance around the circle

C=2πr C=πd. Chapter 10 Circles Circles and Circumference. Circumference: the distance around the circle 10.1 Circles and Circumference Chapter 10 Circles Circle the locus or set of all points in a plane that are A equidistant from a given point, called the center When naming a circle you always name it by

More information

Chapter 1. Affine and Euclidean Geometry. 1.1 Points and vectors. 1.2 Linear operations on vectors

Chapter 1. Affine and Euclidean Geometry. 1.1 Points and vectors. 1.2 Linear operations on vectors Chapter 1 Affine and Euclidean Geometry 1.1 Points and vectors We recall coordinate plane geometry from Calculus. The set R 2 will be called the plane. Elements of R 2, that is ordered pairs (x, y) of

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

Affine Maps and Feuerbach s Theorem

Affine Maps and Feuerbach s Theorem Affine Maps and Feuerbach s Theorem arxiv:1711.09391v1 [math.mg] 26 Nov 2017 1 Introduction. Patrick Morton In this paper we will study several important affine maps in the geometry of a triangle, and

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

16 circles. what goes around...

16 circles. what goes around... 16 circles. what goes around... 2 lesson 16 this is the first of two lessons dealing with circles. this lesson gives some basic definitions and some elementary theorems, the most important of which is

More information

0809ge. Geometry Regents Exam Based on the diagram below, which statement is true?

0809ge. Geometry Regents Exam Based on the diagram below, which statement is true? 0809ge 1 Based on the diagram below, which statement is true? 3 In the diagram of ABC below, AB AC. The measure of B is 40. 1) a b ) a c 3) b c 4) d e What is the measure of A? 1) 40 ) 50 3) 70 4) 100

More information

MATH II CCR MATH STANDARDS

MATH II CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES M.2HS.1 M.2HS.2 M.2HS.3 M.2HS.4 M.2HS.5 M.2HS.6 Explain how the definition of the meaning of rational exponents follows from extending the properties of integer exponents

More information

Triangle Centers. Maria Nogin. (based on joint work with Larry Cusick)

Triangle Centers. Maria Nogin. (based on joint work with Larry Cusick) Triangle enters Maria Nogin (based on joint work with Larry usick) Undergraduate Mathematics Seminar alifornia State University, Fresno September 1, 2017 Outline Triangle enters Well-known centers enter

More information

1. In a triangle ABC altitude from C to AB is CF= 8 units and AB has length 6 units. If M and P are midpoints of AF and BC. Find the length of PM.

1. In a triangle ABC altitude from C to AB is CF= 8 units and AB has length 6 units. If M and P are midpoints of AF and BC. Find the length of PM. 1. In a triangle ABC altitude from C to AB is CF= 8 units and AB has length 6 units. If M and P are midpoints of AF and BC. Find the length of PM. 2. Let ABCD be a cyclic quadrilateral inscribed in a circle

More information

Coordinate Geometry. Exercise 13.1

Coordinate Geometry. Exercise 13.1 3 Exercise 3. Question. Find the distance between the following pairs of points (i) ( 3) ( ) (ii) ( 5 7) ( 3) (iii) (a b) ( a b) Solution (i) Let A( 3 ) and B( ) be the given points. Here x y 3and x y

More information

Common Core Readiness Assessment 4

Common Core Readiness Assessment 4 ommon ore Readiness ssessment 4 1. Use the diagram and the information given to complete the missing element of the two-column proof. 2. Use the diagram and the information given to complete the missing

More information

Using Complex Weighted Centroids to Create Homothetic Polygons. Harold Reiter. Department of Mathematics, University of North Carolina Charlotte,

Using Complex Weighted Centroids to Create Homothetic Polygons. Harold Reiter. Department of Mathematics, University of North Carolina Charlotte, Using Complex Weighted Centroids to Create Homothetic Polygons Harold Reiter Department of Mathematics, University of North Carolina Charlotte, Charlotte, NC 28223, USA hbreiter@emailunccedu Arthur Holshouser

More information

= 0 1 (3 4 ) 1 (4 4) + 1 (4 3) = = + 1 = 0 = 1 = ± 1 ]

= 0 1 (3 4 ) 1 (4 4) + 1 (4 3) = = + 1 = 0 = 1 = ± 1 ] STRAIGHT LINE [STRAIGHT OBJECTIVE TYPE] Q. If the lines x + y + = 0 ; x + y + = 0 and x + y + = 0, where + =, are concurrent then (A) =, = (B) =, = ± (C) =, = ± (D*) = ±, = [Sol. Lines are x + y + = 0

More information

Geometry Final Review. Chapter 1. Name: Per: Vocab. Example Problems

Geometry Final Review. Chapter 1. Name: Per: Vocab. Example Problems Geometry Final Review Name: Per: Vocab Word Acute angle Adjacent angles Angle bisector Collinear Line Linear pair Midpoint Obtuse angle Plane Pythagorean theorem Ray Right angle Supplementary angles Complementary

More information

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION SAMPLE PAPER 02 F PERIODIC TEST III EXAM (2017-18) SUBJECT: MATHEMATICS(041) BLUE PRINT : CLASS IX Unit Chapter VSA (1 mark) SA I (2 marks) SA II (3 marks)

More information

Synthetic foundations of cevian geometry, III: The generalized orthocenter

Synthetic foundations of cevian geometry, III: The generalized orthocenter arxiv:1506.06253v2 [math.mg] 14 Aug 2015 Synthetic foundations of cevian geometry, III: The generalized orthocenter 1 Introduction. Igor Minevich and atrick Morton 1 August 17, 2015 In art II of this series

More information

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : ,

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : , MCN COMPLEX NUMBER C The complex number Complex number is denoted by ie = a + ib, where a is called as real part of (denoted by Re and b is called as imaginary part of (denoted by Im Here i =, also i =,

More information