Greatest common divisors

Size: px
Start display at page:

Download "Greatest common divisors"

Transcription

1 Greatest common divisors Robert Friedman Long division Does 5 divide 34? It is easy to see that the answer is no, for many different reasons: does not end in a 0 or Checking directly by hand, 34 is not equal to a multiple 5n for n 6, and for n 7, 7n > The prime factorization of 34 = 2 17 does not involve a 5. On the other hand, we can also write 34 = , so in another sense 5 does divide 34. It depends on what we mean by divides. Given integers a, n, we say that a divides n, written a n, if there exists an integer q such that n = aq. In this case, we say that a is a factor of n. For example, every integer divides 0, and the only integers which divide 1 are ±1. We can make the same definition for rational numbers, but it is not very interesting: every rational number divides every other rational number (except that 0 does not divide a nonzero rational number). For the record, let us give some notation for the various kinds of numbers: 1. N is the set of natural numbers {1, 2, 3,... }. With this definition, 0 / N, and the set {0, 1, 2, 3,... } is the set of nonnegative integers. 2. Z is the set of integers {..., 2, 1, 0, 1, 2... }. 3. Q is the set of rational numbers {a/b, a, b Z, b 0}. 4. R is the set of real numbers, which we will not attempt to define here, and C is the set of complex numbers. In Q, R, and C we can divide by every nonzero number, so the property that one number divides another is not very interesting. We will look at 1

2 divisibility in Z here; divisibility in N is much the same, but it will be a lot easier for us if we are able to subtract as well as add. When we consider numbers and divisibility we will need the following: we have operations of addition and multiplication, which satisfy the usual properties: addition and multiplication are associative and commutative, there is an additive identity 0 and additive inverses, multiplication distributes over addition, and there is a multiplicative identity 1. As mentioned above, the cases where there are multiplicative inverses for every nonzero number (Q, R, and C) are not interesting. In fact, in Z, the only numbers with multiplicative inverses are ±1. As a substitute for division, however, we do have the cancellation law: if ab = ac and a 0, then b = c. Of course this would follow if we could multiply both sides by a 1. There is at least one other familiar case where it is interesting to look at divisibility and factorization: polynomials. For example, x 1 does not divide f(x) = x 3 2x 2 + 3x + 4, which we can see as follows: the linear polynomial x 1 divides f(x) if and only if f(1) = 0, but f(1) = 6 0. On the other hand, for g(x) = x 3 2x 2 + 3x 2, g(1) = 0, and indeed g(x) = (x 1)(x 2 x + 2). We will also write a(x) f(x) to mean that the polynomial a(x) divides f(x), i.e. that there exists a polynomial q(x) with f(x) = a(x)q(x). As we shall see in just a moment, this definition depends on the context. As a matter of notation, we will denote by Z[x] the set of all polynomials with coefficients in Z (integer coefficients) and by Q[x] the set of all polynomials with coefficients in Q (rational coefficients). The sets R[x], C[x], etc. are defined in a similar way. Addition and multiplication are defined in the usual way. There is also Q[x, y], the set of polynomials in two variables x and y, with all of the possible variations by allowing different coefficients. We now ask if 2x 2 = 2(x 1) divides x 3 2x 2 + 3x 2. Answer: it depends. Clearly, since 2x 2 = 2(x 1), x 3 2x 2 + 3x 2 = (x 1)(x 2 x + 2) = (2x 2)( 1 2 x2 1 2 x + 1). So if we work in Q[x], 2x 2 divides x 3 2x 2 + 3x 2, but 2x 2 does not divide x 3 2x 2 + 3x 2 in Z[x]. We return to divisibility for ordinary integers. The basic fact is the following: Theorem 1 (Long division with remainder). Suppose that a, n Z with a > 0. Then there exist unique integers q, r with 0 r < a such that n = aq + r. 2

3 Here, q is the quotient and r is the remainder. Why is this statement true? We must use some basic fact about the integers, or in this case the natural numbers. The fact in question is important enough to have a special name: Theorem 2 (Well ordering principle). A nonempty subset of N has a smallest element. We will not attempt to give a proof of the well-ordering principle here; it is closely related to an axiomatic characterization of the natural numbers. It can be paraphrased by saying that there are only finitely many natural numbers less than or equal to a given natural number N. It is also closely connected to the principle of mathematical induction. It is easy to see that the well-ordering principle also holds for the set of nonnegative integers: if X is a nonempty subset of the set of nonnegative integers, then either 0 X, in which case 0 is the smallest element of X, of 0 / X, in which case X N and X is nonempty, so that X has a smallest element by the well-ordering principle. On the other hand, the well-ordering principle fails for the set of all integers Z, since for example Z itself does not have a smallest element. It also fails for the set of all nonnegative rational numbers, since for example the set Q + of all positive rational numbers does not have a smallest element (there is no smallest strictly positive rational number). Assuming the well-ordering principle (Theorem 2), let us deduce the statement about long division. Consider the set X of all nonnegative integers of the form n aq for some q Z. In other words, we look at all integers q such that n aq > 0. Note that X is not empty. For example, if n is positive, then n = n a(0) X. If n 0, we could take q = (n 1), so that n aq = (1 a)n + a. Since n 0 and a 1, so that 1 a 0, (1 a)n 0 and so n aq = (1 a)n + a a > 0. By the well-ordering principle, X has a smallest element, necessarily of the form r = n aq. Moreover, we claim that 0 r < a. Clearly, r 0 since by assumption r is a nonnegative integer. If r a, then r a 0. But then r a = n (a + 1)q is a nonnegative integer in X, and it is clearly smaller than r. This contradicts the fact that r is the smallest element of X. Thus we take r = n aq, with 0 r < a and n = aq + r as desired. We still need to check that q and r are unique. If also n = aq 1 + r 1 with 0 r 1 < a, then since n = aq + r = aq 1 + r 1, a(q q 1 ) = r 1 r. 3

