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

Size: px
Start display at page:

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

Transcription

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 one term is called monomial. A polynomial having two terms is called binominal. A polynomial having three terms is called trinomial. Degree of polynomial: The highest power of x in a polynomial is called degree of a polynomial. A polynomial is said to be linear if it is of degree 1. A polynomial is said to be quadratic if it is of degree. A polynomial is said to be cubic if it is of degree. A polynomial is said to be biquadratic if it is of degree 4. Sum and difference of two polynomial Let p(x) and q(x) be two polynomials p(x) = x 4 + x x + 6x + 9 q(x) = x + x + 6x + The sum of two polynomial gives a polynomial Here p(x) + q(x)=x x + x + 1x + 1 Similarly we can find difference of two polynomials p(x) q(x)= x 4 + x 5x + 6 Multiplication of two polynomial p(x)q(x)= (x 4 + x x + 6x + 9)( x + x + 6x + ) Division of a polynomial by a polynomial- if we divide p(x) by g(x) and we get quotient q(x) and remainder r(x) then we can write p(x) = g(x) q(x) + r(x) degree r(x) < degree g(x) Illustration 1: Divide p(x) by g(x), where p(x) = x and g(x) = x + 1 Solution: x x + x 1 x + 1 x x 4 + x x + 1 x x x + 1 x + x x + 1 x 1 Here, the quotient q(x) = x x + x 1 and the remainder r(x) = We write x = (x x + x 1) (x + 1) +. Note: Notice that the degree of g(x) is less than the degree of p(x). Therefore it is always possible to divide a polynomial of higher degree by a polynomial of lower degree (in the same variable). The process above stops as soon as the remainder is zero or the degree of the remainder becomes smaller than that of the divisor.

2 Illustration : Let p(x) = x 4 + x x + x 1. Find the remainder when p(x) is divided by x. Solution: x + 4x + 5x + 11 x x 4 + x x + x 1 x 4 x 4x x + x 1 4x 8x 5x + x 1 5x 10x 11x 1 11x 1 Remainder is 1. In the above example let us evaluate p(). We get p() = 4 + ( ) x + 1 = = 1. Thus we find that p() is equal to the remainder when p(x), is divided by x. Remainder Theorem: Let p(x) be any polynomial of degree 1, and a any real number. If p(x) is divided by x a. then the remainder is p(a). Proof: Let us suppose that, when p(x) is divided by x a, the quotient is q(x) and remainder is r(x). So we have p(x) = (x a) q(x) + r(x), where r(x) = 0 or degree r(x) < degree (x a) Since degree of (x a) is 1, either r(x) = 0 or degree of r(x) = 0 (<1). So r(x) is a constant, say r. Thus for all values of x, p(x) = (x a) q (x) + r where r is a constant. In particular, for x = a, p(a) = 0. q(a) + r = 0 + r = r. This proves the theorem. Illustration : What would be the remainder when (4x + 7x 5x + ) is divided by (x + ). Solution: Let f(x) = 4x + 7x 5x +. We may write, (x + ) = [x ( )] Thus, when f(x) is divided by [x ( )], then by remainder theorem, remainder = f( ). Now, f( )= [4x ( ) + 7 x ( ) 5x( ) + ] = [4x ( 8) + 7 x ] = ( ) = 9. Required remainder = 9 Illustration 4: Using remainder theorem, find the remainder when (4x 1x + 15x ) is divided by (x 1). Solution: Let f(x) = 4x 1x + 15x. 1 We may write, (x 1) = x Now f 4 x 1x 15 x 8 4 Required remainder =. Synthetic Division The method of synthetic division can be illustrated from the following example: Find the quotient and remainder when x 4 + 5x + x + 7x is divided by (x )

