0% found this document useful (0 votes)
16 views8 pages

Evaluation and Operations Involving Functions.2

The document provides an overview of evaluating functions and performing operations involving functions in differential calculus. It explains the process of evaluating functions through substitution and simplification, along with sample problems demonstrating these concepts. Additionally, it covers basic operations such as addition, subtraction, multiplication, and division of functions, including examples to illustrate the application of these operations.

Uploaded by

Cielo Ricci Cero
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views8 pages

Evaluation and Operations Involving Functions.2

The document provides an overview of evaluating functions and performing operations involving functions in differential calculus. It explains the process of evaluating functions through substitution and simplification, along with sample problems demonstrating these concepts. Additionally, it covers basic operations such as addition, subtraction, multiplication, and division of functions, including examples to illustrate the application of these operations.

Uploaded by

Cielo Ricci Cero
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SCHOOL OF ENGINEERING AND ARCHITECTURE

ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)


EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS
EVALUATION OF FUNCTIONS
In the previous modules, we learned what a function is, and we also identified their domain and range. Now we shall
discover how to evaluate functions. Recall that a function is a “mathematical rule” that assigns a unique value of an input to its
corresponding unique output value. Basically, a function expresses the relationship between an input and output, or between an
independent variable and a dependent variable. Suppose we have the function 𝑦 = 𝑓(𝑥). For this function, 𝑥 is our input value
and 𝑦 is our output value.
Evaluation of functions is basically a two-step process that involves substitution and simplification. Since we have to
specify an input value to a function, we shall use this value and substitute it into the function itself. If the resulting expression can
be simplified, then we have to employ algebraic means and express the final answer in its simplest form.

Sample Problems
1. Given 𝑓(𝑥) = 5 − 𝑥 2 , evaluate the function at the given values of the independent variable and simplify
the result
a. 𝑓(0) c. 𝑓(−2)
b. 𝑓(√5) d. 𝑓(𝑡 − 1)

Before we will begin to solve this problem, let us have a short discussion of what is given here. We have the function
𝑓 (𝑥 ) which follows that the expression is given in terms of the variable 𝑥. The values 0, √5, −2 and 𝑡 − 1 are our
input values. Since we are asked to evaluate the function, we shall replace all variables in the function with the different
input values.
Solution: 𝑓 (𝑥 ) = 5 − 𝑥 2
a.)
𝑓 (0) = 5 − (0)2

𝑓 (0) = 5

b.)
2
𝑓(√5) = 5 − (√5)

𝑓(√5) = 5 − 5

𝑓(√5) = 0

c.)
𝑓 (−2) = 5 − (−2)2
𝑓 (−2) = 5 − (4)

𝑓 (−2) = 1
Prepared by: Engr. Nelson John M. Namuag
Engineering Sciences and Mathematics Department 1
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS

d.)
𝑓 (𝑡 − 1) = 5 − (𝑡 − 1)2
𝑓 (𝑡 − 1) = 5 − (𝑡 2 − 2𝑡 + 1)
𝑓 (𝑡 − 1) = 5 − 𝑡 2 + 2𝑡 − 1

𝑓 (𝑡 − 1) = 4 − 𝑡 2 + 2𝑡

Notice that for the first three (3) items, our input values are constants. Therefore, we expect that our output value is also
a constant. In the last item, our input value consists of the variable 𝑡. It follows that our final answer is still a function,
but this time, in terms of the new variable. As previously stated, our input value, or independent variable, can take on
many forms.

2. If 𝑓 (𝑥 ) = 3𝑥 − 1, evaluate the expression


𝑓 (𝑥 ) − 𝑓(1)
𝑥−1

In this problem, we are asked to evaluate the expression given above. Notice that it involves 𝑓(𝑥) and 𝑓(1). We are
already given 𝑓(𝑥) so all that is left for us is to evaluate 𝑓(1).
Solution:
𝑓 (1) = 3(1) − 1
𝑓 (1) = 2
Now let us substitute the data that we obtained into the expression
𝑓 (𝑥 ) − 𝑓 (1) 3𝑥 − 1 − 2
=
𝑥−1 𝑥−1
3𝑥 − 3
=
𝑥−1
The expression we just obtained above can still be simplified by factoring out 3 from the numerator. We see, then, that
we can cancel out common terms.
3(𝑥 − 1)
=
𝑥−1
𝑓 (𝑥 ) − 𝑓(1)
=3
𝑥−1

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 2
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS

4 𝑓𝑜𝑟 𝑥 ≤ 1
3. Given ℎ(𝑥 ) = { . Evaluate the following:
√𝑥 − 1 𝑓𝑜𝑟 𝑥 > 1
a. ℎ(0) b. ℎ(5)

The function ℎ(𝑥) given above is a type of function with multiple domains. Specifically, this is referred to as a piecewise
function. For piecewise functions, you just have to look at the input values for which the functions are defined. This can
be seen in the inequalities presented right next to each function.
Let us try to understand how piecewise functions work. Since the two given inequalities involve 1, let us visualize a
number line and use 1 as our reference point. For input values to the left of 1 and including 1 (hence we use the “less
than and equal” sign), we are dealing with the function ℎ(𝑥 ) = 4. However, for input values to the right of 1 (hence we
use the “greater than” sign), we are dealing with the function ℎ(𝑥 ) = √𝑥 − 1
Solution:
a.)
Notice that our input value is 0. If visualized on the number line, this is to left of 1. Therefore ℎ(𝑥 ) = 4. And since 4
is a constant, we need not substitute the input anymore. Therefore,

ℎ(0) = 4

We should be able to get the same final answer if our input values would be 1, −1, −2, −3 because, again, 4 is a
constant
b.)

This time, our input value is 5, which is to the right of 1. Therefore ℎ(𝑥 ) = √𝑥 − 1. Since this involves a variable 𝑥,
we shall replace 𝑥 with 5 and simplify the answer

ℎ(5) = √5 − 1

ℎ(5) = √4

ℎ(5) = 2

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 3
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS
OPERATIONS INVOLVING FUNCTIONS
After learning how to evaluate functions, this time we will tackle the different operations involving functions. Note that
operation here refers to the basic arithmetic operations such as addition, subtraction, multiplication and division. The goal of this
section is to combine two or more functions by means of arithmetic operations. Often times, a problem may specify two or more
functions and they express their relationship using arithmetic operations. When performing basic operations with functions, the
result may yield either a new function, a constant value or the function itself. At the end of this section, we shall also tackle a
special operation for functions which is the composition of functions.

Basic Operations Involving Functions:


Suppose 𝑓(𝑥) and 𝑔(𝑥) are two different functions involving the same independent variable, 𝑥

1. Sum Rule (𝑓 + 𝑔)(𝑥 ) = 𝑓 (𝑥 ) + 𝑔(𝑥)


2. Difference Rule (𝑓 − 𝑔)(𝑥 ) = 𝑓 (𝑥 ) − 𝑔(𝑥)
3. Product Rule (𝑓 ∙ 𝑔)(𝑥 ) = 𝑓 (𝑥 ) ∙ 𝑔(𝑥)
𝑓 𝑓(𝑥)
4. Quotient Rule ( ) (𝑥 ) =
𝑔 𝑔(𝑥)

Sample Problems
1 𝑔
1. Three functions are defined by 𝑓(𝑥 ) = 𝑥 + 1, 𝑔(𝑥 ) = √3𝑥, ℎ(𝑥 ) = 6−𝑥. Solve for (ℎ) (3) and
(𝑓 ∙ ℎ)(−2)
Solution:
a.)
𝑔
The notation (ℎ) (3) can be understood in two ways. First, we can start by getting the quotient by dividing 𝑔(𝑥) to ℎ(𝑥)
and then evaluating the result by substituting 3 into the resulting function. An alternative way for this is to use the formula
𝑔 𝑔 (3)
(ℎ) (3) = ℎ ( 3)
. Either way, we will be able to obtain the same answer. For this problem we will apply the first method and
then apply the second method in the next item so that you can decide for yourself which method best suits you.

𝑔 (𝑥 ) √3𝑥
= = √3𝑥(6 − 𝑥)
ℎ (𝑥 ) 1
6−𝑥
Evaluating at 𝑥 = 3

