ANCIENT APPROXIMATIONS

Size: px
Start display at page:

Download "ANCIENT APPROXIMATIONS"

Transcription

1 ANCIENT APPROXIMATIONS PR HEWITT 1. Square roots Let s look at a method for approximating square roots, which was discovered in ancient Iraq. We will not follow them in every detail, but close enough to illustrate how well positional systems work when approximating. And just for kicks we will work in sexagesimal. Suppose we want to approximate or in sexagesimal, 3, 5; 0. We start with the fact that 13 is an underestimate of 3, 5; 0, since 13 2 < 3, 5; 0. Hence 3, 5; 0 13 is an overestimate. We might expect that the average of the underestimate and overestimate is a pretty good approximation: (1) 3, 5; 0 0; 5 (13; 0 + 3, 5; 0 13; 0). That is, 14; 13, 50, 46, ; 0 3, 5; 0, 0, 0, 0 3, 2 3; 0 2; 49 11, 0 10, 50 10, 0 9, 58 2, 0 1, (2) 13; 0 < 3, 5; 0 < 14; 13, 50, 46, 9. If we average these we get a much better estimate: 0; 5 (13; ; 13, 50, 46, 9) = 13; 36, 55, 23, 4, 30. This is now just a little bit too big: (13; 36, 55, 23, 4, 30) 2 = 3, 5; 22,.... Date: 18 September

2 2 PR HEWITT (To be slightly more historically correct, I should say that the ancient Iraqis would not have used long division. Instead they would have first computed the reciprocal 1/13, using a table, and then multiplied this by 3, 5; 0.) We can get a lot closer by iterating this process. (We ignore everything after four sexagesimal places.) 13; 35, 15, 15, ; 36, 55, 23, 5 3, 5; 0, 0, 0, 0 2, 57; 0, 0, 0, ; 59, 59, 59, 55 7, 56, 32, 18, , 27, 41, 28 3, 24, 13, , 30, 38 3, 24, 13 6, 25 6, Conclusion: (3) 13; 36, 55, 23, 4 > 3, 5; 0 > 13; 35, 15, 15, 28. The average 0; 5 (13; 36, 55, 23, 4+13; 35, 15, 15, 28) = 13; 36, 5, 19, 16 is amazingly accurate: the error is less than one part in a million! This is good enough for most applications. But we are having fun, so let s continue until the process converges: 13; 36, 5, 15, ; 36, 5, 19, 16 3, 5; 0, 0, 0, 0 2, 56; 49, 9, 10, ; 10, 50, 49, 32 8; 9, 39, 11, , 11, 37, 59 1, 8, 0, , 37, 33 3, 24, 1 13, 32 13,

3 ANCIENT APPROXIMATIONS 3 Conclusion: (4) 13; 36, 5, 19, 16 > 3, 5; 0 > 13; 36, 5, 15, 59. The average 0; 5 (13; 36, 5, 19, ; 36, 5, 15, 59) = 13; 36, 5, 17, 37, 30 is now correct to four sexagesimal places (all but the last). Watch what happens when we now carry out our computations to eight places: 13; 36, 5, 17, 38, 5, 11, 7, 18-13; 36, 5, 17, 37, 30 3, 5; 0, 0, 0, 0, 0, 0, 0, 0 2, 56; 49, 8, 49, 7, ; 10, 51, 10, 52, 30 8, 9, 39, 10, 34, 30 1, 12, 0, 18, 0, 0, 0 1, 8, 0, 26, 28, 7, 30 3, 59, 51, 31, 52, 30, 0 3, 51, 13, 29, 59, 37, , 38, 1, 52, 52, 30 8, 36, 51, 21, 9, , 10, 31, 42, 45 1, 8, 0, 26, , 31, 16, 17 2, 29, 36, , 39, 19 1, 35, 12 4, 7 4, The average of 13; 36, 5, 17, 37, 30 and 13; 36, 5, 17, 38, 5, 11, 7, 18 gives (5) 3, 5; 0 13; 36, 5, 17, 37, 47, 35, 33, 39. All eight sexagesimal places are correct! This is equivalent to fourteen correct decimal digits (since log 10 (60) = and = 14.22). This is well beyond almost any practical need. Roughly speaking the accuracy will continue double at each subsequent iteration (assuming we carry enough places in our computation). That is, at the next iteration we should expect around sixteen correct places; then around thirty-two; and so forth. This is called quadratic convergence, because at each step the new error is roughly the square of the previous one. For example, in the last iteration above we went from an error on the order of 60 4 = to an error on the order of 60 8 =