3 x )x 4 + 5x x + 7x (x + 9x + 15x + 7 x 4 4x 9x x 9x 18x 15x + 7x 15x 0x 7x 7x Quotient is x + 9x + 15x + 7. Remainder is 71. The divided is x 4 + 5x x + 7x Divisor is x. The quotient will be of third degree. = 1st coefficient in quotient = = 1st coefficient in divided. 9 = nd coefficient in quotient = () + 5 = (1st coefficient in quotient) + nd coefficient in dividend. 15 = rd coefficient in quotient = (9) + ( ) = (nd coefficient in quotient) + rd term in dividend 7 = 4th coefficient in quotient = (15) + 7 = (rd coefficient in quotient) + 4th term in dividend. 71 = Remainder = (7) + ( ) = (4th term in quotient) + 5th term in dividend. The above process can be illustrated as follows: Write down the coefficient only of the dividend. 5 7 () (9) (15) Hence quotient is x + 9x + 15x + 7. Remainder is 71. Synthetic division to find quotient and remainder is also called the method of find quotient and remainder by the method of detached coefficients. Illustration 5: Divide x 4 + 5x x + 7x by (x + ) the method of detached coefficients. 5 7 Solution: ( ) 1( ) ( 5)( ) 17( ) Quotient is x + x 5x Remainder is 7. If p(x) is a polynomial of degree n > 0, then it follows the remainder theorem that p(x) = (x a). q(x) + p(a), where q(x) is a polynomial of degree n 1. If p(a) = 0, then p(x) = (x a), q(x) + p(a), where q(x) is a polynomial of degree n 1. If p(a) = 0, then p(x) = (x a). q(x). we say that (x a) is factor of p(x) Factor Theorem : Let p(x) be polynomial of degree n > 0. If p(a) = 0 for a real number a, then (x a) is a factor of p(x). Conversely, if (x a) is a factor of p(x), the remainder p (a) must be zero. Illustration 6: Show that (x + ) as well as (x + ) is a factor of the polynomial (x + 8x 5x 6). Solution : Let f(x) = x + 8x 5x 6. By factor theorem, (x + ) will be a factor of f(x), if f( ) = 0. Now, f( ) = ( ) + 8 ( ) 5( ) 6 = [ x ( 7) + 8 x ] = ( ) = 0. (x + ) is a factor of f(x) Again, (x + ) = x x. By factor theorem, (x + ) will be factor of f(x), if f 0. Now f x 8 x 5 x = x 8 x

4 Illustration 7: Given that (x 1) and (x + ) are factors of the polynomial (x + ax + bx 8). Find the values of a and b. With these values of a and b. Factorize the given polynomial. Solution : Let f(x) = (x + ax + bx 8). Then (x 1) is a factor of f(x). f(1) = 0 [ By factor theorem ] (1 + a x 1 + b x 1 8) = 0 [ f(1) = (1 + a x 1 + b x 1 8)] 1 + a + b 8 = 0 a + b = 7..(i) Again, (x + ) is a factor of f(x) f( ) = 0 [ By factor theorem ] ( ) + a x ( ) + b x ( ) 8 = 0 [ f( ) = ( ) + a x ( ) + b x ( ) 8 ] 8 + 4a b 8 = 0 4a b = 16 a b = 8..(ii) Adding (i) and (ii), we get a = 15 or a = 5. Substituting a = 5 in (i), we get 5 + b = 7, i.e., b = With these values of a and b, we have f(x) = x + x + x 8. Now, (x 1) and (x + ) are factors of f(x) (x + x ) is a factor of f(x) x + 4 x + x ) x + 5x + x 8 ( x + x x 4x + 4x 8 4x + 4x 8 0 On dividing f(x) = x + 5x + x 8 by (x + x ), we get Quotient = (x + 4) f (x) = x + 5x + x 8 = (x + x ) (x + 4) = (x 1) (x + ) (x + 4) Hence, (x + 5x + x 8) = (x 1) (x + ) (x + 4). Illustration 8: A Polynomial f(x) with rational coefficients leaves remainder 15 when divided by (x ) and remainder when divided by (x 1). Find the remainder when the polynomial is divided by (x 1) and (x ) Solution: f(x) = ax + bx + c f(x) = Q(x) (x ) + 15 f(x) = Q(x) (x 1) +. f(x) = Q(x) (x )(x 1) + (ax + b) f() = 0 + a + b = 15 f(1) = 0 + a + b = a = 1 a = 6 b = 6 = Remainder is 6x. Exercise 1: If f(x) is a polynomial in x, 4 and 10 are the remainders when f(x) is divided by (x 1) and (x ). Then find the remainder when f(x) is divided by (x 1)(x ). A.S.Rao, 006 SQUARE ROOT: If y x or y = x, then y is called the square root of x. As per the above definition 4 is the square root of 16 since 4 = 16. But also ( 4) = =4.

5 The positive square root of 16 is called the principal square root of 16. In general root we mean only the principal square root. Hence x = x when x > 0 x = x when x < 0 x = x. By square x = 0 when x = 0. In short x = x In what follows we consider only the non negative square roots. Modulus sign is to be put whenever it is needed. For instance Illustration 9: Find the square root of a 8 b 1 c 6 Solution: a ab b ( a b) ( a b) ( a b) if a b ) a b c (a b c ) a b c Illustration 10: Find the square root of Solution: 5a 4 b 4 = 5a 5 a = b 4b 5 4 a b Illustration11: Find 11a 9ab 5 6 Solution: 11a 9ab Square root by inspection: a + ab + b = (a + b) a ab + b = (a b) 5 6 = a ab b = (a + b) 11 a b = 11a b a ab b = (a b) If the given expression is reduced to one of the above forms, the square root can be written down by inspection. Extraction of square root by division method: Principle behind finding the square root is given below. Let us find the square root of 5x 0x + 9 Let 5x 0x = (5x + a) 5x 0x + 9 = 5x + 10ax + a 0x + 9 = 10ax + a Equating coefficient of x on both sides 10a = 0 or a = We can show this briefly in the division method 5x 5x 5x 0x + 9 5x 5(x) 10x 0x + 9 (10x ) ( ) 0x + 9 0

6 Procedure: (1) The square root of 5x is 5x. This is the first term of the square root. Multiply (5x) by (5x) which gives 5x. Substract 5x from the dividend. We get 0x + 9 as the next two terms. 0x () Multiply 5x by which gives 10x. gives. This becomes the second term of the square root. 10x Adding to 10x, we get 10x. Multiplying this by. This becomes the second term of the square root. Additing. This becomes the second term of the square root. Adding to 10x, we get 10x. Multiplying this by we get 0x + 9. The remainder becomes zero. Square root is (5x ) Illustration 1: Find the square root of 4x 4 + 1x y + 1x y + 6xy + y 4 Solution: x + xy + y 4x 4 +1x y + 1 x y + 6xy + y 4 x 4x 4 (x ) = 4x 4 4x + xy 1x y + 1 x y (4x + x) xy 1x y + 9x y 1x y since xy 4x 4x + 6xy + y 4x y + 6xy + y 4 (4x + 6xy + y ) y 4x y + 6xy + y 4 4x y since 4x 0 y Hence the square root is x + xy + y Square root by the method of Indeterminate coefficients Illustration 1: Find the square root of x 4 + 6x + 17x + 4x + 16 Solution: The expression is of the fourth degree in x. Hence the square root will be an expression of second degree in x. x 4 + 6x + 17x + 4x + 16 = (x + ax + b) Equating coefficients of the like powers of x on both sides, we get a = 6 a = a + b = 17 b = 17 a = 17 9 = 8 b = 8 or b = 4. Hence the required square root is x + x + 4. Illustration 14: If ax + bx + c is a perfect square, then prove that b = 4ac. Solution: Let ax + bx + c = (px + q) ax + bx + c = (px + q) Equating coefficients of like powers x p = a pq = b 4p q = b and q = c 4ac = b Hence b = 4ac Illustration 15: Show that (x + 1) (x + 4) (x + )(x + ) + 1 is a perfect square Solution: The given expression = (x + 1) (x + 4) (x + ) (x + ) + 1 = (x + 5x + 4) (x + 5x + 6) + 1 Put y = x + 5x The expression reduces to (y + 4)(y + 6) + 1 = y + 10y + 5 = (y + 5) = (x + 5x + 5) Which is a perfect square. Exercise : Find the square root of 1 4x + 10x 0x + 5x 4 4x x 6

