Deducing Polynomial Division Algorithms using a Groebner Basis

Size: px
Start display at page:

Download "Deducing Polynomial Division Algorithms using a Groebner Basis"

Transcription

1 Deducing Polynomial Division Algorithms using a Groebner Basis In the previous Chapter I discussed a method of finding the real root of an associated cubic polynomial using a modular function, the eta function. In this Chapter I will find the form of higher order polynomials with integer coefficients which are divisible by a given irreducible cubic polynomial of a general form Ax 3 +Bx 2 +Cx+D where A, B, C, D are integers. The problem is expressible in the following form: Find the integer coefficients a, b, c, d,.. and n for which the polynomial F(x) = ax n + bx (n-1) +c x (n-2) + dx ( n-3) +. constant is divisible by G= Ax 3 +Bx 2 +Cx+D. Consequently, x is any of the real or complex roots of G such that G(x) = F(x) = 0. Also, the coefficients a, b, c, d,.. are integers derived from the integer sequence associated with the cubic polynomial G. The polynomial G will be any of the 16 irreducible polynomials of class number 3 mentioned in the previous chapter. This definition of the problem puts several constraints on the form of the polynomial F{x) and discards general polynomials H(x) with G(x)*H(x) = F(x). The problem will be solved with the aid of a computerized algebra system available with Mathematica. Given a set of initial conditions on the polynomial G, an algorithm called the Groebner Basis will be used to derive equivalent conditions that simplify the derivation of the polynomial F(x). The process is equivalent to that of solving a system of simultaneous polynomials but relies on the systematic elimination of variables using a division algorithm to remove remainders. The Groebner Basis can be applied to solve several types of problems in algebraic geometry, analytical geometry, geometric proofs, sudoku puzzles, and robotics. I will not attempt to further describe this algorithm since it is beyond the scope of this chapter. A good introduction can be found in Cox [1]. The above problem has been demonstrated for the associated Perrin polynomial x 3 -x-1. [See R. Witula and S. Gorczyca s entry in OEIS A001608]. From their analysis it is unclear whether the higher order polynomials can be determined for other cubic equations G, having general coefficients A, B, C, and D. I will show that the method is general for any irreducible equation G. First we find the set of polynomial ideals {f 1, f 2,f 3, f n} which best describes the problem. This is done by describing the equation which is to be eventually represented as F(x), followed by setting constraints on the function G(x). Next, we need to identify the variables necessary to solve the problem. Let x, y, and z be variables in a complex field. We know that if x, y, and z are the three roots of a polynomial G(x) then for any G(x), the infinite integer sequence a(n), a(n+1), a(n+2).. a(n+i) can be determined by powers of x, y, and z, by definition: [1] a(n) = (x n + y n +z n ) 1 This is a simple definition of the problem with a(n) raised to the 1 st power. To make it more interesting we need to raise a(n) to various powers. The function F(x) will be derived for powers of 2, 3 and 4. At powers >4 the algebra becomes complicated but the general method of derivation can be used for any power. Starting with the second power the first ideal is: [2] f 1 = (x n + y n +z n ) 2 a(n) 2

2 Where x, y and z and f lie in a ring of complex space C 3 and a(n) an integer. Since there will be powers of x 2, y 2 and z 2 in the expansion of f 1, we define; [3] f 2= (x 2n + y 2n +z 2n ) a(2n) Next the form of G(x) is considered. For the monic cubic polynomial x 3 +Bx 2 +Cx+D it is known that the coefficients are expressed in terms of the roots x, y, and z. [4 a,b,c] B = x + y + z C = xy+xz +yz D = -xyz Using the cubic polynomial for the Perrin sequence we know that B = 0, C = -1 and D = -1. Define the three ideas as; [5a,b,c] f 3 = xyz - 1 f 4 = xy + xz + yz - 1 f 5 = x +y + z The last ideal defines an algebraic relation between a(n) and powers of x, y and z. It can be shown from equation [1]; [6] a(n)*x n x 2n = x n *y n + x n *z n The associated ideal is: [7] f 6 = a(n)*x n x 2n x n *y n x n *z n We have found the ideal of the polynomials defined by I = {f 1, f 2, f 3, f 4, f 5, f 6} in C[x,y,z]. We now want to calculate the solution set {a(n), a(2n), x, y, z} for which f i[a(n), a(2n), x, y, z] = 0, i = For this solution set we can use the Groebner basis of the ideal I. The calculated basis depends on the ordering of the solution set and it turns out that the most practical ordering is {x, a(n), y, z, a(2n)}. The reason for this is obvious when the calculations are completed since for other orderings the resulting basis is just a copy of the input ideal. Let g i [x,a(n), y, z, a(2n)] be the output basis from Mathematica. The results show: [8a, b, c, d, e,f] g 1 = (x 2n + y 2n +z 2n ) a(2n) = 0 g 2 = z 3 z -1 = 0 g 3 = z 2 + yz + y 2 1 = 0 g 4 = a(n)*x n x 2n x n *y n x n *z n = 0 g 5 = a(n) 2 x 2n -2x n y n y 2n 2x n z n 2y n z n -z 2n = 0 g 6 = x + y + z = 0 Although this basis does not give the final result directly, there is enough information to derive the functions F(x) and G(x). The first basis g 1 is a re-iteration of the ideal. This equation will be important to the final results. The basis g 2 shows that z is also a solution to the problem and defines on of the cubic polynomials that divides F[z]. The basis g 3 is used to calculate y from the known value of z. It also may be used to find x since multiplying g 3 by x and applying the equations [5a] and [1] results in the equation G[x] = x 3 -x-1 = 0. Using g 6 the values of all variables x, y, and z can be determined.

