BBA Business Mathematics 03 PDF
BBA Business Mathematics 03 PDF
Names of Sub-Topics
Ordered Pair, Tuples, Cartesian Product, Cartesian Product of Two Sets, Cartesian Product of Finite
Number of Sets, Cardinality of Cartesian Product, Properties of Cartesian Product, Relation, Types of
relation
Overview
In this module, you will learn about ordered pair, tuples, a cartesian product of two sets and procedures
to find the cartesian product of two sets. This module covers the cartesian product of the finite number
of sets and cardinality of the cartesian product including the properties of cartesian product. Towards
the end, you will be introduced to relation and its different types.
Learning Objectives
Learning Outcomes
https://www.cuemath.com/algebra/cartesianproduct/
https://www.geeksforgeeks.org/cartesian-product-of-sets/
3.1 INTRODUCTION
Cartesian Product is also an operation for sets. Cartesian product is used mostly in set theory. As far as
its uses in the real world are concerned, it is used in the chess-board, deck of cards, pixel representation of
computer images, etc. The pictures, which are generally shown by computers in pixels, are the graphical
representation of cartesian products. In an 88 chessboard, each 11 square can be represented by an
element of a cartesian product.
1 2 3 4 5 6 7 8
1 (1,1) (1,2) (1,3) (1,4) (1,5) (1,6) (1,7) (1,8)
2 (2,1) (2,2) (2,3) (2,4) (2,5) (2,6) (2,7) (1,8)
3 (3,1) (3,2) (3,3) (3,4) (3,5) (3,6) (3,7) (1,8)
4 (4,1) (4,2) (4,3) (4,4) (4,5) (4,6) (4,7) (1,8)
5 (5,1) (5,2) (5,3) (5,4) (5,5) (5,6) (5,7) (1,8)
6 (6,1) (6,2) (6,3) (6,4) (6,5) (6,6) (6,7) (1,8)
7 (7,1) (7,2) (7,3) (7,4) (7,5) (7,6) (7,7) (7,8)
8 (8,1) (8,2) (8,3) (8,4) (8,5) (8,6) (8,7) (8,8)
First, the basic definition of ordered pairs and tuples is discussed. Further, the meaning and mathematical
definition of a cartesian product or cross-product of two sets is explained in the module.
2
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
If there are two ordered pairs (a, b) and (c, d), then both pairs will be equal if corresponding components
are equal. That is, (a, b) = (c, d) if and only if a = c and b = d.
For example, (2, 5) and (2, 6) are not equal because the second component in both ordered pairs is not
equal.
Therefore, x is 2 and y is 2.
Example 2: If there are two ordered pairs such that (2x, x + 4) = (4y, 12), then find the value of x and y.
Solution: Two ordered pairs will be equal if corresponding components are equal. That is,
x + 4 = 12
x = 12 - 4
x=8
And,
2x = 4y
x = 2y
8 = 2y
y=4
Therefore, x is 8 and y is 4.
Example 3: Determine the value of x such that (5x, 4) = (10, x).
Solution: Since two ordered pairs are equal, their corresponding first and second component will be
equal. That is, 5x = 10 which implies x = 2. And, 4 = x. After comparing first and second component, one
will get two values of x, which is not possible. Thus, there is no value of x such that given ordered pairs
could be equal.
Example 4: Determine the set of ordered pairs (a, b) such that a < b where ‘a’ belongs to the set {1, 2, 4}
and ‘b’ belongs to set {-1, 0, 1, 2, 3}.
Soution: The collection of all ordered pairs such that a < b is {(1, 2), (1, 3), (2, 3)} as 1 < 2, 1 < 3 and 2 < 3.
3
VIGNAN’S
Foundation for Science, Technology & Research ONLINE
( Deemed to be UNIVERSITY)
-Estd. u/s 3 of UGC Act 1956
Driving your future Business Mathematics
Example 5: Determine the set of ordered pairs (a, b) such that a = b + 1 where ‘a’ belongs to the set {1, 2,
3, 4, 5} and ‘b’ belongs to set {0, 1, 2, 3}.
Solution: Since 1 = 0 + 1, 2 = 1 + 1, 3 = 2 + 1, 4 = 3 + 1, thus, collection of all ordered pairs such that a = b +
1 is {(1, 0), (2, 1), (3, 2), (4, 3)}.
3.3 TUPLES
Tuples are the extension of ordered pairs. An n-ordered tuple is the set of n-elements in which these
‘n’ elements are placed in order. An n-ordered tuple is written as (a1, a2, ... ,an). The ith element ai, where
i = 1, 2, 3, …., n; is said to be the ith component of the tuple.
For example, (2, 4, 2, 1, 7) is an ordered tuple having 5 components.
Two n-ordered tuples (x1, x2,..., xn) and (y1, y2 ,..., yn) will be equal if xi=yi for all i = 1, 2, 3, …, n. One thing that
should be kept in mind is that tuples having the same number of components are compared. (1, 2, 3) and
(1, 2) is not comparable.
For example, (1, 2, 3, 4, 1) ≠ (1, 1, 2, 3, 4) as all the corresponding elements in tuples are not equal.
Note: Tuples can have repeated elements but the set cannot have repeated elements. Round brackets
are used for writing elements in a tuple while curly brackets are used in the set.
Example 6: Find the value of x, y and z such that (x + 1, 4, z + 5) = (5, 4y, -1).
Solution: Two tuples are equal if their corresponding components are equal. Thus,
x + 1 = 5 this implies x = 4.
4 = 4y this implies y =1.
z + 5 = -1 this implies z = -6.
4
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
Note: If set A and B are different sets, that is, A ≠ B, then A B will not be equal to B A.
Example 8: If A = {2, 3, 4} and B = {4, 5}, then what is the cartesian product A B and B A of set A and B?
Solution: Two sets A and B are given here. Thus, their Cartesian product will be;
A B = {(2, 4), (2, 5), (3, 4), (3, 5), (4, 4), (4, 5)}
And,
B A = {(4, 2), (4, 3), (4, 4), (5, 2), (5, 3), (5, 4)}
5
VIGNAN’S
Foundation for Science, Technology & Research ONLINE
( Deemed to be UNIVERSITY)
-Estd. u/s 3 of UGC Act 1956
Driving your future Business Mathematics
For example, consider the cartesian product A B defined as {(1, 2) (1, 4), (3, 2), (3, 4)}. Thus, set B is {2, 4}.
Example 9: Determine the set A and B from the cartesian product A B defined as {(1, a), (1, b), (1, c),
(2, a), (2, b), (2, c), (3, a), (3, b), (3, c)}.
Solution: To find the set A from the given cartesian product, check the first component of all ordered
pairs. Thus, set A is {1, 2, 3}.
To find set B from the cartesian product, check the second component of all ordered pairs. Thus, set B is
{a, b, c}.
Note: Start making pairs from the first element of set A in order. If you make pairs in order then there will be less
chance to make a mistake when working with sets of larger cardinalities.
6
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
Example 13: If set A = and B = {1, 2}. Then determine the cartesian product of these two sets.
Solution: Cartesian product of two sets A and B is defined as A B = {(a, b): a A and b B}. Thus,
Cartesian product of sets A and B is;
{1, 2} = {(a, b): a , b {1, 2}} = .
That is, a cartesian product of set B with an empty set is an empty set.
That is, if a set S has m elements and set T has n elements, then the cartesian product of set S and T has
mn elements.
Let A1, A2,..., An be n sets. The cardinality of the cartesian product of these n-sets will be as follows;
|A1 A2 L An| = |A1| |A2| L |An|
Example 15: Consider the set S = {1, 2, 3, …, 25} and T = {-1, -2, -3, -4, -5}. Find the cardinality of set S T?
Solution: Since the cardinality of set S is 25 and the cardinality of set T is 5, thus, the cardinality of set
S T is 25 5 = 125.
That is, cross product S T has 125 elements.
7
VIGNAN’S
Foundation for Science, Technology & Research ONLINE
( Deemed to be UNIVERSITY)
-Estd. u/s 3 of UGC Act 1956
Driving your future Business Mathematics
Example 16: Consider the cartesian product of two sets A B = {(a, x), (a, y), (a, z), (c, x), (c, y), (c, z)}.
Find the set A and B.
Solution: According to the definition of the Cartesian product, the first component in the ordered pair
belongs to set A and the second component belongs to set B.
Check the first component of ordered pairs, which are a and c. Check the second component of ordered
pairs, which are x, y and z.
Thus, set A is {a, c} and set B is {x, y, z}.
Example 17: If |AB|=36 and |A|=9, what is the cardinality of set B?
Solution: As |AB|=|A||B|. Thus,
36 = 9 | B |
|B | = 4
Therefore, the cardinality of set B is 4.
Example 18: Let S = {a, b, c} and T = {1}, form the sets S T and T S. Check whether these two products
are equal?
Solution: From the properties of the cartesian product, it is clear that the cartesian product is not
commutative. Thus, S T and T S cannot be equal. For verification, find both these products and then
check.
S T = {(a, 1), (b, 1), (c, 1)} and,
T S = {(1, a), (1, b), (1, c)}
Hence, both products are not equal.
Example 19: Consider the set A = {a, b}. Find the set A A A.
Solution:
A A A = {a, b} {a, b} {a, b}
= {(a, a, a), (a, b, a), (b, a, a), (b, b, a), (a, a, b), (a, b, b), (b, a, b), (b, b, b)}
8
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
Example 20: Consider the set U having 5 elements and set V = {0, 1, 2, -1, -2}. Find the total number
of elements in set U V.
Solution: As | U V | = | U | | V |
Since | U | = 5 and | V | = 5, cardinality of U V is 25.
Therefore, the total number of elements in U V is 25.
Example 21: The cartesian product B B has 4 elements in which one element is (1, -1). Find set B.
Solution: Since (1, -1) B B this implies 1 and -1 belong to the set B.
Since | B B | = | B | | B | = 4, thus, cardinality of B will be 2.
Therefore, it is clear that set B is {1, -1}.
Example 22: Consider the sets P = {6, 10, 14, 18} and Q = . What is the cross product of P and Q, that is,
P Q?
Solution: From the properties of the cartesian product, if any of the two sets is the empty set, then their
cross product or cartesian product will be empty. Thus,
P Q = {6, 10, 14, 18}
=
3.9 RELATION
A relation is a subset of the cartesian product of two sets. If A and B are two non-empty sets, relation R
is a subset of the cartesian product A B. Thus, relation R contains the ordered pair (a, b) where a A
and b B. If elements a A and b B are related to each other, then their relation is represented by aRb.
When the relation from set A to A is defined, then it is said that it is the relation on set A. Usually, the
relation R on set A is defined.
For example, let A B is defined as A B = {(1, a), (1, b), (2, a), (2, b), (3, a), (3, b)} then a subset {(1, a), (3,
a), (2, b)} is a relation R from set A to B. Since element (3, a) belongs to relation R, it can be said that 3 is
related to ‘a’, i.e., 3Ra.
These are some definitions that are useful for the relation of sets, which are as follows.
⚫ Domain: The set of all first elements of the ordered pairs (a, b) in a relation R from set A to B is called
the domain of the relation R. It is called the set of inputs or pre-images. In set-builder form, it can be
written as {a : a A}.
⚫ Range: The set of all second elements of the ordered pairs (a, b) in a relation R from set A to B is
called the range of the relation R. In set-builder form, it can be written as {b : b }.
⚫ Codomain: Suppose a relation is defined from set A to B, then set B is called the codomain of the
relation R. One more thing to notice is that Range Codomain.
Example 23: Define a relation R from A to A = {1, 2, 3, 4, 5, 6} as R = {(x, y): y = x + 3}. Determine the domain,
codomain and range of R.
Solution: First, to determine the range, the values of y for each value of x is determined. That is,
x = 1, y = 1 + 3 = 4
x = 2, y = 2 + 3 = 5
9
VIGNAN’S
Foundation for Science, Technology & Research ONLINE
( Deemed to be UNIVERSITY)
-Estd. u/s 3 of UGC Act 1956
Driving your future Business Mathematics
x = 3, y = 3 + 3 = 6
x = 4, y = 4 + 3 = 7
x = 5, y = 5 + 3 = 8
x = 6, y = 6 + 3 = 9
Since 7, 8 and 9 do not belong to set A and relation R is defined on A, hence, x = 4, 5, 6 has no image in A.
Therefore, relation R = {(1, 4), (2, 5), (3, 6)}.
Since the collection of the first component of all ordered pairs of relation R is the domain of relation R,
Domain of R = {1, 2, 3}.
Since the collection of second component of all ordered pairs of relation R is said to be range, thus, range
of R = {4, 5, 6}.
Example 24: Determine the range and codomain of the relation on set P = {1, 2, 3, 4, 5, 6} to set Q = {4, 5, 6,
7, 8, 9, 10, 11} defined as R = {(a, b): b = a2 }.
Solution: It is clear that relation is defined from set P to Q. Thus, find the first and second component of
ordered pair using the relation b = a2.
a = 1, b = 12 = 1
a = 2, b = 22 = 4
a = 3, b = 32 = 9
a = 4, b = 42 =16
a = 5, b = 52 = 25
a = 6, b = 62 = 36
Since 16, 25 and 36 do not belong to set Q and relation R is defined from P to Q, hence, x = 4, 5, 6 has no
image in Q. Therefore, relation R = {(1, 1), (2, 4), (3, 9)}.
Since the collection of first component of all ordered pair of relation R is domain of relation R, Domain
of R = {1, 2, 3}.
Since the collection of second component of all ordered pair of relation R is said to be range, thus, range
of R = {1, 4, 9}.
10
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
11
VIGNAN’S
Foundation for Science, Technology & Research ONLINE
( Deemed to be UNIVERSITY)
-Estd. u/s 3 of UGC Act 1956
Driving your future Business Mathematics
For example, let A = {1, 2, 3} is a set, then relation R = {(1,1), (1, 2), (2, 2), (3,3), (3,1)} is a reflexive relation
because all the elements from set A are related to itself. Inclusion of ordered pair (1, 2) and (3, 1) do not
affect its reflexivity. Reflexive relation can include ordered pair related to another element.
Note: An identity relation is a reflexive relation but reflexive relation cannot be an identity relation as
identity relation cannot include any pair other than (a, a) type pair for all a A.
Example 26: Consider the set of natural numbers. Check that relation R on the set of natural numbers
defined as R = {(a, b): a ≤ b} is an equivalence relation or not.
Solution: Check one by one whether all the three properties of reflexive, symmetric and transitive
relation hold.
Reflexive
Since a = a for all a N this implies (a, a) R. Thus, this relation is reflexive.
Symmetric
Since 2 < 3 but 3 cannot be less than 2, thus (2, 3) R but (3, 2) R. Therefore, this relation is not
symmetric.
12
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
Transitive
Since a ≤ b and b ≤ c, this implies a ≤ c for all-natural numbers a, b and c. Therefore, this relation is
transitive.
As this relation does not hold symmetricity, the given relation is not an equivalence relation.
Example 27: Let R, a relation on set of real numbers defined as R = {(a, b) : a – b is an integer} Prove that
relation R is an equivalence relation.
Solution: To show that relation R is an equivalence relation, one has to prove that it is reflexive, symmetric
and transitive relation.
Reflexive
Since a – a = 0 for all a and 0 is an integer. Thus, (a, a) R.
Therefore, given relation R is reflexive.
Symmetric
If a – b is an integer then b – a will be an integer also as b – a = - (a – b). Thus, if (a, b) R (b, a)R for
all a , b .
Therefore, given relation R is symmetric.
Transitive
If a – b and b - c is an integer then a - c will be an integer also as a – b + b – c = a – c and the sum of two
integers is also an integer. Thus, if (a, b) R and (b, c)R (a, c) R for all a, b, c
Hence, given relation R is an equivalence relation.
⚫ An ordered pair (a, b) is a set of two elements in which these two elements are placed in order.
⚫ An n-ordered tuple is the set of n-elements in which these ‘n’ elements are placed in order.
⚫ Let A and B be two non-empty sets. The set of all ordered pairs (a, b) such that a A and b B is
called the Cartesian product of the set A with set B and denoted by A B.
⚫ Let A1, A2, ...,An are n sets. Cartesian product of these n-sets can be defined as;
A1 A2 ... An ={(a1, a2, ...,an) : ai Ai ; i = 1, 2, 3, ...n}
⚫ If there are two sets S and T having the cardinality m and n respectively, then the cardinality of their
cartesian product is the multiplication of the cardinality of both sets.
⚫ Let A1, A2, ...,An are n sets. The cardinality of the cartesian product of these n-sets will be as follows;
|A1 A2 ... An| = |A1| |A2| ... |An|
⚫ Cartesian product will be an empty set if at least one of the sets is empty. That is,
AB = if A = or B = .
⚫ Cartesian product is not commutative.
13
VIGNAN’S
Foundation for Science, Technology & Research ONLINE
( Deemed to be UNIVERSITY)
-Estd. u/s 3 of UGC Act 1956
Driving your future Business Mathematics
⚫ If A and B are two non-empty sets, relation R is a subset of the cartesian product A B.
⚫ If a relation holds all the conditions for reflexive, symmetric and transitive, then the relation is called
an equivalence relation.
⚫ An empty or null relation is an equivalence relation.
3.12 GLOSSARY
⚫ Ordered pair: Ordered pair (a, b) is the set of two elements in which both elements are associated
in order. The first element ‘a’ is called the first component and ‘b’ is called the second component of
the ordered pair.
⚫ Cartesian Product of two sets: Consider A and B to be two non-empty sets. The set of all ordered
pairs (a, b) such that a A and b B is called the Cartesian product of the set A with set B and
denoted by A B.
⚫ Cardinality of two sets: If set A has ‘p’ elements and set B has ‘q’ elements then cartesian product
A B has ‘pq’ elements
⚫ Relation: A relation R from a non-empty set A to B is a subset of the cartesian product A B
⚫ Equivalence Relation: If a relation holds all the conditions for reflexive, symmetric and transitive,
then the relation is called an equivalence relation
14
VIGNAN’S ONLINE
MODULE 03: Cartesian Product of Sets
Foundation for Science, Technology & Research
4. The cardinality of the cartesian product of two sets can be found by multiplying the cardinality
of both given sets. Refer to Section Cardinality of Cartesian Product
5. 12
6. x = 1 and y = 5
⚫ https://www.math.uvic.ca/faculty/gmacgill/guide/RF.pdf
⚫ http://www.cs.toronto.edu/~stacho/macm101.pdf
⚫ Along with your students, discuss the cartesian product of two sets, both having the cardinality 5,
also try to solve as many questions as you can.
15