7 1 1 Exercise : Find the square root of x + - x + + x x Exercise 4 : Find the square root of x y x y y 4x y x 4 Exercise 5 : Find the square root of x x x x Exercise 6 : Find the square root using undetermined coefficient method X 4 + 6x + 17x + 4x + 16 Exercise 7 : Find the square root using undetermined coefficient method X 6 4x 4 6x + 4x + 1x + 9 Exercise 8 : If x 4 + ax + bx + cx + d = (x + px + q), then show that q = b Homogeneous function a c = 4 a. An integral function is said to be homogeneous, if each of its term is of the same degree with respect to any set of variables. eg. x + 4y 5xy is a homogeneous expression of the second degree in x and y. The product of two homogeneous functions of degrees m and n respectively is a homogeneous function of degree m + n. eg. ( + 5y) (4x + 5y ) = 8x + 10xy + 0x y + 5y x + 5y is of first degree in x and y. 4x + 5y is of second degree in x and y and both are homogeneous in x and y. Their product is homogenous and of third degree in x and y. General forms of homogeneous integral functions of different degrees Degree Variables Forms of homogeneous functions 1 x, y ax + by x, y ax + bxy + cy x, y ax + bx y + cxy + dy 1 x, y, z ax + by + cz x, y, z ax + by + cz + fyz + gzx + hxy Symmetric functions A function is said to be symmetric with respect to any set of variables if the interchange of any pairs of the set of variables does not alter the value of the function. eg. 5 + x + y does not change in value if the variables x and y are interchanged. The function 5x + y + z is symmetric with respect to y and z, but it is not symmetric with respect to x and y. The expression xy + yz + zx + x + y + z is symmetric with respect to x, y, z.

8 Similarly p q r and qr rp pq p q r p q q r r p are symmetric with respect to p, q, r. Hence the necessary and sufficient condition that an integral function to be symmetrical is that all the terms of any one type shall have the same coefficient. If the variables x and y are interchanged ax + bxy + cy then the resulting expression is ay + byx + cx then the resulting expression is ay + byx + cx In order that ax + bxy + cy is symmetric, we must have a = c. Forms of symmetric integral functions: Degree Variables Functions 1 x, y a(x + y) + b x, y a (x + y ) + bxy + c (x +y) + d 1 x,y,z a (x + y + z) + b x,y,z a (x + y + z ) + b(xy + yz + zx) + c(x + y + z) + d Homogeneous symmetric integral function Degree Variables Functions 1 x, y a(x + y) x, y a (x + y ) + bxy 1 x,y,z a (x + y + z) x,y,z a (x + y + z ) + b(xy + yz + zx) Cyclic symmetry In the expression y z + z x +x y which consists of three terms (i) z x can be obtained from y z if we replace y by z and z by x. (ii) x y can be obtained from z x if we replace z by x and x by y. (iii) y z can be obtained from x y if we replace x by y and y by z. The selected term from which the other forms are obtained may be called the typical term. The function can evidently be determined when a typical term is given. Hence we can say that the function y z+ z x + x y possesses cyclic symmetry. Again the expression a (b c) + b (c a) + c (a b) possesses cyclic symmetry. We can get the second term the first by replacing a by b, b by c and c by a. We can get the third term from the second if we replace b by c, c by a and a by b. y z x It can also be seen that z x y Standard Formulae: 1. (a + b) = a + ab + b. (a b) = a ab + b. (a + b) (a b) = a b 4. (a + b) + (a b) = (a + b ) 5. (a + b) (a b) = 4ab 6. (a + b + c) = a + b + c + bc + ca + ab = a + bc 7. (a + b) = a + b + ab ( a + b) = a + a b + ab + b 8. (a b) = a b ab (a b) = a a b + ab b 9. (x + a) (x + b) = x + (a + b) x + ab 10. (x + a) (x + b) (x + c) = x + x (a + b + c) + x (ab + bc + ca) + abc 11. a + b = (a + b) (a ab + b ) 1. a b = (a b) (a + ab + b ) 1. a + b + c abc = (a + b + c) (a + b + c ab bc ca) 14. If a + b + c = 0, then a + b + c abc = 0 or a + b + c = abc possesses cyclic symmetry. The typical term can be taken as 15. a + b + c ab bc ca = 1 [(a b) + (b c) + (c a) ] y z.

