POLYNOMIALS

SUBJECT: FURTHER MATHEMATICS

CLASS: SSS 1

 

WEEK ONE

TOPIC: POLYNOMIALS 1

SUB-TOPICS

(a) Definition of polynomials.

(b) Basic operations on polynomials.

(c) Remainder and factor theorem.

(d) Zeros of polynomials.

SUB-TOPIC 1

Definition of Polynomials

A polynomial is a mathematical expression which is a sum of terms, each term consisting a variable or variables raised to a power and multiplied by a coefficient. A polynomial of one variable x (univariate) has the following as its general form:

anxn + an-1xn-1 + … + a2x2 + a1x + a0

where the highest power of the variable n is the degree of the polynomial; the numerical constants an, an-1, … a2, a1 are called the coefficients of the polynomial, while a0 is called the constant term.

Examples of polynomials include:

  • 3x2 – 2x + 4
  • 2x3 + 3x2 + 5x + 3

A function whose values are given by a polynomial is called a polynomial function. Eg: f(x) = 2x3 + 3x2 + 5x + 3

An equation that is obtained when we set a polynomial equal to zero is called a polynomial equation. E.g.: 2x3 + 3x2 + 5x + 3 = 0

Equality of polynomials

Two polynomials,

P(x) = anxn + an-1xn-1 + … + a2x2 + a1x + a0 and

Q(x) = bnxn + bn-1xn-1 + … + b2x2 + b1x + b0

are said to be equal if:

an = bn

an-1 = bn-1

a2 = b2

a1 = b1

a0 = b0

The value that is obtained by substituting a for x in a polynomial P(x) is denoted by P(a).

SUB-TOPIC 2

Basic operations on polynomial

Addition and Subtraction of Polynomials

Given

P(x) = anxn + an-1xn-1 + … + a2x2 + a1x + a0 and

Q(x) = bnxn + bn-1xn-1 + … + b2x2 + b1x + b0

Then,

P(x) + Q(x) = (an + bn) xn + (an-1 + bn-1) xn-1 + … + (a2 + b2) x2 + (a1 + b1) x + a0 + b0

Similarly,

P(x) + Q(x) = (an – bn) xn + (an-1 – bn-1) xn-1 + … + (a2 – b2) x2 + (a1 – b1) x + a0 – b0

Examples:

  1. Given P(x) = 5x3 – 3x2 + 4x + 7; Q(x) = 6x2 + 5x – 4; R(x) = 8x3 + 5x – 2.

Find, (a) P(x) + Q(x); (b) R(x) – P(x); (c) P(x) + 2Q(x) – 3R(x).

  1. If F(x) = 3x3 + 4x2 – 5x + 9, find: (a) F(-1). (b) F(1). (c) F(0). (d) F(3).

Solution:

  1. (a) P(x) + Q(x) = (5x3 – 3x2 + 4x + 7) + (6x2 + 5x – 4)

= 5x3 + (– 3x2 + 6x2) + (4x + 5x) + (7 + (-4))

= 5x3 + 3x2 + 9x + 3

(b) R(x) – P(x) = (8x3 + 5x – 2) – (5x3 – 3x2 + 4x + 7)

= (8x3 – 5x3) + (0 – (-3x2)) + (5x – 4x) + ((-2) -7)

= 3x3 + 3x2 + x – 9

(c) P(x) + 2Q(x) – 3R(x) = (5x3 – 3x2 + 4x + 7) + 2(6x2 + 5x – 4) – 3(8x3 + 5x – 2)

= (5x3 – 3x2 + 4x + 7) + (12x2 + 10x – 8) – (24x3 + 15x – 6)

= 5x3 – 3x2 + 4x + 7 + 12x2 + 10x – 8 – 24x3 – 15x + 6

= 5x3 – 24x3 – 3x2 + 12x2 + 4x + 10x – 15x + 7 – 8 + 6

= – 19x3 + 9x2 – x + 5

  1. F(x) = 3x3 + 4x2 – 5x + 9
  2. F(-1) = 3(-1)3 + 4(-1)2 – 5(-1) + 9

= 3(-1) + 4(1) – 5(-1) + 9

= -3 + 4 + 5 + 9

= 15

  1. F(1) = 3(1)3 + 4(1)2 – 5(1) + 9

= 3(1) + 4(1) – 5 + 9

