Functions

 

 

 

Contents

 

Relations

 

Functions

 

Composite Function

 

Inverse Functions

 

Absolute Valued Functions

 

Quiz 

 

 

Algebra Main Page

 

 

Composite Functions

Functions can be combined to give a composite function (sometimes called a function of a function).

Example 1

Two functions are given f(x) = x + 1 and g(x) = 3x. Illustrate the composite function derived by operating with f first on x and then with g on the result.

Starting with x = 1, f(1) = 2. Now operating with g we have g[f(1))] = g(2) = 6.

The composite function is produced from g[f(x)] which is written gf(x).
Note that this is written as gf but f is the first function to operate, followed by g. (It does NOT mean g x f.
Instead of calculating the results one by one, we can produce a formula for the composite function gf.

So gf: x 3x + 3. gf(x) is not the same as fg(x). The order of a composite function is important.

Example 2

A function f is defined by f:x x2 + 5x - 5 for x>0. Find the value of x which is unchanged by the mapping.

Since the image of x is x,

                 f(x) = x
i.e.   x2 + 5x - 5 = x
        x2 + 4x - 5 = 0
     (x + 5)(x - 1) = 0
                      x = -1 or 5

Since -5 is not in the domain, the value is 1.

Example 3

A function f is defined by f:x2x/(x - 1), x1.

(a) Obtain the expression for f2 and f3.
(b) State the values for which the functions f2 and f3 are not defined.
 
 
 
 
b) f2 is not defined when x = 1 or -1
    f3 is not defined when x = 1 or -1 or 1/3.