3 We can find F[x] by substituting g 4 into g 5 and use g 1: a(n) 2 - (x 2n + y 2n +z 2n ) 2(x n *y n + x n *z n ) -2(y n *z n ) a(n) 2 a(2n) 2x 2n 2/x n [(a(n) 2 a(2n))/2]* x n a(n) x 2n + x 3n 1 and rearranging, [9] F[x] = a(n) x 2n + [(a(2n) a(n) 2 )/2]*x n +1 - x 3n Note that the polynomial F[x] is also true if the complex solutions y or z are substituted for x. This can be proven due to the symmetric nature of the original definition for equation [2]. Equation [9] is also true for any value of n and since we know that the a(n) are integers of the Perrin sequence all coefficients are real numbers. It remains to show that a(2n) a(n) 2 is even and the coefficients are integers. If equations [2] and [3] are expanded for a(n) 2 - a(2n) the result is: [10] a(n) 2 - a(2n) = 2x n y n + 2x n z n + 2y n z n = 2(x n y n + x n z n + y n z n ) It only remains to show that the value in parenthesis is an integer. Using [5a] [11] 2(x n y n + x n z n + y n z n ) = 2(1/z n + 1/y n + 1/x n ) It was shown in Chapter 1 that the value in parenthesis is defined as the inverted Perrin sequence and is a positive or negative integer. For any n the expression in [11] is even proving that the coefficients in [9] are always integers. In equation [9] the term, x 3n, can be replaced with (1+x) n since G[x] = 0. [12] F[x] = a(n) x 2n + [(a(2n) a(n) 2 )/2]*x n +1 (1+x) n This term is the binomial expansion of the polynomial (1+x) n. For any value of n the coefficients are integers based on Pascal s triangle. Since the final term of the binomial expansion is 1, F[x] is a product of monomial terms in x with the leading coefficient in x n as (a(2n) a(n) 2-2)/2 and lower monomial coefficients following Pascal s triangle for n. It can be shown by using [1] that the sum of the quotients is an integer constant dependent on n: [13] F[x]/G[x] + F[y]/G[y] + F[z]/G[z] = integer[n] However, the sum of the function F over all roots is a constant dependent only on the sequence. For the Perrin sequence and sequences Discriminant=31,59 and 83* for any value of n: [13a,b] F[x] + F[y] + F[z] = 3 a(n) 3 /2 + a(3n)- 3*a(n)*a(2n)/2 3 = 0 For all cubic Class 3 sequences: a(n) 3 +2*a(3n)-3*a(n)*a(2n)-6*D n = 0 (See Below)

4 Example- Using Groebner Basis to solve for the Coefficients To show how the Groebner basis eliminates variables and finds a solution to this problem, equation [12] is generalized and solved for a given value of n. Let n= 6, then the system of equations to solve are; [14a,b] a x 12 + bx 6 +1 (1+x) 6 = 0 x 3 (x + 1) = 0 where a, b are the coefficients to be found. Using these equations as the ideal {f 1, f 2} and a single variable x, Mathematica gives the following basis: [15] g 1 = a 11a 2 + a 3 +62b 2a 2 b -31b 2 + 5ab 2 +b 3 g 2 = a +2a 2-39b + 7ab + b x 50ax + 5a 2 x g 3 = 9 a - 2b + 8x - 2ax + bx g 4 = -7 + a + b - 10x + 2ax - 5x 2 + ax 2 g 5 = -1 x - x 3 Notice that the Groebner basis in this case results in what appears to be a more complicated solution to the problem. However, the first basis has eliminated x from the problem. The original problem solves for the three variables {x, a, b} where only two equations are given. The basis contains five equations leading to a solution. The second and third basis are a function of x, a, and b. If we use the system {g 1=0, g 2=0, g 3=0} as the equations to solve for a, b, and x with Mathematica, the variable results a = 5 and b = 2 are obtained and x is approximated. If g 5 is used to find x then a and b are again correctly numerically obtained. Fortunately, we have previously shown that a and b are integers using [12] with a = a(6) = 5 and b = (a(12) a(6) 2 )/2 = 2 and do not require a further solution. Using the function PolynomialReduce the quotient of F[x]/G[x] is found for [14a]; [16] [5 x x 6 +1 (1+x) 6 ]/ [x 3 (x + 1)] = 6x + 9x x x 4 + 5x 5 + 5x 6 +5x 7 + 5x 9 As expected, the quotient is exact and the remainder is zero. Applying equation [13] the sum of the real and complex quotients is the integer 216. This sequence of sums for n = 3 to 8 is 9,20,95,216,567,1792. Application of equation [12] to additional irreducible polynomials G[x]. We investigate the application of the Groebner division algorithm to other polynomials G[x]. Proceeding as in the example above, let G[x] = x 3-2x 2-2x-1 which is the irreducible polynomial with discriminant = 83. Choosing n= 7 let the system of equations to be solved be as follows; [17a,b] a x 14 + bx 7 +1 (2x 2 +2x+1) 7 = 0 x 3 (2x 2 +2x+1) = 0 where the binomial term is chosen to match the terms I the cubic polynomial. Applying the Groebner basis algorithm to solve this system we get: [18] g 1 = a 1010a 2 + a b 58a 2 b b ab 2 + b 3

5 g 2 = a +7248a b ab -136b x ax a 2 x g 3 = a - 385b x + 15ax + 136bx g 4 = a + b x + 113ax x ax 2 g 5 = -1 2x - 2x 2 - x 3 Solving for x with basis g 5 and using {g 1=0, g 2=0} to solve for a and b, a = 1458 and b = 58. If the integer sequence for G[x] is generated from powers of the real and complex solutions as in {1], a[7] = 1458 and a[14] = Inserting into b = (a(14) a(7) 2 )/2 = 58, suggesting equation [12] can modified as in [17a] to be divisible by G[x]. A surprising benefit of the Groebner basis is that the solution to the problem is given in the first basis g 1. A glance at the terms a 2 b and ab 2 shows that the values of a and b are already calculated e.g. (58)a 2 b and 1458ab 2! Note: a(2n) = coefficient of a 2 b coefficient of b 2 term. Also notice that the correct answer is obtain despite the incorrect ideal given in [5b and 5c]. For this G[x] the correct ideals are: [19a,b,c] f 3 = xyz - 1 f 4 = xy + xz + yz + 2 f 5 = x +y + z - 2 However, in the rearrangement of the equations leading to [12] these terms cancel. Also, not shown is the value of A in G[x] = Ax 3 +Bx 2 +Cx+D since we assume it is always equal to 1. In the next example, it will be shown that only the value of D different than (-1) will require the following correction to [12]; [20] F[x] = a(n) x 2n + [(a(2n) a(n) 2 )/2]*x n + D n (1+x) n Let G[x] = x 3-5x 2 + x 2 (discriminant= 907). For n = 4 the first term of the Groebner basis g 1 is, [21] g 1 = a a a b + 177a 2 b b ab 2 + b 3 Reading off terms for a 2 b, ab 2, and a 3 and calculating the quotient F[x]/G[x] it can be shown that: [22] [567 x 8-177x (5x 2 - x +2) 4 ]/ [x 3 (5x 2 - x +2)] = -16x + 84x x x 4-58x 5 In the above sections we have found using a computerized algebra algorithm the integer coefficients a, b and n for which the polynomial F(x) = a x 2n + bx n + D n (Bx 2 -Cx-D) n is divisible by G(x) = x 3 +Bx 2 +Cx+D. Consequently, x is any of the real or complex roots of G such that G(x) = F(x) = 0. Also, the coefficients a, b are integers derived from the integer sequence associated with the cubic polynomial G. Solving F[x] for higher powers of a(n) In this section, we find the form of the polynomials F[x] derived from higher powers of a(n) p, where p = 3 and 4. Knowing that the constant term D influences the form of F[x] that is divisible by x 3 +Bx 2 +Cx+D the Groebner basis for higher powers of a(n) are solved using, respectively for p = 3 and 4; [23] f 13 = (x n + y n +z n ) 3 a(n) 3 [24] f 14 = (x n + y n +z n ) 4 a(n) 4 With the condition