4 4 PR HEWITT 2. Cube roots The Iraqi method for square roots is part of a more general procedure, now called Newton s method. Newton s method can be applied to approximate the roots of arbitrary polynomials. For example, to approximate 3 A you start with a guess r and then iteratively improve it by replacing r by the weighted average 1 3 (2r+A/r2 ). The Chinese had a different method, centuries before Newton. Their counting board and rod numerals a decimal positional system were ideal for accurate computation with polynomials of arbitrary degree. Although they did not have a symbolic algebra they regularly stated and solved polynomials of degree 4 and above. We illustrate their method by approximating The idea is to locate digits one at a time, starting with the most significant and working down. Before we look at the Chinese method let s look at how the Iraqi method for square roots might have been modified by the Chinese to handle cube roots. The Chinese had discovered the binomial theorem, which says that if n is a positive integer then n ( ) n (a + n) n = a n k b k, k k=0 where the binomial coefficient ( n k) is the k-th entry in the n-th row of Pascal s triangle : (Both row and column indices start counting at 0.) For example,. (a + b) 6 = a 6 + 6a 5 b + 15a 4 b a 3 b a 2 b 4 + 6ab 5 + b 6. The power of this in approximations arises when b is small compared to a: (a + b) n a n + na n 1 b = a n (1 + nb/a), when a/b < 1. Although it is called Pascal s triangle, it was known in medieval China, India, and the Arab world, centuries before Pascal. Let s use the binomial theorem to approximate r = Since 9745 is a bit bigger than , its cube root is a bit bigger than That is, has the form 2x.xxx.... If we let r = 20 + b then Hence 9745 = r 3 = 20 3 (1 + b/20) 3 = 20 3 (1 + 3b/20 + 3(b/20) 2 + (b/20) 3 ) 20 3 (1 + 3b/20). b 1 3 (9745/202 20) =

5 ANCIENT APPROXIMATIONS 5 Of course, the computation above would have to be done on the counting board, but note that in the hardest part of the computation the division we are only after one digit. At any rate, this computation tells us that this next digit is 1. That is, = Similarly if r = 21 + b then b 1 3 (9745/212 21) = That is, = We continue this way for a few more steps: 1 3 (9745/ ) = (9745/ ) = (9745/ ) = This is all very efficient, and it is close to the Iraqi method, since in effect what we are doing is improving on an approximation ˆr r by replacing it with the weighted average ˆr (9745/ˆr2 ˆr) = 1 3 (2ˆr /ˆr2 ). However, this is not how the Chinese did it. Instead they developed general techniques for working with polynomials, and applied this to special cases such as x First, they had an efficient method for evaluation polynomials, which is now called Horner s method. It is based on the identity x n + a n 1 x n 1 + a n 2 x n a 0 = x (x (x (x + a n 1 ) + a n 2 ) + a 1 ) + a 0. For example, to evaluate they would compute 7 (7 (7 (7 + 3) 5) + 2) 9. Note that doing it this way uses exactly n 1 multiplications for a polynomial of degree n, whereas doing it the other way would require 2(n 1). [Check this!] Many compilers for modern computer languages use this transformation to minimize computational time. Here is how the Chinese would do this computation on their counting board: (Actually, they set up the coefficients in a column, not a row.) This tells us not only that the value of the polynomial at 7 is 3190 but also what are the coefficients of the quotient of the polynomial when we divide by x 7: x 4 + 3x 3 5x 2 + 2x 9 = (x 7)(x x x + 457) Hence this technique is now called synthetic division.

