General Mathematics
General Mathematics
I. FUNCTIONS
● What is a function?
○ A set of ordered pairs of real numbers
(x,y) in which no distinct ordered pairs
have the same first number.
○ A relation in which each element of the
domain (x, the independent variable) is
paired with exactly one element of the EXAMPLE: Find the domain and range of the
range (y, the dependent variable). function f(x) = x + 1.
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
1
MATH 100
● Nonlinear Function
○ Quadratic Function
- It has a degree of 2 and its graph is a
parabola.
- The domain of any quadratic function
is the set of real numbers. In this case,
all real numbers can be squared, so all
real numbers can be used as values of
x.
- To determine the range of the ○ Using a graph of a polynomial function
function, remember that the square of a above, if we draw a vertical line
real number is always a nonnegative anywhere on this Cartesian plane, it will
real number. For instance, (-2²) = 4, 0² always intersect the graph of the
= 0, and 2² = 4. Thus, the range is the function. This means that all real
set of all nonnegative real numbers. numbers are used as -coordinates of
Generally, the range of a quadratic points on the graph. Hence, all real
function always contains restrictions numbers are part of the domain.
like this. If y = f(x) is a quadratic Similarly, any horizontal line drawn on
function, then its range can be written in the Cartesian plane will always
either of the forms y ≥ c or y ≤ c, where intersect the graph of the function as
c is a real number.Thus, the domain of well. This implies that all real numbers
f(x) is x ∈ ℝ and the range of f(x) is y ≥ are also used as -coordinates. Thus, all
0. real numbers are part of the range.
○ Polynomial Function
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
2
MATH 100
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
3
MATH 100
1. 3.
B. EVALUATION OF FUNCTIONS
Solution:
Step 1: Substitute the given values.
f(x) = -x + 1 ; x= -10
f(-10) = -(-10) + 1
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
4
MATH 100
Step 2: Simplify. 1
f(x) = -1 + x; x=
3
f(-10) = 10 + 1
f(-10) = 11 4 4
∴, f(-10) = 11 3 1 3
f( ) = -1 + ( )
4 4 4
2. p(x) = 3x; Find p(-6)
Step 2: Simplify.
3 3
Solution: f( ) = -1 +
4 16
Step 1: Substitute the given values. 3 13
p(x) = 3x; x= -6 f( ) =
p(-6) = 3(-6) 4 16
Step 2: Simplify. 3 13
p(-6) = -18 ∴, f( ) =
4 16
∴, p(-6) = -18
3. g(n) = n² + 3; Find g(8) C. PIECEWISE FUNCTIONS
Solution:
Step 1: Substitute the given values.
4 8
h(n) = n + ; n= -1
3 5
4 8
h(-1) = (-1) +
3 5
Step 2: Simplify.
−4 8
h(-1) = +
3 5
4
h(-1) =
15
4
∴, h(-1) =
15
EXAMPLE:
1 3
5. f(x) = -1 + x; Find f( ) 1. Given f(x) = { 4x + 5 if x < 2}
4 4
{ 3x - 8 if x ≥ 2}
Solution:
Step 1: Substitute the given values.
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
5
MATH 100
Find f(-2), f(2), and f(5). ○ The sum of two functions f(x) and g(x)
is denoted by (f + g)(x).
Solution: ○ The sum is defined as (f + g)(x) = f(x) +
1) f(-2) = 4x + 5 g(x)
= 4(-2) + 5 ○ To add functions, you have to (1) define
= -8 + 5 the function; (2) substitute the function
∴, f(-2) = -3 notations with their appropriate
polynomials; and, (3) add and combine
2) f(2) = 3x - 8 like terms.
= 3(2) - 8
=6-8 EXAMPLE:
∴, f(2) = -2 1. Given : 𝑓(𝑥) = 3𝑥 − 2 and
𝑔(𝑥) = 𝑥² − 5𝑥 + 5
3) f(5) = 3x - 8 Find (𝑓 + 𝑔)(𝑥 )
= 3(5) - 8
= 15 - 8 Solution:
∴, f(5) = 7 Step 1: By definition:
(𝑓 + 𝑔)(𝑥) = 𝑓(𝑥) + 𝑔(𝑥)
2. A user is charged P300 monthly for a
particular mobile plan, which includes 100 Step 2: Substitute 𝑓(𝑥) with 3𝑥 − 2 and
free text messages. Messages in excess of 2
100 are charged P1 each. Represent the 𝑔(𝑥) with 𝑥 − 5𝑥 + 5 :
amount a consumer pays each month as a
2
function of the number of messages m sent (𝑓 + 𝑔)(𝑥) = (3𝑥 − 2) + (𝑥 − 5𝑥 + 5)
in a month.
Step 3: Add and combine like terms:
Solution: (𝑓 + 𝑔)(𝑥) = 3𝑥 − 2 + 𝑥² − 5𝑥 + 5
Let t(m) represent the amount paid by (𝑓 + 𝑔)(𝑥) = 𝑥² − 2𝑥 + 3
the consumer each month. It can be
expressed by the piecewise function: ∴, (𝑓 + 𝑔)(𝑥) = 𝑥² − 2𝑥 + 3
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
6
MATH 100
(f + g)(x) = 5x - 6 + x² - 5x + 6
(f + g)(x) = x² Step 2: Substitute 𝑓(𝑥) with (5x + 2) and
𝑔(𝑥) with 8 + 6x − 2x² :
∴, (f + g)(x) = x² (f + g)(x) = (5x + 2) + (8 + 6x − 2x²)
3. Find the sum of f(x) = 2x - 1 and g(x) = Step 3: Add and combine like terms:
3x + 5. (f + g)(x) = (2 + 8) + (5x + 6x) - 2x²
(f + g)(x) = 10 + 11x - 2x²
Solution: (f + g)(x) = -2x² + 11x + 10
Step 1: By definition:
(f + g)(x) = f(x) + g(x) ∴, (f + g)(x) = -2x² + 11x + 10
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
7
MATH 100
Solution:
∴, (𝑓 − 𝑔)(𝑥) = − 𝑥² + 8𝑥 − 7 Step 1: By definition: (𝑓𑁦𝑔)(𝑥) = 𝑓(𝑥)𑁦𝑔(𝑥)
Step 2: Substitute 𝑓(𝑥) with 4𝑥 + 1 and 𝑡(𝑥)
5 2
2. Given : ℎ(𝑥) = 3
𝑥 − 1 and 𝑡(𝑥) = 9𝑥. with 𝑥 − 3𝑥 + 2
2
Find (ℎ − 𝑡)(𝑥). (𝑓𑁦𝑔)(𝑥) = (4𝑥 + 1)(𝑥 − 3𝑥 + 2)
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
8
MATH 100
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
9
MATH 100
2 EXAMPLES:
∴, (𝑔 ◦ 𝑓)(𝑥) = 5𝑥 − 5𝑥 − 17
1. Find the domain and range of the
function F={(-3,2),(0,1),(4,2),(5,2)}.
III. RATIONAL FUNCTIONS
● Rational Function is a function of the Solution:
𝑝(𝑥) ○ If a function is expressed as a set of
form 𝑓(𝑥) = 𝑞(𝑥) , where 𝑝(𝑥) and 𝑞(𝑥)
ordered pairs, then its domain is the set
are polynomials and 𝑞(𝑥) is not equal to
of all x-coordinates, while its range is
zero.
the set of all y-coordinates. In this case,
EXAMPLE: the domain of F is {-3,0,4,5} and the
𝑥+2 range of F is {1,2}.
The function 𝑦 = 𝑥+5
is a rational
function since the numerator and the ∴, Domain: {-3,0,4,5} ; Range: {1,2}
denominator are both polynomials, and
the denominator is not equal to zero. 2. Find the domain and range of the function
2
The function 𝑦 =
3𝑥 +5
is not a f(x) = x+1.
𝑥
rational function because the Solution:
denominator is not a polynomial. The
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
10
MATH 100
EXAMPLE:
The value 𝑥 = 3 is a solution of the
6
rational expression 𝑥−1 = 3.
● Extraneous Solutions
values that arrive upon solving a
rational equation but do not satisfy the
given equation.
EXAMPLE:
IV. RATIONAL EQUATION 5𝑥−10
In solving 2 = 1, 𝑥 will be equal to
𝑥 −4
● Rational Expression
2 and 3. However, 2 is an extraneous
Is a fraction whose numerator and
denominator are both polynomials. It solution since using 2 as a value of 𝑥
𝐴 makes the denominator equal to
can be written in the form 𝐵' , where 𝐴
zero; thus, the rational expression will
and 𝐵 are both polynomials, and 𝐵 ≠ 0.
be undefined.
EXAMPLES:
3 𝑥−2
2
𝑥 +1 Sample Problem:
, , 𝑥 4
𝑥−2 𝑥−1 𝑥+6 Solve 𝑥+1 = 3
● Rational Equation
Is an equation whose terms are rational Solution:
expressions. 1. Find the LCD
The denominators are x+1 and 3. Both
EXAMPLES: of these expressions are completely
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
11
MATH 100
EXAMPLE:
𝑥−2
In the expression 𝑥+2
, The critical
values are 2 and -1 because 2 makes it
zero and -1 makes it undefined.
3. Verify your answer by substituting x=-4 to
the original equation. Then, simplify. Sample Problem:
2𝑥
Solve the rational inequality 𝑥+2
≥ 1
Solution:
1. Rewrite the inequality such that the
left-hand side is written as a single rational
expression and the right-hand side
becomes zero.
∴, Since it satisfies the equation, x=-4 is
the solution or root of the given equation.
V. RATIONAL INEQUALITIES
● Inequality
Shows a comparison between different
quantities or expressions using the
symbols ≠, ≤, <, ≥, or >. 2. Factor the numerator and the
denominator.
EXAMPLE: 3. Find the critical values of the rational
The expression 2𝑥 − 1 ≥ 0 shows a expression on the left-hand side of the
comparison between 2𝑥 − 1 and 0. inequality. This can be done by writing the
numerator and the denominator separately,
● Rational Inequality equating each of them to zero, and solving
Uses any of the symbols ≠, ≤, <, ≥, or
the resulting equations.
>, and contains at least one rational
expression. ● Numerator:
𝑥−2 =0
𝑥 = 2
● Denominator:
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
12
MATH 100
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
13
MATH 100
8. Determine the solution set by forming 6. Determine the solution set by forming
the union of all intervals that satisfy the the union of all intervals that satisfy the
inequality. inequality
● Recall that the left-hand side of the
inequality is the rational expression in the ∴, The solution of the inequality is
bottom row of the table, and this inequality (-∞,-2) ∪ [2, ∞).
states that the rational expression is
greater than or equal to zero. This means VI. INVERSE FUNCTIONS
that our solution set consists of intervals
𝑥−2 ● Inverse Function
for which the expression is positive.
𝑥+2 Are functions which reverse or “undo”
These intervals are (-∞,-2) and [2, ∞) as another function
shown in the table A function g is the inverse function of f if
the ordered pairs of g are the ordered
∴, The solution of the inequality is (-∞,-2) pairs of f written in reversed order.
To write the inverse of a function f, we
∪ [2, ∞). use the notation f⁻¹
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
14
MATH 100
● EXAMPLE:
1. Change f(x) to y.
2. Interchange x and y
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
15
MATH 100
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
16
MATH 100
Approved by:
(SGD)
Sir Ariel Pastera
General Mathematics Teacher
VIII. VALIDATED
Prepared by:
Disclaimer: This reviewer is only verified by one out of two teachers in General Mathematics however, you may still
use this reviewer but please do not depend fully on its contents. If ever you feel that what is written was not discussed,
please do clarify with your subject teachers.
17