Definition For a set F, a polynomial over F with variable x is of the form

Size: px
Start display at page:

Download "Definition For a set F, a polynomial over F with variable x is of the form"

Transcription

1 *7. Polynomials Definition For a set F, a polynomial over F with variable x is of the form a n x n + a n 1 x n 1 + a n 2 x n a 1 x + a 0, where a n, a n 1,..., a 1, a 0 F. The a i, 0 i n are the coefficients of the polynomial. If x n is the largest power of x appearing in the polynomial then n is the degree of the polynomial, a n x n is the leading term and a n is the leading coefficient. The collection of all polynomials with one variable x and with coefficients from F will be denoted by F [x]. (Note the square brackets.) Note that 0 F [x], being x 2 + 0x + 0, but it is not said to have a degree, though some books give it degree 1 or even. Part of the aim of this section is to show how similar are the properties of F [x] and Z. Examples 3x 2 + 5x 1 Z [x], 3 7 x x2 + x Q [x], x 2 π R [x]. We could also look at polynomials in Z m [x] or C [x]. If we can add and multiply numbers in the set F then we can add and multiply the polynomials in F [x]. Examples (i) In Z [x] the sum of 3x 2 + 5x 1 and 5x 3 3x 2 + 2x + 1 is ( 3x 2 + 5x 1 ) + ( 5x 3 3x 2 + 2x + 1 ) = 5x 3 + 7x. (ii) In Z [x] the difference of x and 9x + 7 is ( x ) ( 9x + 7 ) = x 2 9x 6. Notice how subtraction is easier than for integers. For example is complicated by the fact that we can subtract 7 from 1 and put 6 in the units place, we have to instead borrow 10 from the next column. 1

2 (iii) In Z [x] the product of x 2 + 2x + 3 and x is ( x 2 + 2x + 3 ) ( x ) = 3x x 3 + 8x +x 4 + 4x 2 = x 4 + 2x 3 + 7x 2 + 8x + 12 We can do all the above again in more interesting sets. (i) Addition in Z 3 [x]. The sum of 2x 3 + 2x 2 + x + 1 and x 3 + 2x is using 3 0 mod 3 and 4 1 mod 3. 2x 3 + 2x 2 + x ( x 3 + 2x ) = x 2 + x, is (ii) Subtraction in Z 5 [x]. The difference of 4x 3 +3x 2 +x+3 and 2x 3 +3x+4 ( 4x 3 + 3x 2 + x + 3 ) ( 2x 3 + 3x + 4 ) = 2x 3 + 3x 2 + 3x + 4 using 2 3 mod 5 and 1 4 mod 5. (iii) Multiplication in Z 2 [x]. The product of x 3 + x + 1 and x 2 + x + 1 is ( x 3 + x + 1 ) ( x 2 + x + 1 ) = x 5 + x 4 + x 3 using 2 0 mod 2. + x 3 + x 2 + x + x 2 + x + 1 = x 5 + x Note that in Z [x], Q [x], R [x], C [x] or Z p [x], with p prime, we have deg fg = deg f + deg g. This may not hold in Z m [x] with m composite. Example In Z 6 [x] multiply f (x) = 2x and g (x) = 3x to get ( 2x ) ( 3x ) = 6x 6 + 3x 4 + 2x = 3x 4 + 2x Hence, in this example, deg fg < deg f + deg g. 2

3 Subtle point. Recall that two functions f and g are equal on a set X if, and only if, f (x) = g (x) for all x X. Consider f (x) = x 4 + 2x and g (x) = (1 + x) 2 over Z 3. There are only three elements in Z 3 and for these, f (0) = 1 = g (0), f (1) = 1 = g (1), f (2) = 0 = g (2). So as functions over Z 3 these are equal though as polynomials they are different. Question If we can multiply polynomials can we factor them? Assumption α F, α 0, α 1 F. So, from now on F will be one of Q, R, C or Z p, with p prime because, to look at factorization, or dividing, it is best to restrict to sets F in which we can find inverses. (We can talk of dividing in Q, R or C but not in Z p. Instead we have to remember that to divide by something is to multiply by it s inverse.) (Aside: In Z 6 does [3] 6 have an inverse? i.e. does there exist an element with [3] 6 [x] 6 = [1] 6. If there did, we could multiply both sides by [2] 6 to get [6] 6 [x] 6 = [2] 6, i.e. [0] 6 = [2] 6, contradiction. So not every element in Z 6 has an inverse. The same argument works in general for Z m with m composite.) The first step to answering this question about factoring is to look at long division for polynomials. Example In Q [x] divide x 2 x 1 into x 4 + 2x 3 + 3x 2 + 4x + 5. Solution x 2 + 3x + 7 x 2 x 1 ) x 4 + 2x 3 + 3x 2 + 4x + 5 x 4 + x 3 + x 2 3x 3 + 4x 2 + 4x 3x 3 + 3x 2 + 3x 7x 2 + 7x + 5 7x 2 + 7x x + 12 Hence x 4 + 2x 3 + 3x 2 + 4x + 5 = (x 2 + 3x + 7) (x 2 x 1) + (14x + 12). 3