6 6 PR HEWITT Let s return to approximating that is, finding a root of the polynomial x We have already determined that x has the form 2x.xxx... that is, that 20 < x < 30. We use synthetic division to shift the axes to the right 20 units. That is, we set x 0 = x 20 and rewrite the polynomial in terms of x 0. For this we divide the polynomial by x 20; then divide the quotient by x 20; and so forth: This says that if x 0 = x 20 then x = (x 20)((x 20)((x 20) + 60) ) 1745 = x 0 (x 0 (x ) ) 1745 = x x x Now we are looking for a root of this new polynomial in the range 0 < x 0 < 10. As with the use of the binomial theorem above, the higher-degree terms are least significant. Hence 1200x , which tells us that x 0 = We now shift the axes 1 more unit to the right:

7 ANCIENT APPROXIMATIONS This says several things. First of all, = 484 < 0, so the root is a bit to the right of 21. This will always serve as a check that we have not overshot. Second, if x 1 = x 0 1 then we are looking for a root of x x x = x 1 (x 1 (x 1 +63)+1323) 484 = x x x in the range 0 < x 1 < 1. Again we ignore higher-degree terms and estimate that x 1 484/1323 = Let s continue this process a few more times: / = / =

8 8 PR HEWITT / = Hence , and = π In Euclid s Elements you will find proofs that the ratio of the circumference of a circle to its diameter is constant, independent of the particular circle. We (but not Euclid!) call π. You will also find a proof that the ratio of the area to the square of the diameter is another constant. What is this second constant? Euclid is silent on this matter. We now know that it is π/4, but this was not proven until a generation or so after Euclid, by one of the greatest mathematicians of all time, Archimedes of Syracuse. The basic idea is this. Since the area of a triangle is 1 2hb, where h is the height and b is the base, the area of a regular polygon is 1 2hP, where h is the height of one of its constituent triangles and P is the perimeter that is, the sum of the bases of the constituent triangles. h b Now consider the inscribed and a circumscribed regular polygons above. In the limit we have that h r = 1 2D and P C = πd, for each of the polygons. Hence the area of the circle is 1 2 CD = 1 4 πd2. Archimedes did not have a notion of limit. In fact he did not even have a formal notion of real number system, and would not have expressed his results as an equation between real numbers. The ancient Greeks has been spooked by the Pythagorean discovery of incommensurables, and so followed Plato s stricture to separate the concept of whole number from that of geometric quantities such as length and area. The first steps towards a single unifying number system were taken over 1500 years later, in the late Arabic empire. This journey was completed in the European industrial age, another 500 years later. But the ancient Greeks needed some way to manipulate and compare geometric quantities. To address this need Eudoxus of Cnidos developed an elaborate theory of proportion and a method of exhaustion which presaged concepts such as the ɛ-δ definition of limit. He used his method to provide a rigorous proof for the Egyptian formula that the volume of a pyramid is one third the product of its height and the area of its base. Archimedes used Eudoxus method to prove his formula that the area of a circle is one fourth the product of its diameter and its circumference. He then used the ideas he introduced in this proof to compute upper and lower bounds for π.

