1 Polynomials

A polynomial in x is a function of the form

p ( x ) = a 0 + a 1 x + a 2 x 2 + a n x n ( a n 0 , n a non-negative integer)

where a 0 , a 1 , a 2 , , a n are constants. We say that this polynomial p has degree equal to n . (The degree of a polynomial is the highest power to which the argument, here it is x , is raised.) Such functions are relatively simple to deal with, for example they are easy to differentiate and integrate. In this Section we will show ways in which a function of interest can be approximated by a polynomial.

First we briefly ensure that we are certain what a polynomial is.

Example 1

Which of these functions are polynomials in x ? In the case(s) where f is a polynomial, give its degree.

  1. f ( x ) = x 2 2 1 x ,
  2. f ( x ) = x 4 + x 6 ,
  3. f ( x ) = 1 ,
  4.   f ( x ) = m x + c ,   m and c are constants.
  5. f ( x ) = 1 x 6 + 3 x 3 5 x 3
Solution
  1. This is not a polynomial because of the 1 x term (no negative powers of the argument are

      allowed in polynomials).

  2. This is a polynomial in x of degree 4.

  3. This is a polynomial of degree 0.

  4. This straight line function is a polynomial in x of degree 1 if m 0 and of degree 0 if m = 0 .
  5. This is a polynomial in x of degree 6.
Task!

Which of these functions are polynomials in x ? In the case(s) where f is a polynomial, give its degree.

  1. f ( x ) = ( x 1 ) ( x + 3 )
  2. f ( x ) = 1 x 7
  3. f ( x ) = 2 + 3 e x 4 e 2 x
  4. f ( x ) = cos ( x ) + sin 2 ( x )
  1. This function, like all quadratics, is a polynomial of degree 2.

  2. This is a polynomial of degree 7.

3. and 4. These are not polynomials in x . Their Maclaurin expansions have infinitely many terms.

We have in fact already seen, in HELM booklet  16, one way in which some functions may be approximated by polynomials. We review this next.