9 Illustration 16: Factorise x + y + z xyz and hence prove that x + y + z = xyz if x + y + z = 0 Solution: x + y + z xyz = [(x + y) + z ] xy(x + y) xy (x + y + z) = (x + y + z) [(x + y) (x + y)z +z ] xy (x + y + z) = (x + y + z) [(x + y) (x + y)z + z xy = (x + y + z) (x + y + z xy yz zx) Illustration 17: Show that if x + y + z = xy + yz + zx then x = y = z Solution: x + y + z = xy + yz + zx x + y + z xy yz zx 1 [x + y + z xy yz zx] = 0 i.e 1 [(x y) + (y z) + (z x) ] =0 The sum of perfect squares cannot be equal to zero unless each quantity of equal to zero. (x y) = 0 x = y (y z) = 0 y = z x = y = z. Exercise 9 : Resolve into factors a (b + c) + b (c + a) + c (a + b) + abc Exercise 10 : Resolve into factors a - a. abc abc Exercise 11 : Resolve into factors (a + b) (a - b). abc Exercise 1 : Resolve into factors a 4 (b c) + b 4 (c a) + c 4 (a b) Exercise 1 : Resolve into factors (a + b + c) 5 a 5 b 5 c 5 Answers to exercises: 1. 6a. 4x x + x 1. 1 x 1 4. x y 1 x y x x x 6. x + x x x 9. (a + b) (b + c) (c + a) 10. (a + b) (b + c) (c + a) 11. (a b) (b c) (c a) 1. (a b) (b c) (c a) (a + b + c + ab + bc + ca) (a + b) (b + c) (c + a) [ 8(a + b + c ) + 145(ab + bc + ca)]

10 ASSIGNMENTS SUBJECTIVE LEVEL I 1. On dividing (kx + 9x + 4x 10) by (x ), we get 5 as remainder. Find the value of k.. The polynomials f(x) = ax + x and g(x) = x 5x + a, when divided by (x 4), leave the same remainder in each case. Find the value of a.. Using factor theorem, factorize the polynomial x + x 17x 0 and hence solve the equation x + x 17x 0=0. 4. If (x + a) is a common factor of the polynomials f(x) = x + mx + n and g(x) = x + px + q, show that a = q n. p m 5. Show that (1+x) is a factor of the polynomial f(x) = (x + 7x 4x 15) and hence factorize f(x) 6. Prove (a + b ) (x + y ) = (ax by) + (bx + ay) 7. Factorise (x + y + z) + (x y z) 8x 8. A polynomial leaves remainders 0, 1 and when divided by x, (x 1), (x ) and respectively. Find the remainder when polynomial is divided by x (x 1) (x ). 9. Find the remainder when (a b) x + (b c) x + (c a) is divided by x If a + b + c = abc then the value of a b b c c a + abc is.. 1ab 1bc 1 ca

11 LEVEL II 1. A polynomial f(x) leaves remainders and when divided by x +1 and (x ) respectively. Find the remainder when f(x) is divided by (x + 1) (x ).. The remainder when x 0 x 0 + x 01 x x 1 is divided by x x is.. Given that x + x 1 = (x + a) (x + b) (x + c). Find the value of (a) a + b + c (b) a + b + c 4. Find the remainder and quotient when x 5x x + is divided by (1 x). 5. Factorise (i) 1 a + a + 6a (ii) b c + c a + a b a 4 b 4 c 4

12 OBJECTIVE LEVEL I Select the correct alternative (A), (B), (C),(D)from each of the following,indicate your choice by writing the appropriate letter only. 1. If (x a) be a factor of x + px + q then (A) p = a ; q = a (B) p = a ; q =a (C) p =a ; q=a (D) None of these. The homogeneous function of the second degree in x and y having x y as a factor. A) x + xy y (B) x + xy + y (C) x + xy + y (D) None of these. The factors of the polynomial expression 15 x 6x are (A) (x + 5) and (x + ) (B) (5 x) and (x + ) (C) ( x) and (x + 5) (D) None of these 4. If x 1 x = 7 then the value of 1 x is x (A) (B) 4 (C) 64 (D) None of these 5. If x x + is a factor of the expression x 4 + ax + b, then the values of a and b are given by (A) a = 5; b = 4 (B) a = 4; b = 5 (C) a = 5; b = 4 (D) None of these 6. If a + b + c=6; bc + ca + ab = 11; abc = 6, then the value of (1 a)(1 b)(1 c) is (A) 1 (B) 1 (C) 0 (D) None of these 7. If x = a b+c, y = b c +a, z = c, then the value of xy + yz +zx+ xyz is a+b (A) 1 (B) (C) (D) None of these Determine whether each of the following statements is true or false. 8. If a + b + c = 0, then a 4 + b 4 + c 4 = (b c + c a + a b ). 9 The expression (ab + cd) (ad + bc) is divisible by (a c) (b d). 10. A certain algebraic expression is exactly divisible by x, the quotient being x x 6. Then the expression is also divisible by x +.

13 LEVEL II 1. If (a b) = 5 then 8a 7b 90ab is (A) 15 (B) 91 (C) 111 (D) None of these. The H.C.F. of the functions x + (a + b)x + (ab + 1) x + a and bx + (ab + 1)x + (a + b) x + 1 is (A) x + ax + 1 (B) x + bx + 1 (C) x + x + a (D) None of these. If a + b = 9, x = 5 and a b x = then value of (a b) [x ax + a x (a+b)b ] is (A) 445 (B) 5 (C) 76 (D) None of these 4. x 4 x x 5 = (x + 1) (...) (A) x 4x + 4x 5 (B) x + 4x 4x + 5 (C) x x 5 (D) None of these 5. If abx = (a b) (x + 1) then the value of is x x ab ab a (A) (B) (C) ab (D) None of these ab ab 6. For what value of x will 4x 4 + 1x 11x 15x 5 be a perfect square? (A) (B) (C) (D) None of these 7. The square root of 9a 4ab + 16b is (A) 4b a (B) a + 4b (C) a 4b (D) None of these 8. The L.C.M. of 6x 19x + 10 and x + x is (A) (x 5) (x + 1) (x + ) (B) (x + 1) (x + 5) (x ) (C) (x ) (x 5) (x + 1) (D) None of the above 9. The value of p for which the function 4x 4 1x + 17x 1x + p is a perfect square is (A) 4 (B) 4 (C) (D) None of these 10. What must be added to (x + 7x + 4) (x + 7x ) to make it a perfect square? (A) 9 (B) 9 (C) 1 (D) None of these

14 ANSWERS SUBJECTIVE LEVEL I 8 1. k = 9. a = 1 5.,, 5. (x ) (x + 5) (x + 1) 7. 6x(x + y + z) (y + z x) 8. x LEVEL II (x + 9). 151x + 15x 1. 4, 4. Rem: 59 7, x 1 x (i) (1 + a) (1 5a + 1a ) (ii) (a + b + c) (a + b c) (b + c a) (c + a b) OBJECTIVE LEVEL I 1. B. A. C 4. C 5. A 6. C 7. A 8. T 9. T 10. T LEVEL II 1. A. A. B 4. A 5. B 6. C 7. A 8. C 9. A 10. B

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

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