9 ANCIENT APPROXIMATIONS 9 For the lower bound he took a circle of radius 1 and computed the area of an inscribed regular polygon of n sides. The area of one constituent triangle from such a polygon is sin(π/n) cos(π/n): sin π/n π/n π/n cos π/n Hence the area of the polygon if n sin(π/n) cos(π/n). Let me be clear: we are phrasing Archimedes formulas in modern notation. Archimedes would not have used sine and cosine to phrase his formula. These were not introduced until medieval India, 1000 years later. But these formula does capture the main ideas, in a way which is easily read by us. For the upper bound he took the same circle but computed the area of an circumscribed regular polygon of n sides. The area of one constituent triangle from such a polygon is tan(π/n) = sin(π/n) cos(π/n): tan π/n π/n π/n Hence the area of the polygon if n sin(π/n)/ cos(π/n). Let c n = cos(π/n), so that sin 2 (π/n) = 1 c 2 n. When we put the above estimates together we get the double inequality A n = n 1 c 2 n c n < π < B n = n 1 c 2 n/c n Archimedes now began with a hexagon, and repeatedly doubled the number of sides, until he got two estimates that were quite close together. When n is doubled the central angled is halved. We have a nice formula for cosine of the half angle: c 2 2n = 1 2 (1 + c n) We summarize this calculation in the table below: start with c 6 = 3/2 and repeatedly apply the half-angle formula to compute c 12, C 24, etc. For each of these use the formulas above to compute A n and B n : n c n A n B n Of course, Archimedes did not have available a decent numeration system, and so his calculation was much more complicated, involving rational approximations to each of the multitude of square roots.

10 10 PR HEWITT Exercises (1) Use the Iraqi method to find a 6-place sexagesimal approximation to 3. (2) Use the Chinese synthetic division method to find a 10-place decimal approximation to 3 2. (3) Use the Chinese binomial theorem in the Iraqi-style method (the weighted average, not synthetic division ) to find a 10-place decimal approximation to 3 2. Which method is better? Explain! (4) We see from the chart above that it requires 192-sided polygons to guarantee 3 accurate decimal places with Archimedes method. The best approximation before the introduction of infinite series was given by Zu Chongzhi, 700 years after Archimedes. (See The story of π in our text.) How many sides would be required to achieve Zu s accuracy with Archimedes method? Did Zu use this method, or another? (You may want to consult MacTutor.) Univ of Toledo

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

Discovery of Pi: Day 1

Discovery of Pi: Day 1 Discovery of Pi: Day 1 75 min Minds On Action! Consolidate Debrief Reflection Math Learning Goals Make sense of the relationships between radius, diameter, and circumference of circles. Use of variety

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Florida Math 0028 Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Exponents & Polynomials MDECU1: Applies the order of operations to evaluate algebraic

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

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

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

Trigonometric Functions and Triangles

Trigonometric Functions and Triangles Trigonometric Functions and Triangles Dr. Philippe B. Laval Kennesaw STate University August 27, 2010 Abstract This handout defines the trigonometric function of angles and discusses the relationship between

More information

Squaring the Circle. A Case Study in the History of Mathematics Part II

Squaring the Circle. A Case Study in the History of Mathematics Part II Squaring the Circle A Case Study in the History of Mathematics Part II π It is lost in the mists of pre-history who first realized that the ratio of the circumference of a circle to its diameter is a constant.

More information

Trigonometric Functions and Equations

Trigonometric Functions and Equations Contents Trigonometric Functions and Equations Lesson 1 Reasoning with Trigonometric Functions Investigations 1 Proving Trigonometric Identities... 271 2 Sum and Difference Identities... 276 3 Extending

More information

9.2 Summation Notation

9.2 Summation Notation 9. Summation Notation 66 9. Summation Notation In the previous section, we introduced sequences and now we shall present notation and theorems concerning the sum of terms of a sequence. We begin with a

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

4.2 Euclid s Classification of Pythagorean Triples

4.2 Euclid s Classification of Pythagorean Triples 178 4. Number Theory: Fermat s Last Theorem Exercise 4.7: A primitive Pythagorean triple is one in which any two of the three numbers are relatively prime. Show that every multiple of a Pythagorean triple

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds Isosceles Triangle Congruent Leg Side Expression Equation Polynomial Monomial Radical Square Root Check Times Itself Function Relation One Domain Range Area Volume Surface Space Length Width Quantitative