= 3 + 4 – 5 + 9

= 11

  1. F(0) = 3(0)3 + 4(0)2 – 5(0) + 9

= 9

  1. F(3) = 3(3)3 + 4(3)2 – 5(3) + 9

= 3(27) + 4(9) – 15 + 9

= 81 + 36 – 15 + 9

= 111

Class activity

  1. Given that P1(x) = 2x2 + 3x + 4; P2(x) = 4x2 – 6x + 8; P3(x) = 5x3 – 3x2 + 5x + 6. Find 4 P1(x) + 5 P2(x) – 2 P3(x).
  2. If f(x) = x4 – 3x3 + x2 + 3x – 2, show that f(1) = f(2).

Multiplication of Polynomials

The multiplication of two polynomials is obtained by using every term of one polynomial to multiply each term of the other polynomial and collecting together like terms.

When a polynomial of degree m is multiplied by another polynomial of degree n, another polynomial of degree m + n is obtained.

Examples

  1. Given P(x) = 7x3 – 4x2 + 3x +4 and Q(x) = 5x2 + 6x +1. Find PQ.

Solution:

Method 1:

PQ = (7x3 – 4x2 + 3x +4)(5x2 + 6x +1)

= 7x3(5x2 + 6x +1) – 4x2(5x2 + 6x +1) + 3x(5x2 + 6x +1) +4(5x2 + 6x +1)

= 35x5 + 42x4 + 7x3 – 20x4 – 24x3 – 4x2 + 15x3 + 18x2 + 3x + 20x2 + 24x + 4

Rearrange

= 35x5 + 42x4 – 20x4 + 7x3 – 24x3 + 15x3 – 4x2 + 18x2 + 20x2 + 24x + 3x + 4

= 35x5 + 22x4 – 2x3 + 34x2 + 27x + 4

Method 2: (Long Multiplication)

7x3 – 4x2 + 3x +4

X 5x2 + 6x + 1

7x3 – 4x2 + 3x +4

42x4 – 24x3 + 18x2 + 24x

35x5 – 20x4 + 15x3 + 20x2

35x5 + 22x4 – 2x3 +34x2 + 27x +4

  1. Given that P(x) = 5x3 + 3x2 – 2x + 4 and Q(x) = 2x2 + 1, find P(x).Q(x)

Solution

Method 1:

PQ = QP = (2x2 + 1) (5x3 + 3x2 – 2x + 4)

= 2x2(5x3 + 3x2 – 2x + 4) + 1 (5x3 + 3x2 – 2x + 4)

= 10x5 + 6x4 – 4x3 + 8x2 + 5x3 + 3x2 – 2x + 4

= 10x5 + 6x4 + x3 +11x2 – 2x + 4

Method 2:

5x3 + 3x2 – 2x + 4

2x2 + 1

5x3 + 3x2 – 2x + 4

10x5 + 6x4 – 4x3 + 8x2

10x5 + 6x4 + 2x3 +11x2 – 2x +4

Class activity

  1. If f(x) = 3x2 – 2x + 3, g(x) = x2 – 3x + 4 and h(x) = x2 + 5, find f(x).g(x).h(x).
  2. Given that P1(x) = 5x3 + 3x2 – 2x + 6; P2(x) = x3 + 4x2 – 3x + 1 and P3(x) = 2x3 – 3x2 + 3x + 2, find (i) (P1 + P2)P3 (ii) (P2 – P3)P1.

Division of polynomials

A polynomial f(x) can be divided by another polynomial g(x), provided the degree of g(x) is not greater than that of f(x).

So, we could divide say x3 + 3x2 – x + 1 (3rd degree), by x-2 (1st degree), but not x – 2 by x3 + 3x2 –x + 1.

If n ≥ m, the result of dividing a polynomial of degree n by a polynomial of degree m is another polynomial of degree n – m.

Suppose we want to divide x3 + 3x2 – x + 1 by x-2, the polynomial x3 + 3x2 – x + 1is called the dividend while the polynomial x-2 is called the divisor. The result of the division is called the quotient and what is left after the division is called the remainder.

Examples

  1. Find the quotient and remainder when x3 + 3x2 –x + 1 is divided by x – 2.
  2. Find the quotient and remainder when 4x3 – x2 + x – 5 is divided by x2 + x – 1.

Solution 1.