4 In particular a divides r 1 r. But r 1 < a, r 0 so that r 1 r < a. Likewise r 1 0, r < a implies that r 1 r > a. Thus a r 1 r, a < r 1 r < a, and the only multiple of a strictly between a and a is 0. So r 1 r = 0 and r = r 1. Hence a(q q 1 ) = 0 and a > 0, so q q 1 = 0 and thus q = q 1. This shows that q and r are unique. This finishes the proof. In the exercises, you are asked to make the very minor changes in the statement and proof of Theorem 1 in case a < 0. Long division holds in other circumstances as well. For example, long division of polynomials should be familiar. Here we use the degree of a polynomial as a rough measure of its size. Given f(x) and a(x) in Q[x] with a(x) 0, there exist unique polynomials q(x) and r(x) in Q[x] with either r(x) = 0 (in which case deg r(x) is undefined), or 0 deg r(x) < deg a(x), such that f(x) = a(x)q(x) + r(x). However, long division definitely fails in Z[x] or in Q[x, y]. For example, you cannot divide 2x 2 into x 3 2x 2 +3x 2 in the above sense and keep all of the coefficients integers. (Long division by a(x) does work in Z[x] as long as the leading coefficient of a(x) is 1, though.) Greatest common divisors Definition 3. Let a, b Z, where not both of a, b are zero. A greatest common divisor d of aand b (written d = gcd(a, b)) is a positive integer d such that d a, d b, (i.e. d is a common divisor of a and b), and moreover, if e is an integer such that e a and e b, then e d. In other words, d is divisible by every common divisor of a and b. Two integers a and b are relatively prime if gcd(a, b) = 1, i.e. if e a and e b then e = 1, or equivalently the only factors a and b have in common are ±1. If d and d 1 are two greatest common divisors of a and b, then d d 1 and d 1 d, and then it is easy to see that d = d 1. Thus greatest common divisors are unique, if they exist. But nothing we have said up to this point indicates that greatest common divisors do exist. That is the point of the next theorem. Theorem 4 (Existence of gcds). Let a, b Z, where not both of a and b are zero. Then there exists a unique gcd d of a and b. Moreover, there exist integers x 0, y 0 such that d = ax 0 + by 0. To see this, let Y = {ax + by : x, y Z}. In other words, Y is the set of all integers which are a multiple of a plus a multiple of b; we call such an expression a linear combination of a and b. For example, a = a(1)+b(0) Y, 4

5 as is a = a( 1) + b(0); likewise b and b are in Y. Other elements of Y are a + b, 5a 28b, and so on. The key properties of Y are: (i) Y is closed under addition and subtraction: if ax 1 + by 1 and ax 2 + by 2 are two elements of Y, then (ax 1 + by 1 ) ± (ax 2 + by 2 ) = a(x 1 ± x 2 ) + b(y 1 ± y 2 ), and this is of the form a times an integer plus b times an integer and hence is in Y. (ii) Y is closed under multiplication by an arbitrary integer: if ax + by Y and n Z, then n(ax + by) = a(nx) + b(ny), and, again, this is of the form a times an integer plus b times an integer and hence is in Y. Now Y contains at least one positive integer, since at least one of a, b is nonzero and hence at least one of a, a, b, b is positive. Thus, by the well-ordering principle, Y contains a smallest positive element, say d. So d > 0, and since d Y, d is of the form ax 0 + by 0 for some integers x 0, y 0. We claim that every element of Y is a multiple of d. To see this, let n Y. Applying long division by d, n = dq + r, where r is an integer and 0 r < d. By assumption, n Y. Since d Y, dq Y as well (by (ii) above) and thus n dq = r Y since Y is closed under subtraction (by (i)). But 0 r < d and d was chosen to be the smallest positive element of Y. This is only possible if r = 0. But then n = dq is a multiple of d. We have thus showed that every element n of Y is a multiple of d. We now show that d is a gcd of a and b. Since a and b are in Y, they are multiples of d, hence d a and d b. On the other hand, d = ax 0 + by 0. If e a and e b, then it is easy to see (exercise) that e ax 0 + by 0 = d. So d is a gcd (necessarily unique) of a and b. This finishes the proof of the theorem. Remark 5. 1) The last part of the proof actually shows that, if d = ax 0 +by 0 is a linear combination of a and b with d > 0, and d a and d b, then d = gcd(a, b). 2) A slightly more careful argument shows the following: let I be a nonempty subset of Z which is closed under addition and subtraction, i.e. Property (i) for Y above holds. Then one can check directly that (ii) also holds, and that there exists some integer d 0 such that I is the set of all integer multiples of d. 5