More information

Section 6-3 Double-Angle and Half-Angle Identities

Section 6-3 Double-Angle and Half-Angle Identities 6-3 Double-Angle and Half-Angle Identities 47 Section 6-3 Double-Angle and Half-Angle Identities Double-Angle Identities Half-Angle Identities This section develops another important set of identities

More information

Unit 6 Trigonometric Identities, Equations, and Applications

Unit 6 Trigonometric Identities, Equations, and Applications Accelerated Mathematics III Frameworks Student Edition Unit 6 Trigonometric Identities, Equations, and Applications nd Edition Unit 6: Page of 3 Table of Contents Introduction:... 3 Discovering the Pythagorean

More information

CHAPTER 5 Round-off errors

CHAPTER 5 Round-off errors CHAPTER 5 Round-off errors In the two previous chapters we have seen how numbers can be represented in the binary numeral system and how this is the basis for representing numbers in computers. Since any

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

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

INTERESTING PROOFS FOR THE CIRCUMFERENCE AND AREA OF A CIRCLE

INTERESTING PROOFS FOR THE CIRCUMFERENCE AND AREA OF A CIRCLE INTERESTING PROOFS FOR THE CIRCUMFERENCE AND AREA OF A CIRCLE ABSTRACT:- Vignesh Palani University of Minnesota - Twin cities e-mail address - palan019@umn.edu In this brief work, the existing formulae

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices.

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices. Math Placement Test Study Guide General Characteristics of the Test 1. All items are to be completed by all students. The items are roughly ordered from elementary to advanced. The expectation is that

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

1.2 Chord Tables of Hipparchus and Ptolemy (Copyright: Bryan Dorner all rights reserved)

1.2 Chord Tables of Hipparchus and Ptolemy (Copyright: Bryan Dorner all rights reserved) 1.2 Chord Tables of Hipparchus and Ptolemy (Copyright: Bryan Dorner all rights reserved) Hipparchus: The birth of trigonometry occurred in the chord tables of Hipparchus (c 190-120 BCE) who was born shortly

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

LIES MY CALCULATOR AND COMPUTER TOLD ME

LIES MY CALCULATOR AND COMPUTER TOLD ME LIES MY CALCULATOR AND COMPUTER TOLD ME See Section Appendix.4 G for a discussion of graphing calculators and computers with graphing software. A wide variety of pocket-size calculating devices are currently

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

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

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

Just What Do You Mean? Expository Paper Myrna L. Bornemeier

Just What Do You Mean? Expository Paper Myrna L. Bornemeier Just What Do You Mean? Expository Paper Myrna L. Bornemeier In partial fulfillment of the requirements for the Master of Arts in Teaching with a Specialization in the Teaching of Middle Level Mathematics

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

Radicals - Multiply and Divide Radicals

Radicals - Multiply and Divide Radicals 8. Radicals - Multiply and Divide Radicals Objective: Multiply and divide radicals using the product and quotient rules of radicals. Multiplying radicals is very simple if the index on all the radicals

More information

Quick Reference ebook

Quick Reference ebook This file is distributed FREE OF CHARGE by the publisher Quick Reference Handbooks and the author. Quick Reference ebook Click on Contents or Index in the left panel to locate a topic. The math facts listed

More information

Right Triangles 4 A = 144 A = 16 12 5 A = 64

Right Triangles 4 A = 144 A = 16 12 5 A = 64 Right Triangles If I looked at enough right triangles and experimented a little, I might eventually begin to notice a relationship developing if I were to construct squares formed by the legs of a right

More information

Factoring Polynomials and Solving Quadratic Equations

Factoring Polynomials and Solving Quadratic Equations Factoring Polynomials and Solving Quadratic Equations Math Tutorial Lab Special Topic Factoring Factoring Binomials Remember that a binomial is just a polynomial with two terms. Some examples include 2x+3