= √3(3)(6 − 3)

= √9(3)

= 3(3)
𝑔
( ) (3) = 9

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 4
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS
b.)
The notation (𝑓 ∙ ℎ)(−2), using the second method, can be rewritten as 𝑓(−2) ∙ ℎ(−2). That is, to evaluate the two
functions separately at the indicated input value and then multiplying the result thereafter.
𝑓 (−2) = −2 + 1
𝑓 (−2) = −1
1
ℎ(−2) =
6 − (−2)
1
ℎ(−2) =
6+2
1
ℎ(−2) =
8
1
(𝑓 ∙ ℎ)(−2) = −1 ( )
8
1
(𝑓 ∙ ℎ)(−2) = −
8
3𝑥−1 2𝑥+4 𝑓
2. If 𝑓 (𝑥 ) = 𝑥2 −25 and 𝑔(𝑥 ) = 𝑥2 −25 solve for (𝑓 + 𝑔)(𝑥 ), (𝑓𝑔)(𝑥 ) and (𝑔) (𝑥)
Solution:
For this certain problem, we are given two functions which are both rational expressions. What is asked of us is to solve the
resulting function if we add, multiply and divide the two. So we will be performing three (3) sets of solutions here.
a.)
(𝑓 + 𝑔)(𝑥 ) = 𝑓 (𝑥 ) + 𝑔(𝑥)
3𝑥 − 1 2𝑥 + 4
= 2
+ 2
𝑥 − 25 𝑥 − 25
Recall from basic algebra that when adding rational expressions with the same denominator, we can simply perform
addition/subtraction (depending on the operation involved) to combine like terms in the numerator.
3𝑥 − 1 + 2𝑥 + 4
=
𝑥 2 − 25
5𝑥 + 3
=
𝑥 2 − 25

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 5
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS
b.)
3𝑥 − 1 2𝑥 + 4
(𝑓𝑔)(𝑥 ) = ( 2
)( 2 )
𝑥 − 25 𝑥 − 25
Recall from basic algebra that when multiplying rational expressions, we multiply the numerators and denominators
accordingly. For this problem, note that since both denominators are the same, we can use laws of exponents to combine
the two functions, under one common base and then adding the exponents. For the numerator, apply foil method.
(3𝑥 − 1)(2𝑥 + 4)
(𝑓𝑔)(𝑥 ) =
(𝑥 2 − 25)2
6𝑥 2 + 12𝑥 − 2𝑥 − 4
=
(𝑥 2 − 25)2
6𝑥 2 + 10𝑥 − 4
=
(𝑥 2 − 25)2
As a rule of thumb for most calculus courses, it is okay not to expand binomial expressions in most rational expressions
anymore. It is more preferable to try to express the final answer in factored form, if there are no more common terms in the
numerator and denominator. So, here we shall not manipulate the expression in the denominator, and we shall factor out a
2 from the numerator. Thus, our final answer is

2(3𝑥 2 + 5𝑥 − 2)
=
(𝑥 2 − 25)2

c.)
3𝑥 − 1
𝑓 2
( ) (𝑥 ) = 𝑥 − 25
𝑔 2𝑥 + 4
𝑥 2 − 25
Recall that when performing division involving rational expressions, especially if the resulting operation leads to complex
fractions, we can get the reciprocal of the divisor and then multiply it to the dividend. If we do exactly that, then we can
eliminate the hassle of having to deal with complex fractions. Thus, the expression above can be rewritten as
3𝑥 − 1 𝑥 2 − 25
= ⋅
𝑥 2 − 25 2𝑥 + 4
Note that we can cancel out common terms in the numerator and denominator here. Therefore, our final answer is

3𝑥 − 1
=
2𝑥 + 4

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 6
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS
COMPOSITION OF FUNCTIONS
Composition of functions is a special type of operation on functions. Similar to the previous topic, it still involves two
or more functions. But for composition of functions, we are dealing with a function within a function. Consider the definition
below.

Definition of a Composite Function