6 [25] f 3 = D n x n y n z n The resulting basis elements g i similar to those found in equations [8 a,b,c,d,e,f] are rearranged as in the example above. For f 13, F[x] is a function of {x,a(n),a(2n),a(3n)} and for F 14, F[x] is a function of {x, a(n),a(2n),a(3n),a(4n)} where; [26 a,b] (x 3n + y 3n +z 3n ) = a(3n) (x 4n + y 4n +z 4n ) = a(4n) The resulting equations are respectively, [27] F[x] = 2x 4n a(n)x 3n a(2n)x 2n + ((a(n) 3 -a(3n)-3d n )/3)x n a(n) D n [28] F[x] = -3D 2n 2a(2n)D n x n + ((a(n) 4 a(4n) 12a(n)D n )/2)x 2n +2x 3n (D n -a(3n)) 3a(2n)x 4n -2a(n)x 5n + 7x 6n As a test to the accuracy of these equations let G(x) = x 3-5x 2 +x-2 and apply with n = 5 the following constants from the corresponding integer sequence. [29 a,b,c,d] a(5) = 2765 a(10) = a(15) = a(20) = Using PolynomialReduce the following quotients are obtained for p = 3 and p = 4 with no remainder. F[x]/G[x] = x 99540x x x x x x x x x x x x x x x x 17 F[x]/G[x] = x 3456x x x x x x x x x x x x x x x x x x x x x x x x x x 27 Generating New Recurrence Relationships Equations [20], [27] and [28] can be summed as in equation [13a] resulting in the following recurrence relations for powers of 2, 3 and 4, respectively: [30] a(n) 3 +2*a(3n)-3*a(n)*a(2n)-6*D n = 0 [31] a(n) 4 + 6*a(4n) 4*a(3n)*a(n) 3*a(2n)^2 12*a(n)*D n = 0 [32] 14*a(6n) 4*a(n)*a(5n) -6*a(2n)*a(4n) + 4*a(3n)*(D n a(3n)) +a(n) 4 *a(2n) a(4n)*a(2n) -16*a(n)*a(2n)*D n 18*D 2n = 0

7 These equations assume an integer sequence generated from any cubic equation G(x) = x 3 +Bx 2 +Cx-D where B and C are positive or negative integers and D is assumed a positive integer with the form of G(x) given above. The sign before the D n and D 2n terms are modified if D is negative. These equations are universal for any value of n. Note that for the Perrin sequence D =1, B = 0 and C = -1. The Groebner basis can be used to generate new recurrence relationships between the various sequence integer coefficients for any value of n and any equation of form G(x). Using equations [30] and [31] as ideals in the Mathematica Groebner Basis command, the following relationships are quickly generated where D = D1, a(n) = a1, a(2n) = a2, a(3n) = a3, a(4n) = a4, a(5n) = a5, a(6n) = a6: [33] a2 6 4a2 3 a3 2 4a a2a3 2 a4 3a2 2 a4 2 2a4 3 12a2 3 D1 2n + 24a3 2 D1 2n 12a2a4D1 2n + 32a3D1 3n + 12D1 4n = 0 [34] a2 5 a a2 2 a a1a3 6 a2 3 a3 3 a4 8a3 5 a4 a2 4 a3a a2a3 3 a4 2 + a2 2 a3a4 3 4a1a3 2 a a3a4 4 + a2 5 a3 2 D1 n 6a2 2 a3 4 D1 n a2 3 a3 2 a4d1 n + 12a3 4 a4d1 n 6a2a3 2 a4 2 D1 n + a2 5 a3d1 2n + 12a2 2 a3 3 D1 2n 12a1a3 4 D1 2n + a2 3 a3a4d1 2n + 24a3 3 a4d1 2n + 6a2a3a4 2 D1 2n a2 5 D1 3n 4a2 2 a3 2 D1 3n + a2 3 a4d1 3n 16a3 2 a4d1 3n + 2a2a4 2 D1 3n 14a2 2 a3d1 4n + 12a1a3 2 D1 4n 16a3a4D1 4n + 10a2 2 D1 5n + 4a4D1 5n 4a1D1 6n = 0 [35] a2 5 a a2 2 a a1a3 5 a2 3 a3 2 a4 8a3 4 a4 a2 4 a a2a3 2 a4 2 + a2 2 a4 3 4a1a3a a4 4 + a2 5 a3d1 n 6a2 2 a3 3 D1 n a2 3 a3a4d1 n + 12a3 3 a4d1 n 6a2a3a4 2 D1 n + a2 5 D1 2n + 12a2 2 a3 2 D1 2n 12a1a3 3 D1 2n + a2 3 a4d1 2n + 24a3 2 a4d1 2n + 6a2a4 2 D1 2n 6a2 2 a3d1 3n 4a1a3 2 D1 3n + 4a1a2a4D1 3n 12a3a4D1 3n 10a2 2 D1 4n + 8a1a3D1 4n 16a4D1 4n + 4a1D1 5n = 0 [36] a2 5 2a2 2 a3 2 4a1a3 3 a2 3 a4 + 4a1a2a3a4 + 4a3 2 a4 2a2a a2 2 a3d1 n 4a1a3 2 D1 n 10a2 2 D1 2n + 4a1a3D1 2n 4a4D1 2n + 4a1D1 3n = 0 [37] 2a2 3 a a1a2a3 3 4a3 4 a2 4 a4 + 4a2a3 2 a4 + a2 2 a4 2 4a1a3a a4 3 4a1a2a3 2 D1 n + 8a3 3 D1 n 4a2a3a4D1 n + 2a2 3 D1 2n 4a1a2a3D1 2n + 16a3 2 D1 2n + 8a2a4D1 2n + 4a1a2D1 3n 8a3D1 3n 12D1 4n = 0 [38] a2 3 a3 2a1a2a a3 3 + a1a2 2 a4 3a2a3a4 + a1a4 2 + a2 3 D1 n 2a3 2 D1 n + a2a4d1 n + 2a1a2D1 2n 10a3D1 2n 6D1 3n = 0 [39] a a1a2 2 a3 2a2a3 2 + a2 2 a4 2a1a3a4 + 2a4 2 2a1a2 2 D1 n + 4a2a3D1 n 2a1a4D1 n + 6a2D1 2n = 0 [40] a1a2 3 2a2 2 a3 2a1a3 2 + a1a2a4 + 2a3a4 + 2a2 2 D1 n 4a1a3D1 n + 2a4D1 n 2a1D1 2n = 0 [41] a2 3 2a1a2a3 + 2a3 2 + a1 2 a4 2a2a4 + 2a1a2D1 n 4a3D1 n 6D1 2n = 0 [42] a1a2 2 + a1 2 a3 + a2a3 a1a4 + a1 2 D1 n 3a2D1 n = 0 [43] a1 2 a2 a2 2 2a1a3 + 2a4 2a1D1 n = 0 Using equations [31] and [32] for the ideals the following are obtained:

8 [44] 3a1 3 a2 3 4a1 3 a a3 3 13a1 3 a2a4 + 28a2a3a4 12a2 2 a5 + 24a4a5 + 14a1 3 a6 56a3a6 48a2 3 D1 n + 4a1 3 a3d1 n + 32a3 2 D1 n + 180a2a4D1 n 168a6D1 n 18a1 3 D1 2n + 24a3D1 2n + 216D1 3n = 0 [45] 36a1 2 a a2 6 72a2 3 a3 2 64a1 3 a a a1 2 a2 3 a4 234a2 4 a4 208a1 2 a3 2 a a2a3 2 a4 676a1 2 a2a a2 2 a a1 3 a2 2 a5 72a1a2 3 a5 192a2 2 a3a5 + 96a1a3 2 a5 208a1 3 a4a a1a2a4a a3a4a5 + 48a1 2 a a1 2 a2 2 a a2 3 a a1 3 a3a6 1232a3 2 a a1 2 a4a6 1092a2a4a6 336a1a5a a6 2 36a1a2 4 D1 n 732a2 3 a3d1 n + 128a1 3 a3 2 D1 n + 208a3 3 D1 n + 156a1a2 2 a4d1 n + 208a1 2 a3a4d1 n a2a3a4D1 n + 48a1 2 a2a5d1 n + 192a2 2 a5d1 n 48a1a3a5D1 n 384a4a5D1 n 224a1 3 a6d1 n 168a1a2a6D1 n 1624a3a6D1 n + 216a1 2 a2 2 D1 2n + 444a2 3 D1 2n 352a1 3 a3d1 2n + 304a3 2 D1 2n 936a1 2 a4d1 2n 1476a2a4D1 2n + 432a1a5D1 2n a6D1 2n + 288a1 3 D1 3n + 216a1a2D1 3n a3D1 3n 2484D1 4n = 0 The remaining recurrence relations had over 200 terms! These equations [30] to [45] were tested with the cubic equation G(x) = x 3-4x 2 + 2x - 3, discriminant = 547 for n = 5, confirming the relations. 1. Cox, D., Little, J., and O Shea, D., Ideals, Varieties, and Algorithms. An Introduction to Computational Algebraic Geometry and Commutative Algebra, 3 rd Ed. Springer Science + Business Media, LCC (2007). Richard Turk April 15, 2017

Polynomials. Chapter 4

Polynomials. Chapter 4 Chapter 4 Polynomials In this Chapter we shall see that everything we did with integers in the last Chapter we can also do with polynomials. Fix a field F (e.g. F = Q, R, C or Z/(p) for a prime p). Notation

More information

Practice problems for first midterm, Spring 98

Practice problems for first midterm, Spring 98 Practice problems for first midterm, Spring 98 midterm to be held Wednesday, February 25, 1998, in class Dave Bayer, Modern Algebra All rings are assumed to be commutative with identity, as in our text.

More information

Algebra Review. Terrametra Resources. Lynn Patten

Algebra Review. Terrametra Resources. Lynn Patten Terrametra Resources Lynn Patten ALGEBRAIC EXPRESSION A combination of ordinary numbers, letter symbols, variables, grouping symbols and operation symbols. Numbers remain fixed in value and are referred

More information

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example:

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example: Polynomials Monomials: 10, 5x, 3x 2, x 3, 4x 2 y 6, or 5xyz 2. A monomial is a product of quantities some of which are unknown. Polynomials: 10 + 5x 3x 2 + x 3, or 4x 2 y 6 + 5xyz 2. A polynomial is a

More information

CHAPTER 1 POLYNOMIALS

CHAPTER 1 POLYNOMIALS 1 CHAPTER 1 POLYNOMIALS 1.1 Removing Nested Symbols of Grouping Simplify. 1. 4x + 3( x ) + 4( x + 1). ( ) 3x + 4 5 x 3 + x 3. 3 5( y 4) + 6 y ( y + 3) 4. 3 n ( n + 5) 4 ( n + 8) 5. ( x + 5) x + 3( x 6)

More information

Functions and Equations

Functions and Equations Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario Euclid eworkshop # Functions and Equations c 006 CANADIAN

More information

Core Mathematics 2 Algebra

Core Mathematics 2 Algebra Core Mathematics 2 Algebra Edited by: K V Kumaran Email: kvkumaran@gmail.com Core Mathematics 2 Algebra 1 Algebra and functions Simple algebraic division; use of the Factor Theorem and the Remainder Theorem.

More information

Permutations and Polynomials Sarah Kitchen February 7, 2006

Permutations and Polynomials Sarah Kitchen February 7, 2006 Permutations and Polynomials Sarah Kitchen February 7, 2006 Suppose you are given the equations x + y + z = a and 1 x + 1 y + 1 z = 1 a, and are asked to prove that one of x,y, and z is equal to a. We

More information

Homework 8 Solutions to Selected Problems

