A. The answer as per this document is No, it cannot exist keeping all distances rational.

Size: px
Start display at page:

Download "A. The answer as per this document is No, it cannot exist keeping all distances rational."

Transcription

1 Rational Distance Q. Given a unit square, can you find any point in the same plane, either inside or outside the square, that is a rational distance from all four corners? Or, put another way, given a square ABCD of any size, can you find a point P in the same plane such that the distances AB, PA, PB, PC, and PD are all integers? A. The answer as per this document is No, it cannot exist keeping all distances rational. This is the proof: Part 1: Ouside the square Notation AP = a, (distance from A to P also the radius of circle Ca) BP = b, (distance from B to P also the radius of circle Cb) CP = c, (distance from C to P also the radius of circle Cc) DP = d, (distance from D to P also the radius of circle Cd) P (X1, Y1) is the point of intersection of all the circles with X1, Y1 as co-ordinates. L = length of the side of square, Sqrt(2)L = Length of the diagonal of the square (irrational if L is rational) Ca is Circle with a as radius Cb is Circle with b as radius Cc is the Circle with c as radius Cd is the Circle with d as radius

2 Proof Map all the circles and squares back towards 0,0 And assuming A > D > B > C > 0 and X1 > L, Y1 > L & L >= 1 This keeps it in the top quadrant (meaning P will be above the side BC, nearest C. (slightly different assumptions can be made to push it into any of the other 3 quadrants but effectively the same proof will apply (with rotation...).) The formulas from Pythagoras Theorem/Circle formula are: Ca: (centre point (0,0), radius a, point on circle ( X1, Y1)): a 2 = X1 2 + Y1 2 Cb: (centre point (0, L), radius b, point on circle (X1, Y1)): b 2 = X1 2 + (Y1 L) 2 Cc: (centre point (L, L), radius c, point on circle (X1, Y1)): c 2 = (L - X1) 2 + (Y1 L) 2 Cd: (centre point (L, 0), radius d, point on circle (X1, Y1)): d 2 = (L - X1) 2 + Y1 2 Ca: a 2 = X1 2 + Y1 2 Cb: b 2 = X1 2 + (Y1 L) 2 = X1 2 + Y1 2-2LY1 + L 2 Cc: c 2 = (X1 L) 2 + (Y1 L) 2 = X1 2 + Y1 2-2LX1 + L 2-2LY1 + L 2 Cd: d 2 = (X1 L) 2 + Y1 2 = X1 2 + Y1 2-2LX1 + L 2 Putting Ca into Cb and Cd to find X1 and Y1 in terms of a, b, c, d Ca -> Cb: b 2 = a 2-2LY1 + L 2 -> (b 2 a 2 - L 2 ) /-2L = Y1 Ca -> Cd: d 2 = a 2-2LX1 + L 2 -> (d 2 - a 2 -L 2 )/ -2L = X1 Ca,Cb,Cd -> Cc: c 2 = a 2 + (b 2 a 2 ) + (d 2 a 2 ) c 2 = b 2 + d 2 a 2 c 2 + a 2 = b 2 + d 2 Putting the values of X1 and Y1 back into Ca gives: Ca: a 2 = ((d 2 - a 2 -L 2 )/ -2L) 2 + ((b 2 a 2 - L 2 ) /-2L) 2 Expanding gives: 4L 2 a 2 = (d 2 a 2 ) 2 + L 4-2L 2 (d 2 - a 2 ) + (b 2 a 2 ) 2 + L 4-2L 2 (b 2 - a 2 ) Grouping L 4 and L 2 and L 0 and bringing the left term to the right gives: 0 = 2L 4-2L 2 ((d 2 - a 2 ) + (b 2 - a 2 ) + 2a 2 ) + ((d 2 - a 2 ) 2 + (b 2 a 2 ) 2 ) 0 = 2L 4-2L 2 (d 2 + b 2 ) + ((d 2 - a 2 ) 2 + (b 2 a 2 ) 2 ) Divide by 2 gives: L 4 -L 2 (d 2 +b 2 ) + ((b 2 - a 2 ) 2 + (d 2 a 2 ) 2 )/2 Using the binomial theorem to solve for L 2 : (-b 1 +/- sqrt(b 1 2-4a 1 c 1 ))/2a 1 (using slightly different nomenclature as my variable names are also a, b and c) where in this case: a 1 = 1 b 1 = -(d 2 + b 2 ) c 1 = ((b 2 - a 2 ) 2 + (d 2 a 2 ) 2 )/2 L 2 = ((d 2 + b 2 ) +/- sqrt((-(d 2 + b 2 )) 2-4(1) ((b 2 - a 2 ) 2 + (d 2 a 2 ) 2 )/2 ))/ 2(1) = ((d 2 + b 2 ) +/- sqrt((-(d 2 + b 2 )) 2-2 ((b 2 - a 2 ) 2 + (d 2 a 2 ) 2 ))) /2 = ((d 2 + b 2 )/2 +/- sqrt( (-(d 2 + b 2 )) 2-2 ((b 2 - a 2 ) 2 + (d 2 a 2 ) 2 )))/4 Let Z be the part with the sqrt as follows: L 2 = ((d 2 + b 2 )/2 +/- Z) Z = sqrt( (-(d 2 + b 2 )) 2-2 ( (b 2 - a 2 ) 2 + (d 2 a 2 ) 2 ))/4)