Let f and g be two functions of the same independent variable, say 𝑥.
The function (𝑓 𝑜 𝑔)(𝑥 ) = 𝑓(𝑔(𝑥 )) is the composite function of 𝑓
with 𝑔. The domain of 𝑓 𝑜 𝑔 is the set of all 𝑥 in the domain of 𝑔
such that 𝑔(𝑥) is in the domain of 𝑓.

To solve a simple composite function problem, say 𝑓(𝑔(𝑥 )), take the function 𝑔(𝑥) and then substitute the entire
function into 𝑓(𝑥). If possible, try to simplify the answer. A composite function may have more than two functions within functions.
Suppose (𝑓 𝑜 𝑔 𝑜 ℎ)(𝑥), this is considered to be equal to 𝑓(𝑔(ℎ(𝑥 ))). To solve problems involving composite functions of
three or more functions, always begin on the inner composite function, and progressing to the outer composite function.

Sample Problem
3
1. If 𝑓 (𝑥 ) = 𝑥 and 𝑔(𝑥 ) = 𝑥 2 − 1, solve for (𝑔 𝑜 𝑓)(𝑥) and (𝑓 𝑜 𝑔)(𝑥)
Solution:
a.)
(𝑔 𝑜 𝑓 )(𝑥 ) = 𝑔(𝑓 (𝑥 ))

The expression above suggests that we take the function 𝑓(𝑥) first and then substitute it into 𝑔(𝑥). Therefore, we should
be able to get

3 2
=( ) −1
𝑥̇
9
= −1
𝑥2
9 − 𝑥2
=
𝑥2
b.)
(𝑓 𝑜 𝑔)(𝑥 ) = 𝑓(𝑔(𝑥 ))

The expression above suggests that we take the function 𝑔(𝑥) first and then substitute it into 𝑓(𝑥). Therefore, we should
be able to get

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 7
SEM 1 SY 2020-2021
SCHOOL OF ENGINEERING AND ARCHITECTURE
ESM 1030 – ENGINEERING CALCULUS 1 (DIFFERENTIAL CALCULUS)
EVALUATION OF FUNCTIONS AND OPERATIONS INVOLVING FUNCTIONS
3
=
𝑥2 −1

PRACTICE PROBLEMS
2
(−𝑥 )3 𝑓𝑜𝑟 𝑥 < 0
1. If 𝑓(𝑥 ) = { 4 𝑓𝑜𝑟 𝑥 = 0 solve for 𝑓 (−8), 𝑓 (0), 𝑓(1)
𝑥+2 𝑓𝑜𝑟 𝑥 > 0
𝑓(𝑥+ℎ)−𝑓(𝑥)
2. For 𝑓(𝑥 ) = 𝑥 2 + 4𝑥, find ℎ
3𝑥 2 −5 2
3. Given the function ℎ(𝑥 ) = , evaluate ℎ(− 3) and ℎ(𝑎 − 2)
𝑥2
𝑥+1 1
4. If 𝑓(𝑥 ) = 𝑥−1 and 𝑔(𝑥 ) = 𝑥, find (𝑓 + 𝑔)(𝑥 ) and (𝑓𝑔)(𝑥)
5. Compute for (𝑓 𝑜 𝑔)(𝑐) for 𝑓 (𝑥 ) = √𝑥 2 − 36, 𝑔(𝑥 ) = 𝑥 2 − 3𝑥 if 𝑐 = 5

Answers

𝑓(−8) = 4, 𝑓(0) = 4, 𝑓(1) = 3


𝑓(𝑥 + ℎ) − 𝑓(𝑥)
= 2𝑥 + 4 + ℎ

2 33 3𝑎2 − 12𝑎 + 7
ℎ (− ) = − , ℎ(𝑎 − 2) =
3 4 (𝑎 − 2)2
2
𝑥 + 2𝑥 − 1 𝑥+1
(𝑓 + 𝑔)(𝑥) = , (𝑓𝑔)(𝑥) =
𝑥(𝑥 − 1) 𝑥(𝑥 − 1)
𝑓(𝑔(𝑐)) = 8

Prepared by: Engr. Nelson John M. Namuag


Engineering Sciences and Mathematics Department 8
SEM 1 SY 2020-2021

You might also like