4 Always, always check by multiplying out. You should never end with an incorrect answer. Thus given f and g Q [x] we have found q, r Q [x] such that f = qg+r and deg r < deg g. This is very reminiscent of the division theorem for integers and we have exactly the same result for polynomials. Example In Z 3 [x] divide x 2 + x + 1 into x 4 + x x 2 + 2x + 1 x 2 + x + 1 ) x 4 + x x 4 + x 3 + x 2 2x x 3 + 2x 2 + 2x x 2 + x + 1 x 2 + x (Often using 2 = 1, 1 = 2 modulo 3.) Hence x 4 + x = (x 2 + 2x + 1) (x 2 + x + 1) and so x 2 + x + 1 divides x 4 + x Definition If f, g F [x] we say that g (x) divides f (x), and write g f, if there exists q (x) F [x] such that f (x) = g (x) q (x). We also say that f if a multiple of g. Note that if g f then either g 0 (we say it is identically zero) or deg g deg f. Careful If m, n Z, then m n and n m imply m = ±n. If we then demand that both m and n are positive we get m = n. But if we have polynomials f, g F [x] then f g implies deg f deg g. Similarly, g f implies deg g deg f. Hence deg f = deg g. But f g also means f = gu for some polynomial u. Then deg f = deg g means deg u = 0, and so u is a non-zero constant. Hence f g and g f imply only that f = cg for some constant c. Definition If f F [x] can be factored f (x) = g (x) h (x), with g, h F [x] and 1 deg g, deg h < deg f, then we say f is reducible. If we cannot factor f in this way we say it is irreducible. Compare this to the definition of prime numbers. It can be hard to check if a given polynomial is irreducible. And it can depend on the set F, see below. 4

5 Theorem Division Theorem for Polynomials. Let F be as above. Let f (x), g (x) F [x] with g (x) 0. Then there exist unique polynomials q (x), r (x) F [x] such that f (x) = q (x) g (x) + r (x) and either r (x) 0 or r is non-zero and has a lower degree than g. Proof Not given in course, but see appendix. An important deduction connects the roots of a polynomial with factorization. Corollary Let F be as above. Let p (x) F [x]. Then p (a) = 0 if, and only if, (x a) p (x). Proof ( ) Assume p (a) = 0. Apply the Theorem with f = p and g = x a to find q, r F [x] with p (x) = q (x) (x a) + r (x), and either r 0 or deg r < deg g. If r 0 we are finished. Otherwise deg r < deg g = 1 and so deg r = 0, i.e. r is a constant, c say. Thus p (x) = q (x) (x a) + c. Put x = a to see that c = 0. So again x a divides p (x). ( ) Assume (x a) p (x). But this means p (x) = q (x) (x a) for some q (x) F [x]. Putting x = a and we see that p (a) = 0. Since a polynomial in F [x] of degree n can be the product of at most n linear factors x a, it can have at most n roots in F. But will it have exactly n roots? Example x 2 2 Q [x] yet it has no roots in Q. Its roots are ± 2 R. Further x R [x] but it has no roots in R. Its roots are ±i C. Something different happens for C. Theorem Fundamental Theorem of Algebra. If f C [x] has deg f 1 then f has a root in C. Thus f factorizes completely into n linear factors. Proof Not given in this course. So a polynomial in C [x] of degree n has exactly n roots in C. This means that the only irreducible polynomials in C [x] are the linear polynomials, ax + b. The Corollary can help us factorize polynomials; to find linear factors it suffices to find roots. 5