, a 1. , a 2. ,..., a n

, a 1. , a 2. ,..., a n CHAPTER Points to Remember :. Let x be a variable, n be a positive integer and a 0, a, a,..., a n be constants. Then n f ( x) a x a x... a x a, is called a polynomial in variable x. n n n 0 POLNOMIALS.

More information

Downloaded from

Downloaded from Question 1: Exercise 2.1 The graphs of y = p(x) are given in following figure, for some polynomials p(x). Find the number of zeroes of p(x), in each case. (i) (ii) (iii) Page 1 of 24 (iv) (v) (v) Page

More information

Question 1: The graphs of y = p(x) are given in following figure, for some Polynomials p(x). Find the number of zeroes of p(x), in each case.

Question 1: The graphs of y = p(x) are given in following figure, for some Polynomials p(x). Find the number of zeroes of p(x), in each case. Class X - NCERT Maths EXERCISE NO:.1 Question 1: The graphs of y = p(x) are given in following figure, for some Polynomials p(x). Find the number of zeroes of p(x), in each case. (i) (ii) (iii) (iv) (v)

More information

Lesson 7.1 Polynomial Degree and Finite Differences

Lesson 7.1 Polynomial Degree and Finite Differences Lesson 7.1 Polynomial Degree and Finite Differences 1. Identify the degree of each polynomial. a. 3x 4 2x 3 3x 2 x 7 b. x 1 c. 0.2x 1.x 2 3.2x 3 d. 20 16x 2 20x e. x x 2 x 3 x 4 x f. x 2 6x 2x 6 3x 4 8

More information

1. A polynomial p(x) in one variable x is an algebraic expression in x of the form

1. A polynomial p(x) in one variable x is an algebraic expression in x of the form POLYNOMIALS Important Points 1. A polynomial p(x) in one variable x is an algebraic expression in x of the form p(x) = a nx n +a n-1x n-1 + a 2x 2 +a 1x 1 +a 0x 0 where a 0, a 1, a 2 a n are constants

More information

Higher Portfolio Quadratics and Polynomials

Higher Portfolio Quadratics and Polynomials Higher Portfolio Quadratics and Polynomials Higher 5. Quadratics and Polynomials Section A - Revision Section This section will help you revise previous learning which is required in this topic R1 I have

More information

Class IX Chapter 2 Polynomials Maths

Class IX Chapter 2 Polynomials Maths NCRTSOLUTIONS.BLOGSPOT.COM Class IX Chapter 2 Polynomials Maths Exercise 2.1 Question 1: Which of the following expressions are polynomials in one variable and which are No. It can be observed that the

More information

Algebra I. Book 2. Powered by...

Algebra I. Book 2. Powered by... Algebra I Book 2 Powered by... ALGEBRA I Units 4-7 by The Algebra I Development Team ALGEBRA I UNIT 4 POWERS AND POLYNOMIALS......... 1 4.0 Review................ 2 4.1 Properties of Exponents..........

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

Skills Practice Skills Practice for Lesson 10.1

Skills Practice Skills Practice for Lesson 10.1 Skills Practice Skills Practice for Lesson.1 Name Date Higher Order Polynomials and Factoring Roots of Polynomial Equations Problem Set Solve each polynomial equation using factoring. Then check your solution(s).

More information

Roots and Coefficients Polynomials Preliminary Maths Extension 1

Roots and Coefficients Polynomials Preliminary Maths Extension 1 Preliminary Maths Extension Question If, and are the roots of x 5x x 0, find the following. (d) (e) Question If p, q and r are the roots of x x x 4 0, evaluate the following. pq r pq qr rp p q q r r p

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

Algebraic Expressions

Algebraic Expressions Algebraic Expressions 1. Expressions are formed from variables and constants. 2. Terms are added to form expressions. Terms themselves are formed as product of factors. 3. Expressions that contain exactly

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

ANSWERS. CLASS: VIII TERM - 1 SUBJECT: Mathematics. Exercise: 1(A) Exercise: 1(B)

ANSWERS. CLASS: VIII TERM - 1 SUBJECT: Mathematics. Exercise: 1(A) Exercise: 1(B) ANSWERS CLASS: VIII TERM - 1 SUBJECT: Mathematics TOPIC: 1. Rational Numbers Exercise: 1(A) 1. Fill in the blanks: (i) -21/24 (ii) -4/7 < -4/11 (iii)16/19 (iv)11/13 and -11/13 (v) 0 2. Answer True or False:

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

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

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

Warm-Up. Use long division to divide 5 into

Warm-Up. Use long division to divide 5 into Warm-Up Use long division to divide 5 into 3462. 692 5 3462-30 46-45 12-10 2 Warm-Up Use long division to divide 5 into 3462. Divisor 692 5 3462-30 46-45 12-10 2 Quotient Dividend Remainder Warm-Up Use

More information

L1 2.1 Long Division of Polynomials and The Remainder Theorem Lesson MHF4U Jensen

L1 2.1 Long Division of Polynomials and The Remainder Theorem Lesson MHF4U Jensen L1 2.1 Long Division of Polynomials and The Remainder Theorem Lesson MHF4U Jensen In this section you will apply the method of long division to divide a polynomial by a binomial. You will also learn to

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

Chapter 2 Formulas and Definitions:

Chapter 2 Formulas and Definitions: Chapter 2 Formulas and Definitions: (from 2.1) Definition of Polynomial Function: Let n be a nonnegative integer and let a n,a n 1,...,a 2,a 1,a 0 be real numbers with a n 0. The function given by f (x)

More information

L1 2.1 Long Division of Polynomials and The Remainder Theorem Lesson MHF4U Jensen