3 Lets try and simply by initially expanding the right hand side... Z 2 = ( (-(d 2 + b 2 )) 2-2 ( (b 2 - a 2 ) 2 + (d 2 a 2 ) 2 ) /4 Z 2 = (d 4 + b b 2 d 2-2 (b 4 + a 4-2 a 2 b 2 + d 4 + a 4-2 a 2 d 2 ))/4 Z 2 = (d 4 + b b 2 d 2-2 b 4-2a 4 +4 a 2 b 2-2 d 4-2a 4 +4 a 2 d 2 )/4 Z 2 = ( + 2 b 2 d 2 - b 4-4a 4 +4 a 2 b 2 -d 4 +4 a 2 d 2 )/4 Z 2 = (-4a 4 - b 4 -d b 2 d 2 +4 a 2 b 2 +4 a 2 d 2 )/4 Grouping in a 4, a 2, a 0 Z 2 = -4a 4 +4 a 2 (b 2 + d 2 ) + - b 4 -d b 2 d 2 )/4 Z 2 = (+4 (-a 4 + a 2 (b 2 + d 2 ) + ( - b 4 - d b 2 d 2 )/4) /4) Z 2 (-a 4 + a 2 (b 2 + d 2 ) + ( - b 4 - d b 2 d 2 )/4) Z 2 = - a 4 + a 2 (b 2 + d 2 ) + ( - b 4 - d b 2 d 2 )/4 Z 2 = - a 4 + a 2 (b 2 + d 2 ) - ( b 2 - d 2 ) 2 /4 Factorizing again for a on the right hand side by letting Z 2 ->0... a1 = -1 b1 = b 2 + d 2 c1 = -(b 2 d 2 ) 2 /4 a 2 = (-(b 2 + d 2 ) +/- sqrt((b 2 + d 2 ) 2 4(-1)-(b 2 d 2 ) 2 /4))/-2 a 2 = (b 2 + d 2 )/2 +/- sqrt(b 4 + d 4 +2b 2 d 2 b 4 d 4 +2b 2 d 2 )/2 a 2 = (b 2 + d 2 )/2 +/- sqrt( +4b 2 d 2 )/2 a 2 = (b 2 + d 2 )/2 +/- sqrt( +b 2 d 2 ) a 2 = (b 2 + d 2 )/2 +/- bd a 2 = (b 2 + d 2 +/- 2bd)/2 a 2 = (b +/- d) 2 /2 a = +/-(b+/-d) /sqrt(2) so Z 2 = (a -(b+d)/sqrt(2)) (a +(b+d)/sqrt(2)) (a + (b-d)/sqrt(2)) (a - (b-d)/sqrt(2)) therefore Z 2 cannot be rational, as the sum or difference of b and d is being divided by the irrational sqrt(2) therefore Z cannot be rational as the sqrt of an irrational is irrational. And L 2 = ((d 2 + b 2 )/2 +/- Z) Z being irrational pushes L 2 to irrational which means that L is irrational. Therefore all lengths cannot be rational, and as such P cannot exist given the initial conditions.

4 Part 2: P inside the square Looking at point P inside the square: Notation AP = a, (distance from A to P also the radius of circle Ca) BP = b, (distance from B to P also the radius of circle Cb) CP = c, (distance from C to P also the radius of circle Cc) DP = d, (distance from D to P also the radius of circle Cd) P (X1, Y1) is the point of intersection of all the circles with X1, Y1 as co-ordinates. L = length of the side of square, Sqrt(2)L = Length of the diagonal of the square (irrational if L is rational) Ca is Circle with a as radius Cb is Circle with b as radius Cc is the Circle with c as radius Cd is the Circle with d as radius Proof Map all the circles and squares back towards 0,0 And assuming A > D > B > C > 0 and X1 < L and Y1 < L & L >= 0