6 Now that we know that gcds exist, we would like to be able to compute them. One standard method is to factor both a and b into primes, and then prime factors of d = gcd(a, b) are the primes appearing in both the prime factorization of a and of b, raised to the smaller power. For example, gcd(40, 100) = 20, from 40 = 2 3 5, 100 = , and so the gcd is In practice, this procedure is very inefficient, because it is a hard problem for a human or computer to factor a large number into a product of primes. We shall describe a much more efficient method at the end. Let us give some consequences of the existence of gcds: Corollary 6. Suppose that a and b are integers, not both zero, and n is an integer. Then the linear equation ax + by = n has a solution in integers x and y if and only if d = gcd(a, b) divides n. To see this, suppose first that d = gcd(a, b) divides n, and let n = dk for some integer k. Then by the theorem we can write d = ax 0 + by 0 for some integers x 0, y 0. Thus n = dk = akx 0 + bky 0 = ax + by, with x = kx 0 and y = ky 0. Conversely, if d is any divisor of a and b, then d ax+by, so if n = ax+by, then n is divisible by the gcd of a and b. Corollary 7. Suppose that a and b are relatively prime integers, or equivalently that gcd(a, b) = 1. If a bc, then a c. To see this, since gcd(a, b) = 1, there exist integers x and y such that 1 = ax + by. Then c = acx + bcy. By assumption, a bc and hence a bcy; also, clearly a acx. Thus a divides the sum acx + bcy = c. Recall that a prime number p is a positive integer p > 1 such that, if d p, d > 0, then either d = 1 or d = p. (The number 1 is not a prime number.) Equivalently, a positive integer p > 1 is a prime number if and only if, for all a Z, either gcd(a, p) = 1, in which case a and p are relatively prime, or gcd(a, p) = p, in which case p divides a. Corollary 8. Let b and c be integers and let p be a prime number. If p bc, then either p b or p c. In other words, if a prime divides a product, it divides one of the factors. In fact, suppose that p bc. If p b we are done. So we can assume that p does not divide b. Thus, by the above remarks, p and b are relatively prime. Since p bc, Corollary 7 implies that p c. 6

7 Remark 9. We can ask if any of the above carries over to factorization in Z[x] or Q[x] or to similar situations. Given two polynomials a(x), b(x), not both 0, we can define a gcd of a(x) and b(x) to be a polynomial d(x) such that d(x) a(x), d(x) b(x), and for every polynomial e(x) dividing both a(x) and b(x), e(x) d(x). Of course, we would expect the existence or the form of d(x) to depend on the type of coefficients (integers, rational numbers, etc.) that we consider. It turns out that in all of the situations we have been considering (Z[x], Q[x], R[x], C[x], Q[x, y]), gcds do exist, In Q[x], R[x], C[x], the gcd of a(x) and b(x) can be written as a(x)f(x) + b(x)g(x) for some polynomials f(x), g(x), in other words the gcd of a(x) and b(x) is a linear combination of a(x) and b(x). It is not unique, since if d(x) e(x) and e(x) d(x), the most we can say is that d(x) and e(x) differ by multiplication by a nonzero constant polynomial. The gcd d(x) can be normalized, however, by requiring that its leading coefficient is 1. In Z[x] and Q[x, y], the gcd of two polynomials a(x) and b(x) cannot usually be written as a linear combination of a(x) and b(x), using polynomials of the same type. For example, it is easy to see that the gcd of 2 and x in Z[x] is 1, but we cannot write 1 = a(x)f(x) + b(x)g(x) where both f(x) and g(x) are polynomials with integer coefficients. Finally, there are situations where unique factorization fails, and which we hope to be able to describe by the end of the seminar. The Euclidean algorithm As promised, we describe a computationally efficient method for finding the gcd of two integers a and b, which at the same time shows how to write the gcd as a linear combination of a and b. Begin with a, b. Write a = bq 1 + r 1, with integers q 1 and r 1, 0 r 1 < b. Note that r 1 = a + b( q 1 ) is a linear combination of a and b. If r 1 = 0, stop, otherwise repeat this process with b and r 1 instead of a and b, so that b = r 1 q 2 +r 2, with 0 r 2 < r 1, and note that r 2 = b r 1 q 2 = b aq 2 +bq 1 q 2 is still a linear combination of a and b. If r 2 = 0, stop, otherwise repeat again with r 1 and r 2 instead of b and r 1, so that r 1 = r 2 q 3 + r 3, with 0 r 3 < r 2. We can continue in this way to find r 1 > r 2 > r 3 > > r k 0, with r k 1 = r k q k+1 + r k+1. Since the sequence of the r i decreases, and they are all nonnegative integers, eventually this procedure must stop with an r n such that r n+1 = 0, and hence r n 1 = r n q n+1. The procedure looks as 7

