Lecture 01 Patterns in Nature
Lecture 01 Patterns in Nature
World
Chapter 1: The Nature of Mathematics
March 8, 2024
Patterns in Nature
- Patterns in nature are visible regularities of form found in
natural world.
- Patterns can be sometimes modeled mathematically.
- Some examples of the natural patterns are the following:
Fractals
Spirals
Symmetries
Waves
Tesselations
Cracks
Stripes
Spots
Example 1.1
Example 1.2
Example 1.3
Example 1.4
Example 1.5
Example 1.6
Example 1.7
Example 1.8
Logical Patterns
Geometric Patterns
Number Patterns
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, · · ·
2, 4, 9, 16, 25, · · ·
1, 2, 4, 8, 16, 32, · · ·
1, 2, 2, 4, 8, 32, · · ·
1, 1, 2, 3, 5, 8, 13, 21, · · ·
Word Patterns
- Structure of Poetry
Stanza
Meter
Rhyme
Line Break
- Sentence Construction
picture... picture...
f0 = 0;
f1 = 1;
f2 = f1 + f2 = 1;
f3 = f2 + f1 = 2;
f4 = f3 + f2 = 3;
..
.
fn = fn−1 + fn−2
fn
The ratio fn−1 of the nth Fibonacci number to the preceeding
Fibonacci numbers approaches 1.618033989... as n becomes larger.
This value is usually called the golden ratio denoted by φ. It has
exact value of:
√
1+ 5
φ= .
2
√
The golden ratio φ = 1+2 5 is closely related to Fibonacci
sequence. In fact, Binet’s formula gives the nth Fibonacci number
explicitly:
Binet’s Formula
1
fn = √ (φ)n − (φ0 )n
5
where
√ √
1+ 5 1− 5
φ= ≡ 1.618033989; φ= ≡ −1.618033989.
2 2
Sets
A set is the representation of a collection of objects; distinct
objects with one or more common properties. Grouping up the
objects in a set is an act of distinguishing those objects from the
members of another set. We can use the terms elements or
members of a set instead of the term objects.
Statement form
This form where is a single describes all the elements inside a set.
Example 3.1
1. A = The set of odd numbers between 0 and 10.
2. B = The set of vowel letters in English alphabet.
Roster form
In this form all the members of the given set are enlisted within a
pair of braces { }, separated by commas.
Example 3.2
1. A = {1, 3, 5, 7, 9}
2. B = {a, e, i, o, u}
Example 3.3
1. A = {x : x is an odd number between 0 to 10}
2. B = {y : y is a vowel letter in English alphabet}
Example 3.4
Convert the following:
1. C = The set of even numbers less than 20.
2. T = {a,b,c,d,e,f,...,x,y,z}
3. U = The set of colors in the rainbow.
Types of sets
Empty sets
Singleton sets
Equal sets
Equivalent sets
Finite and Infinite sets
Subset
Empty Sets
A set with no elements. Empty sets are also called null sets or void
sets and are denoted by { } or ∅.
Singleton Sets
A set that consist only ONE element.
Equal Sets
This is a two different sets with equal elements.
Equivalent Sets
A sets that the number of elements are equal.
Subsets
A set qualifies as the subset of another set if all of its elements are
also the elements of that another set.
Cartesian Product
If p ∈ P and q ∈ Q then the set of all ordered pair is called the
Cartesian product of P×Q.
Example 3.5
If P = {a, b} and Q = {1, 2}, then
P × Q = {(a, 1), (a, 2), (b, 1), (b, 2)}.
This means every first element of the ordered pair belongs to the
set P and every second element belongs to the set Q.
Note
P and Q must be a non-empty set.
Vein Diagram
A Venn diagram is an illustration that uses circles to show the
commonalities and differences between things or groups of things.
Disjoint Sets
If the two sets don’t have any common elements or if A ∩ B is an
empty set, then we call it a Disjoint Set.
Compliment of sets
The complement of a set is the set that includes all the elements
of the universal set that are not present in the given set.
Cardinal Number
Cardinal Numbers is the number of elements in X denoted by
n(X) where X is a set.
where:
n(A ∪ B) = cardinal number of A union B,
n(A) = cardinal number of A,
n(B) = cardinal number of B,
n(A ∩ B) = cardinal number of A intersection B.
Example 3.6
Suppose that in CTU, 50 students are task to go in a museum. 20
students go to Cebu National Museum, 15 students go to Museo
Sugbo and 10 students go both Cebu National Museum and
Museo Sugbo. Find
a. students who go to either the Cebu National Museum or
Museo Sugbo.
b. students who only go to Cebu National Museum.
c. students who only go to Museo Sugbo.
d. students who go to neither Cebu National Museum nor
Museo Sugbo.
Example 3.8
There are 60 parcipants participate in celebrating Mathematics
Month. 32 play in DaMath Competition, 30 play in Sudoku
Competition, 25 play in Rubiks Competition, 10 play both Damath
and Sudoku, 16 play both Rubiks and Sudoku, 14 play both
Damath and Rubiks, 3 participate in all competition. Find
a. play both Damath and Sudoku only.
b. play both Damath and Rubiks only.
c. play both Sudoku and Rubiks only.
d. play Damath only.
e. play Sudoku only.
f. play Rubiks only.
g. play either Damath or Sudoku or Rubiks
Relation
The relation is the subset of the Cartesian product whichcontains
only some of the ordered pair based on the relationships defined
between the first and second elements. The relation is usually
denoted by R. If every element of a set A is related with one and
only one element of another set then this kind of relation qualifies
as a function. A function is a special case of relation where no
two ordered pairs can have the same first element.
Note: All functions are relations, but not all relations are
functions.
Domain
The domain is the set of all first elements of R denoted by tha
variable ”x”.
Range
The range is the set of all second elements of R denoted by ”y” or
”f(x)”.
Types of Functions
One to one function (Injective)
Many to one function
Onto function (Surjective)
One-one and onto function (Bijective)