Lecture 4 The Euclidean Algorithm

Slides:



Advertisements
Similar presentations
Dividing Polynomials.
Advertisements

Chapter 2 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Dividing Polynomials: Remainder and Factor Theorems.
5-4 Dividing Polynomials Long Division Today’s Objective: I can divide polynomials.
More about Polynomials
Polynomial Division Division Long and Short. 8/10/2013 Polynomial Division 2 Division of Polynomials Long Division (by hand): Polynomial Functions 245.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
BY MISS FARAH ADIBAH ADNAN IMK
Dividing Polynomials; Remainder and Factor Theorems.
Quiz 2 key.
1 Properties of Integers Objectives At the end of this unit, students should be able to: State the division algorithm Apply the division algorithm Find.
Polynomial Division: Dividing one polynomial by another polynomial to find the zeros of the polynomial. Ex 1: Find the zeros of Solution:1 st way: At.
Module :MA3036NI Cryptography and Number Theory Lecture Week 7
CPSC 3730 Cryptography and Network Security
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 3 Polynomial and Rational Functions.
3.3: Dividing Polynomials: Remainder and Factor Theorems Long Division of Polynomials 1.Arrange the terms of both the dividend and the divisor in descending.
Dividing Polynomials Long Division Synthetic Division Factor Theorem Remainder Theorem.
Polynomial Division and the Remainder Theorem Section 9.4.
Copyright © 2009 Pearson Education, Inc. CHAPTER 4: Polynomial and Rational Functions 4.1 Polynomial Functions and Models 4.2 Graphing Polynomial Functions.
Chapter 4 – Finite Fields
Data Security and Encryption (CSE348) 1. Lecture # 12 2.
MAT 320 Spring 2008 Section 1.2.  Start with two integers for which you want to find the GCD. Apply the division algorithm, dividing the smaller number.
Information Security Lab. Dept. of Computer Engineering 87/121 PART I Symmetric Ciphers CHAPTER 4 Finite Fields 4.1 Groups, Rings, and Fields 4.2 Modular.
Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley 4.3 Polynomial Division; The Remainder and Factor Theorems  Perform long division.
ACTIVITY 31: Dividing Polynomials (Section 4.2, pp )
Section 2-2 Synthetic Division; The Remainder and Factor Theorems.
Date: 2.4 Real Zeros of Polynomial Functions
3.3 Polynomial and Synthetic Division. Long Division: Let’s Recall.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
5.5 – Dividing Polynomials Divide 247 / / 8.
Section 4.3 Polynomial Division; The Remainder and Factor Theorems Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
5-4 Dividing Polynomials Synthetic Division
AF2. Turn off your phones Primes, gcd, some examples, reading.
Real Zeros of Polynomial Functions
Products and Factors of Polynomials (part 2 of 2) Section 440 beginning on page 442.
Chapter 4. Polynomial Long Division Remember that time you did long division in elementary school and thought you’d never see it again?
College Algebra Chapter 3 Polynomial and Rational Functions Section 3.3 Division of Polynomials and the Remainder and Factor Theorems.
Objective Use long division and synthetic division to divide polynomials.
Warm Up Divide using long division ÷ ÷
Chapter 11 Polynomial Functions
3.3 Dividing Polynomials.
Polynomial & Synthetic Division
Dividing Polynomials A review of long division:
Section 5.4 – Dividing Polynomials
LIAL HORNSBY SCHNEIDER
Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Polynomials.
To divide polynomials using long division.
More about Polynomials
POLYNOMIALS  .
Sullivan Algebra and Trigonometry: Section 5
Dividing Polynomials.
4.3 Division of Polynomials
Polynomial Division; The Remainder Theorem and Factor Theorem
Objective Use long division and synthetic division to divide polynomials.
Polynomial & Synthetic Division
Revision on Polynomials
Division of Polynomials
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Cryptography and Network Security
Lesson 2.3 Real Zeros of Polynomial Functions
Dividing Polynomials 6-3 Warm Up Lesson Presentation Lesson Quiz
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
AS-Level Maths: Core 2 for Edexcel
2.5 Apply the Remainder and Factor Theorem
Discrete Mathematics Chapter 4 Number Theory. Discrete Mathematics Chapter 4 Number Theory.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Lecture 4 The Euclidean Algorithm (long division)