8 follows: a = bq 1 + r 1 b = r 1 q 2 + r 2 r 1 = r 2 q 3 + r 3. r n 2 = r n 1 q n + r n r n 1 = r n q n+1. We claim that r n is the gcd of a and b. In fact, we shall show (i) r n divides both a and b; (i) r n a linear combination of a and b. (i) Since r n r n 1, the equation r n 2 = r n 1 q n + r n implies that r n r n 2, and then working backwards from the equation r k 1 = r k q k+1 +r k+1, we see (with reverse induction) that r n r k 1 for all k < n. The fact that b = r 1 q 2 +r 2 and that r n divides r 1 and r 2 implies that r n divides b, and then the equation a = bq 1 + r 1 implies that r n divides a, too. (ii) Working the other way, we have seen that r 1 and r 2 are linear combinations of a and b. By induction, if r k 1 and r k are linear combinations of a and b, then the equation r k 1 = r k q k+1 + r k+1 implies that r k+1 = r k 1 r k q k+1 is also a linear combination of a and b (because as we saw in the proof of Theorem 4 the set of all linear combinations of a and b is closed under addition, subtraction, and multiplication by an integer). Thus r n is a linear combination of a and b as well. But we have seen that if a linear combination of a and b divides a and b and is positive, then it is equal to the gcd of a and b. So r n is the gcd of a and b. The algorithm is easier to carry out than it is to explain! For example, to find the gcd of 34 and 38, we have 38 = 34(1) = 4(8) = 2(2). This says that 2 = gcd(34, 38) and that 2 = 34 4(8) = 34 (38 34)(8) = 9(34) + ( 8)(38). It is often more efficient to choose q k+1 and r k+1 so that r k 1 = r k q k+1 ± r k+1, with r k+1 < r k the sign chosen so that r k+1 is as small as possible. 8

9 For example, to find the gcd of 7 and 34, we could write 34 = 7(4) = 6(1) + 1, to see that the gcd is 1 and that 1 = 7 6 = 7 (34 4(7)) = (7), or we could see directly that 34 = 7(5) 1. A more complicated example is the following, to find the gcd of 1367 and 298: 1367 = (298)(5) = 123(2) = 52(2) = 19(3) 5 19 = 5(4) 1. Thus the gcd is 1, and a little patience shows that Exercises 1 = 5(4) 19 = 11(19) 4(52) = 11(123) 26(52) = = (63)(123) (26)(298) = ( 63)(1367) + (289)(298). Exercise 1. Let d be an integer. Show that, if d is an integer dividing a and b, then d divides a + b, d divides ka for every integer k, and in fact d divides every linear combination ax + by, where a and b are integers. Exercise 2. Use the Euclidean algorithm to find the gcd d of a and b and to write d as a linear combination of a and b, where (i) a = 40, b = 100; (ii) a = 105, b = 101; (iii) a = 238, b = 709; (iv) a = 391, b = Exercise 3. Do there exist integers x and y such that 57x + 93y = 2? Why or why not? If such do exist, find at least one pair. Do the same with the equation 57x + 93y = 6. Exercise 4. Explain how you could use the Euclidean algorithm in the case of Q[x], i.e. of polynomials with rational coefficients. Use this to find the gcd of a(x) and b(x) and to write the gcd as a linear combination of a(x) and b(x), for (i) a(x) = x 3 4x 2 + 5x 2, b(x) = x 2 + x 2; (ii) a(x) = x 2 + 4x + 8, b(x) = x 2 + 3x + 6. (For (ii), you should find that 1 = 1 4 (x + 1)a(x) (x + 2)b(x).) 9

10 Exercise 5. Given integers a, b, n such that the equation ax + by = n has a solution in integers x and y, we can ask whether or not the solutions x and y are unique. If ax 1 + by 1 = ax 2 + by 2 = n, show that u = x 2 x 1 and v = y 2 y 1 are solutions to the equation au + bv = 0. Conversely, given solutions u and v to the equation au + bv = 0 and x 1, y 1 such that ax 1 + by 1 = n, show that, if we set x 2 = x 1 + u, y 2 = y 1 + v, then x 2, y 2 are also such that ax 2 + by 2 = n. Show that u = b, v = a is a solution to the equation au + bv = 0. More generally, for every integer t, u = tb, v = ta is also a solution to the equation au + bv = 0. If a and b are relatively prime, show that every solution to the equation au + bv = 0 is of this form (first show that b divides u). What happens if a and b are not relatively prime? Exercise 6. Suppose that a and b are both positive integers. In real life, for a positive integer n, we might want to solve the equation ax + by = n for integers x and y which are required to be nonnegative. Clearly this is not always possible, even if a and b are relatively prime. For example, n must be at least the smaller of a and b, and in general there will be a certain number of gaps. However, under the assumption that a and b are relatively prime, show: (i) The integer n = ab a b = a(b 1) + b( 1) = a( 1) + b(a 1) cannot be written as ax + by where both x and y are nonnegative integers. (ii) Every integer n which is strictly bigger than ab a b can be written as ax + by where both x and y are nonnegative integers. (Hint: the idea is to use the preceding exercise to see how it is possible, given one solution to n = ax + by, to change x and y and still get a solution to the equation.) 10

