MODULE-2-MATHEMATICAL-LANGUAGE-AND-SYMBOLS (Edited)
MODULE-2-MATHEMATICAL-LANGUAGE-AND-SYMBOLS (Edited)
MODULE-2-MATHEMATICAL-LANGUAGE-AND-SYMBOLS (Edited)
WEEK - 4
MODULE 2:
Mathematical Language and Symbols
Overview
Some parts of speech in math language are very similar to those in natural
language and some are quite different.
SOURCE:
file:///C:/Users/rtearnhart/Desktop/MMW%20Training/Course%20Material%205.%20grammar.pdf
The language of mathematics can be learned, but requires the efforts needed to
learn any foreign language.
Study Guide
Learning Outcomes
GE04 1
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Mathematical Language
Language is the system of words, signs and symbols which people use to
express ideas, thoughts and feelings; systematic means of communicating ideas or
feelings by the use conventionalized signs, sounds, gestures or marks having
understood meanings (Merriam-Webster, 2017).
Vocabulary vs Sentences
Every language has its vocabulary (the words), and its rules for combining these
words into complete thoughts (the sentences). Mathematics is no exception. As a
first step in discussing the mathematical language, we will make a very broad
classification between the ‘nouns’ of mathematics (used to name mathematical
objects of interest) and the ‘sentences’ of mathematics (which state complete
mathematical thoughts).
GE04 2
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
ENGLISH MATHEMATICS
name given to an NOUN (person, place, thing) EXPRESSION
object of interest Examples: Examples: x, 3y, 1+1, 1/8
Lisa, Manila, smartphone
a complete thought SENTENCE SENTENCE
Examples: Examples:
RTU is in the cities of 2x = 10
Mandaluyong and Pasig. 1+1=2
Manila is the capital of the
Philippines.
Since people frequently need to work with numbers, these are the most common
type of mathematical expression. And, numbers have lots of different names.
For example, the expressions
7 5+2 7(1) 14 ÷ 2 (8 – 2) + 1 1+1+1+1+1+1+1
Guided Exercises
1. Give several synonyms for the English word ‘happy’.
Answer: blissful, delighted, buoyant, cheerful, jocund, mirthful, gay
2. The number ‘six’ has lots of different names. Give names satisfying the
following properties. There may be more than one correct answer.
answer
a) the ‘standard’ name 6
b) a name using a plus sign, + 5+1
c) a name using a minus sign, - 8–2
d) a name using a division sign, ÷ 12÷2
GE04 3
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
2. Truth of Sentences
Sentences can be true or false. The notion of truth (i.e., the property
of being true or false) is of fundamental importance in the mathematical
language.
GE04 4
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
1. Sets
A set is a well-defined collection of objects called elements or members of
the set. Class, collection and family are words that are synonymous to sets.
Capital letters are usually used to denote a set and lowercase letter are used to
denote the elements of the set.
Example: A = {a, e, i, o u}
Two sets are equal if they both have exactly the same elements, or
equivalently, if each is contained in the other. That is
𝐴 = 𝐵 𝑖𝑓𝑓𝐴 ⊆ 𝐵 𝑜𝑟 𝐵 ⊆ 𝐴.
The statement 𝐴 ⊆ 𝐵 does not exclude the possibility that = 𝐵 . In fact, for
any set A, we have since, trivially, every element in A belongs to B. However, if 𝐴 ⊆
𝐶 and 𝐴 ≠ 𝐵, then we say that A is a proper subset of B (sometimes written as 𝐴 ⊂
𝐵).
Suppose every element of a set A belongs to a set B, and every element of B
belongs to a set C. Then clearly every element of A belongs to C. In other words, if
𝐴 ⊆ 𝐵 and 𝐵 ⊆ 𝐶 , then 𝐴 ⊆ 𝐶.
Specifying Sets
1. roster/tabular method – obtained by simply listing or enumerating the
elements of a set, enclosed by braces and separated by a comma
GE04 5
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Kinds of Sets
1. empty/null/void set is a set without any element denoted by { } or ∅ and is
regarded as a subset of every other set.
2. finite set is a set with countable number of elements
3. infinite set is a set with uncountable number of elements and often
characterized by ellipses.
4. Universal set is some large fixed set also known as universe of discourse
denoted by U.
5. Disjoint sets are sets with no elements in common otherwise, they are called joint
sets.
6. Equivalent sets are two or more sets with the same cardinal number.
*Cardinal number refers to the number of elements in a set denoted by n.
Example:
Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9}
A = {1, 3, 5, 7, 9}
B = {2, 4, 6, 8}
C = {1, 2, 3, 4}
Set Operations
1. Union
The union of two sets A and B, denoted by A⋃B, is the set of all elements
which belong to A or B or both.
2. Intersection
GE04 6
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
The intersection of two sets A and B, denoted by A∩B, is the set of all
elements which belong to both A and B.
Properties of Union and Intersection
i) Every element x in A∩B belongs to both A and B. Thus, A∩B is a subset of A and of
B; hence, x belongs to A and x belongs to B, that is A∩B ⊂A and A∩B⊂ B
ii) An element x belongs to the union A⋃B if x belongs to A or x belongs to B; hence,
every element in A belongs to A⋃B, and every element in B belongs to A⋃B. That is,
A⊂ A⋃B and B ⊂A⋃B
All sets under consideration at a particular time are subsets of a fixed universal set
U.
3. Set Complement
The absolute complement or, simply complement of Set AC , is the set of elements
which belong to U but which do not belong to A, that is, = {x: x∈U, x∉A}
4. Difference of Sets
The difference of two sets, A – B, is a set whose elements belong to A but not to B.
Examples:
Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9}
A = {1, 3, 5, 7, 9}
B = {2, 4, 6, 8}
C = {1, 2, 3, 4}
1. A⋃B = {1, 2, 3, 4, 5, 6, 7, 8, 9} or U 8. B – A = B
2. A⋃C = {1, 2, 3, 4, 5, 7, 9} 9. A⋃AC = U
3. A∩B = { } 10. A∩AC = { }
4. A∩C = {1, 3} 11. A⋃U = U
5. AC = {2, 4, 6, 8} or B 12. A∩U = A
6. CC = {5, 6, 7, 8, 9}
7. A – B = A
GE04 7
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
GE04 8
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Suppose A and B are finite disjoint sets. Then A⋃B is finite and n(A⋃B) =
n(A) + n(B) that can be restated as follows: Suppose S is the disjoint union of finite
sets A and B. Then S is finite and n(S) = n(A) + n(B)
Examples:
A = {1, 3, 5, 7, 9}
B = {2, 4, 6, 8}
n(A⋃B) = n(A) + n(B) = 5 + 4 = 9
Venn Diagrams
A Venn diagram is a pictorial representation of sets where sets are represented by
enclosed areas in the plane. The universal set U is represented by the points in a
rectangle, and the other sets are represented by disks lying within the rectangle.
GE04 9
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Examples
Union
Intersection
Classes of Sets
Given a set S, we may wish to talk about some of its subsets. Thus, we would be
considering a “set of sets”. Whenever such a situation arises, we use the terms class
of sets or a collection of sets. Or a” subcollection” that has meanings analogous to
subset.
Example Let S = {1, 2, 3, 4}
Find
1) A, the class of subsets of S which contains exactly 3 elements of S
GE04 10
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Example:
1. Suppose S = {1, 2, 3}. Find the power set of S.
2. Relations
A relation is a rule that relates values from a set of values (called the domain
or x-values) to a second set of values (called the range or y-values).
The elements of the domain can be imagined as input to a machine that
applies a rule to these inputs to generate one or more outputs.
A relation is also a set of ordered pairs (x, y).
Examples:
1. (-2, -3), (-1, -2), (0, -1), (1, 0)
2. (8, 1), (8, 2), (8, 4), (8, 8)
3. (-1, 0), (0, -1), (1, 0), (2, 3)
4. (6, 2), (6, 3), (4, 2), (4, 1)
Kinds of Relations
1. One-to-one
2. One-to-many
3. Many-to-one
4. Many-to-many
GE04 11
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Relation Symbols
Relation symbols behave like adjectives that refers to a property rather than an
object.
Statement of relationship
Example: “Equals” and “is an element of” are two other examples of relations
SOURCE:
file:///C:/Users/rtearnhart/Desktop/MMW%20Training/Course%20Material%205.%2
0grammar.pdf
3. Functions
A function is a relation where each element in the domain is related to only one
value in the range by some rule. It is a set of ordered pairs (x, y) such that no two
ordered pairs have the same x – value but different y – values. Thus, only one-to-one
and one-to-many relations exist as functions.
Guided exercises
Use the definition above to determine which of the given relations are functions.
Evaluating Functions
Guided examples
GE04 12
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
b. 𝑓(0)
Solution: f(0) = 0 – 3 = -3
c. 𝑓(𝑥 − 1)
Solution: f(x – 1) = x – 1 – 3 =x – 4
d. f(𝑥 2 )
Solution: f(𝑥 2 ) = 𝑥 2 − 3
𝑎. 𝑓(−1)
Solution:
𝑓(−1) = (−1)2 − 2(−1) + 2 = 1 + 2 + 2 = 5
𝑏. 𝑓(0)
Solution:
𝑓(0) = 02 − 2(0) + 2 = 2
𝑐. 𝑓(𝑥 − 1)
Solution:
𝑓(𝑥 − 1) = (𝑥 − 1)2 − 2(𝑥 − 1) + 2
= (x – 1)(x – 1) – 2x + 2 + 2
= 𝑥 2 − 𝑥 − 𝑥 + 1 − 2𝑥 + 2
= 𝑥 2 − 2𝑥 − 2𝑥 + 3
= 𝑥 2 − 4𝑥 + 3
d. f(𝑥 2 )
Solution:
𝑓(𝑥 2 ) = (𝑥 2 )2 − 2(𝑥 2 ) + 2
= 𝑥 4 − 4𝑥 2 + 2
Operations on Functions
Adding, subtracting and multiplying two or more functions together will result in
another function while dividing functions will result in another function if the
denominator is not a zero function.
Definition
Let f and g be functions
1. Sum function, f + g
GE04 13
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
2. Difference function, f – g
(f – g)(x) = f(x) – g(x)
3. Product Function
(f • g)(x) = f(x) • g(x)
5. Composite functions, 𝑓 ∘ 𝑔
(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥))
Guided Exercises
b. (𝑓 − 𝑔)(𝑥)
Solution:
= (𝑥 + 3) − 𝑥 2
= 𝑥 + 3 − 𝑥 2 𝑜𝑟 − 𝑥 2 + 𝑥 + 3
c. (𝑓 • 𝑔)(𝑥)
= (𝑥 + 3)(𝑥 2 )
= 𝑥 3 + 3𝑥 2
d. (𝑔 ÷ 𝑓)(𝑥)
𝑔(𝑥) 𝑥2
=
𝑓(𝑥) 𝑥 + 3
e. (𝑓 ∘ 𝑔)(𝑥)
𝑓(𝑔(𝑥)) = 𝑓(𝑥 2 )
= (𝑥 2 + 3) + 3
= 𝑥2 + 6
GE04 14
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Solution:
= (𝑥 2 − 4) + (𝑥 + 2)
= 𝑥2 + 𝑥 − 2
𝑏. (𝑓 − 𝑔)(𝑥)
Solution:
= (𝑥 2 − 4) − (𝑥 + 2)
= 𝑥2 − 4 − 𝑥 − 2
= 𝑥2 − 𝑥 − 6
𝑐. (𝑓 • 𝑔)(𝑥)
= (𝑥 2 − 4)(𝑥 + 2)
= 𝑥 3 + 2𝑥 2 − 4𝑥 − 8
𝑑. (𝑓 ÷ 𝑔)(𝑥)
𝑓(𝑥) 𝑥 2 − 4 (𝑥 − 2)(𝑥 + 2)
= = =𝑥−2
𝑔(𝑥) 𝑥+2 (𝑥 + 2)
𝑒. (𝑓 ∘ 𝑔)(𝑥)
𝑓(𝑔(𝑥)) = 𝑓(𝑥 + 2)
= ((𝑥 + 2)2 − 4)
= (𝑥 + 2)(𝑥 + 2) − 4
= 𝑥 2 + 4𝑥 + 4 − 4
= 𝑥 2 + 4𝑥
4. Binary Operations
Powers of 2
20 = 1
21 = 2
22 = 4
23 = 8
24 = 16
25 = 32
26 = 64
GE04 15
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
.
.
.
.
2𝑛
To convert a binary number to its decimal equivalent, use the powers of 2 and its
multiplicative inverse for binary numbers containing a decimal part.
Guided Exercises
Convert the following to decimal number.
1. 1001
Solution: 1 0 0 1 = 8 + 0(4) + 0(2) + 1 = 8 + 1 = 9
23 22 21 20
2. 1101.01
Solution: 1 1 0 1 . 0 1
1 1
= 23 22 21 20 . 0 (2) 1 (4)
= 8 + 4 + 0 + 1 . 0 + 0.25
= 13.25
For the decimal part, use the negative powers of two converted to their fractional
and decimal equivalents such as:
1
2−1 = = 0.5
2
1
2−2 = = 0.25
4
1
2−3 = = 0.125
8
1
2−4 = = 0.0625
16
.
.
.
1
2−𝑛 =
2𝑛
GE04 16
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
To convert decimal numbers to their binary equivalent, use division by the base of
the binary numbers that is 2 and for the decimal part, use multiplication by the base
2.
Guided Exercises
1. 143
2. 25.21875
3. 15.25
Solution:
1. 143/2 = 71 r. 1
71/2 = 35 r. 1
35/2 = 17 r. 1
17/2 = 8 r. 1
8/2 = 4 r. 0
4/2 = 2 r. 0
2/2 = 1 r. 0
The quotient in the last division process which is 1 is also the last remainder. Write
the final answer from bottom to top. So, the final answer is 10001111.
2. 25.21875
Solution: decimal part
25/2 = 12 r. 1 .21875 x 2 = 0.4375 r=0
12/2 = 6 r. 0 .4375 x 2 = 0.875 r=0
6/2 = 3 r.0 .875 x 2 = 1.75 r=1
3/2 = 1 r. 1 .75 x 2 = 1.5 r=1
.5 x 2 = 1.0 r=0
25.21875 = 11001.00110
*NOTE: The decimal part is written from top to bottom.
A rule for combining two values to produce a new value is called binary
operation. Addition, subtraction, multiplication and division on various sets of
numbers are fundamental operations where binary operations can be applied.
Binary Operations act like a conjunction that sits between two objects (nouns).
GE04 17
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Some familiar examples of binary operations are “plus”, “minus”, “times”, “divided
by” and “raised to the”.
SOURCE:
file:///C:/Users/rtearnhart/Desktop/MMW%20Training/Course%20Material%205.%2
0grammar.pdf
E. Elementary Logic
Symbolic Logic
Sentences
Not sentences:
How’s the weather? (questions)
Cool! (interjections)
Simple Statements
GE04 18
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
Connectives
Connectives join simple statements into more complex statements, called
compound statements.
The most common connectives and their symbols are:
and/but ∧;
or ∨;
if ...,then →.
Example:
Your dress is beautiful and I like its color.
S∧C
G. Formality
Generalizations:
1. Mathematics is a language in itself. Hence, it is useful in communicating
important ideas.
2. Mathematics as a language is clear and objective.
3. Language conventions are necessary in mathematics for it to be understood
by all.
Assessments
GE04 19
RIZAL TECHNOLOGICAL UNIVERSITY
Cities of Mandaluyong and Pasig
References
CHED in collaboration with PNU. Teaching Guide for Senior High School General
Mathematics Core Subject. C.P. Garcia Ave., Diliman, Quezon City. 2016.
GE04 20