L1 2.1 Long Division of Polynomials and The Remainder Theorem Lesson MHF4U Jensen L1 2.1 Long Division of Polynomials and The Remainder Theorem Lesson MHF4U Jensen In this section you will apply the method of long division to divide a polynomial by a binomial. You will also learn to

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

6x 3 12x 2 7x 2 +16x 7x 2 +14x 2x 4

6x 3 12x 2 7x 2 +16x 7x 2 +14x 2x 4 2.3 Real Zeros of Polynomial Functions Name: Pre-calculus. Date: Block: 1. Long Division of Polynomials. We have factored polynomials of degree 2 and some specific types of polynomials of degree 3 using

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

ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS

ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS ZEROS OF POLYNOMIAL FUNCTIONS ALL I HAVE TO KNOW ABOUT POLYNOMIAL FUNCTIONS TOOLS IN FINDING ZEROS OF POLYNOMIAL FUNCTIONS Synthetic Division and Remainder Theorem (Compressed Synthetic Division) Fundamental

More information

CHAPTER 2 POLYNOMIALS KEY POINTS

CHAPTER 2 POLYNOMIALS KEY POINTS CHAPTER POLYNOMIALS KEY POINTS 1. Polynomials of degrees 1, and 3 are called linear, quadratic and cubic polynomials respectively.. A quadratic polynomial in x with real coefficient is of the form a x

More information

1.3 Algebraic Expressions. Copyright Cengage Learning. All rights reserved.

1.3 Algebraic Expressions. Copyright Cengage Learning. All rights reserved. 1.3 Algebraic Expressions Copyright Cengage Learning. All rights reserved. Objectives Adding and Subtracting Polynomials Multiplying Algebraic Expressions Special Product Formulas Factoring Common Factors

More information

Maths Extension 2 - Polynomials. Polynomials

Maths Extension 2 - Polynomials. Polynomials Maths Extension - Polynomials Polynomials! Definitions and properties of polynomials! Factors & Roots! Fields ~ Q Rational ~ R Real ~ C Complex! Finding zeros over the complex field! Factorization & Division

More information

Pre-Algebra 2. Unit 9. Polynomials Name Period

Pre-Algebra 2. Unit 9. Polynomials Name Period Pre-Algebra Unit 9 Polynomials Name Period 9.1A Add, Subtract, and Multiplying Polynomials (non-complex) Explain Add the following polynomials: 1) ( ) ( ) ) ( ) ( ) Subtract the following polynomials:

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

Chapter 8. Exploring Polynomial Functions. Jennifer Huss

Chapter 8. Exploring Polynomial Functions. Jennifer Huss Chapter 8 Exploring Polynomial Functions Jennifer Huss 8-1 Polynomial Functions The degree of a polynomial is determined by the greatest exponent when there is only one variable (x) in the polynomial Polynomial

More information

Chapter 5 Rational Expressions

Chapter 5 Rational Expressions Worksheet 4 (5.1 Chapter 5 Rational Expressions 5.1 Simplifying Rational Expressions Summary 1: Definitions and General Properties of Rational Numbers and Rational Expressions A rational number can be

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

ISSUED BY KENDRIYA VIDYALAYA - DOWNLOADED FROM Chapter - 2. (Polynomials)

ISSUED BY KENDRIYA VIDYALAYA - DOWNLOADED FROM   Chapter - 2. (Polynomials) Chapter - 2 (Polynomials) Key Concepts Constants : A symbol having a fixed numerical value is called a constant. Example : 7, 3, -2, 3/7, etc. are all constants. Variables : A symbol which may be assigned

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

Dividing Polynomials: Remainder and Factor Theorems

Dividing Polynomials: Remainder and Factor Theorems Dividing Polynomials: Remainder and Factor Theorems When we divide one polynomial by another, we obtain a quotient and a remainder. If the remainder is zero, then the divisor is a factor of the dividend.

More information

SYMBOL NAME DESCRIPTION EXAMPLES. called positive integers) negatives, and 0. represented as a b, where

SYMBOL NAME DESCRIPTION EXAMPLES. called positive integers) negatives, and 0. represented as a b, where EXERCISE A-1 Things to remember: 1. THE SET OF REAL NUMBERS SYMBOL NAME DESCRIPTION EXAMPLES N Natural numbers Counting numbers (also 1, 2, 3,... called positive integers) Z Integers Natural numbers, their

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

3.3 Dividing Polynomials. Copyright Cengage Learning. All rights reserved.

3.3 Dividing Polynomials. Copyright Cengage Learning. All rights reserved. 3.3 Dividing Polynomials Copyright Cengage Learning. All rights reserved. Objectives Long Division of Polynomials Synthetic Division The Remainder and Factor Theorems 2 Dividing Polynomials In this section

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

Lesson 11: The Special Role of Zero in Factoring

Lesson 11: The Special Role of Zero in Factoring Lesson 11: The Special Role of Zero in Factoring Student Outcomes Students find solutions to polynomial equations where the polynomial expression is not factored into linear factors. Students construct

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

PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION. The basic aim of this note is to describe how to break rational functions into pieces.

PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION. The basic aim of this note is to describe how to break rational functions into pieces. PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION NOAH WHITE The basic aim of this note is to describe how to break rational functions into pieces. For example 2x + 3 = + x 3 x +. The point is that we don

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

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

6.3 Partial Fractions

6.3 Partial Fractions 6.3 Partial Fractions Mark Woodard Furman U Fall 2009 Mark Woodard (Furman U) 6.3 Partial Fractions Fall 2009 1 / 11 Outline 1 The method illustrated 2 Terminology 3 Factoring Polynomials 4 Partial fraction

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

PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION. The basic aim of this note is to describe how to break rational functions into pieces.

PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION. The basic aim of this note is to describe how to break rational functions into pieces. PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION NOAH WHITE The basic aim of this note is to describe how to break rational functions into pieces. For example 2x + 3 1 = 1 + 1 x 1 3 x + 1. The point is that

