More Operations with Functions: Practice Exercises
Here are various Exercises to accompany the section More
Operations with Functions.
For this section, you should assume the following function definitions:
- Let f be given by the following table:
| a |
f(a) |
-2
-1
0
1
2
3
4
5 |
1
-2
4
5
-1
0
3
2 |
- Let g(x) = 3x + 2.
- Let h be given by the following arrow diagram:

- Let p be the function which "squares the input, then subtracts
1 from the result."
- Let q be given by the following set of ordered pairs:
{(-2, 3), (-1, 1),
(0, -2), (1, 0), (2, 4), (3, 5), (4, -1), (5, 2)}.
- Let s(b) = (b - 2)/3.
- Let k be given by the following arrow diagram:

- Let t be the function which "takes the
reciprocal of the input, then adds 1 to the result."
- Let w be given by the following table:
| x |
w(x) |
-2
-1
0
1
2
3
4
5 |
-1
0
3
2
-2
4
5
1 |
Arithmetic with Functions
- Using the definitions given above,
evaluate
each of
the following functions at
the given input value:
- (f + w)(4)
- (s - g)(2)
- (h · k)(3)
- (p/q)(2)
- (3t)(5)
Solution.
- Using the definitions given above,
compute the indicated description for each of
the following functions:
- Give an arrow diagram for h · k. Hint:
Compute the value of the product on each possible input, then draw a
picture of the result.
- Give the table of values for f + w. Hint:
Compute the value of the sum on each possible input.
- Give a formula for p - g. Hint:
First determine the formula for p.
- Give a formula for s/g.
- Give a formula for 3t. Hint:
First determine the formula for t.
Solution.
Joining Functions
- Consider the following piecewise-defined
function:
Compute the following:
- f(-2)
- f(-1)
- f(0)
- f(1)
- f(2)
- f(3)
- f(4)
Solution.
Decomposing Functions
- Express each of following functions in the indicated
manner:
- If ,
determine formulas for functions g and k, so
that
, if h
is the square root function.
- If f(x) = 4(-x + 3)2 - 5,
determine formulas for functions g and k, so
that , if h
is the square function.
- If ,
determine formulas for functions g, h, and k, so
that f = k/g + h.
- If f(x) = x2(2x + 1) - |3x
- 4|,
determine formulas for functions g, h, and k, so
that f = k·g - h.
Solution.
Go to Principles of Graphing .