 |
| Operation on Real Functions |
 |
| Functions can be added, subtracted and multiplied. They can also be divided where the divisor function does not take the value zero. These operations create new functions. |
| |
| If f(x) and g(x) are two real valued functions, then for every value of x that belongs to both the domains of f and g, we can define the following functions: |
| |
| Sum Function: (f + g) (x) = f (x) + g (x) |
| |
| Difference Function: (f - g) (x) = f(x) - g(x) |
| |
| Product Function: fg(x) = f(x) g(x) |
| |
Domain of these functions are {Domain f} {Domain g} |
| |
| |
 |
| |
 |
| |
| |
(c f) (x) = c.f (x) for all x Domain (f) |
| |
| |
| |
| Example: |
| |
Let f(x) =  |
| |
g(x) =  |
| |
{Domain (f) = (0, ) |
| |
 |
| |
 |
| |
| f + g (x) = f(x) + g (x) Domain |
| |
[0,1] |
| |
[0,1] |
| |
[0,1] |
| |
 |
| |
 |
| |
| |
 |
| |
| If range(f) C Dom(g), we define the composite function of g and f (gof) by |
| |
gof(x) = g [f(x)] for all x A |
| |
| If range (g) C dom f, we define the composite function (fog) of f and g by |
| |
fog (x) = f [g(x)] for all x X |
| |
| Example: |
| |
| Let f(x) = x2-1, g(x) = 3x-1 |
| |
| Domain f = R |
| |
| Domain g = R |
| |
| fog (x) = f [g(x)] |
| |
| (range of g C domain of f ) |
| |
| = f(3x-1) |
| |
| = (3x-1)2 - 1 |
| |
| = 9x2 + 1 - 6x - 1 |
| |
| = 9x2 - 6x |
| |
| Domain fog = R |
| |
| |
Let f : A B be a real valued one-one and onto function. |
| |
|
| |
| Therefore, we can define a function, (denoted by f-1) called 'the inverse of f ' as follows: |
| |
f-1 : B A such that |
| |
 |
| |
| Example: |
| |
If f: R R is defined by |
| |
| f(x) = 5x - 7, find f-1(x) and f-1(8). |
| |
| Suggested answer: |
| |
| Let f (x) = y, then y = 5x - 7 |
| |
 |
| |
| f is a one-one and onto function. |
| |
 |
| |
| This is inverse function of f. |
| |
 |
| |