In the 21st century, problems in science and technology are the main focus for scientists and mathematicians. They use mathematical concepts in diverse fields to obtain significant results (e.g., forecasting relationships between variables, developing vaccines, locating earthquake epicenters and estimating damages, creating programs/algorithms).
Questions posed: Is mathematics a science or an art? What is the nature of the world without mathematics?
What is Mathematics?
The word “mathematics” comes from the Greek word Mathema, meaning “knowledge” or “learning.”
Mathematics is the science of patterns, structures, relationships, and logical reasoning.
It allows us to analyze data, predict trends, solve problems, and describe the world in precise ways.
Mathematics as a Way of Thinking
Mathematics as a Universal Language
Mathematics as a Tool
Mathematics as a Science, Mathematics as an Art
Mathematics as a Science: a science of numbers and magnitudes.
Mathematics as an Art: can deduce any data or set of information into forms (graphs, diagrams, statements, figures) without losing informative details.
Mathematics in Nature
The existence of mathematics in our environment is undeniable.
Mathematics helps predict the behavior of nature and phenomena in the world.
Mathematics helps control nature and occurrences in the world for our own ends.
Mathematics in the Modern World
It is about mathematics as a system of knowing or understanding our surroundings.
Deals with the nature of mathematics, appreciation of its practical, intellectual, and aesthetic dimensions, and the application of mathematical tools in daily life.
Pattern are regular, repeated, or recurring forms or designs
Types of Pattern
A. Symmetry – an exact correspondence of form and constituent configuration on opposite sides of a dividing line, plane, or about a center/axis.
Bilateral or Reflection
B. Spiral – curved pattern that focuses on a point and a series of circular shapes that revolve around it.
C. Fractal – built from simple repeated shapes that are reduced in size when repeated.
D. Tessellations – created with identical shapes that fit together with no gaps.
Pattern and Symmetry: Key concepts
Patterns indicate structure and organization; humans often perceive intelligent design in nature’s patterns.
Example prompts from the section:
What number comes next in 1, 3, 5, 7, 9, ?
What comes next in A, C, E, G, I, ?
Leonardo da Vinci’s Vitruvian Man
Example illustrating symmetry and proportion in the human body.
Rotational Symmetry and Related Concepts
Radial Symmetry / Angle of Rotation – the smallest measure of angle that a figure can be rotated while preserving its original position.
Order of Rotation – a common way of describing rotational symmetry.
Spiral, Fractal, and Tessellations (Continued)
Spiral – a curved pattern revolving around a center.
Fractal – a structure built from simple repeated shapes that scale down.
Tessellations – tilings of the plane with no gaps using identical shapes.
Page references show petal patterns: 3 petals, 5 petals, 8 petals, 13 petals, 21 petals, illustrating Fibonacci in nature.
Golden Ratio
The golden ratio φ (phi) = ϕ=21+5≈1.618…
It is a mathematical proportion that appears in nature, art, and architecture; found in seashell spirals, hurricanes, and the proportions of human faces.
Table: The First 30 Fibonacci Numbers and Approximations to φ
A table is presented (TABLE II) showing pairs of consecutive Fibonacci numbers Fn and Fn+1 and their ratios Fn+1/Fn converging to φ.
Key takeaway: as n grows, Fn+1/Fn → φ.
Example values (illustrative, not exhaustive):
F1 = 1, F2 = 1, ratio F2/F1 = 1.0
F3 = 2, ratio F3/F2 = 2.0
F4 = 3, ratio F4/F3 = 1.5
F5 = 5, ratio F5/F4 = 1.6667
F6 = 8, ratio F6/F5 = 1.6
The table in the source shows precise floating approximations of φ as the sequence progresses.
Fibonacci Sequence Formulae
Recursive definition (sequence formula):
F<em>n=F</em>n−1+F<em>n−2,n≥3, with initial conditions F</em>1=1,F2=1.
Binet’s formula (closed form):
Let ϕ=21+5,ψ=21−5. Then
Fn=5ϕn−ψn.
Example: Computing a Fibonacci Term
Given the sequence starting with F1 = 1, F2 = 1 and Fn = F{n-1} + F_{n-2},