| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
Here are a few recommended readings before getting started with this lesson.
The concept of set is used in daily life to refer simply to a group of objects. In mathematics, these objects are defined according to some properties. Now, sets will be defined based on some characteristics and the different ways to describe them.
A set is a collection of well-defined unique objects called elements. Sets are often illustrated by a Venn diagram, but there are several other ways to visualize them.
Verbal Description | All negative integers greater than - 5. |
---|---|
Roster Notation | {-1, -2, -3, -4} |
Set-Builder Notation | { x | x is a negative integer greater than- 5 } |
Each way of describing a set will be discussed and a corresponding example will be shown.
A set can be described in words as long as there is no ambiguity of whether any particular object belongs to the set. For example, the set of delicious dishes
is not a valid description because delicious is not well-defined. However, the set of desserts with chocolate
is valid because including chocolate is an objective description.
Example Set I:& Desserts with chocolate Example Set II:& Capital cities of the world Example Set III:& European countries
In listing method or roster notation, the elements of a set can be shown within curly brackets and separated by commas. The order of the elements is not relevant. Verbal Description:& Factors of9 Roster Notation:& {1,3,9} Furthermore, the elements of a set are only considered once and their original order can be disregarded. In the example below, a set is created with the numbers of a given list. List:3, 3, 1, 2 ↓ Set:{1,2,3} Although the number 3 occurs twice in the list, it is written only once in the set .
In set-builder notation, sets are described by stating the common characteristics of its elements. To do this, a variable followed by |
or :
is written. Then, the common characteristics of the elements are defined. Finally, the whole notation is enclosed in curly brackets.
{ -3,-1,1,3,5,... } ↓ { x | x is an odd integer greater than- 3 }
|and
:are read as
such that.The above example can be read as
the set of all numbers x such that x is an odd integer greater than negative 3.
It is also possible to show a set visually by writing all the elements inside a closed shape. This method is called Venn Diagram.
A Venn diagram is a way of illustrating sets. Here, a rectangle representing the universal set, usually denoted as U
or E,
is drawn. Inside the rectangle circles are typically drawn to represent sets. If the sets have elements in common, circles that represent sets must intersect. In the example, sets A and B are illustrated.
Examine the following Venn Diagram. Determine whether the number belongs to the sets shown or list the elements of the set shown in the roster notation.
If all the elements of a set A are contained in another set B, then A is a subset of B. This relationship can be written as A⊆ B.
A Venn diagram visualizes the expression.
As an example, consider the set B={1,2,3}. All of its subsets are shown in the table.
Subset With No Elements | { } or ∅ |
---|---|
Subsets With One Element | { 1 },{ 2 },{ 3 } |
Subsets With Two Elements | { 1,2 },{ 2,3 },{ 1,3 } |
Subset With Three Elements | { 1,2,3 } |
It is worth noting that all the subsets of B except { 1,2,3 } are called proper subsets. A proper subset of a set B is a subset with fewer elements than B and is denoted by ⊂.
{1,2} ⊂ B
Other than that the empty set is a subset of all sets. Additionally, every set is always a subset of itself and it is denoted by ⊆. This fact is illustrated with set B.
{ } ⊂ B { 1,2,3 } ⊆ B
Actually, sets and subsets do not necessarily include just the numbers all the time. Remember that any well-defined object can be an element of a set. For instance, consider the following sets written in verbal description. Set A:&Water bodies of the world Set B:&Oceans Set C:&Lakes Since all the oceans and lakes are also water bodies of the world, both the sets B and C are the subsets of set A.
A number set is a collection of numbers that allows different types of numbers to be placed in various categories. Listed are some of the most common number sets.
Notice that the elements of some numbers sets are also the elements of another number set. For instance, all natural numbers are also integers. This means that natural numbers are the subset of integers. With these in mind, consider the applet at the beginning of the lesson once again. The relations between the number sets can be shown as the following way.
In the following table, each set will be shown by using the roster notation.
Number Set | Roster Notation |
---|---|
Natural Numbers | {1,2,3, ... } |
Whole Numbers | {0,1,2,3, ... } |
Integer Numbers | {...,-2,-1,0,1,2, ... } |
Rational Numbers | {...,-3/2,-2,-1,0,1,2,5/9, ... } |
Irrational Numbers | { π,e,sqrt(2),...} |
Real Numbers | {...,-3/2,-2,-1,0,1,2,5/9,π,e,sqrt(2), ... } |
Recall that a number can belong to more than one number set. For instance, 0 is a whole number, but it is an integer, a rational number, and a real number at the same time. Consider the given numbers in the following applet and determine all the number sets that include the number.
Vincenzo is a professional athlete and captain of the an amputee football team in San Francisco — Bayside Flyers. Since he became the team captain, the Flyers have won five different trophies. Vincenzo wants to display the trophies in order of height from shortest to tallest.
Round all the numbers to one decimal place and plot them on a number line.
Approximation | Square of Approximation | Comparison |
---|---|---|
9.1 | 9.1 * 9.1 = 82.81 | Approximation is low |
9.2 | 9.2 * 9.2 = 84.64 | Approximation is low |
9.3 | 9.3 * 9.3 = 86.49 | Approximation is low |
9.4 | 9.4 * 9.4 = 88.36 | Approximation is low |
9.5 | 9.5 * 9.5 = 90.25 | Approximation is high |
Rewrite π as 3.141592...
Multiply
Round to 1 decimal place(s)
The order of the rounded numbers in decimal form can be seen from the number line. Now Vincenzo can properly sort the heights of the trophies from shortest to tallest. 8.5 & < & 8.6 & < & 8.7 & < & 9.5 & < & 9.9 8 12 & < & 8.6 & < & 8.6 & < & sqrt(90) & < & π^2
In this lesson, it was mentioned that natural numbers, whole numbers, integers, rational numbers, and irrational numbers are real numbers. Considering that vast range, the set of real numbers must be the biggest number set ever. Right?🤔
Well, there is what is called an imaginary number I. Imaginary numbers combined with real numbers form a set of complex numbers C.