Kevin James. MTHSC 412 Section 2.4 Prime Factors and Greatest Comm

Kevin James. MTHSC 412 Section 2.4 Prime Factors and Greatest Comm MTHSC 412 Section 2.4 Prime Factors and Greatest Common Divisor Greatest Common Divisor Definition Suppose that a, b Z. Then we say that d Z is a greatest common divisor (gcd) of a and b if the following

More information

8 Divisibility and prime numbers

8 Divisibility and prime numbers 8 Divisibility and prime numbers 8.1 Divisibility In this short section we extend the concept of a multiple from the natural numbers to the integers. We also summarize several other terms that express

More information

PROBLEM SET 6: POLYNOMIALS

PROBLEM SET 6: POLYNOMIALS PROBLEM SET 6: POLYNOMIALS 1. introduction In this problem set we will consider polynomials with coefficients in K, where K is the real numbers R, the complex numbers C, the rational numbers Q or any other

More information

DIVISIBILITY AND GREATEST COMMON DIVISORS

DIVISIBILITY AND GREATEST COMMON DIVISORS DIVISIBILITY AND GREATEST COMMON DIVISORS KEITH CONRAD 1 Introduction We will begin with a review of divisibility among integers, mostly to set some notation and to indicate its properties Then we will

More information

GREATEST COMMON DIVISOR

GREATEST COMMON DIVISOR DEFINITION: GREATEST COMMON DIVISOR The greatest common divisor (gcd) of a and b, denoted by (a, b), is the largest common divisor of integers a and b. THEOREM: If a and b are nonzero integers, then their

More information

Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm.

Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm. Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm. We begin by defining the ring of polynomials with coefficients in a ring R. After some preliminary results, we specialize

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

The Division Algorithm for Polynomials Handout Monday March 5, 2012