More information

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures.

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures. PERIMETER AND AREA In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures. Perimeter Perimeter The perimeter of a polygon, denoted by P, is the

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

Exact Values of the Sine and Cosine Functions in Increments of 3 degrees

Exact Values of the Sine and Cosine Functions in Increments of 3 degrees Exact Values of the Sine and Cosine Functions in Increments of 3 degrees The sine and cosine values for all angle measurements in multiples of 3 degrees can be determined exactly, represented in terms

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

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

The program also provides supplemental modules on topics in geometry and probability and statistics.

The program also provides supplemental modules on topics in geometry and probability and statistics. Algebra 1 Course Overview Students develop algebraic fluency by learning the skills needed to solve equations and perform important manipulations with numbers, variables, equations, and inequalities. Students

More information

2.5 Zeros of a Polynomial Functions

2.5 Zeros of a Polynomial Functions .5 Zeros of a Polynomial Functions Section.5 Notes Page 1 The first rule we will talk about is Descartes Rule of Signs, which can be used to determine the possible times a graph crosses the x-axis and

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

Curriculum Map by Block Geometry Mapping for Math Block Testing 2007-2008. August 20 to August 24 Review concepts from previous grades.

Curriculum Map by Block Geometry Mapping for Math Block Testing 2007-2008. August 20 to August 24 Review concepts from previous grades. Curriculum Map by Geometry Mapping for Math Testing 2007-2008 Pre- s 1 August 20 to August 24 Review concepts from previous grades. August 27 to September 28 (Assessment to be completed by September 28)

More information

Polynomials and Factoring

Polynomials and Factoring Lesson 2 Polynomials and Factoring A polynomial function is a power function or the sum of two or more power functions, each of which has a nonnegative integer power. Because polynomial functions are built

More information

DigitalCommons@University of Nebraska - Lincoln

DigitalCommons@University of Nebraska - Lincoln University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership 7-1-007 Pythagorean Triples Diane Swartzlander University

More information

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions

Stanford Math Circle: Sunday, May 9, 2010 Square-Triangular Numbers, Pell s Equation, and Continued Fractions Stanford Math Circle: Sunday, May 9, 00 Square-Triangular Numbers, Pell s Equation, and Continued Fractions Recall that triangular numbers are numbers of the form T m = numbers that can be arranged in

More information

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular.

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular. CONDENSED L E S S O N. Parallel and Perpendicular In this lesson you will learn the meaning of parallel and perpendicular discover how the slopes of parallel and perpendicular lines are related use slopes

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

Euler s Formula Math 220

Euler s Formula Math 220 Euler s Formula Math 0 last change: Sept 3, 05 Complex numbers A complex number is an expression of the form x+iy where x and y are real numbers and i is the imaginary square root of. For example, + 3i

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

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

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i COMPLEX NUMBERS _4+i _-i FIGURE Complex numbers as points in the Arg plane i _i +i -i A complex number can be represented by an expression of the form a bi, where a b are real numbers i is a symbol with

More information

Postulate 17 The area of a square is the square of the length of a. Postulate 18 If two figures are congruent, then they have the same.

Postulate 17 The area of a square is the square of the length of a. Postulate 18 If two figures are congruent, then they have the same. Chapter 11: Areas of Plane Figures (page 422) 11-1: Areas of Rectangles (page 423) Rectangle Rectangular Region Area is measured in units. Postulate 17 The area of a square is the square of the length

More information

GRADES 7, 8, AND 9 BIG IDEAS

GRADES 7, 8, AND 9 BIG IDEAS Table 1: Strand A: BIG IDEAS: MATH: NUMBER Introduce perfect squares, square roots, and all applications Introduce rational numbers (positive and negative) Introduce the meaning of negative exponents for

More information

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left. The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics

More information

Trigonometric Functions: The Unit Circle

