Week 1.1EVALUATING FUNCTIONS
Week 1.1EVALUATING FUNCTIONS
LOGO
Evaluating
Functions
September 21, 2021
Lemery Senior High School
Company
LOGO
OBJECTIVE
S
At the end of the lesson, the students are
expected to:
1. evaluate a function;
2. determine the function
that will yield the indicated
y-value (output) given the
x-value (input);
OBJECTIVE
S
At the end of the lesson, the students are
expected to:
1. Perform addition,
subtraction, multiplication
and division, and
composition of functions.
WHAT’S
Directions: NEW?
Read and analyze the following
situation and answer the guide questions
that follow.
Problem 1: Each minute a
candle burns down the same
amount. Initially, the candle was
30 cm. and every minute it
decreases by one-half
centimeter.
GUIDE QUESTIONS:
What is the length of the candle
after 5 minutes?
1
c. r(x) =
WHAT IS IT?
Solution. Substituting 1.5 for x in the
functions above, we have
a. f(1.5) = 2(1.5) + 5
= 3 +5
= 8
b. q(1.5) = (1.5)2 − 4(1.5) + 1
= 2.25 – 6 + 1
= -2.75
c. r(1.5) =
= = 20
WHAT IS IT?
Example 2.
Given f(x) = 2x 2
Example 3. Given
f(x) = 3x – 2x +
2
7, find f(5m).
WHAT IS IT?
Solution. Replace every x in the equation by
(5m).
f(x) = 3x2 – 2x + 7
f(5m) = 3(5m)2 – 2(5m) + 7
Square 5m first, before multiplying by
3. (PEMDAS)
f(5m) = 3(25m2) – 2(5m) + 7
f(5m) = 75m2 – 10m + 7
There are no like terms, since they have
different literal coefficients.
So, the answer is f(5m) = 75m2 – 10m + 7
(Note: the answer is in terms of m.)
WHAT IS IT?
Example 4. Given
f(x) = 2x +5x –
2
4, find f(2a+1).
WHAT IS IT?
Solution. When substituting
expressions, like 2a+1, into a
function,
using parentheses will help
prevent algebraic errors. For this
problem, use (2a+1) to replace x.
f (2a + 1) = 2(2a + 1)2 + 5(2a + 1)
-4
= 2(4a2 + 4a + 1) + 10a
+5-4
= 8a2 + 8a + 2 + 10a +
ACTIVITY
A. DIRECTIONS: Evaluate the following
functions.
17
______1) Find f(3) if f(x) = 7x – 4
14
______2) Find g(-1) if g(x) = 10 – 4x
221
______3) Find h(10) if h(x) = 2x2 + 3x – 9
-25 What is the value of k(-2) if
______4)
k(m) = (m + 7)(2m-1) ?
𝟐
𝒏 + 𝟗𝒏 +𝟓 What is the value of f(n+1) if
______5)
f(x) = x2 + 7x – 3 ?
WHAT’S
MORE?
Evaluating Piece-wise Functions
Example 5. f(x) =
find f(-3)
WHAT’S
MORE?
Solution: Since we are looking
for the value of f(-3), which
means the value of x is -3,
Use f(x) = 7x – 4 because -3
is less than 0.
f(x) = 7x – 4
f(-3) = 7(-3) – 4
f(-3) = –21 – 4
f(-3) = –25
WHAT’S
MORE?
Evaluating Piece-wise Functions
Example 6.
In Taal Lake Resort, a
banca tour to Taal Volcano
costs P450.00 intended for 7
passengers only. Additional
passengers are charged
P80.00 per head.
WHAT’S
Solution:
MORE?
Let x = the number of
passengers.
f(x) = the cost of the banca tour
2. Find: a. f(-2)
b. f(7)
c. f(3)
Addition of Functions
Solution to Example 1
(f + g) (x) = f (x) + g (x)
= (3x – 2) + (x2+ 2x – 3)
= x2 + 5x – 5
Subtraction of Functions
Solution to Example 2
(f – g)(x) = f (x) – g (x)
= (x2 – 5) – (5x + 4)
= x2 – 5 – 5x – 4
= x2 – 5x – 9
Multiplication of Functions
Solution to Example 3
(fg)(x) = (3x – 2)(x2 + 2x – 3)
= 3x (x2 + 2x – 3) – 2(x2 + 2x –3)
= 3x3 + 6x2 – 9x – 2x2 – 4x + 6
= 3x3 + 4x2 – 13x + 6
Division of Functions
where g(x) ≠ 0.
Example 4