Sets and Numbering Systems Topic 1
Sets and Numbering Systems Topic 1
Sets and Numbering Systems Topic 1
The study of Mathematics begins with a study of sets and the development of the numbering
systems. Every mathematical system can be represented as a “set”; therefore, it is important for us
to understand the definitions, notations and properties of “sets”
• Definition: A set is an unordered collection of distinct objects. Objects in the collection are called
elements of the set.
• Examples:
• Notation: Sets are usually designated with capital letters. Elements of a set are usually designated
with lower case letters.
o D is the set of all four legged dogs.
o An individual dog might then be designated by d.
• The roster method of specifying a set consists of surrounding the collection of elements with
braces. For example the set of counting numbers from 1 to 5 would be written as
{1, 2, 3, 4, 5}.
• Set builder notation has the general form {variable | descriptive statement }.
The vertical bar (in set builder notation) is always read as “such that”.
Set builder notation is frequently used when the roster method is either inappropriate or
inadequate.
For example, {x | x < 6 and x is a counting number} is the set of all counting numbers less than 6.
Note this is the same set as {1,2,3,4,5}.
• Definition: The set with no elements is called the empty set or the null set and is designated with
the symbol .
• Definition: The universal set is the set of all things pertinent to a given discussion and is
designated by the symbol U
For example, when dealing with all the students enrolled at the Virtual University, the Universal
set would be
U = {all students at the Virtual University}
Some sets living in this universal set are:
A = {all Computer Technology students}
B = {first year students}
C = {second year students}
• Definition: The set A is a subset of the set B, denoted A B, if every element of A is an element
of B.
If A is a subset of B and B contains elements which are not in A, then A is a proper subset of B.
It is denoted by A B.
• Definition: Two sets A and B are equal if A B and B A. If two sets A and B are
equal we write A = B to designate that relationship.
In other words, two sets, A and B, are equal if they contain the same elements
• Definition: The intersection of two sets A and B is the set containing those elements which are
elements of A and elements of B. We write A B to denote A Intersection B.
• Definition: The union of two sets A and B is the set containing those elements which are
elements of A or elements of B. We write A B to denote A Union B.
(A B) C = A (B C) and (A ∩ B) ∩ C = B ∩ (A ∩ C)
Union and Intersection are distributive with respect to each other. In other words
A ∩ ( B C )= (A ∩ B) (A ∩ C) and A ( B ∩ C )= (A B) ∩ (A C)
• Numbering Systems:
• Counting numbers are called Natural numbers and the set of Natural numbers is denoted by N =
{1,2,3…}
• Integers are Natural numbers, their opposites and zero. The set of integers is denoted by Z = {…-
3, -2, -1, 0,1,2,3…}
• Rational numbers such as 2/3, -31/2 0.3333, are numbers that can be written as a ratio of two
integers. The set of rational numbers is denoted by Q. This set includes
o Repeating decimals, terminating decimals and fractions
o Integers are also rational numbers since every integer a can be written as a fraction a/1
• Irrational numbers are numbers that can’t be written as fractions.
o 3. 45455455545555… has a pattern but doesn’t repeat. It isn’t rational. It can’t be written
like a fraction.
o Square root of 2, (Pi) and e are also irrational.
• The Union of the set of rational numbers and the set of irrational numbers is the set of Real
numbers, denoted by R
• NZQR
• History: Initially numbers were used for counting and the natural numbers did that job well.
However there were no solutions for equations of the form x + 4 = 0.
To resolve this, the natural numbers were extended by inventing the negative integers.
This was done by attaching a symbol “-” (which we now call the minus sign) to each natural
number and calling the new number the “negative” of the original number. This was further
extended to all real numbers.
Now people had solutions for equations of the form x + 4 = 0, but equations of the form x2 + 4 =
0 still had no solutions. There is no real number whose square is -4.
The numbering system had to be extended once again to accommodate for square roots of
negative numbers. A symbol, , was invented and it was called the “imaginary unit”. The
real numbers were extended by attaching this imaginary unit to each number and calling it the
“imaginary copy” of the real numbers.
• Graphical Representation: Recall that real numbers are represented on a line. A complex number
has a representation in a plane. Simply take the x-axis as the real numbers and y-axis as the
imaginary numbers. Thus, giving the complex number a + bi the representation as point P with
coordinates (a,b) as the following diagram shows:
• Properties of conjugates:
o (z*)* = z
o z.z* = a2 + b2 (real)
o z + z* = 2a (real)
o z - z* = 2ib (imaginary)
• If you have a complex number z = (a + bi ) the absolute value can be found using
| z |= a 2 + b 2
Example: -2 + 5i = (-2) 2 + (5) 2 = 4 + 25 = 29