Trigonometric Functions: The Unit Circle Trigonometric Functions: The Unit Circle This chapter deals with the subject of trigonometry, which likely had its origins in the study of distances and angles by the ancient Greeks. The word trigonometry

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

3.2 The Factor Theorem and The Remainder Theorem

3.2 The Factor Theorem and The Remainder Theorem 3. The Factor Theorem and The Remainder Theorem 57 3. The Factor Theorem and The Remainder Theorem Suppose we wish to find the zeros of f(x) = x 3 + 4x 5x 4. Setting f(x) = 0 results in the polynomial

More information

Alum Rock Elementary Union School District Algebra I Study Guide for Benchmark III

Alum Rock Elementary Union School District Algebra I Study Guide for Benchmark III Alum Rock Elementary Union School District Algebra I Study Guide for Benchmark III Name Date Adding and Subtracting Polynomials Algebra Standard 10.0 A polynomial is a sum of one ore more monomials. Polynomial

More information

Filling and Wrapping: Homework Examples from ACE

Filling and Wrapping: Homework Examples from ACE Filling and Wrapping: Homework Examples from ACE Investigation 1: Building Smart Boxes: Rectangular Prisms, ACE #3 Investigation 2: Polygonal Prisms, ACE #12 Investigation 3: Area and Circumference of

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

Lesson 9: Radicals and Conjugates

Lesson 9: Radicals and Conjugates Student Outcomes Students understand that the sum of two square roots (or two cube roots) is not equal to the square root (or cube root) of their sum. Students convert expressions to simplest radical form.

More information

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

More information

SOLVING POLYNOMIAL EQUATIONS

SOLVING POLYNOMIAL EQUATIONS C SOLVING POLYNOMIAL EQUATIONS We will assume in this appendix that you know how to divide polynomials using long division and synthetic division. If you need to review those techniques, refer to an algebra

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C?

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Problem 3 If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Suggested Questions to ask students about Problem 3 The key to this question

More information

of surface, 569-571, 576-577, 578-581 of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433

of surface, 569-571, 576-577, 578-581 of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433 Absolute Value and arithmetic, 730-733 defined, 730 Acute angle, 477 Acute triangle, 497 Addend, 12 Addition associative property of, (see Commutative Property) carrying in, 11, 92 commutative property

More information

Introduction Assignment

Introduction Assignment PRE-CALCULUS 11 Introduction Assignment Welcome to PREC 11! This assignment will help you review some topics from a previous math course and introduce you to some of the topics that you ll be studying

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

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, June 1, 011 1:15 to 4:15 p.m., only Student Name: School Name: Print your name

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

ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers Basic Math 1.2 - The Number Line Basic Math 1.3 - Addition of Whole Numbers, Part I

ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers Basic Math 1.2 - The Number Line Basic Math 1.3 - Addition of Whole Numbers, Part I ModuMath Basic Math Basic Math 1.1 - Naming Whole Numbers 1) Read whole numbers. 2) Write whole numbers in words. 3) Change whole numbers stated in words into decimal numeral form. 4) Write numerals in

More information

AMSCO S Ann Xavier Gantert

AMSCO S Ann Xavier Gantert AMSCO S Integrated ALGEBRA 1 Ann Xavier Gantert AMSCO SCHOOL PUBLICATIONS, INC. 315 HUDSON STREET, NEW YORK, N.Y. 10013 Dedication This book is dedicated to Edward Keenan who left a profound influence

More information

1.3 Algebraic Expressions

1.3 Algebraic Expressions 1.3 Algebraic Expressions A polynomial is an expression of the form: a n x n + a n 1 x n 1 +... + a 2 x 2 + a 1 x + a 0 The numbers a 1, a 2,..., a n are called coefficients. Each of the separate parts,

More information

ALGEBRA 2/TRIGONOMETRY