5 This keeps it in the top quadrant of the square (P nearest point C), (slightly different assumptions can be made to push it into any of the other 3 quadrants(of the inside of the square) but effectively the same proof will apply.) The formulas from Pythagoras Theorem are: Ca: (centre point (0,0), radius a, point (X1,Y1)): a 2 = X1 2 + Y1 2 Cb: (centre point (0, L), radius b, point (X1,Y1)): b 2 = X1 2 + (L Y1) 2 Cc: (centre point (L, L), radius c, point (X1,Y1)): c 2 = (L - X1) 2 + (L - Y1) 2 Cd: (centre point (L, 0), radius d, point (X1,Y1)): d 2 = (L - X1) 2 + Y1 2 Ca: a 2 = X1 2 + Y1 2 Cb: b 2 = X1 2 + (L - Y1) 2 = X1 2 + Y1 2-2LY1 + L 2 Cc: c 2 = (L - X1) 2 + (L - Y1) 2 = X1 2 + Y1 2-2LX1 + L 2-2LY1 + L 2 Cd: d 2 = (X1 L) 2 + Y1 2 = X1 2 + Y1 2-2LX1 + L 2 So... they are the same formulas, the only difference is that they intersect inside the square based on the side of L verses X1, Y1... therefore the proof is the same as for inside the circle as per Part 1... concluding that a all rational a,b,c,d,l cannot exist, for both inside and outside the circle.

5.1 Midsegment Theorem and Coordinate Proof

5.1 Midsegment Theorem and Coordinate Proof 5.1 Midsegment Theorem and Coordinate Proof Obj.: Use properties of midsegments and write coordinate proofs. Key Vocabulary Midsegment of a triangle - A midsegment of a triangle is a segment that connects

More information

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers. MATHEMATICAL INDUCTION MIGUEL A LERMA (Last updated: February 8, 003) Mathematical Induction This is a powerful method to prove properties of positive integers Principle of Mathematical Induction Let P

More information

CIRCLE COORDINATE GEOMETRY

CIRCLE COORDINATE GEOMETRY CIRCLE COORDINATE GEOMETRY (EXAM QUESTIONS) Question 1 (**) A circle has equation x + y = 2x + 8 Determine the radius and the coordinates of the centre of the circle. r = 3, ( 1,0 ) Question 2 (**) A circle

More information

Homework until Test #2

Homework until Test #2 MATH31: Number Theory Homework until Test # Philipp BRAUN Section 3.1 page 43, 1. It has been conjectured that there are infinitely many primes of the form n. Exhibit five such primes. Solution. Five such

More information

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

More information

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle.

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle. DEFINITIONS Degree A degree is the 1 th part of a straight angle. 180 Right Angle A 90 angle is called a right angle. Perpendicular Two lines are called perpendicular if they form a right angle. Congruent

More information

Section 9-1. Basic Terms: Tangents, Arcs and Chords Homework Pages 330-331: 1-18

Section 9-1. Basic Terms: Tangents, Arcs and Chords Homework Pages 330-331: 1-18 Chapter 9 Circles Objectives A. Recognize and apply terms relating to circles. B. Properly use and interpret the symbols for the terms and concepts in this chapter. C. Appropriately apply the postulates,

More information

Algebra Cheat Sheets

Algebra Cheat Sheets Sheets Algebra Cheat Sheets provide you with a tool for teaching your students note-taking, problem-solving, and organizational skills in the context of algebra lessons. These sheets teach the concepts

More information

Exercise Set 3. Similar triangles. Parallel lines

Exercise Set 3. Similar triangles. Parallel lines Exercise Set 3. Similar triangles Parallel lines Note: The exercises marked with are more difficult and go beyond the course/examination requirements. (1) Let ABC be a triangle with AB = AC. Let D be an

More information

Chapter 3. Inversion and Applications to Ptolemy and Euler

Chapter 3. Inversion and Applications to Ptolemy and Euler Chapter 3. Inversion and Applications to Ptolemy and Euler 2 Power of a point with respect to a circle Let A be a point and C a circle (Figure 1). If A is outside C and T is a point of contact of a tangent

More information

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20 Lecture 8 : Coordinate Geometry The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 0 distance on the axis and give each point an identity on the corresponding

More information

San Jose Math Circle April 25 - May 2, 2009 ANGLE BISECTORS

San Jose Math Circle April 25 - May 2, 2009 ANGLE BISECTORS San Jose Math Circle April 25 - May 2, 2009 ANGLE BISECTORS Recall that the bisector of an angle is the ray that divides the angle into two congruent angles. The most important results about angle bisectors

More information

Factoring Patterns in the Gaussian Plane

Factoring Patterns in the Gaussian Plane Factoring Patterns in the Gaussian Plane Steve Phelps Introduction This paper describes discoveries made at the Park City Mathematics Institute, 00, as well as some proofs. Before the summer I understood

More information

Inversion. Chapter 7. 7.1 Constructing The Inverse of a Point: If P is inside the circle of inversion: (See Figure 7.1)

Inversion. Chapter 7. 7.1 Constructing The Inverse of a Point: If P is inside the circle of inversion: (See Figure 7.1) Chapter 7 Inversion Goal: In this chapter we define inversion, give constructions for inverses of points both inside and outside the circle of inversion, and show how inversion could be done using Geometer

More information