6 Examples (i) Factorize p (x) = x 4 + x 3 2x 2 6x 4 over R. Solution Look at p (a) for small a. So p (0) = 4, p (1) = 8, p ( 1) = 0. Thus x + 1 divides p (x). x 3 2x 4 x + 1 ) x 4 + x 3 2x 2 6x 4 x 4 + x 3 2x 2 6x 4 2x 2 2x 4x 4 4x 4 0 x 4 + x 3 2x 2 6x 4 = (x + 1) ( x 3 2x 4 ). Writing q (x) = x 3 2x 4 we see that q (2) = 0 so x 2 divides q (x). x 2 + 2x + 2 x 2 ) x 3 2x 4 x 3 2x 2 2x 2 2x 4 2x 2 4x 2x 4 2x 4 0 x 3 2x 4 = (x 2) ( x 2 + 2x + 2 ). Does x 2 +2x+2 factorize over R? Note that x 2 +2x+2 = (x + 1) and so can never be zero for real x. Thus x 2 + 2x + 2 has no linear factors. Hence we finish with x 4 + x 3 2x 2 6x 4 = (x + 1) (x 2) ( x 2 + 2x + 2 ). (ii) Factorize p (x) = x 4 + x 3 2x 2 6x 4 over Z 5. The polynomial is the same as in (ii) so we still have But now, x 4 + x 3 2x 2 6x 4 = (x + 1) (x 2) ( x 2 + 2x + 2 ). x x 2 + 2x + 2 mod

7 Thus modulo 5, x 2 +2x+2 has roots at 1 and 2. So, in Z 5 [x], x 2 +2x+2 = (x 1) (x 2) = (x + 4) (x + 3). (Check this by multiplying out, modulo 5.) Hence, in Z 5 [x], x 4 + x 3 2x 2 6x 4 = (x + 1) (x 2) (x + 4) (x + 3) = (x + 1) (x + 3) 2 (x + 4). Aside So here we have seen that x 2 +2x+2 is irreducible in R [x] yet reducible in Z 5 [x] And of course it is reducible in C [x] : x 2 + 2x + 2 = (x + 1) = (x + 1) 2 i 2 = ((x + 1) + i) ((x + 1) i), difference of squares = (x + 1 i) (x i). (iii) Factorize p (x) = x 4 + x 3 + x 2 + 3x + 4 over Z 5. Solution We need only check x = 0, 1, 2, 3 2 or 4 1 mod 5. In turn, p (0) = 4, p (1) = 0, p (2) = 3 while p ( 2) = 0 and p ( 1) = 2, all calculation modulo 5. Thus x 1 and x + 2 divide p (x). So for some q (x) we have p (x) = (x 1) (x + 2) q (x) = (x 2 + x 2) q (x), i.e. x x 2 + x 2 ) x 4 + x 3 + x 2 + 3x + 4 x 4 + x 3 2x 2 3x 2 + 3x + 4 3x 2 + 3x x 4 + x 3 + x 2 + 3x + 4 = (x 1) (x + 2) ( x ). You should check that x has no zeros. If p (x) has repeated roots then x could have 1 or 2 as zeros, just as p (x) did. But x x mod Hence x 4 + x 3 + x 2 + 3x + 4 = (x 1) (x + 2) ( x ) = (x + 4) (x + 2) ( x ) in Z 5 [x]. 7

8 The division Theorem above is very similar to a result in integers. Other ideas can be generalized to polynomials such as Definition Let F be one of Q, R, C or Z p, with p prime. Let f, g F [x] be polynomials not both identically zero. Then a greatest common divisor is a polynomial d F [x] such that (i) d (x) divides both f (x) and g (x), (ii) if c (x) divides both f (x) and g (x) then c (x) divides d (x). Note that if the gcd exists it is not unique. For if d satisfies (i) and (ii) and λ F is non-zero then λd also satisfies the two properties. For two polynomials f and g write gcd (f, g) to represent any greatest common divisor. A particular gcd is often picked out by taking λ = c 1 where c is the leading coefficient of d. Then c 1 d has leading coefficient 1, and is called a monic polynomial. We need to justify that such a gcd exists. argument as used for the gcd of integers. We do not use the same Theorem Let F be as above. Let f, g F [x] be polynomials not both identically zero. Then the gcd (f, g) exists. Proof Not given in course but see the appendix. In any given problem we construct a gcd using repeated use of the Division Theorem. And if we formalize this method we get Theorem The Euclidean Algorithm for Polynomials. Let F be as above. Let f, g F [x] be polynomials. If g divides f then g is a gcd of f and g. Otherwise apply the Division Theorem to obtain a series of equations f = gq 1 + r 1, 0 < deg r 1 < deg g, g = r 1 q 2 + r 2, 0 < deg r 2 < deg r 1, r 1 = r 2 q 3 + r 3, 0 < deg r 3 < deg r 2,. r j 2 = r j 1 q j + r j, 0 < deg r j < deg r j 1, r j 1 = r j q j+1. Then r j, the last non-zero remainder, is a greatest common divisor of f and g. Further, by working back up this list we can find p (x), q (x) F [x] such that gcd (f (x), g (x)) = p (x) f (x) + q (x) g (x). Proof Left to student. 8

