<< Chapter < Page Chapter >> Page >

Many functions, though not all by any means, are defined by a single equation:

y = 3 x - 7 ,
y = ( x 2 + x + 1 ) 2 / 3 ,
x 2 + y 2 = 4 ,

(How does this last equation define a function?)

( 1 - x 7 y 11 ) 2 / 3 = ( x / ( 1 - y ) ) 8 / 17 .

(How does this equation determine a function?)

There are various types of functions, and they can be combined in a variety of ways to produce other functions.It is necessary therefore to spend a fair amount of time at the beginning of this chapter to present these definitions.

If f and g are two complex-valued functions with the same domain S , i.e., f : S C and g : S C , and if c is a complex number, we define f + g , f g , f / g (if g ( x ) is never 0), and c f by the familiar formulas:

( f + g ) ( x ) = f ( x ) + g ( x ) ,
( f g ) ( x ) = f ( x ) g ( x ) ,
( f / g ) ( x ) = f ( x ) / g ( x ) ,

and

( c f ) ( x ) = c f ( x ) .

If f and g are real-valued functions, we define functions max ( f , g ) and min ( f , g ) by

[ max ( f , g ) ] ( x ) = max ( f ( x ) , g ( x ) )

(the maximum of the numbers f ( x ) and g ( x ) ), and

[ min ( f , g ) ] ( x ) = min ( f ( x ) , g ( x ) ) ,

(the minimum of the two numbers f ( x ) and g ( x ) ).

If f is either a real-valued or a complex-valued function on a domain S , then we say that f is bounded if there exists a positive number M such that | f ( x ) | M for all x S .

There are two special types of functions of a real or complex variable, the even functions and the odd functions.In fact, every function that is defined on all of R or C (or, more generally, any function whose domain S equals - S ) can be written uniquely as a sum of an even part and an odd part.This decomposition of a general function into simpler parts is frequently helpful.

A function f whose domain S equals - S , is called an even function if f ( - z ) = f ( z ) for all z in its domain. It is called an odd function if f ( - z ) = - f ( z ) for all z in its domain.

We next give the definition for perhaps the most familiar kinds of functions.

A nonzero polynomial or polynomial function is a complex-valued function of a complex variable, p : C C , that is defined by a formula of the form

p ( z ) = k = 0 n a k z k = a 0 + a 1 z + a 2 z 2 + ... + a n z n ,

where the a k 's are complex numbers and a n 0 . The integer n is called the degree of the polynomial p and is denoted by deg ( p ) . The numbers a 0 , a 1 , ... , a n are called the coefficients of the polynomial.The domain of a polynomial function is all of C ; i.e., p ( z ) is defined for every complex number z .

For technical reasons of consistency, the identically 0 function is called the zero polynomial . All of its coefficients are 0 and its degree is defined to be - .

A rational function is a function r that is given by an equation of the form r ( z ) = p ( z ) / q ( z ) , where q is a nonzero polynomial and p is a (possibly zero) polynomial. The domain of a rational functionis the set S of all z C for which q ( z ) 0 , i.e., for which r ( z ) is defined.

Two other kinds of functions that are simple and important are step functions and polygonal functions.

Let [ a , b ] be a closed bounded interval of real numbers. By a partition of [ a , b ] we mean a finite set P = { x 0 < x 1 < ... < x n } of n + 1 points, where x 0 = a and x n = b .

The n intervals { [ x i - 1 , x i ] } , for 1 i n , are called the closed subintervals of the partition P , and the n intervals { ( x i - 1 , x i ) } are called the open subintervals of P .

We write P for the maximum of the numbers (lengths of the subintervals) { x i - x i - 1 } , and call the number P the mesh size of the partition P .

A function h : [ a , b ] C is called a step function if there exists a partition P = { x 0 < x 1 < ... < x n } of [ a , b ] and n numbers { a 1 , a 2 , ... , a n } such that h ( x ) = a i if x i - 1 < x < x i . That is, h is a step function if it is a constant function on each of the (open) subintervals ( x i - 1 , x i ) determined by a partition P . Note that the values of a step function at the points { x i } of the partition are not restricted in any way.

A function l : [ a , b ] R is called a polygonal function , or a piecewise linear function , if there exists a partition P = { x 0 < x 1 < ... < x n } of [ a , b ] and n + 1 numbers { y 0 , y 1 , ... , y n } such that for each x [ x i - 1 , x i ] , l ( x ) is given by the linear equation

l ( x ) = y i - 1 + m i ( x - x i - 1 ) ,