Solutions Manual for How to Read and Do Proofs

Solutions Manual for How to Read and Do Proofs Solutions Manual for How to Read and Do Proofs An Introduction to Mathematical Thought Processes Sixth Edition Daniel Solow Department of Operations Weatherhead School of Management Case Western Reserve

More information

www.sakshieducation.com

www.sakshieducation.com LENGTH OF THE PERPENDICULAR FROM A POINT TO A STRAIGHT LINE AND DISTANCE BETWEEN TWO PAPALLEL LINES THEOREM The perpendicular distance from a point P(x 1, y 1 ) to the line ax + by + c 0 is ax1+ by1+ c

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

Pythagorean Theorem: Proof and Applications

Pythagorean Theorem: Proof and Applications Pythagorean Theorem: Proof and Applications Kamel Al-Khaled & Ameen Alawneh Department of Mathematics and Statistics, Jordan University of Science and Technology IRBID 22110, JORDAN E-mail: kamel@just.edu.jo,

More information

MATH10040 Chapter 2: Prime and relatively prime numbers

MATH10040 Chapter 2: Prime and relatively prime numbers MATH10040 Chapter 2: Prime and relatively prime numbers Recall the basic definition: 1. Prime numbers Definition 1.1. Recall that a positive integer is said to be prime if it has precisely two positive

More information

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me SYSTEMS OF PYTHAGOREAN TRIPLES CHRISTOPHER TOBIN-CAMPBELL Abstract. This paper explores systems of Pythagorean triples. It describes the generating formulas for primitive Pythagorean triples, determines

More information

4. Binomial Expansions

4. Binomial Expansions 4. Binomial Expansions 4.. Pascal's Triangle The expansion of (a + x) 2 is (a + x) 2 = a 2 + 2ax + x 2 Hence, (a + x) 3 = (a + x)(a + x) 2 = (a + x)(a 2 + 2ax + x 2 ) = a 3 + ( + 2)a 2 x + (2 + )ax 2 +

More information

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross CHAPTER 13 SECTION 13-1 Geometry and Algebra The Distance Formula COORDINATE PLANE consists of two perpendicular number lines, dividing the plane into four regions called quadrants X-AXIS - the horizontal

More information

Section 8.8. 1. The given line has equations. x = 3 + t(13 3) = 3 + 10t, y = 2 + t(3 + 2) = 2 + 5t, z = 7 + t( 8 7) = 7 15t.

Section 8.8. 1. The given line has equations. x = 3 + t(13 3) = 3 + 10t, y = 2 + t(3 + 2) = 2 + 5t, z = 7 + t( 8 7) = 7 15t. . The given line has equations Section 8.8 x + t( ) + 0t, y + t( + ) + t, z 7 + t( 8 7) 7 t. The line meets the plane y 0 in the point (x, 0, z), where 0 + t, or t /. The corresponding values for x and

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, June 20, 2012 9:15 a.m. to 12:15 p.m., only Student Name: School Name: Print your name and the name

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

PRIMARY CONTENT MODULE Algebra I -Linear Equations & Inequalities T-71. Applications. F = mc + b.

PRIMARY CONTENT MODULE Algebra I -Linear Equations & Inequalities T-71. Applications. F = mc + b. PRIMARY CONTENT MODULE Algebra I -Linear Equations & Inequalities T-71 Applications The formula y = mx + b sometimes appears with different symbols. For example, instead of x, we could use the letter C.

More information

Advanced GMAT Math Questions

Advanced GMAT Math Questions Advanced GMAT Math Questions Version Quantitative Fractions and Ratios 1. The current ratio of boys to girls at a certain school is to 5. If 1 additional boys were added to the school, the new ratio of

More information

Geometry Regents Review

Geometry Regents Review Name: Class: Date: Geometry Regents Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. If MNP VWX and PM is the shortest side of MNP, what is the shortest

More information

Geometry Module 4 Unit 2 Practice Exam

Geometry Module 4 Unit 2 Practice Exam Name: Class: Date: ID: A Geometry Module 4 Unit 2 Practice Exam Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which diagram shows the most useful positioning

More information

Co-ordinate Geometry THE EQUATION OF STRAIGHT LINES

Co-ordinate Geometry THE EQUATION OF STRAIGHT LINES Co-ordinate Geometry THE EQUATION OF STRAIGHT LINES This section refers to the properties of straight lines and curves using rules found by the use of cartesian co-ordinates. The Gradient of a Line. As

More information

Math 531, Exam 1 Information.

Math 531, Exam 1 Information. Math 531, Exam 1 Information. 9/21/11, LC 310, 9:05-9:55. Exam 1 will be based on: Sections 1A - 1F. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/531fa11/531.html)

More information

ALGEBRA 2/TRIGONOMETRY