9 Examples (i) Over Q [x] find a greatest common divisor of f (x) = x 5 + 3x 4 + 5x 3 + 5x 2 + 4x + 2 and g (x) = x 4 + 2x 3 + 4x 2 + 4x + 4 and write the answer as a linear combination of f and g. Solution Applying the division algorithm we get x + 1 x 4 + 2x 3 + 4x 2 + 4x + 4 ) x 5 + 3x 4 + 5x 3 + 5x 2 + 4x + 2 x 5 2x 4 4x 3 4x 2 4x x 4 + x 3 + x x 4 2x 3 4x 2 4x 4 x 3 3x 2 4x 2 x + 1 x 3 3x 2 4x 2 ) x 4 + 2x 3 + 4x 2 + 4x + 4 x 4 3x 3 4x 2 2x x 3 + 2x + 4 x 3 + 3x 2 + 4x + 2 3x 2 + 6x x 1 3 3x 2 + 6x + 6 ) x 3 3x 2 4x 2 x 3 + 2x 2 + 2x x 2 2x 2 x 2 + 2x So we have found a zero remainder. The last non-zero remainder can be taken as the greatest common divisor i.e. 3x 2 + 6x + 6. We can work back and write the gcd as a linear multiple of f and g. So r 2 (x) = g (x) ( x + 1) ( x 3 3x 2 4x 2 ) = g (x) ( x + 1) (f (x) (x + 1) g (x)) = (1 + ( x + 1) (x + 1)) g (x) ( x + 1) f (x) = ( 2 x 2) g (x) + (x 1) f (x). Always, always check your answer by multiplying out: ( 2 x 2 ) ( x 4 + 2x 3 + 4x 2 + 4x + 4 ) + (x 1) ( x 5 + 3x 4 + 5x 3 + 5x 2 + 4x + 2 ) = 3x 2 + 6x + 6 9

10 (ii) Over Z 3 [x] find a greatest common divisor of x 3 + 2x 2 + 2x + 1 and x and express your answer as a linear combination of the original polynomials. Solution Firstly Next x = x ( x 3 + 2x 2 + 2x + 1 ) + x 3 + x 2 + 2x + 2 = (x + 1) ( x 3 + 2x 2 + 2x + 1 ) + 2x x 3 + 2x 2 + 2x + 1 = 2x ( 2x ) + 2x = (2x + 1) ( 2x ). So gcd (x 3 + 2x 2 + 2x + 1, x 4 + 2) = 2x And, quite simply, 2x = ( x ) (x + 1) ( x 3 + 2x 2 + 2x + 1 ). 10

11 Appendix 1) Theorem Division Theorem for Polynomials. (H.P p. 264) Let F be as above. Let f (x), g (x) F [x] with g (x) 0. Then there exist unique polynomials q (x), r (x) F [x] such that f (x) = q (x) g (x) + r (x) and either r (x) 0 or r is non-zero and has a lower degree than g. Proof (Existence) If f (x) 0 we can write 0 = 0g (x)+0, so we can assume that f (x) 0. If g f then f (x) = g (x) q (x) for some q (x) and the result follows with r (x) 0. In particular if deg g = 0, i.e. g (x) c a non-zero constant, we can take q (x) = c 1 f (x). Hence we can assume that g f and n = deg g 1. Consider the set S = {f qg : q F [x]}. Because g f this set does not contain 0 so every element in this set has a degree. This set is non-empty, since it contains f 0g. If we look at D, the set of degrees of the polynomials in S, we have a non-empty set of nonnegative integers so, by the well-ordering principle, it contains a minimum element. Choose a q F [x] such that f qg takes this minimum value and set r = f qg. Since g f we have r (x) 0 and so we have to show that deg r < deg g. Assume for the sake of contradiction that deg r deg g. Let m = deg r and write r (x) = a m x m + a m 1 x m a 1 x + a 0, along with g (x) = b n x n + b n 1 x n b 1 x + b 0. So m n, a m 0 and b n 0. Consider the polynomial r (x) a m b 1 n x m n g (x) = (f (x) q (x) g (x)) a m b 1 n x m n g (x) = f (x) ( q + a m b 1 n x m n) g (x) S. It is in S but the degree of this polynomial is m 1, i.e. it is < deg r, contradicting the choice of r as having minimum degree. Hence our assumption is false and deg r < deg g as required. (Uniqueness) Assume for contradiction that, for some f and g, the division is not unique. For this pair we can find distinct divisions f = qg + r and f = q g + r 11

