MMW Week 1 5
MMW Week 1 5
WHAT IS MATHEMATICS?
Mathematics, developed by human mind and culture, is a formal system of thought for
recognizing, classifying, and exploiting patters. (Ian Steward)
There is an organized pattern to explain such phenomena and this is through mathematics. It
explains not only the regularities but also the irregularities and complexities in our world. It
simplifies complex things by organizing patterns. It shows that there is a line that connects
everyone to one another and to nature.
WHERE IS MATHEMATICS?
Mathematics is in every people’s daily task or activity. It is in nature, arts, music, medicine,
and I other disciples. It is in our communication. Mathematics is everywhere. Moreover, there is
always a substantial interconnection and relationship between mathematics, the world, and the
universe.
EX: Sunflower, Spiral Aloe, Nautilus Shell, and Pineapple
Mathematics reveals hidden patterns that helps us understand the world around us. Now
much more than arithmetic and geometry, mathematics today is a diverse disciple that deals with
data, measurements, and observations from science; with inference, deduction, and proof; and with
mathematical models of natural phenomena, of human behavior, and social systems.
Mathematics is extremely useful in making conclusions and/or predictions of the events of the
world. It is used to describe the natural order and occurrences of the universe.
Here are a few examples of math in nature, but there are many other examples as well.
1. The Fibonacci Sequence
- Named for the famous mathematician, Leonardo Fibonacci, also known as Leonardo of
Pisa or Leonardo Pisano. This number sequence is a simple, yet profound pattern. Based on
Fibonaci’s ‘rabbit problem,’ this sequence begins with numbers. Therefore, after 1 and 1, the
next number is 2 (1 + 1). The next is 3(1 + 2) and then 5(2 + 3) and so on.
- integer in the infinite sequence 1,1,2,3,5,8,13,… of which the first two terms are 1 and 1
and each succeeding term is the sum of the two immediately preceding.
- The original problem that Fibonacci investigated in the year 1201 was about how fast
rabbits could breed in ideal circumstances.
What is remarkable is that the numbers in the sequence are often seen in nature.
Mathematics is done with curiosity, with a penchant for seeking patterns and generalities, with a
desire to know the truth, with trial and error, ad without fear of facing more questions and problems
to solve. (Vistru - Yu)
Mathematics (pure and applied), scientists (natural and social), and practically, everyone uses
different mathematics at different times, for different purposes, usig different tools, with different
attitudes. (Vistru - Yu)
Mathematics puts order in disorder. It helps us become better persons and helps make the world
a better place to live in. (Vistru - Yu)
Here are some list of patterns you see in nature around you:
INTRODUCTION
1. It is non – temporal.
It has no past, present and future. There is no conjugation of words in
Mathematics in the manner that English has a conjugation of verbs.
MATHEMATICAL EXPRESSION
EXAMPLE 2
Translate the following verbal phrases into mathematical expressions:
EXAMPLE 3
Translate the following verbal sentences into mathematical sentences:
1. Fifteen percent of the total expenditures is P15,000.
Solution
Let x be the total expenditures
0.15x = 15,000
2. Gross sales less taxes is P20,000.
Solution
Let x be the gross sales and y be the taxes
x – y = 20,0009
3. My classmate’s monthly allowance is twice what my roommate receives in a
month. Their combined monthly allowances is P36,000.
Solution
Let x be the classmate’s monthly allowance
y be the roommate’s monthly allowance
x = 2y
x + y = 36,000
4. Jakob’s average of two exams is 96. The first exam is 8 points higher than the
second.
Solution
Let x be Jakob’s first exam and y be Jakob’s second exam
(x + y)/2 = 96
x=8+y
MATHEMATICAL SENTENCE
A mathematical sentence is a mathematical expression which is either true or false.
EXAMPLES
25 + 10 = 35 - True
(– 5) + (– 34) = – 29 - False
Mathematical Equation
It is a statement of equality between two algebraic expressions which contain one or
two unknowns.
EXAMPLES
x2 + 1 = 0
2x2 – 3x + 5 = 2x – 24
WEEK THREE: SET, TYPES OF SET, COMPLEMENT OF A SET, EQUAL
AND EQUIVALENT SETS
SUBSET OF A SET
Set A is subset of B, denoted by A ⊆ B, if and only if all elements in A are
also elements of B.
Example:
A = {1,2,3}
B = {1,2,3,4,5,6,7,8}
Set A is a subset of B because all elements contained in A are also found in
Set B. i.e. A⊆ B.
PROPER SUBSET
Set A is a proper subset of set B, denoted by A ⊂ B, if and only if all
elements in A are also elements of B, but A ≠ B.
Example 1:
A = {2,3,4,5}
B = {1,2,3,4,5,6,7,8}
A ⊂ B because all elements contained in A are also found in Set B and
A ≠ B.
Example 2:
C = {2,4,6,8,10}
B = {1,2,3,4,5,6,7,8}
Is C a proper subset of B? - No because 10 is not an element of B.
Notes:
A set is a subset of itself. An empty set is a subset of any set.
Set A below contains the 5 nominees fro the best drama series in the 56 th
Baeksang Art Award.
A = [Hot Stove League, When the Camellia Blooms, Crash Landing on You,
Kingdom 2, Hyena}
Set B below contains the 5 nimonees for the best drama miniseries in the 15 th
Seoul International Drama Awards.
B = {Hot Stove League, When the Camellia Blooms, Crash Landing on You,
Kingdom 1, Itaewon Class}
Set c below contains the top 5 Highest Rated Korean Dramas in 20219 & 2020,
ranked according to IMDb.
A = [Hot Stove League, When the Camellia Blooms, Crash Landing on You,
Kingdom 2, Hyena}
B = {Hot Stove League, When the Camellia Blooms, Crash Landing on You,
Kingdom 1, Itaewon Class}
C = {Hospital Playlist, Crash Landing on You, The King: Eternal Monarch,
Dinner Mate, Kingdom 1}
We merge all of the elements of A with all the elements of B to form a single,
larger set. (UNION)
A U B = { Hot Stove League, When the Camellia Blooms, Crash Landing on You,
Kingdom 2, Hyena, Kingdom 1, Itaewon Class}
1. INTERSECTION OF SETS
Given2 sets A and B, their intersections denoted by A ∩ B, is the set of
elements common to both A and B.
A ∩ B = {x | x ∈ A and x ∈ B}
Disjoint Sets: 2 sets are disjoint if their intersection is empty.
2. UNION OF SETS
Given 2 sets A and B,their set union,denoted by A U B, is the sets of
elements that belong to either A or B or to both.
A U B = {x | x ∈ A or x ∈ B}
3. DIFFERENCE OF SETS
The set difference of A and B denoted by A - B, is the set of all elements in
A that are not in B.
A - B = {x | x ∈ Abut x ∈ B}
Let A = {4,5,6}
B = {6,7}
C = {1,5,7)
B. C - B =- {1,5,7} - {6,7}
C - B = {1,5} - {6}
C - B = {1,5}
C. C - A = {1,5,7} - {4,5,7}
C - A = {1} - {4}
C - A = {1}
WEEK FIVE: VENN DIAGRAM
VENN DIAGRAM
A Venn Diagram uses overlapping circles or other shapes to
illustrates the logical relationships between 2 or more sets of items.
Often, they serve to graphically organize things, highlighting how the
items are similar and different.