Step 1: Divide the first term of the dividend by the first term of the divisor to obtain the first term of the quotient.

X2

x3 + 3x2 – x + 1

x + 1

X – 2

Step 2: Multiply the divisor by the first term of the quotient gotten and write the result under the dividend.

X2

x3 + 3x2 – x + 1

x3 – 2x2

x

X – 2

Step 3: Subtract the product obtained in step 2 from the dividend.

X2

x3 + 3x2 – x + 1

x3 – 2x2

5x2 – x + 1

x

X – 2

Step 4: Repeat steps 1, 2, and 3 with x2 – 5x + 1 as the new dividend.

X2 + 5x

X – 2

x3 + 3x2 – x + 1

x3 – 2x2

5x2 – x + 1

5x2–10x

9x + 1

x

Step 5: Repeat steps 1, 2, and 3 with 9x + 1 as the new dividend.

X2 + 5x + 9

x3 + 3x2 – x + 1

-(x3 – 2x2)

5x2 – x + 1

-(5x2–10x)

9x + 1

-(9x -18)

19

x

X – 2

 

Note: x3 + 3x2 – x + 1 is the dividend.

x – 2 is the divisor.

X2 + 5x + 9 is the quotient.

19 is the remainder.

We can combine the quotient, divisor and remainder to get the polynomial as follows:

x3 + 3x2 –x + 1 = (x – 2) x (x2 + 5x + 9) + 19

Polynomial (P) = Divisor (D) x Quotient (Q) + Remainder(R)

Solution 2

4x – 5

x2 + x – 1 4x3 – x2 + x – 5

-(4x3 + 4x2 – 4x)

  • 5x2 + 5x – 5

-(-5x2 – 5x + 5)

10x – 10

Note that in each of the examples above, the degree of Q = degree of P – degree of D and that the degree of R is one less than the degree of D. The degree of a remainder is one less than that of the divisor.

Class activity

  1. Find the quotients and remainders when P(x) = 6x3 + 4x2 – x + 5 is divided by:
  2. 3x2 + 2x +1
  3. x3 – 3x + 2
  4. A polynomial is divided by x + 1. The quotient is 2x – 3 and the remainder is 3, find the polynomial.

SUB-TOPIC 3

Remainder and factor theorem

The long division method used in the previous sub-topic helps us to determine, not only the quotient but also the remainder.

Consider the example 1 of the previous sub-topic:

Find the remainder when x3 + 3x2 –x + 1 is divided by x – 2.

X2 + 5x + 9

x3 + 3x2 – x + 1

-(x3 – 2x2)

5x2 – x + 1

-(5x2–10x)

9x + 1

-(9x -18)

19

x

X – 2

Hence when P(x) is divided by x – 2, the remainder is 19

Now find P(2).

P(2) = (2)3 + 3(2)2 – (2) + 1 = 8 + 12 – 2 + 1 = 19.

From the above, you would have observed that when p(x) is divided by x – a, the remainder is f(a). This forms the basis of Remainder theorem.

The Remainder theorem states that if a polynomial p(x) is divided by x – a, the remainder is p(a).