Homework 8 Solutions to Selected Problems Homework 8 Solutions to Selected Problems June 7, 01 1 Chapter 17, Problem Let f(x D[x] and suppose f(x is reducible in D[x]. That is, there exist polynomials g(x and h(x in D[x] such that g(x and h(x

More information

Chapter 4. Remember: F will always stand for a field.

Chapter 4. Remember: F will always stand for a field. Chapter 4 Remember: F will always stand for a field. 4.1 10. Take f(x) = x F [x]. Could there be a polynomial g(x) F [x] such that f(x)g(x) = 1 F? Could f(x) be a unit? 19. Compare with Problem #21(c).

More information

The Perrin Conjugate and the Laguerre Orthogonal Polynomial

The Perrin Conjugate and the Laguerre Orthogonal Polynomial The Perrin Conjugate and the Laguerre Orthogonal Polynomial In a previous chapter I defined the conjugate of a cubic polynomial G(x) = x 3 - Bx Cx - D as G(x)c = x 3 + Bx Cx + D. By multiplying the polynomial

More information

MTH310 EXAM 2 REVIEW

MTH310 EXAM 2 REVIEW MTH310 EXAM 2 REVIEW SA LI 4.1 Polynomial Arithmetic and the Division Algorithm A. Polynomial Arithmetic *Polynomial Rings If R is a ring, then there exists a ring T containing an element x that is not

More information

MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION

MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION 1. Polynomial rings (review) Definition 1. A polynomial f(x) with coefficients in a ring R is n f(x) = a i x i = a 0 + a 1 x + a 2 x 2 + + a n x n i=0

More information

We say that a polynomial is in the standard form if it is written in the order of decreasing exponents of x. Operations on polynomials:

We say that a polynomial is in the standard form if it is written in the order of decreasing exponents of x. Operations on polynomials: R.4 Polynomials in one variable A monomial: an algebraic expression of the form ax n, where a is a real number, x is a variable and n is a nonnegative integer. : x,, 7 A binomial is the sum (or difference)

More information

Polynomial Rings. i=0

Polynomial Rings. i=0 Polynomial Rings 4-15-2018 If R is a ring, the ring of polynomials in x with coefficients in R is denoted R[x]. It consists of all formal sums a i x i. Here a i = 0 for all but finitely many values of

More information

1. Algebra 1.5. Polynomial Rings

1. Algebra 1.5. Polynomial Rings 1. ALGEBRA 19 1. Algebra 1.5. Polynomial Rings Lemma 1.5.1 Let R and S be rings with identity element. If R > 1 and S > 1, then R S contains zero divisors. Proof. The two elements (1, 0) and (0, 1) are

More information

LECTURE 5, FRIDAY

LECTURE 5, FRIDAY LECTURE 5, FRIDAY 20.02.04 FRANZ LEMMERMEYER Before we start with the arithmetic of elliptic curves, let us talk a little bit about multiplicities, tangents, and singular points. 1. Tangents How do we

More information

Tropical Polynomials

Tropical Polynomials 1 Tropical Arithmetic Tropical Polynomials Los Angeles Math Circle, May 15, 2016 Bryant Mathews, Azusa Pacific University In tropical arithmetic, we define new addition and multiplication operations on

More information

be any ring homomorphism and let s S be any element of S. Then there is a unique ring homomorphism

be any ring homomorphism and let s S be any element of S. Then there is a unique ring homomorphism 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 UFD. Therefore

More information

Never leave a NEGATIVE EXPONENT or a ZERO EXPONENT in an answer in simplest form!!!!!

Never leave a NEGATIVE EXPONENT or a ZERO EXPONENT in an answer in simplest form!!!!! 1 ICM Unit 0 Algebra Rules Lesson 1 Rules of Exponents RULE EXAMPLE EXPLANANTION a m a n = a m+n A) x x 6 = B) x 4 y 8 x 3 yz = When multiplying with like bases, keep the base and add the exponents. a

More information

Factorisation CHAPTER Introduction

Factorisation CHAPTER Introduction FACTORISATION 217 Factorisation CHAPTER 14 14.1 Introduction 14.1.1 Factors of natural numbers You will remember what you learnt about factors in Class VI. Let us take a natural number, say 30, and write

More information

Polynomial expression

Polynomial expression 1 Polynomial expression Polynomial expression A expression S(x) in one variable x is an algebraic expression in x term as Where an,an-1,,a,a0 are constant and real numbers and an is not equal to zero Some

More information

Rings. Chapter 1. Definition 1.2. A commutative ring R is a ring in which multiplication is commutative. That is, ab = ba for all a, b R.

Rings. Chapter 1. Definition 1.2. A commutative ring R is a ring in which multiplication is commutative. That is, ab = ba for all a, b R. Chapter 1 Rings We have spent the term studying groups. A group is a set with a binary operation that satisfies certain properties. But many algebraic structures such as R, Z, and Z n come with two binary

More information

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties:

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: Byte multiplication 1 Field arithmetic A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: F is an abelian group under addition, meaning - F is closed under

More information

Unit 1 Vocabulary. A function that contains 1 or more or terms. The variables may be to any non-negative power.

Unit 1 Vocabulary. A function that contains 1 or more or terms. The variables may be to any non-negative power. MODULE 1 1 Polynomial A function that contains 1 or more or terms. The variables may be to any non-negative power. 1 Modeling Mathematical modeling is the process of using, and to represent real world

More information

Polynomials and Polynomial Equations

Polynomials and Polynomial Equations Polynomials and Polynomial Equations A Polynomial is any expression that has constants, variables and exponents, and can be combined using addition, subtraction, multiplication and division, but: no division

More information

Unit 13: Polynomials and Exponents

Unit 13: Polynomials and Exponents Section 13.1: Polynomials Section 13.2: Operations on Polynomials Section 13.3: Properties of Exponents Section 13.4: Multiplication of Polynomials Section 13.5: Applications from Geometry Section 13.6:

More information

Chapter 4 Finite Fields

Chapter 4 Finite Fields Chapter 4 Finite Fields Introduction will now introduce finite fields of increasing importance in cryptography AES, Elliptic Curve, IDEA, Public Key concern operations on numbers what constitutes a number

More information

Polynomial Rings. i=0. i=0. n+m. i=0. k=0

Polynomial Rings. i=0. i=0. n+m. i=0. k=0 Polynomial Rings 1. Definitions and Basic Properties For convenience, the ring will always be a commutative ring with identity. Basic Properties The polynomial ring R[x] in the indeterminate x with coefficients

More information

MS 2001: Test 1 B Solutions

MS 2001: Test 1 B Solutions MS 2001: Test 1 B Solutions Name: Student Number: Answer all questions. Marks may be lost if necessary work is not clearly shown. Remarks by me in italics and would not be required in a test - J.P. Question

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions Chapter 2 Polynomial and Rational Functions Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Quadratic Functions Polynomial Functions of Higher Degree Real Zeros of Polynomial Functions

More information

UNC Charlotte Super Competition Level 3 Test March 4, 2019 Test with Solutions for Sponsors

UNC Charlotte Super Competition Level 3 Test March 4, 2019 Test with Solutions for Sponsors . Find the minimum value of the function f (x) x 2 + (A) 6 (B) 3 6 (C) 4 Solution. We have f (x) x 2 + + x 2 + (D) 3 4, which is equivalent to x 0. x 2 + (E) x 2 +, x R. x 2 + 2 (x 2 + ) 2. How many solutions

More information

review To find the coefficient of all the terms in 15ab + 60bc 17ca: Coefficient of ab = 15 Coefficient of bc = 60 Coefficient of ca = -17

review To find the coefficient of all the terms in 15ab + 60bc 17ca: Coefficient of ab = 15 Coefficient of bc = 60 Coefficient of ca = -17 1. Revision Recall basic terms of algebraic expressions like Variable, Constant, Term, Coefficient, Polynomial etc. The coefficients of the terms in 4x 2 5xy + 6y 2 are Coefficient of 4x 2 is 4 Coefficient

More information

UNC Charlotte 2004 Algebra with solutions

UNC Charlotte 2004 Algebra with solutions with solutions March 8, 2004 1. Let z denote the real number solution to of the digits of z? (A) 13 (B) 14 (C) 15 (D) 16 (E) 17 3 + x 1 = 5. What is the sum Solution: E. Square both sides twice to get

More information

A Few Elementary Properties of Polynomials. Adeel Khan June 21, 2006

A Few Elementary Properties of Polynomials. Adeel Khan June 21, 2006 A Few Elementary Properties of Polynomials Adeel Khan June 21, 2006 Page i CONTENTS Contents 1 Introduction 1 2 Vieta s Formulas 2 3 Tools for Finding the Roots of a Polynomial 4 4 Transforming Polynomials

More information

5.3. Polynomials and Polynomial Functions

5.3. Polynomials and Polynomial Functions 5.3 Polynomials and Polynomial Functions Polynomial Vocabulary Term a number or a product of a number and variables raised to powers Coefficient numerical factor of a term Constant term which is only a

More information

Chapter 7: Exponents

Chapter 7: Exponents Chapter : Exponents Algebra Chapter Notes Name: Notes #: Sections.. Section.: Review Simplify; leave all answers in positive exponents:.) m -.) y -.) m 0.) -.) -.) - -.) (m ) 0.) 0 x y Evaluate if a =

More information

+ 1 3 x2 2x x3 + 3x 2 + 0x x x2 2x + 3 4

+ 1 3 x2 2x x3 + 3x 2 + 0x x x2 2x + 3 4 Math 4030-001/Foundations of Algebra/Fall 2017 Polynomials at the Foundations: Rational Coefficients The rational numbers are our first field, meaning that all the laws of arithmetic hold, every number

More information

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

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include PUTNAM TRAINING POLYNOMIALS (Last updated: December 11, 2017) 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

CM2104: Computational Mathematics General Maths: 2. Algebra - Factorisation

CM2104: Computational Mathematics General Maths: 2. Algebra - Factorisation CM204: Computational Mathematics General Maths: 2. Algebra - Factorisation Prof. David Marshall School of Computer Science & Informatics Factorisation Factorisation is a way of simplifying algebraic expressions.

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II Course Number 5116 Department Mathematics Qualification Guidelines Successful completion of both semesters of Algebra 1 or Algebra 1

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information

MODEL ANSWERS TO HWK #10

MODEL ANSWERS TO HWK #10 MODEL ANSWERS TO HWK #10 1. (i) As x + 4 has degree one, either it divides x 3 6x + 7 or these two polynomials are coprime. But if x + 4 divides x 3 6x + 7 then x = 4 is a root of x 3 6x + 7, which it

More information

Algebra I Vocabulary Cards

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

More information

3.1 Definition of a Group

3.1 Definition of a Group 3.1 J.A.Beachy 1 3.1 Definition of a Group from A Study Guide for Beginner s by J.A.Beachy, a supplement to Abstract Algebra by Beachy / Blair This section contains the definitions of a binary operation,

More information

Chapter 3: Polynomial and Rational Functions

Chapter 3: Polynomial and Rational Functions Chapter 3: Polynomial and Rational Functions 3.1 Polynomial Functions A polynomial on degree n is a function of the form P(x) = a n x n + a n 1 x n 1 + + a 1 x 1 + a 0, where n is a nonnegative integer

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

Solving Equations Quick Reference

Solving Equations Quick Reference Solving Equations Quick Reference Integer Rules Addition: If the signs are the same, add the numbers and keep the sign. If the signs are different, subtract the numbers and keep the sign of the number

More information

6.1 Using Properties of Exponents 1. Use properties of exponents to evaluate and simplify expressions involving powers. Product of Powers Property

6.1 Using Properties of Exponents 1. Use properties of exponents to evaluate and simplify expressions involving powers. Product of Powers Property 6.1 Using Properties of Exponents Objectives 1. Use properties of exponents to evaluate and simplify expressions involving powers. 2. Use exponents and scientific notation to solve real life problems.

More information

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required.

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required. Revision Checklist Unit C2: Core Mathematics 2 Unit description Algebra and functions; coordinate geometry in the (x, y) plane; sequences and series; trigonometry; exponentials and logarithms; differentiation;

More information

( )( ) Algebra I / Technical Algebra. (This can be read: given n elements, choose r, 5! 5 4 3! ! ( 5 3 )! 3!(2) 2

( )( ) Algebra I / Technical Algebra. (This can be read: given n elements, choose r, 5! 5 4 3! ! ( 5 3 )! 3!(2) 2 470 Algebra I / Technical Algebra Absolute Value: A number s distance from zero on a number line. A number s absolute value is nonnegative. 4 = 4 = 4 Algebraic Expressions: A mathematical phrase that can

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Modeling & Problem Solving Common Core Standard: A-REI.4a: Solve quadratic equations in one

More information

Maths Higher Prelim Content

Maths Higher Prelim Content Maths Higher Prelim Content Straight Line Gradient of a line A(x 1, y 1 ), B(x 2, y 2 ), Gradient of AB m AB = y 2 y1 x 2 x 1 m = tanθ where θ is the angle the line makes with the positive direction of

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: 2 x 3 + 3

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: 2 x 3 + 3 Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: x 3 + 3 x + x + 3x 7 () x 3 3x + x 3 From the standpoint of integration, the left side of Equation

More information

POLYNOMIALS. x + 1 x x 4 + x 3. x x 3 x 2. x x 2 + x. x + 1 x 1

POLYNOMIALS. x + 1 x x 4 + x 3. x x 3 x 2. x x 2 + x. x + 1 x 1 POLYNOMIALS A polynomial in x is an expression of the form p(x) = a 0 + a 1 x + a x +. + a n x n Where a 0, a 1, a. a n are real numbers and n is a non-negative integer and a n 0. A polynomial having only

More information

Polynomials. Henry Liu, 25 November 2004

Polynomials. Henry Liu, 25 November 2004 Introduction Polynomials Henry Liu, 25 November 2004 henryliu@memphis.edu This brief set of notes contains some basic ideas and the most well-known theorems about polynomials. I have not gone into deep

More information

Chapter 7: Exponents

Chapter 7: Exponents Chapter : Exponents Algebra Chapter Notes Name: Algebra Homework: Chapter (Homework is listed by date assigned; homework is due the following class period) HW# Date In-Class Homework M / Review of Sections.-.

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

Polynomials, Ideals, and Gröbner Bases

Polynomials, Ideals, and Gröbner Bases Polynomials, Ideals, and Gröbner Bases Notes by Bernd Sturmfels for the lecture on April 10, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra We fix a field K. Some examples of fields

More information

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc. Section 2.1-2.2 September 6, 2017 1 Polynomials Definition. A polynomial is an expression of the form a n x n + a n 1 x n 1 + + a 1 x + a 0 where each a 0, a 1,, a n are real numbers, a n 0, and n is a

More information

and the compositional inverse when it exists is A.

and the compositional inverse when it exists is A. Lecture B jacques@ucsd.edu Notation: R denotes a ring, N denotes the set of sequences of natural numbers with finite support, is a generic element of N, is the infinite zero sequence, n 0 R[[ X]] denotes

More information

GALOIS GROUPS OF CUBICS AND QUARTICS (NOT IN CHARACTERISTIC 2)

GALOIS GROUPS OF CUBICS AND QUARTICS (NOT IN CHARACTERISTIC 2) GALOIS GROUPS OF CUBICS AND QUARTICS (NOT IN CHARACTERISTIC 2) KEITH CONRAD We will describe a procedure for figuring out the Galois groups of separable irreducible polynomials in degrees 3 and 4 over

More information

Algebra One Dictionary

Algebra One Dictionary Algebra One Dictionary Page 1 of 17 A Absolute Value - the distance between the number and 0 on a number line Algebraic Expression - An expression that contains numbers, operations and at least one variable.

More information

Course Name: MAT 135 Spring 2017 Master Course Code: N/A. ALEKS Course: Intermediate Algebra Instructor: Master Templates

Course Name: MAT 135 Spring 2017 Master Course Code: N/A. ALEKS Course: Intermediate Algebra Instructor: Master Templates Course Name: MAT 135 Spring 2017 Master Course Code: N/A ALEKS Course: Intermediate Algebra Instructor: Master Templates Course Dates: Begin: 01/15/2017 End: 05/31/2017 Course Content: 279 Topics (207

More information

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i 2 = 1 Sometimes we like to think of i = 1 We can treat

More information

POLYNOMIALS CHAPTER 2. (A) Main Concepts and Results

POLYNOMIALS CHAPTER 2. (A) Main Concepts and Results CHAPTER POLYNOMIALS (A) Main Concepts and Results Meaning of a Polynomial Degree of a polynomial Coefficients Monomials, Binomials etc. Constant, Linear, Quadratic Polynomials etc. Value of a polynomial

More information

Mathematical Olympiad Training Polynomials

Mathematical Olympiad Training Polynomials Mathematical Olympiad Training Polynomials Definition A polynomial over a ring R(Z, Q, R, C) in x is an expression of the form p(x) = a n x n + a n 1 x n 1 + + a 1 x + a 0, a i R, for 0 i n. If a n 0,

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

Unit 5 Evaluation. Multiple-Choice. Evaluation 05 Second Year Algebra 1 (MTHH ) Name I.D. Number

Unit 5 Evaluation. Multiple-Choice. Evaluation 05 Second Year Algebra 1 (MTHH ) Name I.D. Number Name I.D. Number Unit Evaluation Evaluation 0 Second Year Algebra (MTHH 039 09) This evaluation will cover the lessons in this unit. It is open book, meaning you can use your textbook, syllabus, and other

More information

EASY PUTNAM PROBLEMS

EASY PUTNAM PROBLEMS EASY PUTNAM PROBLEMS (Last updated: December 11, 2017) Remark. The problems in the Putnam Competition are usually very hard, but practically every session contains at least one problem very easy to solve

More information

Chapter 2 notes from powerpoints

Chapter 2 notes from powerpoints Chapter 2 notes from powerpoints Synthetic division and basic definitions Sections 1 and 2 Definition of a Polynomial Function: Let n be a nonnegative integer and let a n, a n-1,, a 2, a 1, a 0 be real

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

More information

Course: Algebra MP: Reason abstractively and quantitatively MP: Model with mathematics MP: Look for and make use of structure

Course: Algebra MP: Reason abstractively and quantitatively MP: Model with mathematics MP: Look for and make use of structure Algebra Cluster: Interpret the structure of expressions. A.SSE.1: Interpret expressions that represent a quantity in terms of its context (Modeling standard). a. Interpret parts of an expression, such

More information

On Permutation Polynomials over Local Finite Commutative Rings

On Permutation Polynomials over Local Finite Commutative Rings International Journal of Algebra, Vol. 12, 2018, no. 7, 285-295 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ija.2018.8935 On Permutation Polynomials over Local Finite Commutative Rings Javier

More information

Maintaining Mathematical Proficiency

Maintaining Mathematical Proficiency Chapter Maintaining Mathematical Proficiency Simplify the expression. 1. 8x 9x 2. 25r 5 7r r + 3. 3 ( 3x 5) + + x. 3y ( 2y 5) + 11 5. 3( h 7) 7( 10 h) 2 2 +. 5 8x + 5x + 8x Find the volume or surface area

More information

Grade 11 or 12 Pre-Calculus

Grade 11 or 12 Pre-Calculus Grade 11 or 12 Pre-Calculus Strands 1. Polynomial, Rational, and Radical Relationships 2. Trigonometric Functions 3. Modeling with Functions Strand 1: Polynomial, Rational, and Radical Relationships Standard

More information

Gauss s Theorem. Theorem: Suppose R is a U.F.D.. Then R[x] is a U.F.D. To show this we need to constuct some discrete valuations of R.

Gauss s Theorem. Theorem: Suppose R is a U.F.D.. Then R[x] is a U.F.D. To show this we need to constuct some discrete valuations of R. Gauss s Theorem Theorem: Suppose R is a U.F.D.. Then R[x] is a U.F.D. To show this we need to constuct some discrete valuations of R. Proposition: Suppose R is a U.F.D. and that π is an irreducible element

More information

where c R and the content of f is one. 1

where c R and the content of f is one. 1 9. Gauss Lemma Obviously it would be nice to have some more general methods of proving that a given polynomial is irreducible. The first is rather beautiful and due to Gauss. The basic idea is as follows.

More information

Review for Mastery. Integer Exponents. Zero Exponents Negative Exponents Negative Exponents in the Denominator. Definition.

Review for Mastery. Integer Exponents. Zero Exponents Negative Exponents Negative Exponents in the Denominator. Definition. LESSON 6- Review for Mastery Integer Exponents Remember that means 8. The base is, the exponent is positive. Exponents can also be 0 or negative. Zero Exponents Negative Exponents Negative Exponents in

More information

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Background knowledge: (a) The arithmetic of integers (including HCFs and LCMs), of fractions, and of real numbers.

More information

Section 1.1 Notes. Real Numbers

Section 1.1 Notes. Real Numbers Section 1.1 Notes Real Numbers 1 Types of Real Numbers The Natural Numbers 1,,, 4, 5, 6,... These are also sometimes called counting numbers. Denoted by the symbol N Integers..., 6, 5, 4,,, 1, 0, 1,,,

More information

LESSON 6.2 POLYNOMIAL OPERATIONS I

LESSON 6.2 POLYNOMIAL OPERATIONS I LESSON 6. POLYNOMIAL OPERATIONS I LESSON 6. POLYNOMIALS OPERATIONS I 63 OVERVIEW Here's what you'll learn in this lesson: Adding and Subtracting a. Definition of polynomial, term, and coefficient b. Evaluating

More information

Solutions 2017 AB Exam

Solutions 2017 AB Exam 1. Solve for x : x 2 = 4 x. Solutions 2017 AB Exam Texas A&M High School Math Contest October 21, 2017 ANSWER: x = 3 Solution: x 2 = 4 x x 2 = 16 8x + x 2 x 2 9x + 18 = 0 (x 6)(x 3) = 0 x = 6, 3 but x

More information

Algebra I Vocabulary Cards

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

More information

POLYNOMIALS. Maths 4 th ESO José Jaime Noguera

POLYNOMIALS. Maths 4 th ESO José Jaime Noguera POLYNOMIALS Maths 4 th ESO José Jaime Noguera 1 Algebraic expressions Book, page 26 YOUR TURN: exercises 1, 2, 3. Exercise: Find the numerical value of the algebraic expression xy 2 8x + y, knowing that

More information

MODULE 1: FOUNDATIONS OF MATHEMATICS

MODULE 1: FOUNDATIONS OF MATHEMATICS MODULE 1: FOUNDATIONS OF MATHEMATICS GENERAL OBJECTIVES On completion of this Module, students should: 1. acquire competency in the application of algebraic techniques; 2. appreciate the role of exponential

More information

( 3) ( ) ( ) ( ) ( ) ( )

( 3) ( ) ( ) ( ) ( ) ( ) 81 Instruction: Determining the Possible Rational Roots using the Rational Root Theorem Consider the theorem stated below. Rational Root Theorem: If the rational number b / c, in lowest terms, is a root

More information

Solving Quadratic and Other Polynomial Equations

Solving Quadratic and Other Polynomial Equations Section 4.3 Solving Quadratic and Other Polynomial Equations TERMINOLOGY 4.3 Previously Used: This is a review of terms with which you should already be familiar. Formula New Terms to Learn: Discriminant

More information

x 9 or x > 10 Name: Class: Date: 1 How many natural numbers are between 1.5 and 4.5 on the number line?

x 9 or x > 10 Name: Class: Date: 1 How many natural numbers are between 1.5 and 4.5 on the number line? 1 How many natural numbers are between 1.5 and 4.5 on the number line? 2 How many composite numbers are between 7 and 13 on the number line? 3 How many prime numbers are between 7 and 20 on the number

More information

Chapter Six. Polynomials. Properties of Exponents Algebraic Expressions Addition, Subtraction, and Multiplication Factoring Solving by Factoring

Chapter Six. Polynomials. Properties of Exponents Algebraic Expressions Addition, Subtraction, and Multiplication Factoring Solving by Factoring Chapter Six Polynomials Properties of Exponents Algebraic Expressions Addition, Subtraction, and Multiplication Factoring Solving by Factoring Properties of Exponents The properties below form the basis

More information

Problem Set # 1 Solution, 18.06

Problem Set # 1 Solution, 18.06 Problem Set # 1 Solution, 1.06 For grading: Each problem worths 10 points, and there is points of extra credit in problem. The total maximum is 100. 1. (10pts) In Lecture 1, Prof. Strang drew the cone

More information

Core Mathematics 3 Algebra

Core Mathematics 3 Algebra http://kumarmathsweeblycom/ Core Mathematics 3 Algebra Edited by K V Kumaran Core Maths 3 Algebra Page Algebra fractions C3 The specifications suggest that you should be able to do the following: Simplify

More information

CCSS Math- Algebra. Domain: Algebra Seeing Structure in Expressions A-SSE. Pacing Guide. Standard: Interpret the structure of expressions.

CCSS Math- Algebra. Domain: Algebra Seeing Structure in Expressions A-SSE. Pacing Guide. Standard: Interpret the structure of expressions. 1 Domain: Algebra Seeing Structure in Expressions A-SSE Standard: Interpret the structure of expressions. H.S. A-SSE.1a. Interpret expressions that represent a quantity in terms of its context. Content:

More information

LESSON 6.2 POLYNOMIAL OPERATIONS I

LESSON 6.2 POLYNOMIAL OPERATIONS I LESSON 6.2 POLYNOMIAL OPERATIONS I Overview In business, people use algebra everyday to find unknown quantities. For example, a manufacturer may use algebra to determine a product s selling price in order

More information

Some Basic Logic. Henry Liu, 25 October 2010

Some Basic Logic. Henry Liu, 25 October 2010 Some Basic Logic Henry Liu, 25 October 2010 In the solution to almost every olympiad style mathematical problem, a very important part is existence of accurate proofs. Therefore, the student should be

More information

A Generalization of Wilson s Theorem

A Generalization of Wilson s Theorem A Generalization of Wilson s Theorem R. Andrew Ohana June 3, 2009 Contents 1 Introduction 2 2 Background Algebra 2 2.1 Groups................................. 2 2.2 Rings.................................

More information

Unit 2 Rational Functionals Exercises MHF 4UI Page 1

Unit 2 Rational Functionals Exercises MHF 4UI Page 1 Unit 2 Rational Functionals Exercises MHF 4UI Page Exercises 2.: Division of Polynomials. Divide, assuming the divisor is not equal to zero. a) x 3 + 2x 2 7x + 4 ) x + ) b) 3x 4 4x 2 2x + 3 ) x 4) 7. *)

More information

Mathematics High School Algebra

Mathematics High School Algebra Mathematics High School Algebra Expressions. An expression is a record of a computation with numbers, symbols that represent numbers, arithmetic operations, exponentiation, and, at more advanced levels,

More information