Recall 4th grade If A and B are integers (whole numbers) then we say that B divides A if there is an integer Q such that A = BQ Examples: 2 divides 6 since there is an integer (3) such that 6 = 2*3 1 divides any 291 since there is a number (291) such that 291 = 219*1 If B is any number then B divides 0 since there is a number (0) such that 0 = B*0 Another way to say that B divides A is to say that B is a factor of A

More examples 3 does not divide 5 since there is no whole number Q such that 5 = 3*Q 9 does not divide 10 since there is no whole number Q such that 10 = 9*Q

Visualizing division 6 6 = 2*3 2 divides 6 7 7 = 2*3 + 1 6 = 2*3 2 divides 6 7 7 = 2*3 + 1 2 does not divide 7

Division Algorithm A and B are whole numbers and B is not 0. To determine if B divides A do the following: i. If A = 0 then B divides A ii. If 0 < A < B then B does not divide A ii. If B <= A then replace A by B – A and repeat i. 7 > 2 7 – 1*2 = 5 > 2 7 – 2 - 2 = 7 – 2*2 = 3 > 2 7 – 2 - 2 – 2 = 7 – 3*2 = 1 < 2 (step 4) (step 3) (step2) (step 1) The process subtracts B from A as many times as it can. At some point A is reduced to 0 or B cannot be subtracted from what remains. The effect is to write A = BQ + R with R = 0 or 0 < R < B R is called the remainder when A is divided by B. Q is called the quotient.

“Long Division” __3 _ 7 | 220 (does 30 subtractions) 210 7 | 220 210 10 (does 30 subtractions) 220 = 7*30 + 10 10 > 7 so can subtract more 3 1 7 | 220 210 10 _7 3 220 - 7*30 = 1*7 + 3 0 < 3 < 7 process terminates Quotient = 31 remainder = 3 220 = 7*31 + 3

Division Algorithm If A and B are integers with B not zero then there are unique Q and R such that A = BQ + R with 0 <= R < |B| Note this allows A and B to be negative 5 = (-2)(-2) + 1 0 < 1 <|-2| -7 = (-2)(4) + 1 0 < 1<|-2|