12 with either r 0 or deg r < deg g and either r 0 or deg r < deg g. Then qg + r = q g + r, or r r = (q q) g. Thus g divides r r. This means either r r 0, i.e. r = r, and thus q = q, contradicting the fact that we started with distinct divisions, or deg g deg (r r ) max (deg r, deg r ) < deg g, again a contradiction. unique. Hence our assumption is false and the division is 2) Theorem Let F be as above. Let f, g F [x] be polynomials not both identically zero. Then the gcd (f, g) exists. Proof Let S = {f (x) K (x) + g (x) L (x) : K (x), L (x) Q [x]} {0}. Let D be the set of degrees of polynomials in S. W.l.o.g. assume f is not identically zero and take K 1 and L 0 to see that f = 1 f + 0 g S. Thus S, and and in turn D, are non-empty. D is a set of nonnegative integers so, by the well-ordering principle it has a least element. Take K (x), L (x) F [x] so that d (x) = f (x) K (x) + g (x) L (x) has this minimum degree. We have to show that (i) and (ii) of the definition of gcd both hold for this d (x). (i) Use the division Theorem to write f (x) = q (x) d (x) + r (x) for some q (x), r (x) F [x] with either r 0 or deg r < deg d. Then r (x) = f (x) q (x) d (x) = f (x) q (x) (f (x) F (x) + g (x) L (x)) = f (x) (1 q (x) K (x)) + ( q (x) L (x)) g (x) which is either 0 or in S. If it is not identically zero then we have r (x) S and deg r < deg d, which contradicts the minimality of deg d. Hence r 0 and f (x) = q (x) d (x), i.e. d f. Similarly you can show that d g. (ii) Assume that c (x) divides both f (x) and g (x), so f (x) = c (x) u (x) and g (x) = c (x) v (x) for some u (x), v (x) F [x]. Then d (x) = f (x) K (x) + g (x) L (x) = c (x) u (x) K (x) + c (x) v (x) L (x) = c (x) (u (x) K (x) + v (x) L (x)) and so c (x) divides d (x). 12

13 3) Recall, in Z we chose an m Z, and looked at the congruence classes [a] = {n Z : m (n a)}. We then defined addition and multiplication on the set of classes, Z m. We have seen above many similarities between Z and F [x] where F is one of Q, R, C or Z p, with p prime. So we can try to copy what we did in constructing the congruence classes of Z. Fix a polynomial f (x) F [x] and look at the classes [g (x)] = {h (x) : f (x) (h (x) g (x))}. Then, using the factor notation from the section on relations (since we could define a relation h (x) g (x) if and only if f (x) (h (x) g (x))), we denote the collection of classes by F [x] / (f (x)). We then define addition and multiplication on this set of classes by [g 1 (x)] + [g 2 (x)] = [g 1 (x) + g 2 (x)] and [g 1 (x)] [g 2 (x)] = [g 1 (x) g 2 (x)]. remember, you should check that these are well-defined operations. Example Let f (x) = x R [x]. Given any polynomial p (x) we can use the division theorem to write p (x) = q (x) (x 2 + 1) + r (x) with either r 0 or deg r (x) < deg (x 2 + 2) = 2. Hence [p (x)] = [r (x)] = [a + bx] with a, b R. So all the classes in R [x] / (x 2 + 1) can be labelled simply as [a + bx], a, b R. For addition and multiplication we have [a + bx] + [c + dx] = [(a + c) + (b + d) x] [a + bx] [c + dx] = [ ac + bcx + adx + bdx 2] = [ (ac bd) + (bc + ad) x + db ( x 2 1 )] Note that = [(ac bd) + (bc + ad) x]. (a + bi) (c + di) = (ac bd) + (bc + ad) i. So the map R [x] / (x 2 + 1) C, [a + bx] a+bi is a map that preserves addition and multiplication. Or we can say that R [x] / (x 2 + 1) is a way of constructing the complex numbers from the reals. Example Take x 2 +x+2 Z 3 [x]. Again the classes are of the form [a + bx], a, b Z 3. There are 9 classes, 3 choices for a and 3 for b. They are [0], [1], [2], [x], [1 + x], [2 + x], [2x], [1 + 2x] and [2 + 2x]. 13