ALGEBRA 2/TRIGONOMETRY ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Thursday, January 9, 015 9:15 a.m to 1:15 p.m., only Student Name: School Name: The possession

More information

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

More information

Florida Math 0018. Correlation of the ALEKS course Florida Math 0018 to the Florida Mathematics Competencies - Lower

Florida Math 0018. Correlation of the ALEKS course Florida Math 0018 to the Florida Mathematics Competencies - Lower Florida Math 0018 Correlation of the ALEKS course Florida Math 0018 to the Florida Mathematics Competencies - Lower Whole Numbers MDECL1: Perform operations on whole numbers (with applications, including

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

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction Binghamton High School Rev.9/21/05 Math 1 September What is the unknown? Model relationships by using Fundamental skills of 2005 variables as a shorthand way Algebra Why do we use variables? What is a

More information

7.2 Quadratic Equations

7.2 Quadratic Equations 476 CHAPTER 7 Graphs, Equations, and Inequalities 7. Quadratic Equations Now Work the Are You Prepared? problems on page 48. OBJECTIVES 1 Solve Quadratic Equations by Factoring (p. 476) Solve Quadratic

More information

MATH 0110 Developmental Math Skills Review, 1 Credit, 3 hours lab

MATH 0110 Developmental Math Skills Review, 1 Credit, 3 hours lab MATH 0110 Developmental Math Skills Review, 1 Credit, 3 hours lab MATH 0110 is established to accommodate students desiring non-course based remediation in developmental mathematics. This structure will

More information

Homework 2 Solutions

Homework 2 Solutions Homework Solutions 1. (a) Find the area of a regular heagon inscribed in a circle of radius 1. Then, find the area of a regular heagon circumscribed about a circle of radius 1. Use these calculations to

More information

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved.

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved. 5.3 SOLVING TRIGONOMETRIC EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Use standard algebraic techniques to solve trigonometric equations. Solve trigonometric equations

More information

Lesson 9: Radicals and Conjugates

Lesson 9: Radicals and Conjugates Student Outcomes Students understand that the sum of two square roots (or two cube roots) is not equal to the square root (or cube root) of their sum. Students convert expressions to simplest radical form.

More information

Section 1.3 P 1 = 1 2. = 1 4 2 8. P n = 1 P 3 = Continuing in this fashion, it should seem reasonable that, for any n = 1, 2, 3,..., = 1 2 4.

Section 1.3 P 1 = 1 2. = 1 4 2 8. P n = 1 P 3 = Continuing in this fashion, it should seem reasonable that, for any n = 1, 2, 3,..., = 1 2 4. Difference Equations to Differential Equations Section. The Sum of a Sequence This section considers the problem of adding together the terms of a sequence. Of course, this is a problem only if more than

More information

Finding Pi with Archimedes s Exhaustion Method

Finding Pi with Archimedes s Exhaustion Method mathematical explorations classroom-ready activities Finding Pi with Archimedes s Exhaustion Method salessandra King Studying historical puzzles can give students a perspective on the usefulness of math

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

Problem of the Month: Circular Reasoning

Problem of the Month: Circular Reasoning Problem of the Month: Circular Reasoning The Problems of the Month (POM) are used in a variety of ways to promote problem solving and to foster the first standard of mathematical practice from the Common

More information

LAKE ELSINORE UNIFIED SCHOOL DISTRICT

LAKE ELSINORE UNIFIED SCHOOL DISTRICT LAKE ELSINORE UNIFIED SCHOOL DISTRICT Title: PLATO Algebra 1-Semester 2 Grade Level: 10-12 Department: Mathematics Credit: 5 Prerequisite: Letter grade of F and/or N/C in Algebra 1, Semester 2 Course Description:

More information

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

Polynomial Operations and Factoring

Polynomial Operations and Factoring Algebra 1, Quarter 4, Unit 4.1 Polynomial Operations and Factoring Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Identify terms, coefficients, and degree of polynomials.

More information