More generally, if p(x) is divided by ax + b, then the remainder is p(

A special case of the remainder theorem is when p(x) leaves no remainder when it is divided by x – a. when this happens, we say x – a is a factor of p(x).

This modified theorem is called factor theorem and it is states that if p(a) = 0 then x – a is a factor.

Examples

  1. Find the remainder when 2x2 – 5x + 6 is divided by x – 3.
  2. Determine the values of p and q if (x – 1) and (x + 2) are factor of 2x3 + px2 – x + q.

Solution:

  1. Let f(x) = 2x2 – 5x + 6

Let R be the remainder when f(x) is divided by x – 3

Then,

R = f(3)

F(3) = 2(3)2 – 5(3) + 6

= 2(9) – 15 + 6

= 18 – 15 + 6

= 9

  1. Let f(x) = 2x3 + px2 – x + q

If x – 1 is a factor of f(x), then

F(1) = 0

F(1) = 2(1)3 + p(1)2 – (1) + q

= 2 + p – 1 + q

= p + q + 2 – 1

= p + q + 1

p + q + 1 = 0 …. (1)

If x + 2 is a factor of f(x), then

F(-2) = 0

F(-2) = 2(-2)3 + p(-2)2 – (-2) + q

= 2(-8) + p(4) – (-2) + q

= -16 + 4p + 2 + q

= 4p + q -14

4p + q -14 = 0 … (2)

Solving simultaneously…

Subtract (1) from (2)

3p – 15 = 0

3p = 15

P = 5

Substitute the value of p into (2)

q = 14 – 4p

q = 14 – 4(5)

q = 14 – 20

q = -6

Hence p = 5, q = -6

Class activity

  1. Find the remainders without performing long division when
  2. x3 +5x2 – 3x + 1 is divided by x + 1
  3. 2x3 – 4x2 + x – 3 is divided by x + 2
  4. If (3x – 1) is a factor of the polynomial f(x) = 4x3 – 4x2 – x + p, find the value of the constant p.

SUB-TOPIC 4

Zero polynomials

Given a polynomial function f(x), the value x = a such that f(a) = 0 is called the zero of the polynomial.

A zero of the function f(x) is a root of the equation f(x) = 0.

To obtain the zeros of a polynomial f(x), set f(x) = 0 and solve the equation.

Examples:

  1. Find the zeros of the following polynomials:
  2. F(x) = x2 – 7x + 12
  3. G(x) = x2 – 16
  4. 2 is a factor of 32, find the values of the constants and state the zeros of

Solution 1:

  1. Set f(x) = 0

x2 – 7x + 12 = 0

x2 – 3x – 4x + 12 = 0

x(x – 3) – 4(x – 3) = 0

(x – 3)(x – 4) = 0

x = 3 or x = 4

Hence the zeros of f(x) are 3 and 4.

  1. Set g(x) = 0

x2 – 16 = 0

(x – 4)(x + 4) = 0

x = 4 or x = -4

Hence the zeros of g(x) are 4 and -4.

Solution 2:

If 2 is a factor, it means the zeros of 2 when substituted into will give the complete value of

from 2

2

 

(x + 2) (x – 3) = 0

x = -2 or x = 3

3(3)3 2

3(-2)3 2

From equation (i),

Substitute

Hence,

3232

To get the third factor of divide by 2

 

2 32

32

  • 2

2

0 0 0

The third factor is ⇒ hence,

More generally, an nth degree polynomial will have n zeros while an equation of degree n will have n roots.

Class activity

Given that a and b are the zeros of the polynomial f(x) = x2 – x – 6 with a˃b, and that g(x) = f(x + 2), find:

  1. g(a) + g(b)
  2. g(a) – g(b)
  3. g(a) x g(b)

PRACTICE QUESTIONS

  1. Given that P(x) = ax2 + bx + 1, P(1) = 6 and P(-1) = 2, determine the values of a and b.
  2. In the identity ax2 + bx + c = x2 – 2, find a, b, c.
  3. Given that f(x) = x3 + 3x2 + 3x + 1 and g(x) = x3 +- 3x2 + 3x -1, find (a) f(x) + g(x) (b) f(x) – g(x) (c) f(x) x g(x)
  4. Given that p(x) = ax2 + bx +1, p(1) = 6 and p(-1) = 2, determine the values of a and b.
  5. Find the quotients and remainders when P(x) = 6x3 + 4x2 – x + 5 is divided by:
  6. 3x2 + 2x +1
  7. x3 – 3x + 2
  8. A polynomial is divided by x + 1. The quotient is 2x – 3 and the remainder is 3, find the polynomial.

EVALUATION

  1. The polynomial has the same remainder when divided by (x+2) and (x-1). Find the value of constant q. (A) -11 (B) -9 (c) -3 (D) -1
  2. The polynomial has a remainder 20 when divided by (x – 2). Find the value of constant P. (A) 8 (B) 6 (C) -6 (D) -8
  3. Find the remainder when is divided by x-2 (A) 28 (B) – 28 (C) – 56 (D) 56
  4. The expression leaves a remainder of 6 when divided by x-k. The positive value of k is (A) 1 (B) 2 (C) 3 (D) 4
  5. Given f(x) = ax3 + 2x2 + bx + c, and f(0) = f(1) = 4 and f(-2) = 8, find the values of a, b and c.
  6. When is divided by (x-1), (x+2) and (x-3) the remainders are -14, 16 and 36 respectively. Find the values of the constants p, q and r and hence determine the quotient and remainder when f(x) is divided by x-4.
Spread the word if you find this helpful! Click on any social media icon to share