More information

UNIT 3: POLYNOMIALS AND ALGEBRAIC FRACTIONS. A polynomial is an algebraic expression that consists of a sum of several monomials. x n 1...

UNIT 3: POLYNOMIALS AND ALGEBRAIC FRACTIONS. A polynomial is an algebraic expression that consists of a sum of several monomials. x n 1... UNIT 3: POLYNOMIALS AND ALGEBRAIC FRACTIONS. Polynomials: A polynomial is an algebraic expression that consists of a sum of several monomials. Remember that a monomial is an algebraic expression as ax

More information

Learning Objectives These show clearly the purpose and extent of coverage for each topic.

Learning Objectives These show clearly the purpose and extent of coverage for each topic. Preface This book is prepared for students embarking on the study of Additional Mathematics. Topical Approach Examinable topics for Upper Secondary Mathematics are discussed in detail so students can focus

More information

Get Ready. 6. Expand using the distributive property. a) 6m(2m 4) b) 8xy(2x y) c) 6a 2 ( 3a + 4ab) d) 2a(b 2 6ab + 7)

Get Ready. 6. Expand using the distributive property. a) 6m(2m 4) b) 8xy(2x y) c) 6a 2 ( 3a + 4ab) d) 2a(b 2 6ab + 7) Get Ready BLM 5 1... Classify Polynomials 1. Classify each polynomial by the number of terms. 2y x 2 + 3x + 2 c) 6x 2 y + 2xy + 4 d) x 2 + y 2 e) 3x 2 + 2x + y 4 6. Expand using the distributive property.

More information

MATHEMATICAL METHODS UNIT 1 CHAPTER 4 CUBIC POLYNOMIALS