The Division Algorithm for Polynomials Handout Monday March 5, 2012 The Division Algorithm for Polynomials Handout Monday March 5, 0 Let F be a field (such as R, Q, C, or F p for some prime p. This will allow us to divide by any nonzero scalar. (For some of the following,

More information

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion CHAPTER 5 Number Theory 1. Integers and Division 1.1. Divisibility. Definition 1.1.1. Given two integers a and b we say a divides b if there is an integer c such that b = ac. If a divides b, we write a

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

Factoring Polynomials

Factoring Polynomials Factoring Polynomials Sue Geller June 19, 2006 Factoring polynomials over the rational numbers, real numbers, and complex numbers has long been a standard topic of high school algebra. With the advent

More information

Section 4.2: The Division Algorithm and Greatest Common Divisors

Section 4.2: The Division Algorithm and Greatest Common Divisors Section 4.2: The Division Algorithm and Greatest Common Divisors The Division Algorithm The Division Algorithm is merely long division restated as an equation. For example, the division 29 r. 20 32 948

More information

it is easy to see that α = a

it is easy to see that α = a 21. Polynomial rings Let us now turn out attention to determining the prime elements of a polynomial ring, where the coefficient ring is a field. We already know that such a polynomial ring is a UF. Therefore

More information

Quotient Rings and Field Extensions

Quotient Rings and Field Extensions Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.

More information

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11.

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11. 9. POLYNOMIALS 9.1. Definition of a Polynomial A polynomial is an expression of the form: a(x) = a n x n + a n-1 x n-1 +... + a 1 x + a 0. The symbol x is called an indeterminate and simply plays the role

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

Unique Factorization

Unique Factorization Unique Factorization Waffle Mathcamp 2010 Throughout these notes, all rings will be assumed to be commutative. 1 Factorization in domains: definitions and examples In this class, we will study the phenomenon

More information

CS 103X: Discrete Structures Homework Assignment 3 Solutions

CS 103X: Discrete Structures Homework Assignment 3 Solutions CS 103X: Discrete Structures Homework Assignment 3 s Exercise 1 (20 points). On well-ordering and induction: (a) Prove the induction principle from the well-ordering principle. (b) Prove the well-ordering

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

More information

15. Symmetric polynomials

15. Symmetric polynomials 15. Symmetric polynomials 15.1 The theorem 15.2 First examples 15.3 A variant: discriminants 1. The theorem Let S n be the group of permutations of {1,, n}, also called the symmetric group on n things.

More information

The last three chapters introduced three major proof techniques: direct,

The last three chapters introduced three major proof techniques: direct, CHAPTER 7 Proving Non-Conditional Statements The last three chapters introduced three major proof techniques: direct, contrapositive and contradiction. These three techniques are used to prove statements

More information

Some facts about polynomials modulo m (Full proof of the Fingerprinting Theorem)

Some facts about polynomials modulo m (Full proof of the Fingerprinting Theorem) Some facts about polynomials modulo m (Full proof of the Fingerprinting Theorem) In order to understand the details of the Fingerprinting Theorem on fingerprints of different texts from Chapter 19 of the

More information

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors. The Prime Numbers Before starting our study of primes, we record the following important lemma. Recall that integers a, b are said to be relatively prime if gcd(a, b) = 1. Lemma (Euclid s Lemma). If gcd(a,

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

Discrete Mathematics, Chapter 4: Number Theory and Cryptography

Discrete Mathematics, Chapter 4: Number Theory and Cryptography Discrete Mathematics, Chapter 4: Number Theory and Cryptography Richard Mayr University of Edinburgh, UK Richard Mayr (University of Edinburgh, UK) Discrete Mathematics. Chapter 4 1 / 35 Outline 1 Divisibility

More information

1 if 1 x 0 1 if 0 x 1

1 if 1 x 0 1 if 0 x 1 Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or

More information

Real Roots of Univariate Polynomials with Real Coefficients

Real Roots of Univariate Polynomials with Real Coefficients Real Roots of Univariate Polynomials with Real Coefficients mostly written by Christina Hewitt March 22, 2012 1 Introduction Polynomial equations are used throughout mathematics. When solving polynomials

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

POLYNOMIAL RINGS AND UNIQUE FACTORIZATION DOMAINS

POLYNOMIAL RINGS AND UNIQUE FACTORIZATION DOMAINS POLYNOMIAL RINGS AND UNIQUE FACTORIZATION DOMAINS RUSS WOODROOFE 1. Unique Factorization Domains Throughout the following, we think of R as sitting inside R[x] as the constant polynomials (of degree 0).

More information

The Euclidean Algorithm

The Euclidean Algorithm The Euclidean Algorithm A METHOD FOR FINDING THE GREATEST COMMON DIVISOR FOR TWO LARGE NUMBERS To be successful using this method you have got to know how to divide. If this is something that you have

More information

CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION 1. BASIC DIVISIBILITY THEORY

CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION 1. BASIC DIVISIBILITY THEORY January 10, 2010 CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION 1. BASIC DIVISIBILITY THEORY The set of polynomials over a field F is a ring, whose structure shares with the ring of integers many characteristics.

More information

minimal polyonomial Example

minimal polyonomial Example Minimal Polynomials Definition Let α be an element in GF(p e ). We call the monic polynomial of smallest degree which has coefficients in GF(p) and α as a root, the minimal polyonomial of α. Example: We

More information

Intermediate Math Circles March 7, 2012 Linear Diophantine Equations II

Intermediate Math Circles March 7, 2012 Linear Diophantine Equations II Intermediate Math Circles March 7, 2012 Linear Diophantine Equations II Last week: How to find one solution to a linear Diophantine equation This week: How to find all solutions to a linear Diophantine

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

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

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

Handout NUMBER THEORY

Handout NUMBER THEORY Handout of NUMBER THEORY by Kus Prihantoso Krisnawan MATHEMATICS DEPARTMENT FACULTY OF MATHEMATICS AND NATURAL SCIENCES YOGYAKARTA STATE UNIVERSITY 2012 Contents Contents i 1 Some Preliminary Considerations

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

How To Know If A Domain Is Unique In An Octempo (Euclidean) Or Not (Ecl)

How To Know If A Domain Is Unique In An Octempo (Euclidean) Or Not (Ecl) Subsets of Euclidean domains possessing a unique division algorithm Andrew D. Lewis 2009/03/16 Abstract Subsets of a Euclidean domain are characterised with the following objectives: (1) ensuring uniqueness

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

k, then n = p2α 1 1 pα k

k, then n = p2α 1 1 pα k Powers of Integers An integer n is a perfect square if n = m for some integer m. Taking into account the prime factorization, if m = p α 1 1 pα k k, then n = pα 1 1 p α k k. That is, n is a perfect square

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may Number Theory Divisibility and Primes Definition. If a and b are integers and there is some integer c such that a = b c, then we say that b divides a or is a factor or divisor of a and write b a. Definition

More information

Modern Algebra Lecture Notes: Rings and fields set 4 (Revision 2)

Modern Algebra Lecture Notes: Rings and fields set 4 (Revision 2) Modern Algebra Lecture Notes: Rings and fields set 4 (Revision 2) Kevin Broughan University of Waikato, Hamilton, New Zealand May 13, 2010 Remainder and Factor Theorem 15 Definition of factor If f (x)

More information

SUM OF TWO SQUARES JAHNAVI BHASKAR

SUM OF TWO SQUARES JAHNAVI BHASKAR SUM OF TWO SQUARES JAHNAVI BHASKAR Abstract. I will investigate which numbers can be written as the sum of two squares and in how many ways, providing enough basic number theory so even the unacquainted

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

GCDs and Relatively Prime Numbers! CSCI 2824, Fall 2014!

GCDs and Relatively Prime Numbers! CSCI 2824, Fall 2014! GCDs and Relatively Prime Numbers! CSCI 2824, Fall 2014!!! Challenge Problem 2 (Mastermind) due Fri. 9/26 Find a fourth guess whose scoring will allow you to determine the secret code (repetitions are

More information

Winter Camp 2011 Polynomials Alexander Remorov. Polynomials. Alexander Remorov alexanderrem@gmail.com

Winter Camp 2011 Polynomials Alexander Remorov. Polynomials. Alexander Remorov alexanderrem@gmail.com Polynomials Alexander Remorov alexanderrem@gmail.com Warm-up Problem 1: Let f(x) be a quadratic polynomial. Prove that there exist quadratic polynomials g(x) and h(x) such that f(x)f(x + 1) = g(h(x)).

More information

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009. Notes on Algebra

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009. Notes on Algebra U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009 Notes on Algebra These notes contain as little theory as possible, and most results are stated without proof. Any introductory

More information

LEARNING OBJECTIVES FOR THIS CHAPTER

LEARNING OBJECTIVES FOR THIS CHAPTER CHAPTER 2 American mathematician Paul Halmos (1916 2006), who in 1942 published the first modern linear algebra book. The title of Halmos s book was the same as the title of this chapter. Finite-Dimensional

More information

Today s Topics. Primes & Greatest Common Divisors

Today s Topics. Primes & Greatest Common Divisors Today s Topics Primes & Greatest Common Divisors Prime representations Important theorems about primality Greatest Common Divisors Least Common Multiples Euclid s algorithm Once and for all, what are prime

More information

1 Homework 1. [p 0 q i+j +... + p i 1 q j+1 ] + [p i q j ] + [p i+1 q j 1 +... + p i+j q 0 ]

1 Homework 1. [p 0 q i+j +... + p i 1 q j+1 ] + [p i q j ] + [p i+1 q j 1 +... + p i+j q 0 ] 1 Homework 1 (1) Prove the ideal (3,x) is a maximal ideal in Z[x]. SOLUTION: Suppose we expand this ideal by including another generator polynomial, P / (3, x). Write P = n + x Q with n an integer not

More information

MATH 289 PROBLEM SET 4: NUMBER THEORY

MATH 289 PROBLEM SET 4: NUMBER THEORY MATH 289 PROBLEM SET 4: NUMBER THEORY 1. The greatest common divisor If d and n are integers, then we say that d divides n if and only if there exists an integer q such that n = qd. Notice that if d divides

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

Matrix Representations of Linear Transformations and Changes of Coordinates Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under

More information

CONTENTS 1. Peter Kahn. Spring 2007

CONTENTS 1. Peter Kahn. Spring 2007 CONTENTS 1 MATH 304: CONSTRUCTING THE REAL NUMBERS Peter Kahn Spring 2007 Contents 2 The Integers 1 2.1 The basic construction.......................... 1 2.2 Adding integers..............................

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

So let us begin our quest to find the holy grail of real analysis.

So let us begin our quest to find the holy grail of real analysis. 1 Section 5.2 The Complete Ordered Field: Purpose of Section We present an axiomatic description of the real numbers as a complete ordered field. The axioms which describe the arithmetic of the real numbers

More information

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given.

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Polynomials (Ch.1) Study Guide by BS, JL, AZ, CC, SH, HL Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Sasha s method

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 Proofs Intuitively, the concept of proof should already be familiar We all like to assert things, and few of us

More information

Lecture 3: Finding integer solutions to systems of linear equations

Lecture 3: Finding integer solutions to systems of linear equations Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture

More information

Elementary Number Theory

Elementary Number Theory Elementary Number Theory A revision by Jim Hefferon, St Michael s College, 2003-Dec of notes by W. Edwin Clark, University of South Florida, 2002-Dec L A TEX source compiled on January 5, 2004 by Jim Hefferon,

More information

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom. Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.com This paper contains a collection of 31 theorems, lemmas,

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

FACTORING POLYNOMIALS IN THE RING OF FORMAL POWER SERIES OVER Z

FACTORING POLYNOMIALS IN THE RING OF FORMAL POWER SERIES OVER Z FACTORING POLYNOMIALS IN THE RING OF FORMAL POWER SERIES OVER Z DANIEL BIRMAJER, JUAN B GIL, AND MICHAEL WEINER Abstract We consider polynomials with integer coefficients and discuss their factorization

More information

RESULTANT AND DISCRIMINANT OF POLYNOMIALS

RESULTANT AND DISCRIMINANT OF POLYNOMIALS RESULTANT AND DISCRIMINANT OF POLYNOMIALS SVANTE JANSON Abstract. This is a collection of classical results about resultants and discriminants for polynomials, compiled mainly for my own use. All results

More information

1 = (a 0 + b 0 α) 2 + + (a m 1 + b m 1 α) 2. for certain elements a 0,..., a m 1, b 0,..., b m 1 of F. Multiplying out, we obtain

1 = (a 0 + b 0 α) 2 + + (a m 1 + b m 1 α) 2. for certain elements a 0,..., a m 1, b 0,..., b m 1 of F. Multiplying out, we obtain Notes on real-closed fields These notes develop the algebraic background needed to understand the model theory of real-closed fields. To understand these notes, a standard graduate course in algebra is

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12 CONTINUED FRACTIONS AND PELL S EQUATION SEUNG HYUN YANG Abstract. In this REU paper, I will use some important characteristics of continued fractions to give the complete set of solutions to Pell s equation.

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

11 Ideals. 11.1 Revisiting Z

11 Ideals. 11.1 Revisiting Z 11 Ideals The presentation here is somewhat different than the text. In particular, the sections do not match up. We have seen issues with the failure of unique factorization already, e.g., Z[ 5] = O Q(

More information

(a) Write each of p and q as a polynomial in x with coefficients in Z[y, z]. deg(p) = 7 deg(q) = 9

(a) Write each of p and q as a polynomial in x with coefficients in Z[y, z]. deg(p) = 7 deg(q) = 9 Homework #01, due 1/20/10 = 9.1.2, 9.1.4, 9.1.6, 9.1.8, 9.2.3 Additional problems for study: 9.1.1, 9.1.3, 9.1.5, 9.1.13, 9.2.1, 9.2.2, 9.2.4, 9.2.5, 9.2.6, 9.3.2, 9.3.3 9.1.1 (This problem was not assigned

More information

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that Instructions. Answer each of the questions on your own paper, and be sure to show your work so that partial credit can be adequately assessed. Credit will not be given for answers (even correct ones) without

More information

Lectures on Number Theory. Lars-Åke Lindahl

Lectures on Number Theory. Lars-Åke Lindahl Lectures on Number Theory Lars-Åke Lindahl 2002 Contents 1 Divisibility 1 2 Prime Numbers 7 3 The Linear Diophantine Equation ax+by=c 12 4 Congruences 15 5 Linear Congruences 19 6 The Chinese Remainder

More information

Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan

Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan 3 Binary Operations We are used to addition and multiplication of real numbers. These operations combine two real numbers

More information

Chapter 20. Vector Spaces and Bases

Chapter 20. Vector Spaces and Bases Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit

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

Math 345-60 Abstract Algebra I Questions for Section 23: Factoring Polynomials over a Field

Math 345-60 Abstract Algebra I Questions for Section 23: Factoring Polynomials over a Field Math 345-60 Abstract Algebra I Questions for Section 23: Factoring Polynomials over a Field 1. Throughout this section, F is a field and F [x] is the ring of polynomials with coefficients in F. We will

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

Math 319 Problem Set #3 Solution 21 February 2002

Math 319 Problem Set #3 Solution 21 February 2002 Math 319 Problem Set #3 Solution 21 February 2002 1. ( 2.1, problem 15) Find integers a 1, a 2, a 3, a 4, a 5 such that every integer x satisfies at least one of the congruences x a 1 (mod 2), x a 2 (mod

More information

1. Prove that the empty set is a subset of every set.

1. Prove that the empty set is a subset of every set. 1. Prove that the empty set is a subset of every set. Basic Topology Written by Men-Gen Tsai email: b89902089@ntu.edu.tw Proof: For any element x of the empty set, x is also an element of every set since

More information

26 Integers: Multiplication, Division, and Order

26 Integers: Multiplication, Division, and Order 26 Integers: Multiplication, Division, and Order Integer multiplication and division are extensions of whole number multiplication and division. In multiplying and dividing integers, the one new issue

More information

V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography

V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography 3 Congruence Congruences are an important and useful tool for the study of divisibility. As we shall see, they are also critical

More information

Chapter 13: Basic ring theory

Chapter 13: Basic ring theory Chapter 3: Basic ring theory Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 42, Spring 24 M. Macauley (Clemson) Chapter 3: Basic ring

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

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

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886)

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886) Chapter 2 Numbers God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886) God created the integers and the rest is the work

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

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

3.6 The Real Zeros of a Polynomial Function

3.6 The Real Zeros of a Polynomial Function SECTION 3.6 The Real Zeros of a Polynomial Function 219 3.6 The Real Zeros of a Polynomial Function PREPARING FOR THIS SECTION Before getting started, review the following: Classification of Numbers (Appendix,

More information

Mathematical Induction

Mathematical Induction Mathematical Induction (Handout March 8, 01) The Principle of Mathematical Induction provides a means to prove infinitely many statements all at once The principle is logical rather than strictly mathematical,

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

Gröbner Bases and their Applications

Gröbner Bases and their Applications Gröbner Bases and their Applications Kaitlyn Moran July 30, 2008 1 Introduction We know from the Hilbert Basis Theorem that any ideal in a polynomial ring over a field is finitely generated [3]. However,

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Solutions of Linear Equations in One Variable

Solutions of Linear Equations in One Variable 2. Solutions of Linear Equations in One Variable 2. OBJECTIVES. Identify a linear equation 2. Combine like terms to solve an equation We begin this chapter by considering one of the most important tools

More information

3 Factorisation into irreducibles

3 Factorisation into irreducibles 3 Factorisation into irreducibles Consider the factorisation of a non-zero, non-invertible integer n as a product of primes: n = p 1 p t. If you insist that primes should be positive then, since n could

More information