14 For the addition and multiplication we can write out the tables table[1].pdf For the multiplication table we need only look at non-zero classes. [1] [2] [x] [1 + x] [2 + x] [2x] [1 + 2x] [2 + 2x] [1] [1] [2] [x] [1 + x] [2 + x] [2x] [1 + 2x] [2 + 2x] [2] [2] [1] [2x] [2 + 2x] [1 + 2x] [x] [2 + x] [1 + x] [x] [x] [2x] [1 + 2x] [1] [1 + x] [2 + x] [2 + 2x] [2] [1 + x] [1 + x] [2 + 2x] [1] [2 + x] [2x] [2] [x] [1 + 2x] [2 + x] [2 + x] [1 + 2x] [1 + x] [2x] [2] [2 + 2x] [1] [x] [2x] [2x] [x] [2 + x] [2] [2 + 2x] [1 + 2x] [1 + x] [1] [1 + 2x] [1 + 2x] [2 + x] [2 + 2x] [x] [1] [1 + x] [2] [2x] [2 + 2x] [2 + 2x] [1 + x] [2] [1 + 2x] [x] [1] [2x] [2 + x] Note that every row (and column) is simply a permutation of the classes, none is missed and none replicated. We see no zero classes, i.e. we have no 14

15 divisors of zero. And all classes have inverses, namely [1] 1 = [1], [2] 1 = [1], [x] 1 = [1 + x], [1 + x] 1 = [x], [2 + x] 1 = [1 + 2x], [2x] 1 = [2 + 2x], [1 + 2x] 1 = [2 + x] and [2 + 2x] 1 = [2x]. Example Student to take x 3 + x + 1 Z 2 [x]. Draw up the tables for (Z 2 [x] / (x 3 + x + 1), +) and (Z 2 [x] / (x 3 + x + 1) \ {[0]}, ). The different classes are [0], [1], [x], [1 + x], [ x 2], [ 1 + x 2], [ x + x 2] and [ 1 + x + x 2]. [1] [x] [1+x] [x 2 ] [1+x 2 ] [x+x 2 ] [1+x+x 2 ] [1] [1] [x] [1+x] [x 2 ] [1+x 2 ] [x+x 2 ] [1+x+x 2 ] [x] [x] [x 2 ] [x+x 2 ] [1+x] [1] [1+x+x 2 ] [1+x 2 ] [1+x] [1+x] [x+x 2 ] [1+x 2 ] [1+x+x 2 ] [x 2 ] [1] [x] [x 2 ] [x 2 ] [1+x] [1+x+x 2 ] [x+x 2 ] [x] [1+x 2 ] [1] [1+x 2 ] [1+x 2 ] [1] [x 2 ] [x] [1+x+x 2 ] [1+x] [x+x 2 ] [x+x 2 ] [x+x 2 ] [1+x+x 2 ] [1] [1+x 2 ] [1+x] [x] [x 2 ] [1+x+x 2 ] [1+x+x 2 ] [1+x 2 ] [x] [1] [x+x 2 ] [x 2 ] [1+x] Note that [x] 2 = [x 2 ], [x] 3 = [1 + x], [x] 4 = [x + x 2 ], [x] 5 = [1 + x + x 2 ], [x] 6 = [1 + x 2 ] and [x] 7 = [1]. 15

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

Applications of Fermat s Little Theorem and Congruences

Applications of Fermat s Little Theorem and Congruences Applications of Fermat s Little Theorem and Congruences Definition: Let m be a positive integer. Then integers a and b are congruent modulo m, denoted by a b mod m, if m (a b). Example: 3 1 mod 2, 6 4

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

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

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

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

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

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

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

= 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

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

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

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

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

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

calculating the result modulo 3, as follows: p(0) = 0 3 + 0 + 1 = 1 0,

calculating the result modulo 3, as follows: p(0) = 0 3 + 0 + 1 = 1 0, Homework #02, due 1/27/10 = 9.4.1, 9.4.2, 9.4.5, 9.4.6, 9.4.7. Additional problems recommended for study: (9.4.3), 9.4.4, 9.4.9, 9.4.11, 9.4.13, (9.4.14), 9.4.17 9.4.1 Determine whether the following polynomials

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

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

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

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

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

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

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

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

3 1. Note that all cubes solve it; therefore, there are no more

3 1. Note that all cubes solve it; therefore, there are no more Math 13 Problem set 5 Artin 11.4.7 Factor the following polynomials into irreducible factors in Q[x]: (a) x 3 3x (b) x 3 3x + (c) x 9 6x 6 + 9x 3 3 Solution: The first two polynomials are cubics, so if

More information

On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples

On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples Brian Hilley Boston College MT695 Honors Seminar March 3, 2006 1 Introduction 1.1 Mazur s Theorem Let C be a

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

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

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

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

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

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

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same

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

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

THE FUNDAMENTAL THEOREM OF ALGEBRA VIA PROPER MAPS

THE FUNDAMENTAL THEOREM OF ALGEBRA VIA PROPER MAPS THE FUNDAMENTAL THEOREM OF ALGEBRA VIA PROPER MAPS KEITH CONRAD 1. Introduction The Fundamental Theorem of Algebra says every nonconstant polynomial with complex coefficients can be factored into linear

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

Chapter 11 Number Theory

Chapter 11 Number Theory Chapter 11 Number Theory Number theory is one of the oldest branches of mathematics. For many years people who studied number theory delighted in its pure nature because there were few practical applications

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

Introduction to Finite Fields (cont.)

Introduction to Finite Fields (cont.) Chapter 6 Introduction to Finite Fields (cont.) 6.1 Recall Theorem. Z m is a field m is a prime number. Theorem (Subfield Isomorphic to Z p ). Every finite field has the order of a power of a prime number

More information

Computing exponents modulo a number: Repeated squaring

Computing exponents modulo a number: Repeated squaring Computing exponents modulo a number: Repeated squaring How do you compute (1415) 13 mod 2537 = 2182 using just a calculator? Or how do you check that 2 340 mod 341 = 1? You can do this using the method

More information

Chapter 3. if 2 a i then location: = i. Page 40

Chapter 3. if 2 a i then location: = i. Page 40 Chapter 3 1. Describe an algorithm that takes a list of n integers a 1,a 2,,a n and finds the number of integers each greater than five in the list. Ans: procedure greaterthanfive(a 1,,a n : integers)

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

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

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

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

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

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

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

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

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

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

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

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

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

0.4 FACTORING POLYNOMIALS

0.4 FACTORING POLYNOMIALS 36_.qxd /3/5 :9 AM Page -9 SECTION. Factoring Polynomials -9. FACTORING POLYNOMIALS Use special products and factorization techniques to factor polynomials. Find the domains of radical expressions. Use

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

Factorization Algorithms for Polynomials over Finite Fields

Factorization Algorithms for Polynomials over Finite Fields Degree Project Factorization Algorithms for Polynomials over Finite Fields Sajid Hanif, Muhammad Imran 2011-05-03 Subject: Mathematics Level: Master Course code: 4MA11E Abstract Integer factorization is

More information

Determinants can be used to solve a linear system of equations using Cramer s Rule.

Determinants can be used to solve a linear system of equations using Cramer s Rule. 2.6.2 Cramer s Rule Determinants can be used to solve a linear system of equations using Cramer s Rule. Cramer s Rule for Two Equations in Two Variables Given the system This system has the unique solution

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

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

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

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

Factoring Quadratic Expressions