MATHEMATICAL METHODS UNIT 1 CHAPTER 4 CUBIC POLYNOMIALS E da = q ε ( B da = 0 E ds = dφ. B ds = μ ( i + μ ( ε ( dφ 3 MATHEMATICAL METHODS UNIT 1 CHAPTER 4 CUBIC POLYNOMIALS dt dt Key knowledge The key features and properties of cubic polynomials functions and

More information

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: =

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: = Dividing Polynomials Prepared by: Sa diyya Hendrickson Name: Date: Let s begin by recalling the process of long division for numbers. Consider the following fraction: Recall that fractions are just division

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

More Polynomial Equations Section 6.4

More Polynomial Equations Section 6.4 MATH 11009: More Polynomial Equations Section 6.4 Dividend: The number or expression you are dividing into. Divisor: The number or expression you are dividing by. Synthetic division: Synthetic division

More information

6A The language of polynomials. A Polynomial function follows the rule. Degree of a polynomial is the highest power of x with a non-zero coefficient.

6A The language of polynomials. A Polynomial function follows the rule. Degree of a polynomial is the highest power of x with a non-zero coefficient. Unit Mathematical Methods Chapter 6: Polynomials Objectives To add, subtract and multiply polynomials. To divide polynomials. To use the remainder theorem, factor theorem and rational-root theorem to identify

More information

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2)

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2) Math 001 - Term 161 Recitation (R1, R) Question 1: How many rational and irrational numbers are possible between 0 and 1? (a) 1 (b) Finite (c) 0 (d) Infinite (e) Question : A will contain how many elements

More information

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

More information

Operations w/polynomials 4.0 Class:

Operations w/polynomials 4.0 Class: Exponential LAWS Review NO CALCULATORS Name: Operations w/polynomials 4.0 Class: Topic: Operations with Polynomials Date: Main Ideas: Assignment: Given: f(x) = x 2 6x 9 a) Find the y-intercept, the equation

More information

UNIT 5 VOCABULARY: POLYNOMIALS

UNIT 5 VOCABULARY: POLYNOMIALS 3º ESO Bilingüe Page 1 UNIT 5 VOCABULARY: POLYNOMIALS 1.1. Monomials A monomial is an algebraic expression consisting of only one term. A monomial can be any of the following: A constant: 2 4-5 A variable:

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

4 Unit Math Homework for Year 12

4 Unit Math Homework for Year 12 Yimin Math Centre 4 Unit Math Homework for Year 12 Student Name: Grade: Date: Score: Table of contents 3 Topic 3 Polynomials Part 2 1 3.2 Factorisation of polynomials and fundamental theorem of algebra...........

More information

APPENDIX : PARTIAL FRACTIONS

APPENDIX : PARTIAL FRACTIONS APPENDIX : PARTIAL FRACTIONS Appendix : Partial Fractions Given the expression x 2 and asked to find its integral, x + you can use work from Section. to give x 2 =ln( x 2) ln( x + )+c x + = ln k x 2 x+

More information

Algebra of. polynomials2

Algebra of. polynomials2 polynomials2 Algebra of Polynomial functions are used to model many physical situations. One such example, the effect of gravity on falling objects, was investigated experimentally by Galileo Galilei (1564

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

Section III.6. Factorization in Polynomial Rings

Section III.6. Factorization in Polynomial Rings III.6. Factorization in Polynomial Rings 1 Section III.6. Factorization in Polynomial Rings Note. We push several of the results in Section III.3 (such as divisibility, irreducibility, and unique factorization)

More information

Multiplication of Polynomials

Multiplication of Polynomials Summary 391 Chapter 5 SUMMARY Section 5.1 A polynomial in x is defined by a finite sum of terms of the form ax n, where a is a real number and n is a whole number. a is the coefficient of the term. n is

More information

Polynomial Functions and Models

Polynomial Functions and Models 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 4: Polynomial Functions and Rational Functions Section 4.1 Polynomial Functions and Models

More information

Additional Practice Lessons 2.02 and 2.03

Additional Practice Lessons 2.02 and 2.03 Additional Practice Lessons 2.02 and 2.03 1. There are two numbers n that satisfy the following equations. Find both numbers. a. n(n 1) 306 b. n(n 1) 462 c. (n 1)(n) 182 2. The following function is defined

More information

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

More information

Algebraic Expressions and Identities

Algebraic Expressions and Identities ALGEBRAIC EXPRESSIONS AND IDENTITIES 137 Algebraic Expressions and Identities CHAPTER 9 9.1 What are Expressions? In earlier classes, we have already become familiar with what algebraic expressions (or

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

8.4 Partial Fractions

8.4 Partial Fractions 8.4 1 8.4 Partial Fractions Consider the following integral. (1) 13 2x x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that (2) 13 2x x 2 x 2 = 3 x 2 5 x+1 We could then

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

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

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note Math 001 - Term 171 Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note x A x belongs to A,x is in A Between an element and a set. A B A is a subset of B Between two sets. φ

More information

Review all the activities leading to Midterm 3. Review all the problems in the previous online homework sets (8+9+10).

Review all the activities leading to Midterm 3. Review all the problems in the previous online homework sets (8+9+10). MA109, Activity 34: Review (Sections 3.6+3.7+4.1+4.2+4.3) Date: Objective: Additional Assignments: To prepare for Midterm 3, make sure that you can solve the types of problems listed in Activities 33 and

More information

UMUC MATH-107 Final Exam Information

UMUC MATH-107 Final Exam Information UMUC MATH-07 Final Exam Information What should you know for the final exam? Here are some highlights of textbook material you should study in preparation for the final exam. Review this material from

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

Polynomial Functions

Polynomial Functions Polynomial Functions Polynomials A Polynomial in one variable, x, is an expression of the form a n x 0 a 1 x n 1... a n 2 x 2 a n 1 x a n The coefficients represent complex numbers (real or imaginary),

More information

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

AMB111F Notes 1: Sets and Real Numbers

AMB111F Notes 1: Sets and Real Numbers AMB111F Notes 1: Sets and Real Numbers A set is a collection of clearly defined objects called elements (members) of the set. Traditionally we use upper case letters to denote sets. For example the set

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

ILLUSTRATIVE EXAMPLES

ILLUSTRATIVE EXAMPLES CHAPTER Points to Remember : POLYNOMIALS 7. A symbol having a fied numerical value is called a constant. For e.g. 9,,, etc.. A symbol which may take different numerical values is known as a variable. We

More information

B.Sc. MATHEMATICS I YEAR

B.Sc. MATHEMATICS I YEAR B.Sc. MATHEMATICS I YEAR DJMB : ALGEBRA AND SEQUENCES AND SERIES SYLLABUS Unit I: Theory of equation: Every equation f(x) = 0 of n th degree has n roots, Symmetric functions of the roots in terms of the

More information

27 Wyner Math 2 Spring 2019

27 Wyner Math 2 Spring 2019 27 Wyner Math 2 Spring 2019 CHAPTER SIX: POLYNOMIALS Review January 25 Test February 8 Thorough understanding and fluency of the concepts and methods in this chapter is a cornerstone to success in the

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

POLYNOMIALS 3 rd LEVEL BILINGUAL SECTION

POLYNOMIALS 3 rd LEVEL BILINGUAL SECTION POLYNOMIALS 3 rd LEVEL BILINGUAL SECTION Mª del Pilar Morales Bernal 1 Polynomials Introduction The history of algebra began in ancient Egypt and Babylon, where people learned to solve linear (ax = b)

More information

Problems in Algebra. 2 4ac. 2a

Problems in Algebra. 2 4ac. 2a Problems in Algebra Section Polynomial Equations For a polynomial equation P (x) = c 0 x n + c 1 x n 1 + + c n = 0, where c 0, c 1,, c n are complex numbers, we know from the Fundamental Theorem of Algebra

More information

Power and Polynomial Functions. College Algebra

Power and Polynomial Functions. College Algebra Power and Polynomial Functions College Algebra Power Function A power function is a function that can be represented in the form f x = kx % where k and p are real numbers, and k is known as the coefficient.

More information

A polynomial expression is the addition or subtraction of many algebraic terms with positive integer powers.

A polynomial expression is the addition or subtraction of many algebraic terms with positive integer powers. LEAVING CERT Honours Maths notes on Algebra. A polynomial expression is the addition or subtraction of many algebraic terms with positive integer powers. The degree is the highest power of x. 3x 2 + 2x

More information

CLASS - X Mathematics (Real Number)

CLASS - X Mathematics (Real Number) CLASS - X Mathematics (Real Number) 1. 7 11 13 15 + 15is a (a) Composite number (c) Prime number (b) Whole number (d) None of these. For what least value of n a natural number, ( 4) n is divisible by 8?

More information

Algebra II Vocabulary Word Wall Cards

Algebra II Vocabulary Word Wall Cards Algebra II Vocabulary Word Wall Cards Mathematics vocabulary word wall cards provide a display of mathematics content words and associated visual cues to assist in vocabulary development. The cards should

More information

8. Limit Laws. lim(f g)(x) = lim f(x) lim g(x), (x) = lim x a f(x) g lim x a g(x)

8. Limit Laws. lim(f g)(x) = lim f(x) lim g(x), (x) = lim x a f(x) g lim x a g(x) 8. Limit Laws 8.1. Basic Limit Laws. If f and g are two functions and we know the it of each of them at a given point a, then we can easily compute the it at a of their sum, difference, product, constant

More information

P4 Polynomials and P5 Factoring Polynomials

P4 Polynomials and P5 Factoring Polynomials P4 Polynomials and P5 Factoring Polynomials Professor Tim Busken Graduate T.A. Dynamical Systems Program Department of Mathematics San Diego State University June 22, 2011 Professor Tim Busken (Graduate

More information

Polynomial Review Problems

Polynomial Review Problems Polynomial Review Problems 1. Find polynomial function formulas that could fit each of these graphs. Remember that you will need to determine the value of the leading coefficient. The point (0,-3) is on

More information