L01 Functions
L01 Functions
MODULE I
FUNCTIONS
CONTENTS:
GENERAL OBJECTIVES:
After completing this module, the students are expected to accomplish the
following:
define functions;
evaluate functions;
graph functions;
determine the domain and range of functions;
transform one function into another function and combine functions to
obtain new functions; and
enumerate some important functions and study their basic properties.
2
HISTORICAL NOTES:
SUGGESTED READINGS:
Anton, Howard. Calculus Brief Edition (6th edition). Wiley, Singapore: 1999.
SPECIFIC OBJECTIVES:
At the end of this lesson, the students are expected to accomplish the
following:
define functions;
distinguish between dependent and independent variables;
represent functions in different ways; and
evaluate functions.
INSTRUCTIONAL STRATEGIES:
Let them think about this question: “Did you notice that there is a simple
relationship between duration and cost? Can you write a formula to compute the
cost based on the value of the duration?”
In many practical situations, the value of one quantity may depend on the
value of a second quantity. For example,
The area A of a square depends on the value of its edge s. The rule
that associates A and s is given by A = s2, such that for each value of s
there corresponds one value of A.
The person’s salary S may depend on the number of hours h worked.
The fare F on public utility jeepney depends on distance d traveled.
For instance, for the first 4 kilometers, F is equal to P4.00 and an
additional P0.50 for the next succeeding kilometers, that is
F = 4, 0d4
F = 4 + 0.50d, d>4
The value of F depends on the value of d.
X Y
Figure 1.1
x 0 1 -1 2
y -1 0 0 3
Therefor e, the number assigned to 2 is
3.
Example 1.2. Determine whether or not each of the following sets represents a
function:
a. A = {(-1, -1), (10, 0), (2, -3), (-4, -1)}
b. B = {(2, a), (2, -a), (2, 2a), (3, a2)}
c. C = {(a, b)| a and b are integers and a = b2)
d. D = {(a, b)| a and b are positive integers and a = b2}
e. E = {(x, y)| y2 = x 4 }
Solutions:
a. A is a function. There are more than one element as the first component of
the ordered pair with the same second component namely (-1, -1) and
(-4, -1), called a many-to-one correspondence. One-to-many
correspondence is a not function but many-to-one correspondence is a
function.
b. B is a not a function. There exists one-to-many correspondence namely,
(2, a), (2, -a) and (2, 2a).
c. C is not a function. There exists a one-to-many correspondence in C such
as (1, 1) and (1, -1), (4, 2) and (4, -2), (9, 3) and (9, -3), etc.
d. D is a function. The ordered pairs with negative values in solution c above
are no longer elements of C since a and b are given as positive integers.
Therefore, one-to-many correspondence does not exist anymore in set D.
e. E is not a function because for every value of x, y will have two values.
Example 1.3. If f(x) = x 2 –1, find: (a) f(3), (b) f(0), (c) f(a), (d) f(a 2 +1), (e)
[f(a)]2, and (f) [f(a + h)]2.
Solutions:
a. f(3) = 32 – 1
=8
b. f(0) = 02 – 1
= -1
c. f(a) = a2 – 1
g( x h) g( x )
Example 1.4. Find (a) g(2 + h), (b) g(x + h), (c) where h 0 if
h
x
g(x) = .
x 1
Solutions:
k
Example 1.5. Given that F(x) = 1/x, show that F(x + k) – F(x) = .
x kx
2
Solution:
1
F(x) = 1/x and F(x + k) = , then
xk
1 1
F(x + k) – F(x) =
xk x
x x k
x( x k )
k
x kx
2
Example 1.7. If f(x, y) = x3 + 4xy2 + y3 , show that f(ax, ay) = a3f(x, y).
Solution:
Since f(x, y) = x3 + 4xy2 + y3 , then
f(ax, ay) = (ax)3 + 4(ax)(ay)2 + (ay)3
= a3x3 + 4a3xy2 + a3y3
= a3(x3 + 4xy2 + y3); but f(x, y) = x3 + 4xy2 + y3
Therefore: f(ax, ay) = a3f(x, y).
10
uv 1 1
Example 1.8. If f(u, v) = , find f , f(u, v).
uv u v
Solution:
1 1 v u
uv 1 1 v -u
f(u, v) = , and f , u v uv , then
uv u v 1 1 v u u v
u v uv
1 1 v -u u-v v -u-u v
f , f(u, v).
u v u v u v uv
- 2u 2v uv uv
2 ; but f(u, v)
uv u v u v
1 1
Therefore, f , f(u, v) -2f(u, v).
u v
11
EXERCISES:
4. If (x) = cos x, find (0), (/2), (), (-x) and ( - y).
5. If G(x) = tan x, find G(/6), G(x - /2), G(-x) and express G(2x) as function
of G(x).
3 4
6. Find all real values of x such that f(x) = 0 for f ( x ) .
x 1 x 2
7. Find the values of x for which f(x) = g(x) where f (x) 2x 1 and
g(x) = x – 1.
8. Let f(x) = ax such that f(1) = 6. What is the value of a? What is the value
of a if f(1/2) = 1/8?
y 1
10. If g(y) = 1 y , show that [g( y ) g( y )] g( y 2 ).
2