Factoring Quadratic Expressions Factoring the trinomial ax 2 + bx + c when a = 1 A trinomial in the form x 2 + bx + c can be factored to equal (x + m)(x + n) when the product of m x n equals c and the sum of m + n equals b. (Note: the

More information

Pigeonhole Principle Solutions

Pigeonhole Principle Solutions Pigeonhole Principle Solutions 1. Show that if we take n + 1 numbers from the set {1, 2,..., 2n}, then some pair of numbers will have no factors in common. Solution: Note that consecutive numbers (such

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

Factoring Polynomials

Factoring Polynomials Factoring Polynomials Factoring Factoring is the process of writing a polynomial as the product of two or more polynomials. The factors of 6x 2 x 2 are 2x + 1 and 3x 2. In this section, we will be factoring

More information

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

Chapter R.4 Factoring Polynomials

Chapter R.4 Factoring Polynomials Chapter R.4 Factoring Polynomials Introduction to Factoring To factor an expression means to write the expression as a product of two or more factors. Sample Problem: Factor each expression. a. 15 b. x

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

H/wk 13, Solutions to selected problems

H/wk 13, Solutions to selected problems H/wk 13, Solutions to selected problems Ch. 4.1, Problem 5 (a) Find the number of roots of x x in Z 4, Z Z, any integral domain, Z 6. (b) Find a commutative ring in which x x has infinitely many roots.

More information

Factoring Guidelines. Greatest Common Factor Two Terms Three Terms Four Terms. 2008 Shirley Radai

Factoring Guidelines. Greatest Common Factor Two Terms Three Terms Four Terms. 2008 Shirley Radai Factoring Guidelines Greatest Common Factor Two Terms Three Terms Four Terms 008 Shirley Radai Greatest Common Factor 008 Shirley Radai Factoring by Finding the Greatest Common Factor Always check for

More information

4.1. COMPLEX NUMBERS

4.1. COMPLEX NUMBERS 4.1. COMPLEX NUMBERS What You Should Learn Use the imaginary unit i to write complex numbers. Add, subtract, and multiply complex numbers. Use complex conjugates to write the quotient of two complex numbers

More information

Solution to Homework 2

Solution to Homework 2 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section 1.4 1. Compute the following, if

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

3 Some Integer Functions

3 Some Integer Functions 3 Some Integer Functions A Pair of Fundamental Integer Functions The integer function that is the heart of this section is the modulo function. However, before getting to it, let us look at some very simple

More information

COLLEGE ALGEBRA 10 TH EDITION LIAL HORNSBY SCHNEIDER 1.1-1

COLLEGE ALGEBRA 10 TH EDITION LIAL HORNSBY SCHNEIDER 1.1-1 10 TH EDITION COLLEGE ALGEBRA LIAL HORNSBY SCHNEIDER 1.1-1 1.1 Linear Equations Basic Terminology of Equations Solving Linear Equations Identities 1.1-2 Equations An equation is a statement that two expressions

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

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

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

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

Integer roots of quadratic and cubic polynomials with integer coefficients

Integer roots of quadratic and cubic polynomials with integer coefficients Integer roots of quadratic and cubic polynomials with integer coefficients Konstantine Zelator Mathematics, Computer Science and Statistics 212 Ben Franklin Hall Bloomsburg University 400 East Second Street

More information

Lecture 13 - Basic Number Theory.

Lecture 13 - Basic Number Theory. Lecture 13 - Basic Number Theory. Boaz Barak March 22, 2010 Divisibility and primes Unless mentioned otherwise throughout this lecture all numbers are non-negative integers. We say that A divides B, denoted

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

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

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

MOP 2007 Black Group Integer Polynomials Yufei Zhao. Integer Polynomials. June 29, 2007 Yufei Zhao yufeiz@mit.edu

MOP 2007 Black Group Integer Polynomials Yufei Zhao. Integer Polynomials. June 29, 2007 Yufei Zhao yufeiz@mit.edu Integer Polynomials June 9, 007 Yufei Zhao yufeiz@mit.edu We will use Z[x] to denote the ring of polynomials with integer coefficients. We begin by summarizing some of the common approaches used in dealing

More information

6.2 Permutations continued

6.2 Permutations continued 6.2 Permutations continued Theorem A permutation on a finite set A is either a cycle or can be expressed as a product (composition of disjoint cycles. Proof is by (strong induction on the number, r, of

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

More information

Lecture Notes on Polynomials

Lecture Notes on Polynomials Lecture Notes on Polynomials Arne Jensen Department of Mathematical Sciences Aalborg University c 008 Introduction These lecture notes give a very short introduction to polynomials with real and complex

More information

March 29, 2011. 171S4.4 Theorems about Zeros of Polynomial Functions

March 29, 2011. 171S4.4 Theorems about Zeros of Polynomial Functions MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 4: Polynomial and Rational Functions 4.1 Polynomial Functions and Models 4.2 Graphing Polynomial Functions 4.3 Polynomial

More information

Notes on Determinant

Notes on Determinant ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without

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

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

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

expression is written horizontally. The Last terms ((2)( 4)) because they are the last terms of the two polynomials. This is called the FOIL method.

expression is written horizontally. The Last terms ((2)( 4)) because they are the last terms of the two polynomials. This is called the FOIL method. A polynomial of degree n (in one variable, with real coefficients) is an expression of the form: a n x n + a n 1 x n 1 + a n 2 x n 2 + + a 2 x 2 + a 1 x + a 0 where a n, a n 1, a n 2, a 2, a 1, a 0 are

More information

Number Theory Hungarian Style. Cameron Byerley s interpretation of Csaba Szabó s lectures

Number Theory Hungarian Style. Cameron Byerley s interpretation of Csaba Szabó s lectures Number Theory Hungarian Style Cameron Byerley s interpretation of Csaba Szabó s lectures August 20, 2005 2 0.1 introduction Number theory is a beautiful subject and even cooler when you learn about it

More information

Partial Fractions. (x 1)(x 2 + 1)

Partial Fractions. (x 1)(x 2 + 1) Partial Fractions Adding rational functions involves finding a common denominator, rewriting each fraction so that it has that denominator, then adding. For example, 3x x 1 3x(x 1) (x + 1)(x 1) + 1(x +

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