Math in The Modern World
Math in The Modern World
Module 3:
INTRODUCTION
There are many kinds of relationships in the world. For instance, we say that two people are
related by blood if they share a common ancestor and that they are related by marriage if one shapes a
common ancestor with the spouse of the other.
Similarly, the objects of mathematics may be related in various ways. A set X may be said to be
related to a set Z if X is a subset of Z, or if X is not a subset of Z. A number x may be said to be related to
a number y if x< y, or if x is a factor of y, or if x 2 + y2 = 1. And the list could go on!
ACTIVITY
ANALYSIS
ABSTRACTION
RECALL:
Ordered pair – Given elements x and y, the symbol (x,y) denotes the ordered pair consisting of x and y
together with the specification that x is the first element of the pair and y is the second element.
Example: ordered pair (4,9) ------- 4 is the first element and 9 is the second element
Cartesian Products
Given two sets A and B, the Cartesian product (also called cross product)) of A and B, denoted A×B (read
“A cross B”), is the set of all ordered pairs (x, y), where x ∈ A and y ∈ B ( x is an element of A and y is an element of B)
A × B = {(x, y) | x ∈ A and y ∈ B}
RELATIONS
Now:
Let A = {0,1,2} and B = {1,2,3}
Hence:
A x B = { ( 0,1), (0,2), (0,3) , ( 1,1), ( 1,2), (1,3), (2,1), (2,2), (2,3) }
let us say that an element x in A is related to an element y in B if, and only if , x Is less than y.
Let us use the notation x R y as a shorthand for the sentenced “ x is related to y”.
Then,
0 R 1 ( zero is related to 1) since 0 < 1 (zero is less than 1)
0R2 since 0 < 2
0R3 since 0 < 3
1R2 since 1 < 2
1R3 since 1 < 3
2R3 since 2 < 3
Therefore: Among the ordered pairs of A x B as shown above , only ordered pairs
{ ( 0,1), (0,2), (0,3) , ( 1,2), (1,3), (2,3) } are related ( because those are the only pairs that passed the condition
“x is less than y”)
Definition:
Relation
Let A and B be 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 domain of R and the set B is called the co-
domain.
Therefore, with the given example above R = { ( 0,1), (0,2), (0,3) , ( 1,2), (1,3), (2,3) }
Domain of R – { 0,1,2}
Co- domain of R – { 1,2,3}
1. represent the elements of A as points in one region and the elements of B as points to another region
2. For each x in A and y in B, draw an arrow from x to y if, and only if, x is related to y by R.
A B
0 1
1 2
2 3
Function
A function F from a set A to a set B is a relation with domain A
and co-domain B that satisfies the following two properties:
1. For every x element in set A there is a corresponding element y from set B (x has always a partner y)
in which (x,y) is an element of set F (they have to be part of set F)
2. For every x in A it has only one corresponding unique y element in B . (the x cannot have two partners
of y from set B) .
For example:
The set M is not a function because it does not satisfy condition number 2 in which the ordered pairs
( 0,1) and (0,2) has the same first element (which is zero) but it has two different second element (which is 1 and
2).
APPLICATION
1.) Let A = {1,2} and B = {1,2,3} and define a relation R from A to B as follows
To check which among the ordered pairs in A x B are related we have to do the following
x− y 1−1 0
(1,1) = = = 0, now 0 is an integer hence (1,1) is related
2 2 2
x− y 1−2 −1 −1
(1,2) = = , now is not an integer (remember integers are whole numbers not
2 2 2 2
fraction)
hence (1,2) is not related
L E A R N I N G M O D U L E : M A T H E M A T I C S I N T H E M O D E R N W O R L D |5
x− y 1−3 −2
(1,3) = = = -1, now -1 is an integer hence (1,3) is related
2 2 2
x− y 2−1 1 1
(2,1) = = , now is not an integer hence (2,1) is not related
2 2 2 2
x− y 2−2 0
(2,2) = = = 0, now 0 is an integer hence (2,2) is related
2 2 2
x− y 2−3 −1 −1
(2,3) = = , now is not an integer hence (2,3) is not related
2 2 2 2
Thus, R = { ( 1,1), (1,3), (2,2) } R here is the set of ordered pairs that are related based on the given
condition.
b. Is 1 R 3? ( Is 1 related to 3 ?)
Yes 1 R 3 because based from the answer in no. 1, 1 is related to 3
Another answer can also be ------- Yes, because (1,3) ∈ R
Is 2 R 3?
No, 2 is not related to 3, based from the answer in no. 1, (2,3) ∈ R
Is 2 R 2?
Yes 2 R 2 because based from the answer in no. 1, 2 is related to 2 that is (2,2) ∈ R
2. Let A = { 2,4,6} and B = {1,3,5}. Which of the relations R, S, and T defined below are functions from A to B?
answer: R is not a function since it fails to satisfy condition number 2 in which in the ordered pairs (4,1), and
(4,3) the first element (4) has two different second element (1 and 3).
b. For all (x,y) ∈ AxB, ( x,y) ∈ S , means that y= x+ 1 (pls take note of this condition)
Now its says that For all (x,y) ∈ AxB, ( x,y) ∈ S , meaning all the ordered pairs in set A x B it is also the
ordered pairs of set S provided the y element satisfy the condition that y= x+ 1.
We all know that A x B = { (2,1), (2,3), (2,5), (4,1), (4,3), (4,5), (6,1), (6,3), (6,5) } and so we expect that
S = { (2,1), (2,3), (2,5), (4,1), (4,3), (4,5), (6,1), (6,3), (6,5) } however there is a condition in which y= x+ 1
So let us check:
The domain (x element) of the set A x B are {2,4,6} and so we expect that after we substitute the value
of x we will have the co-domain (y-element) of the set A x B as {1,3,5} .
X-element Y = x+ 1 y-element
2 Y = x+ 1------- y = 2 + 1 = 3 3
4 Y = x+ 1-------y = 4 + 1 = 5 5
6 Y = x+ 1------- y = 6 +1 = 7 7
Because the given diagram satisfied condition 1 and 2. First, for every x
A B
element of A has a corresponding y- element on set B (everyone has a
2 1 partner). Second, each of the x- element in A has only one corresponding y
4 3 element . Although ordered pairs (4,1) and (6,1) has the same y element its
ok.
6 5 (4,1) and (6,1)
X (4,1) and (4, 3)
Also , the y element 3 has no partner x element, its ok as long as all the x-
elements has y partners. This is an example of Many – to -One relation and
it is a function
L E A R N I N G M O D U L E : M A T H E M A T I C S I N T H E M O D E R N W O R L D |7
ASSESSMENT
1. Let A = {2,3,4} and B= {6,8,10} and define a relation R from A to B as follows: For all (x,y) ∈ A x B ,
y
(x,y) ∈ R means that is an integer
x
a) Is 4 R 6? Is 4 R 8? Is (3,8) ∈ R ? Is (2,10) ∈ R ?
b) Write R as a set of ordered pairs
c) Write the domain and co-domain of R
d) Draw an arrow diagram for R
2. Let A = {2,4} and B= {1,3,5} and define a relation R, S, and T from A to B as follows:
x− y
(x,y) ∈ S means that is an integer
2
T = {(4,7), (6,5),(6,7)}
3. Think of a real-life relationship. Take a video of your self while presenting the relationship you have chosen.
You have to identify the type of relation and present an example as well as the diagram
For example: The relationship of a husband and wife ( Catholic). It is a one-to-one relation. Since there is only
one woman is recognized as legal wife to her husband. Same goes with the husband to the wife.
husband wife
REFERENCES
L E A R N I N G M O D U L E : M A T H E M A T I C S I N T H E M O D E R N W O R L D |8