Skip to main content

Polynomials and Division

Subject: Additional Mathematics
Topic: 3
Cambridge Code: 4037 / 0606


Introduction to Polynomials

Polynomial - Expression with terms containing powers of a variable with non-negative integer exponents

Standard Form

P(x)=anxn+an1xn1++a1x+a0P(x) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0

where an0a_n \neq 0 and nn is the degree

Examples

  • P(x)=2x35x2+3x7P(x) = 2x^3 - 5x^2 + 3x - 7 (degree 3, cubic)
  • Q(x)=x4+2x21Q(x) = x^4 + 2x^2 - 1 (degree 4, quartic)
  • R(x)=5x+2R(x) = 5x + 2 (degree 1, linear)

Degree

Degree - Highest power of the variable


Polynomial Division

Long Division Method

Used to divide P(x)P(x) by divisor D(x)D(x)

Form: P(x)=D(x)×Q(x)+R(x)P(x) = D(x) \times Q(x) + R(x)

where:

  • P(x)P(x) is the dividend
  • D(x)D(x) is the divisor
  • Q(x)Q(x) is the quotient
  • R(x)R(x) is the remainder

Example: Divide x35x2+8x4x^3 - 5x^2 + 8x - 4 by x1x - 1

              x² - 4x + 4
___________________
x - 1 | x³ - 5x² + 8x - 4
x³ - x²
___________
-4x² + 8x
-4x² + 4x
__________
4x - 4
4x - 4
_______
0

Result: x35x2+8x4x1=x24x+4\frac{x^3 - 5x^2 + 8x - 4}{x-1} = x^2 - 4x + 4

Synthetic Division

Faster method for dividing by linear divisors (xa)(x - a)

Steps:

  1. List coefficients of dividend
  2. Use divisor value aa
  3. Apply synthetic division algorithm

Example: Divide x35x2+8x4x^3 - 5x^2 + 8x - 4 by x1x - 1

1 |  1  -5   8  -4
| 1 -4 4
|_________________
1 -4 4 0

Result: Quotient x24x+4x^2 - 4x + 4, remainder 00


Remainder Theorem

Remainder Theorem - When polynomial P(x)P(x) is divided by (xa)(x-a), the remainder is P(a)P(a)

P(x)=(xa)×Q(x)+P(a)P(x) = (x-a) \times Q(x) + P(a)

Finding Remainder

To find remainder when P(x)P(x) is divided by (xa)(x-a):

Simply evaluate P(a)P(a)

Example

Find remainder when P(x)=x35x2+8x4P(x) = x^3 - 5x^2 + 8x - 4 is divided by (x1)(x-1)

P(1)=15+84=0P(1) = 1 - 5 + 8 - 4 = 0

Remainder is 00

Another Example

Find remainder when P(x)=2x3+3x25x+1P(x) = 2x^3 + 3x^2 - 5x + 1 is divided by (x+2)(x+2)

P(2)=2(8)+3(4)5(2)+1P(-2) = 2(-8) + 3(4) - 5(-2) + 1 =16+12+10+1=7= -16 + 12 + 10 + 1 = 7

Remainder is 77


Factor Theorem

Factor Theorem - (xa)(x-a) is a factor of P(x)P(x) if and only if P(a)=0P(a) = 0

Application

If P(a)=0P(a) = 0, then (xa)(x-a) is a factor and: P(x)=(xa)×Q(x)P(x) = (x-a) \times Q(x)

Finding Factors

Steps:

  1. List possible factors using rational root theorem
  2. Test each: if P(a)=0P(a) = 0, then (xa)(x-a) is a factor
  3. Use polynomial division to find quotient Q(x)Q(x)
  4. Repeat with Q(x)Q(x) if degree > 1

Example

Factorize P(x)=x35x2+8x4P(x) = x^3 - 5x^2 + 8x - 4

Test x=1x = 1: P(1)=15+84=0P(1) = 1 - 5 + 8 - 4 = 0

So (x1)(x-1) is a factor

Using division: P(x)=(x1)(x24x+4)P(x) = (x-1)(x^2-4x+4)

Factorizing quadratic: x24x+4=(x2)2x^2 - 4x + 4 = (x-2)^2

Complete factorization: P(x)=(x1)(x2)2P(x) = (x-1)(x-2)^2


Rational Root Theorem

Rational Root Theorem - Possible rational roots of P(x)=anxn++a0P(x) = a_nx^n + \cdots + a_0 are:

±factors of a0factors of an\pm \frac{\text{factors of } a_0}{\text{factors of } a_n}

Example

For P(x)=2x35x24x+3P(x) = 2x^3 - 5x^2 - 4x + 3:

  • Possible rational roots: ±1,±3,±12,±32\pm 1, \pm 3, \pm \frac{1}{2}, \pm \frac{3}{2}

Key Points to Remember

  1. Polynomial division similar to long division
  2. Remainder theorem: remainder = P(a)P(a) when dividing by (xa)(x-a)
  3. Factor theorem: P(a)=0P(a) = 0 means (xa)(x-a) is a factor
  4. Always check remainder or use factor theorem
  5. Rational root theorem limits possible roots to test

Worked Examples

Example 1: Polynomial Division

Divide 2x3+x27x62x^3 + x^2 - 7x - 6 by x+2x + 2

Using synthetic division with a=2a = -2:

-2 |  2   1  -7  -6
| -4 6 2
|_________________
2 -3 -1 0

Result: Quotient 2x23x12x^2 - 3x - 1, remainder 00

Example 2: Remainder Theorem

Find remainder when P(x)=x4+2x33x+5P(x) = x^4 + 2x^3 - 3x + 5 is divided by (x2)(x-2)

P(2)=16+166+5=31P(2) = 16 + 16 - 6 + 5 = 31

Remainder is 3131

Example 3: Factor Theorem

Show that (x+1)(x+1) is a factor of P(x)=x3+2x2x2P(x) = x^3 + 2x^2 - x - 2

P(1)=1+2+12=0P(-1) = -1 + 2 + 1 - 2 = 0

Yes, (x+1)(x+1) is a factor


Practice Questions

  1. Divide x43x2+5x2x^4 - 3x^2 + 5x - 2 by:

    • x1x - 1
    • x+2x + 2
  2. Use remainder theorem to find remainder when P(x)=2x35x+3P(x) = 2x^3 - 5x + 3 is divided by (x1)(x-1) and (x+2)(x+2)

  3. Factorize completely:

    • x36x2+11x6x^3 - 6x^2 + 11x - 6
    • 2x3+3x28x122x^3 + 3x^2 - 8x - 12

Revision Tips

  • Remainder theorem saves time finding remainders
  • Factor theorem identifies roots directly
  • Synthetic division faster for linear divisors
  • Always check factors by testing with factor theorem