2 Jan 1999


olynomials

A polynomial of degree n in x is an expression of the form

P(x) = a0xn + a1xn - 1 + a2xn - 2 + ¼ + an - 1x + an
where a0, a1, ¼, an - 1an are constants with a0 ¹ 0, and n ³ 0 is an integer.

The constants a0, a1, ¼, an - 1an are called the coefficients of xn, xn - 1, ¼, x1, x0 respectively.

  1. If a polynomial f(x) is divided by a linear divisor (ax + b), then we may write
  2. f(x) = (ax + b)Q(x) + R,

    where Q(x) is the quotient and R is the remainder.

  3. If a polynomial f(x) is divided by a quadratic divisor (ax2 + bx + c), then we may write
  4. f(x) = (ax2 + bx + c)Q(x) + (Rx + S),

    where Q(x) is the quotient and (Rx + S) is the remainder.


emainder Theorem

If a polynomial f(x) is divided by (x - a),
then the remainder is f(a).

In general, if f(x) is divided by (ax - b),
then the remainder is f(b/a).


actor Theorem

If (x - a) is a factor of f(x), then f(x) = 0.

Conversely, if f(a) = 0, then (x - a) is a factor of f(x).


xamples

Example 1:  The expression 2x3 + ax2 + bx + 2 is exactly divisible by (x + 2) and leaves a remainder of 12 on division by (x - 2).  Calculate the values of a and b and factorise the expression completely.

Solution:


Example 2:  When the polynomial P(x) is divided by (x - 1) the remainder is 7, and when divided by (x - 3) the remainder is 13.  Find, by writing

P(x) = (x - 1)(x - 3)Q(x) + ax + b,
the remainder when P(x) is divided by (x - 1)(x - 3).  If P(x) is a cubic in which the coefficient of x3 is unity and P(2) = 6, determine Q(x).

Solution:


Hosted by www.Geocities.ws

1