LESSON 1 - FUNCTIONS AND EVALUATION OF FUNCTIONS
LESSON 1 - FUNCTIONS AND EVALUATION OF FUNCTIONS
Functions, Evaluating
Functions and
Operation on Functions
Relation is a rule that relates values
from a set of values (Domain) to a
second set of values (Range).
Functions
Two General Features of a Function
1 One-to-One Functions
2 Many-to-One Functions
Three Ways
of
Representing Functions
Mapping Diagram
f(-2) = 5(-2) – 3
f(-2) = -10 – 3
f(-2) = -13
b. f(x) = 5x – 3
if f
f = 5() – 3
f = –3
f=
c. f(x) = 5x – 3
if f(4x + 2)
= 2x2 + x – x – 3 + 1
= 2x2 - 2
c. (f * g) (x) = (2x2 + x – 3) (x – 1)
= 2x3 + x2 -3x -2x2 – x + 3
= 2x3 - x2 - 4x + 3
d. =
=
= 2x + 3
Composite Functions
A function made of
other functions, where
the output of one is the
input to the other.
Given two functions f and g, the
composite function, denoted by f ◦ g
(read as “f composed of g”), is
defined by (f ◦ g) (x) = f[g(x)].
Example:
If f(x) = 2x + 5 and g(x) = x +
3, find:
a. (f ◦ g) (x)
b. (f ◦ g) (2)
a. (f ◦ g) (x) = f[g(x)]
= 2(x + 3) + 5
= 2x + 6 + 5
= 2x + 11
b. (f ◦ g) (2) = f[g(2)]
= 2 (x + 3) + 5
= 2x + 6 + 5
= 2x + 11
= 2(2) + 11
= 4 + 11
= 15
Thank you!