Notes – Polynomials

A polynomial function, px , is an algebraic expression that takes the form   p(x)=anxn+an–1xn–1+............+a2x2+a1x+ao , an≠0

where the coefficients  an , an–1 , an–2 , ............ , a1 , a0 are real numbers, and the powers n, n–1 , n–2 , ........ are non- negative integers

The degree of a polynomial is the highest power of  x in the expression.

SYNTHETIC DIVISION

Dividing a cubic polynomial  p(x)=a3x3+a2x2+a1x+a0 by a linear polynomial  x–k .

Quotient =  a3x2+b1x+bo   , Remainder = R

THE REMAINDER THEOREM

For any polynomial px , the remainder when divided by  x–α is pα .

Q. Find the remainder when  3x4+4x2–2x+1 is divided by  x+2 .

Remainder =  p–2=3–24+4–22–2–2+1 = 69

THE FACTOR THEOREM

x–α is a factor of  px if and only if  pα=0 .

Q. Find the value of  k if  x–1 is a factor of  hx=x3–kx2+2x–1 .

Since  x–1 is a factor of  hx , so  h1=0

⇒13–k12+21–1=0

⇒k=2

Given a polynomial anxn+an–1xn–1+............+a2x2+a1x+ao , an≠0

has a factor px–q if and only if  p is a factor of  an and  q is a factor of  a0 .

This result is useful in helping us guess potential factors of a given polynomial.

The polynomial: hx=x3+3x2+6x+8

can be factorised if we can find a factor (px – q) where p is a factor of 1 and q is a factor of 4.
Factors of 1 are 1 × 1 and factors of 4 are ±1 × ±4 and ±2 × ±2, so possible factors of hx  are  x±1 , x±2 and x±4 .

x=–2 , gives  h–2=0 . So, x+2 is one of the factors of  hx .