Works Exactly the Same for Polynomials B(x) divides A(x) if there is a Q(x) so that A(x) = B(x)*Q(x) Every polynomial divides 0 0 = B(x)*0 Any non-zero number divides any polynomial (e.g. A(x) = 7*( A(x) ) x – 1 divides since

Recall that if f(x) and g(x) are not 0 then degree f(x)*g(x) = degree f(x) + degree g(x) This says that if B(x) is a factor of A(x) then degree B(x) degree A(x) Example: x does not divide 1 since degree (x) = 1 which is strictly less than the degree of 1 (which is 0). does not divide

Division Algorithm for Polynomials If A(x) and B(x) are polynomials with B not zero then there are unique polynomials Q(x) and R(x) such that A(x) = B(x)Q(x) + R(x) with R(x)=0 or degree R(x) < degree B(x) Note that R(x) = 0 is another way to say that B(x) divides A(x).

The Long Division of Polynomials is a Way to calculate Q(x) and R(x) Observations: To calculate Q(x) and R(x) it suffices to find R(x) since we can divide A(x)- R(x) by B(x) to get R(x) The uniqueness of the remainder says if in any way you arrange to write A(x) = B(x)K(x) + P(x) where P(x) is zero or of smaller degree than B(x) then it must be that P(x) is the R(x) you would get by long division. For instance : so the remainder when is divided by x-1 will be x. Also so which says that the remainder when is divided by x -1 is 1.

Algebra of Remainders (modular arithmetic) Principle: When calculating the remainder when an algebraic expression of polynomials is divided by a polynomial B, one can replace any factor or summand by its remainder upon division by B. The remainder upon dividing the sum of two polynomials by B is the same as the remainder if either (or both) terms is first replaced by its remainder (or any polynomial that has the same remainder). The remainder upon dividing the product of two polynomials by B is the same as the remainder if either (or both) terms is first replaced by its remainder (or any polynomial that has the same remainder).

Calculate the remainder upon division of by First note that since the remainder of is We can replace by its remainder 1-x = = Now we can replace again to get

Similarly Calculate the remainder when is divided by As with the previous example the remainder of is 2x+1 the remainder of is the same as the remainder of or = This says for some polynomial Q(x) is a root of . What is Replace x by in Since it is a root of we have or

The Greatest Common Divisor (GCD) (also called GCFactor) The GCD of two integers A1 and A2 is the largest integer that divides both. Examples: gcd(n,1)=1 for any n gcd(n,0) = |n| if n is not 0 (gcd(0,0) does not exist GCD 12 and 20 Factors of 12 = {-12,-6,-4,-3,-2,-1,1,2,3,4,6,12} Factors of 20 = {-20,-10,-5,-4,-2,-1,1,2, 4, 5,10,20} Common factors = {-4, -2,-1,1,2,4} Greatest common factor = 4 Not a practical for large numbers

Factors of 5280 Factors of 4680 GCD(5280,4680) = ?

146057167872 has 1056 positive factors 5228296875 has 120 positive factors There is no known way to find a single factor (other than itself and 1) of a randomly chosen number in a “small” number of steps. We can find the GCD of pairs of HUGE numbers in a small number of steps.

Theorem: If A, B, d and n are numbers and d divides both A and B then it also divides both A and B+/-n*A Proof: A = d*r B = d*s n*A = d*(n*r) B + n*A = d*s +/- d*(n*r) = d*(s +/- n*r) Theorem: GCD(A,B) = GCD(A,B+/- n*A)

Using this over and over … GCD(146057167872, 5228296875) = GCD(146057167872 – 27* 5228296875, 5228296875) = GCD(4893152247, 5228296875) = GCD(5228296875- 1*4893152247, 4893152247) = GCD(335144628, 4893152247 ) = GCD(4893152247-14* 335144628,335144628 ) = GCD(201127455, 335144628) = GCD( 201127455, 335144628- 1*201127455 ) = GCD( 201127455, 134017173) = GCD( 201127455 – 1*134017173, 134017173) = GCD( 67110282, 134017173) = GCD( 67110282, 134017173 – 1* 67110282) =GCD(67110282,66906891)= GCD(67110282-328* 66906891,66906891)=GCD(203391, 66906891)= GCD(203391, 66906891-328*203391) =GCD(203391,194634) = GCD(203391-1*194634, 194634) = GCD(8748, 194634) = GCD(8748, 194634-22*8748) = GCD(8748,2187) = GCD(8748-4*2187, 2187) = GCD(2187,0) So we calculated the GCD without factoring. It has to stop because each time we subtracted a multiple of the smaller from the larger so that the resulting number is even smaller. Process has to eventually get to 0.

Euclid Algorithm To find the gcd of numbers A1 and A2 with A1 > A2 >= 0 If A2 = 0 then gcd = A1 If A2 > 0 then A1 = A2 q2 + A3 with A2>A3 >=0 Replace A1 by A2, A2 by A3 and go to step a. This is exactly what we did in the previous example. Example: gcd(120,85) 120 = 85*1 + 35 85 = 35*2 + 15 35 = 15*2 + 5 15 = 5*3 + 0 gcd = 5 (gcd is the last non-zero remainder)

Tabulate: note pattern 120 = 85*1 + 35 85 = 35*2 + 15 35 = 15*2 + 5 15 = 5*3 + 0

Find numbers a, n so we can write GCD(120,85) = a*120- b*85 Idea: find a, b for the last two then modify them to serve for the previous pair. Last pair = 5,0 GCD=5 obviously 5*1 – 0*0 = 5 Add column to left + - 5*1 – 0*0 = 5 (gcd)

1*5 – 0*0 = 5 ( the gcd) Now want a and b so that a*15+b*5 = 5 Have which says 15=5*3+0 or 15 – 5*3 = 0 Substituting in the first equation 1*5 – 0*(15 – 5*3) = 5 1*5 +(0*3)*5 -0*15 = 5 (1+0*3)*5 - 0*15 = 5

Find the next number (1+0*3)*5 - 0*15 = 5 - +

Note the pattern Pattern + - ? = * +

= + - = * * - + - + - + 5*120-7*85 = 5 2*85-5*35 = -5 1*35-2*15 = 5 0*15 -1* 5 = -5 - 1*5 - 0*0=5 +

Same thing works with polynomials Note we are differing from the book slightly. The book would ask that the gcd be monic. That is it wants the gcd in this problem to be x-2 so it would put a ¼ at the lower left instead of 1. Multiply through by ¼ to write x – 2 as a combination of and

1*( ) - ( )*( ) = -3 - 3x Lead coefficient of the gcd is -3. Monic gcd is (-3 -3x)/(-3) = 1+x. Divide both sides by -3 to get monic gcd as a linear combination.