MMW Module 2.2 (Part 2)
MMW Module 2.2 (Part 2)
MODULE 2
MATHEMATICAL LANGUAGE AND SYMBOLS
LESSON 2.2 : Four Basic Concepts
Recall the Cartesian product. What are the elements of A x B? It is clearly stated A x B = { (1,2), (1,3), (1,4),
(2,2), (2,3), (2,4), (3,2), (3,3), (3,4)}. Here, the elements of some ordered pairs in A x B are related, whereas
the element of other ordered pairs are not.
What are the elements (ordered pair) in A x B, based on the given conditions, that are related? Perhaps
your answer would be: { (1,2), (1,3), (1,4), (2,3), (2,4), (3,4)}
Observe that knowing which ordered pairs lie in this set is equivalent to knowing which elements are
related to which. The relation can be therefore be thought of the totality of ordered pairs whose elements
are related by the given condition. The formal mathematical definition of relation, based on this idea, was
introduced by the American mathematicians and logician C.S. Peirce in the nineteenth century.
What is a relation?
1. A relation from set X to Y is the set of ordered pairs of real numbers (x, y) such that to each element x of
the set X there corresponds at least one element of the set Y.
2. Let A and B sets. A relation R from A to B is a subset of A x B. Given an ordered pair (x, y) in A x B, x is related
to y by R, written x R y, if and only if, (x, y) is in R. The set A is called the domain of R and the set B is called its
co-domain.
Notation:
The notation for a relation R may be written symbolically as follows:
x R y meaning (x, y) R.
x R y meaning (x, y) R.
Example:
1. Given a set of an ordered pairs: {(0, -5), (1, -4), (2, -3), (3, -2), (4, -1), (5, 0)}
2. Let A = {1,2} and B = {1,2,3} and define a relation R from A to B as follows: Given any (x,y) A x B,
𝑥−𝑦
(x,y) R means that is an integer;
2
Solution:
a. A x B = {(1,1), (1,2), (1,3), (2,1), (2,2),(2,3). To determine explicitly the composition of R, examine each
ordered pair in A x B to see whether its element satisfy the defining condition for R.
1−1 0
(1,1) R because = 2 = 0, which is an integer.
2
1−2 −1
(1,2) R because = , which is not an integer.
2 2
1−3 −2
(1,3) R because = = −1, which is an integer.
2 2
2−1 1
(2,1) R because = 2 , which is not an integer
2
2−2 0
(2,2) R because = 2 = 0, which is an integer.
2
2 −3 −1
(2,3) R because = , which is not an integer.
2 2
1. Represent the elements of A as a points in one region and the elements of B as points in another region.
2. For each x in A and y in B, draw an arrow from x to y, and only if, x is related to y by R. Symbolically:
C. PROPERTIES OF A RELATION
When a relation R is defined from a set A into the same set A, the three properties are very useful such as reflexive,
symmetric and the transitive.
A. Reflexive
A relation R on A is said to be reflexive if every element of A is related to itself. In notation, a R a for all a A.
Examples of reflexive relations include:
_ "is equal to" (equality)
_ "is a subset of" (set inclusion)
_ "is less than or equal to" and "is greater than or equal to" (inequality)
_ "divides" (divisibility).
An example of a non-reflexive relation is the relation "is the father of" on a set of people since no person is the
father of themselves. When looking at an arrow diagram, a relation is reflexive if every element of A has an
arrow pointing to itself. For example, the relation in a given figure below is a reflexive relation.
B. Symmetric
A relation R on A is symmetric if given a R b then b R a.
For example, "is married to" is a symmetric relation, while, "is less than" is not. The relation "is the sister of" is
not symmetric on a set that contains a brother and sister but would be symmetric on a set of females. The arrow
diagram of a symmetric relation has the property that whenever there is a directed arrow from a to b, there is
also a directed arrow from b to a.
C. Transitive
A relation R on A is transitive if given a R b and b R c then a R c.
The arrow diagram of a transitive relation has the property that whenever there are directed arrows from a to b
and from b to c then there is also a directed arrow from a to c:
On the other hand, the relation " " is not an equivalence relation on the set of all subsets of a set A since this
relation is not symmetric.
D. WHAT IS A FUNCTION?
A function is a relation in which every input is paired with exactly one output.
A function from set X to Y is the set of ordered pairs of real numbers (x, y) in which no two distinct ordered pairs
have the same first component. Similar to a relation, the values of x is called the domain of the function and the
set of all resulting value of y is called the range or co-domain of the function.
A function F from a set A to a set B is a relation with domain and co-domain B that satisfies the following two
properties:
These two properties; (1) and (2) can be stated less formally as follows:
Note:
a) Y-coordinates have no bearing in determining functions
b) Function is a relation but relation could not be said as function.
1. {(0, -5), (1, -4), (2, -3), (3, -2), (4, -1), (5, 0)}
2. {(-1, -7), (1, 0), (2, -3), (0, -8), (0, 5), (-2, -1)}
3. 2x + 3y – 1 = 0
4. x2 + y2 = 1
5. y2 = x + 1
1.
2.
3 1
1 1
0 2
2 2
1 3
3 3
4 0
Function Notations:
The symbol f(x) means function of x and it is read as “f of x.” Thus, the equation y = 2x + 1 could be written in a
form of f(x) = 2x + 1 meaning y = f(x). It can be stated that y is a function of x.
Let us say we have a function in a form of f(x) = 3x – 1. If we replace x = 1, this could be written as f(1) = 3(1) – 1.
The notation f(1) only means that we substitute the value of x = 1 resulting the function value. Thus
f(x) = 3x – 1; let x = 1
f(1) = 3(1) – 1 = 3 – 1 = 2.
Another illustration is given a function g(x) = x2 – 3 and let x = -2, then g(-2) = (-2)2 – 3 = 1
Operations on Functions
c. The quotient of f and g denoted by f/g is the function defined by f(x)/g(x), where g(x) is not equal to zero.
d. The composite function of f and g denoted by f ο g is the function defined by (f ο g)(x) = f(g(x)). Similarly,
the composite function of g by f, denoted by g ο f, is the function defined by ( g ο f)(x) = g(f(x)).
Examples:
1. If f(x) = 2x + 1 and g(x) = 3x + 2, what is (f+g)(x)?
Solution:
Solution:
𝑓
3. What is ( 𝑔 ) (𝑥) if f(x) = 2a + 6b and g(x) = a + 3b?
Solution:
Solution:
(g f)(x) = g(f(x))
= g(2x + 1)
= 3(2x + 1) + 2
= 6x + 3 + 2
= 6x + 5