where m i = ( y i - y i 1 ) / ( x i - x i - 1 ) . That is, l is a polygonal function if it is a linear function on each of the closed subintervals [ x i - 1 , x i ] determined by a partition P . Note that the values of a piecewise linear function at the points { x i } of the partition P are the same, whether we think of x i in the interval [ x i - 1 , x i ] or [ x i , x i + 1 ] . (Check the two formulas for l ( x i ) . )

The graph of a piecewise linear function is the polygonal line joining the n + 1 points { ( x i , y i ) } .

There is a natural generalization of the notion of a step function that works for any domain S , e.g., a rectangle in the plane C . Thus, if S is a set, we define a partition of S to be a finite collection { E 1 , E 2 , ... , E n } of subsets of S for which

  1.   i = 1 n E i = S , and
  2.   E i E j = if i j .

Then, a step function on S would be a function h that is constant on each subset E i . We will encounter an even more elaborate generalized notion of a step function in Chapter V, but for now we will restrict our attention to step functions defined on intervals [ a , b ] .

The set of polynomials and the set of step functions are both closed under additionand multiplication, and the set of rational functions is closed under addition,multiplication, and division.

  1. Prove that the sum and product of two polynomials is again a polynomial.Show that deg ( p + q ) max ( deg ( p ) , deg ( q ) ) and deg ( p q ) = deg ( p ) + deg ( q ) . Show that a constant function is a polynomial, and that the degree of a nonzero constant function is 0.
  2. Show that the set of step functions is closed under addition and multiplication. Show also that the maximum and minimum of twostep functions is again a step function. (Be careful to note that different step functions may be determined bydifferent partitions. For instance, a partition determining the sum of two step functionsmay be different from the partitions determining the two individual step functions.) Note, in fact, that a step function can be determined by infinitely many different partitions.Prove that the sum, the maximum, and the minimum of two piecewise linear functions is again a piecewise linear function.Show by example that the product of two piecewise linear functions need not be piecewise linear.
  3. Prove that the sum, product, and quotient of two rational functions is again a rational function.
  4. Prove the Root Theorem: If p ( z ) = k = 0 n a k z k is a nonzero polynomial of degree n , and if c is a complex number for which p ( c ) = 0 , then there exists a nonzero polynomial q ( z ) = j = 0 n - 1 b j z j of degree n - 1 such that p ( z ) = ( z - c ) q ( z ) for all z . That is, if c is a “root” of p , then z - c is a factor of p . Show also that the leading coefficient b n - 1 of q equals the leading coefficient a n of p . HINT: Write
    p ( z ) = p ( z ) - p ( c ) = k = 0 n a k ( z k - c k ) = ... .
  5. Let f be a function whose domain S equals - S . Define functions f e and f o by the formulas
    f e ( z ) = f ( z ) + f ( - z ) 2 and f o ( z ) = f ( z ) - f ( - z ) 2 .
    Show that f e is an even function, that f o is an odd function, and that f = f e + f o . Show also that, if f = g + h , where g is an even function and h is an odd function, then g = f e and h = f o . That is, there is only one way to write f as the sum of an even function and an odd function.
  6. Use part (e) to show that a polynomial p is an even function if and only if its only nonzero coefficients are even ones, i.e., the a 2 k 's. Show also that a polynomial is an odd function if and only if itsonly nonzero coefficients are odd ones, i.e., the a 2 k + 1 's.
  7. Suppose p ( z ) = k = 0 n a 2 k z 2 k is a polynomial that is an even function. Show that
    p ( i z ) = k = 0 n ( - 1 ) k a 2 k z 2 k = p a ( z ) ,
    where p a is the polynomial obtained from p by alternating the signs of its nonzero coefficients.
  8. If q ( z ) = k = 0 n a 2 k + 1 z 2 k + 1 is a polynomial that is an odd function, show that
    q ( i z ) = i k = 0 n ( - 1 ) k a 2 k + 1 z 2 k + 1 = i q a ( z ) ,
    where again q a is the polynomial obtained from q by alternating the signs of its nonzero coefficients.
  9. If p is any polynomial, show that
    p ( i z ) = p e ( i z ) + p o ( i z ) = p e a ( z ) + i p o a ( z ) ,
    and hence that p e ( i z ) = p e a ( z ) and p o ( i z ) = i p o a ( z ) .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Analysis of functions of a single variable. OpenStax CNX. Dec 11, 2010 Download for free at http://cnx.org/content/col11249/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Analysis of functions of a single variable' conversation and receive update notifications?

Ask