ALGEBRA 2/TRIGONOMETRY ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Tuesday, January 8, 014 1:15 to 4:15 p.m., only Student Name: School Name: The possession

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook. Elementary Number Theory and Methods of Proof CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.edu/~cse215 1 Number theory Properties: 2 Properties of integers (whole

More information

To Evaluate an Algebraic Expression

To Evaluate an Algebraic Expression 1.5 Evaluating Algebraic Expressions 1.5 OBJECTIVES 1. Evaluate algebraic expressions given any signed number value for the variables 2. Use a calculator to evaluate algebraic expressions 3. Find the sum

More information

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

Section 1.1 Real Numbers

Section 1.1 Real Numbers . Natural numbers (N):. Integer numbers (Z): Section. Real Numbers Types of Real Numbers,, 3, 4,,... 0, ±, ±, ±3, ±4, ±,... REMARK: Any natural number is an integer number, but not any integer number is

More information

SECTION 1-6 Quadratic Equations and Applications

SECTION 1-6 Quadratic Equations and Applications 58 Equations and Inequalities Supply the reasons in the proofs for the theorems stated in Problems 65 and 66. 65. Theorem: The complex numbers are commutative under addition. Proof: Let a bi and c di be

More information

Geometry: Classifying, Identifying, and Constructing Triangles

Geometry: Classifying, Identifying, and Constructing Triangles Geometry: Classifying, Identifying, and Constructing Triangles Lesson Objectives Teacher's Notes Lesson Notes 1) Identify acute, right, and obtuse triangles. 2) Identify scalene, isosceles, equilateral

More information

Number Sense and Operations

Number Sense and Operations Number Sense and Operations representing as they: 6.N.1 6.N.2 6.N.3 6.N.4 6.N.5 6.N.6 6.N.7 6.N.8 6.N.9 6.N.10 6.N.11 6.N.12 6.N.13. 6.N.14 6.N.15 Demonstrate an understanding of positive integer exponents

More information

( ) FACTORING. x In this polynomial the only variable in common to all is x.

( ) FACTORING. x In this polynomial the only variable in common to all is x. FACTORING Factoring is similar to breaking up a number into its multiples. For example, 10=5*. The multiples are 5 and. In a polynomial it is the same way, however, the procedure is somewhat more complicated

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

AMC 10 Solutions Pamphlet TUESDAY, FEBRUARY 13, 2001 Sponsored by Mathematical Association of America University of Nebraska

AMC 10 Solutions Pamphlet TUESDAY, FEBRUARY 13, 2001 Sponsored by Mathematical Association of America University of Nebraska OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO AMERICAN MATHEMATICS COMPETITIONS nd Annual Mathematics Contest 10 AMC 10 Solutions Pamphlet TUESDAY, FEBRUARY 1, 001

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

SWC 211 Soil and Water Conservation Engineering PLANE TABLE SURVEY

SWC 211 Soil and Water Conservation Engineering PLANE TABLE SURVEY PLANE TABLE SURVEY General: In case of plane table survey, the measurements of survey lines of the traverse and their plotting to a suitable scale are done simultaneously on the field. Following are the

More information

3.1 Triangles, Congruence Relations, SAS Hypothesis

3.1 Triangles, Congruence Relations, SAS Hypothesis Chapter 3 Foundations of Geometry 2 3.1 Triangles, Congruence Relations, SAS Hypothesis Definition 3.1 A triangle is the union of three segments ( called its side), whose end points (called its vertices)

More information

DEFINITION 5.1.1 A complex number is a matrix of the form. x y. , y x

DEFINITION 5.1.1 A complex number is a matrix of the form. x y. , y x Chapter 5 COMPLEX NUMBERS 5.1 Constructing the complex numbers One way of introducing the field C of complex numbers is via the arithmetic of matrices. DEFINITION 5.1.1 A complex number is a matrix of

More information

REVIEW OF ANALYTIC GEOMETRY

REVIEW OF ANALYTIC GEOMETRY REVIEW OF ANALYTIC GEOMETRY The points in a plane can be identified with ordered pairs of real numbers. We start b drawing two perpendicular coordinate lines that intersect at the origin O on each line.

More information

Georgia Standards of Excellence Curriculum Map. Mathematics. GSE 8 th Grade

Georgia Standards of Excellence Curriculum Map. Mathematics. GSE 8 th Grade Georgia Standards of Excellence Curriculum Map Mathematics GSE 8 th Grade These materials are for nonprofit educational purposes only. Any other use may constitute copyright infringement. GSE Eighth Grade

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Indiana University Purdue University Indianapolis. Marvin L. Bittinger. Indiana University Purdue University Indianapolis. Judith A.

Indiana University Purdue University Indianapolis. Marvin L. Bittinger. Indiana University Purdue University Indianapolis. Judith A. STUDENT S SOLUTIONS MANUAL JUDITH A. PENNA Indiana Universit Purdue Universit Indianapolis COLLEGE ALGEBRA: GRAPHS AND MODELS FIFTH EDITION Marvin L. Bittinger Indiana Universit Purdue Universit Indianapolis

More information

FACTORING OUT COMMON FACTORS

FACTORING OUT COMMON FACTORS 278 (6 2) Chapter 6 Factoring 6.1 FACTORING OUT COMMON FACTORS In this section Prime Factorization of Integers Greatest Common Factor Finding the Greatest Common Factor for Monomials Factoring Out the

More information

Selected practice exam solutions (part 5, item 2) (MAT 360)

Selected practice exam solutions (part 5, item 2) (MAT 360) Selected practice exam solutions (part 5, item ) (MAT 360) Harder 8,91,9,94(smaller should be replaced by greater )95,103,109,140,160,(178,179,180,181 this is really one problem),188,193,194,195 8. On

More information

C relative to O being abc,, respectively, then b a c.

C relative to O being abc,, respectively, then b a c. 2 EP-Program - Strisuksa School - Roi-et Math : Vectors Dr.Wattana Toutip - Department of Mathematics Khon Kaen University 200 :Wattana Toutip wattou@kku.ac.th http://home.kku.ac.th/wattou 2. Vectors A

More information

CHAPTER 8 QUADRILATERALS. 8.1 Introduction

CHAPTER 8 QUADRILATERALS. 8.1 Introduction CHAPTER 8 QUADRILATERALS 8.1 Introduction You have studied many properties of a triangle in Chapters 6 and 7 and you know that on joining three non-collinear points in pairs, the figure so obtained is

More information

Name Date Class. Lines and Segments That Intersect Circles. AB and CD are chords. Tangent Circles. Theorem Hypothesis Conclusion

Name Date Class. Lines and Segments That Intersect Circles. AB and CD are chords. Tangent Circles. Theorem Hypothesis Conclusion Section. Lines That Intersect Circles Lines and Segments That Intersect Circles A chord is a segment whose endpoints lie on a circle. A secant is a line that intersects a circle at two points. A tangent

More information

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5.

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5. PUTNAM TRAINING POLYNOMIALS (Last updated: November 17, 2015) Remark. This is a list of exercises on polynomials. Miguel A. Lerma Exercises 1. Find a polynomial with integral coefficients whose zeros include

More information

Common Core Unit Summary Grades 6 to 8

Common Core Unit Summary Grades 6 to 8 Common Core Unit Summary Grades 6 to 8 Grade 8: Unit 1: Congruence and Similarity- 8G1-8G5 rotations reflections and translations,( RRT=congruence) understand congruence of 2 d figures after RRT Dilations

More information

Identifying second degree equations

Identifying second degree equations Chapter 7 Identifing second degree equations 7.1 The eigenvalue method In this section we appl eigenvalue methods to determine the geometrical nature of the second degree equation a 2 + 2h + b 2 + 2g +

More information

How To Solve Factoring Problems

How To Solve Factoring Problems 05-W4801-AM1.qxd 8/19/08 8:45 PM Page 241 Factoring, Solving Equations, and Problem Solving 5 5.1 Factoring by Using the Distributive Property 5.2 Factoring the Difference of Two Squares 5.3 Factoring

More information

Class-10 th (X) Mathematics Chapter: Tangents to Circles

Class-10 th (X) Mathematics Chapter: Tangents to Circles Class-10 th (X) Mathematics Chapter: Tangents to Circles 1. Q. AB is line segment of length 24 cm. C is its midpoint. On AB, AC and BC semicircles are described. Find the radius of the circle which touches

More information

Mathematics (Project Maths Phase 3)

Mathematics (Project Maths Phase 3) 2014. M328 Coimisiún na Scrúduithe Stáit State Examinations Commission Leaving Certificate Examination 2014 Mathematics (Project Maths Phase 3) Paper 2 Ordinary Level Monday 9 June Morning 9:30 12:00 300

More information

AIP Factoring Practice/Help

AIP Factoring Practice/Help The following pages include many problems to practice factoring skills. There are also several activities with examples to help you with factoring if you feel like you are not proficient with it. There

More information

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Friday, January 9, 016 9:15 a.m. to 1:15 p.m., only Student Name: School Name: The possession

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Angles in a Circle and Cyclic Quadrilateral

Angles in a Circle and Cyclic Quadrilateral 130 Mathematics 19 Angles in a Circle and Cyclic Quadrilateral 19.1 INTRODUCTION You must have measured the angles between two straight lines, let us now study the angles made by arcs and chords in a circle

More information

Lesson 18: Looking More Carefully at Parallel Lines

Lesson 18: Looking More Carefully at Parallel Lines Student Outcomes Students learn to construct a line parallel to a given line through a point not on that line using a rotation by 180. They learn how to prove the alternate interior angles theorem using

More information

Factoring Polynomials

Factoring Polynomials UNIT 11 Factoring Polynomials You can use polynomials to describe framing for art. 396 Unit 11 factoring polynomials A polynomial is an expression that has variables that represent numbers. A number can

More information

MA 408 Computer Lab Two The Poincaré Disk Model of Hyperbolic Geometry. Figure 1: Lines in the Poincaré Disk Model

MA 408 Computer Lab Two The Poincaré Disk Model of Hyperbolic Geometry. Figure 1: Lines in the Poincaré Disk Model MA 408 Computer Lab Two The Poincaré Disk Model of Hyperbolic Geometry Put your name here: Score: Instructions: For this lab you will be using the applet, NonEuclid, created by Castellanos, Austin, Darnell,

More information

Tim Kerins. Leaving Certificate Honours Maths - Algebra. Tim Kerins. the date

Tim Kerins. Leaving Certificate Honours Maths - Algebra. Tim Kerins. the date Leaving Certificate Honours Maths - Algebra the date Chapter 1 Algebra This is an important portion of the course. As well as generally accounting for 2 3 questions in examination it is the basis for many

More information

SPECIAL PRODUCTS AND FACTORS

SPECIAL PRODUCTS AND FACTORS CHAPTER 442 11 CHAPTER TABLE OF CONTENTS 11-1 Factors and Factoring 11-2 Common Monomial Factors 11-3 The Square of a Monomial 11-4 Multiplying the Sum and the Difference of Two Terms 11-5 Factoring the

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem.

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem. Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem. Solve word problems that call for addition of three whole numbers

More information

39 Symmetry of Plane Figures

39 Symmetry of Plane Figures 39 Symmetry of Plane Figures In this section, we are interested in the symmetric properties of plane figures. By a symmetry of a plane figure we mean a motion of the plane that moves the figure so that

More information

How To Solve The Pythagorean Triangle

How To Solve The Pythagorean Triangle Name Period CHAPTER 9 Right Triangles and Trigonometry Section 9.1 Similar right Triangles Objectives: Solve problems involving similar right triangles. Use a geometric mean to solve problems. Ex. 1 Use

More information

CAMI Education linked to CAPS: Mathematics

CAMI Education linked to CAPS: Mathematics - 1 - TOPIC 1.1 Whole numbers _CAPS curriculum TERM 1 CONTENT Mental calculations Revise: Multiplication of whole numbers to at least 12 12 Ordering and comparing whole numbers Revise prime numbers to

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

Mathematics 2540 Paper 5540H/3H

Mathematics 2540 Paper 5540H/3H Edexcel GCSE Mathematics 540 Paper 5540H/3H November 008 Mark Scheme 1 (a) 3bc 1 B1 for 3bc (accept 3cb or bc3 or cb3 or 3 b c oe, but 7bc 4bc gets no marks) (b) x + 5y B for x+5y (accept x+y5 or x + 5

More information

CSU Fresno Problem Solving Session. Geometry, 17 March 2012

CSU Fresno Problem Solving Session. Geometry, 17 March 2012 CSU Fresno Problem Solving Session Problem Solving Sessions website: http://zimmer.csufresno.edu/ mnogin/mfd-prep.html Math Field Day date: Saturday, April 21, 2012 Math Field Day website: http://www.csufresno.edu/math/news

More information

You must have: Ruler graduated in centimetres and millimetres, protractor, compasses, pen, HB pencil, eraser, calculator. Tracing paper may be used.

You must have: Ruler graduated in centimetres and millimetres, protractor, compasses, pen, HB pencil, eraser, calculator. Tracing paper may be used. Write your name here Surname Other names Edexcel IGCSE Mathematics B Paper 1 Centre Number Candidate Number Monday 6 June 2011 Afternoon Time: 1 hour 30 minutes Paper Reference 4MB0/01 You must have: Ruler

More information

Geometry Unit 5: Circles Part 1 Chords, Secants, and Tangents

Geometry Unit 5: Circles Part 1 Chords, Secants, and Tangents Geometry Unit 5: Circles Part 1 Chords, Secants, and Tangents Name Chords and Circles: A chord is a segment that joins two points of the circle. A diameter is a chord that contains the center of the circle.

More information

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles...

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles... Contents Lines and Circles 3.1 Cartesian Coordinates.......................... 3. Distance and Midpoint Formulas.................... 3.3 Lines.................................. 3.4 Circles..................................

More information

Baltic Way 1995. Västerås (Sweden), November 12, 1995. Problems and solutions

Baltic Way 1995. Västerås (Sweden), November 12, 1995. Problems and solutions Baltic Way 995 Västerås (Sweden), November, 995 Problems and solutions. Find all triples (x, y, z) of positive integers satisfying the system of equations { x = (y + z) x 6 = y 6 + z 6 + 3(y + z ). Solution.

More information

http://www.castlelearning.com/review/teacher/assignmentprinting.aspx 5. 2 6. 2 1. 10 3. 70 2. 55 4. 180 7. 2 8. 4

http://www.castlelearning.com/review/teacher/assignmentprinting.aspx 5. 2 6. 2 1. 10 3. 70 2. 55 4. 180 7. 2 8. 4 of 9 1/28/2013 8:32 PM Teacher: Mr. Sime Name: 2 What is the slope of the graph of the equation y = 2x? 5. 2 If the ratio of the measures of corresponding sides of two similar triangles is 4:9, then the

More information

Projective Geometry - Part 2

Projective Geometry - Part 2 Projective Geometry - Part 2 Alexander Remorov alexanderrem@gmail.com Review Four collinear points A, B, C, D form a harmonic bundle (A, C; B, D) when CA : DA CB DB = 1. A pencil P (A, B, C, D) is the

More information

Triangle Congruence and Similarity A Common-Core-Compatible Approach

Triangle Congruence and Similarity A Common-Core-Compatible Approach Triangle Congruence and Similarity A Common-Core-Compatible Approach The Common Core State Standards for Mathematics (CCSSM) include a fundamental change in the geometry program in grades 8 to 10: geometric

More information

WORK SCHEDULE: MATHEMATICS 2007

WORK SCHEDULE: MATHEMATICS 2007 , K WORK SCHEDULE: MATHEMATICS 00 GRADE MODULE TERM... LO NUMBERS, OPERATIONS AND RELATIONSHIPS able to recognise, represent numbers and their relationships, and to count, estimate, calculate and check

More information

Circle Name: Radius: Diameter: Chord: Secant:

Circle Name: Radius: Diameter: Chord: Secant: 12.1: Tangent Lines Congruent Circles: circles that have the same radius length Diagram of Examples Center of Circle: Circle Name: Radius: Diameter: Chord: Secant: Tangent to A Circle: a line in the plane

More information

www.pioneermathematics.com

www.pioneermathematics.com Problems and Solutions: INMO-2012 1. Let ABCD be a quadrilateral inscribed in a circle. Suppose AB = 2+ 2 and AB subtends 135 at the centre of the circle. Find the maximum possible area of ABCD. Solution:

More information

IMO Geomety Problems. (IMO 1999/1) Determine all finite sets S of at least three points in the plane which satisfy the following condition:

IMO Geomety Problems. (IMO 1999/1) Determine all finite sets S of at least three points in the plane which satisfy the following condition: IMO Geomety Problems (IMO 1999/1) Determine all finite sets S of at least three points in the plane which satisfy the following condition: for any two distinct points A and B in S, the perpendicular bisector

More information

MATH 102 College Algebra

MATH 102 College Algebra FACTORING Factoring polnomials ls is simpl the reverse process of the special product formulas. Thus, the reverse process of special product formulas will be used to factor polnomials. To factor polnomials

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

Mathematics Test Book 3

Mathematics Test Book 3 Mathematics Test Book 3 Grade 8 May 5 7, 2010 Name 21658 Developed and published by CTB/McGraw-Hill LLC, a subsidiary of The McGraw-Hill Companies, Inc., 20 Ryan Ranch Road, Monterey, California 93940-5703.

More information

POINT OF INTERSECTION OF TWO STRAIGHT LINES

POINT OF INTERSECTION OF TWO STRAIGHT LINES POINT OF INTERSECTION OF TWO STRAIGHT LINES THEOREM The point of intersection of the two non parallel lines bc bc ca ca a x + b y + c = 0, a x + b y + c = 0 is,. ab ab ab ab Proof: The lines are not parallel

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, August 18, 2010 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of

More information

COMPETENCY TEST SAMPLE TEST. A scientific, non-graphing calculator is required for this test. C = pd or. A = pr 2. A = 1 2 bh

COMPETENCY TEST SAMPLE TEST. A scientific, non-graphing calculator is required for this test. C = pd or. A = pr 2. A = 1 2 bh BASIC MATHEMATICS COMPETENCY TEST SAMPLE TEST 2004 A scientific, non-graphing calculator is required for this test. The following formulas may be used on this test: Circumference of a circle: C = pd or

More information

Essential Mathematics for Computer Graphics fast

Essential Mathematics for Computer Graphics fast John Vince Essential Mathematics for Computer Graphics fast Springer Contents 1. MATHEMATICS 1 Is mathematics difficult? 3 Who should read this book? 4 Aims and objectives of this book 4 Assumptions made

More information

ACT Math Vocabulary. Altitude The height of a triangle that makes a 90-degree angle with the base of the triangle. Altitude

ACT Math Vocabulary. Altitude The height of a triangle that makes a 90-degree angle with the base of the triangle. Altitude ACT Math Vocabular Acute When referring to an angle acute means less than 90 degrees. When referring to a triangle, acute means that all angles are less than 90 degrees. For eample: Altitude The height

More information